/**
 * SEO improvements styles
 */
.site-title {
    font-size: 1.8rem;
    color: var(--primary-color);
    text-align: center;
    margin-bottom: 1.5rem;
    font-weight: 600;
    display: block;
    width: 100%;
}

/* Make the title visually appealing but still present for SEO */
body.login .site-title {
    font-size: 1.5rem;
    opacity: 0.9;
    margin-top: 1rem;
}

/* Ensure the logo has proper alt text */
.caLogo img {
    max-width: 100%;
    height: auto;
} 