/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-ejw3fa7c9x] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-ejw3fa7c9x] {
    flex: 1;
    min-width: 0;
}

.skip-link[b-ejw3fa7c9x] {
    background: #ffffff;
    border: 3px solid #0b1220;
    color: #0b1220;
    font-weight: 800;
    left: 1rem;
    padding: 0.75rem 1rem;
    position: fixed;
    top: 1rem;
    transform: translateY(-160%);
    z-index: 10000;
}

.skip-link:focus[b-ejw3fa7c9x] {
    transform: translateY(0);
}

@media (min-width: 641px) {
    article[b-ejw3fa7c9x] {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important;
    }
}

@media (max-width: 640.98px) {
    article[b-ejw3fa7c9x] {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
}
