/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-770qy0zmd5] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-color: #ffffff;
}

main[b-770qy0zmd5] {
    flex: 1;
}

.site-header[b-770qy0zmd5] {
    background-color: #E7F6FA;
    padding: 1rem 2rem;
}

.header-content[b-770qy0zmd5] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

.header-logo .logo-img[b-770qy0zmd5] {
    height: 40px;
    width: auto;
}

.header-contact[b-770qy0zmd5] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.header-contact a[b-770qy0zmd5] {
    color: #003468;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 500;
}

.header-contact a:hover[b-770qy0zmd5] {
    text-decoration: underline;
}

.header-contact .separator[b-770qy0zmd5] {
    color: #003468;
    font-size: 0.95rem;
}

.content[b-770qy0zmd5] {
    padding: 0;
}

/* Mobile */
@media (max-width: 768px) {
    .site-header[b-770qy0zmd5] {
        padding: 1rem;
    }

    .header-content[b-770qy0zmd5] {
        flex-direction: column;
        gap: 0.5rem;
    }

    .header-contact[b-770qy0zmd5] {
        font-size: 0.85rem;
    }
}
