/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-0sazbu832j] {
    min-height: 100vh;
    background: #ffffff;
    color: #121212;
}

main[b-0sazbu832j] {
    min-height: 100vh;
}

.top-row[b-0sazbu832j] {
    align-items: center;
    background: #222222;
    border-bottom: 1px solid rgba(119, 149, 163, .4);
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    min-height: 5.25rem;
    padding: 0 2rem;
}

.brand[b-0sazbu832j] {
    align-items: center;
    color: #ffffff;
    display: inline-flex;
    font-family: "Futura Light", Futura, "Avenir Next", "Segoe UI", Arial, sans-serif;
    font-weight: 300;
    gap: .8rem;
    text-decoration: none;
}

.brand img[b-0sazbu832j] {
    filter: drop-shadow(0 0 12px rgba(255, 255, 255, .26));
    height: 3.35rem;
    object-fit: contain;
    width: 3.35rem;
}

.brand span[b-0sazbu832j] {
    color: #ffffff;
    font-size: 1.05rem;
}

.top-row span[b-0sazbu832j] {
    color: #d8e5ea;
    font-size: .95rem;
}

.content[b-0sazbu832j] {
    margin: 0 auto;
    max-width: 1180px;
    padding: 2.2rem 2rem;
}

@media (max-width: 640.98px) {
    .top-row[b-0sazbu832j] {
        align-items: flex-start;
        flex-direction: column;
        gap: .25rem;
        padding-bottom: .75rem;
        padding-top: .75rem;
    }

    .brand img[b-0sazbu832j] {
        height: 2.7rem;
        width: 2.7rem;
    }
}
