/* _content/BlazorApp/Shared/MainLayout.razor.rz.scp.css */
.page[b-3dsd3z3yec] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-3dsd3z3yec] {
    flex: 1;
    min-width: 0;
}

.top-row[b-3dsd3z3yec] {
    background-color: var(--brand-primary);
    height: 3.5rem;
    display: flex;
    align-items: center;
    padding-left: 1rem;
    position: sticky;
    top: 0;
    z-index: 1;
}

.navbar-brand[b-3dsd3z3yec] {
    font-size: 1.1rem;
    color: var(--brand-support-3);
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
}

.navbar-brand-logo[b-3dsd3z3yec] {
    display: block;
    height: 30px;
    width: auto;
    object-fit: contain;
}

.navbar-brand-text[b-3dsd3z3yec] {
    color: var(--brand-support-3);
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}

.back-arrow[b-3dsd3z3yec] {
    color: var(--brand-support-3);
    font-size: 1.7rem;
    line-height: 1;
    text-decoration: none;
    padding: 0.25rem 0.5rem;
    margin-right: 0.5rem;
    border-radius: 4px;
}

    .back-arrow:hover[b-3dsd3z3yec] {
        background: rgba(237, 193, 94, 0.2);
    }
