/* _content/BlazorApp1/Components/Layout/MainLayout.razor.rz.scp.css */
.layout[b-j65y7q72mt] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

main[b-j65y7q72mt] {
    flex: 1; /* pushes footer to bottom */
}

/* FOOTER */
.footer[b-j65y7q72mt] {
    background: #E3F2FD;
    color: #444;
    padding: 40px 20px 20px;
}

.footer-container[b-j65y7q72mt] {
    display: flex;
    justify-content: center;
    gap: 60px;
    flex-wrap: wrap;
}

@media (max-width: 768px) {
    .footer-container[b-j65y7q72mt] {
        flex-direction: column;
        gap: 28px;
        align-items: flex-start;
    }
}

.footer-col[b-j65y7q72mt] {
    display: flex;
    flex-direction: column;
    min-width: 160px;
}

    .footer-col h5[b-j65y7q72mt] {
        margin-bottom: 10px;
        color: #1F2937;
    }


.footer-bottom[b-j65y7q72mt] {
    text-align: center;
    margin-top: 30px;
    font-size: 14px;
    color: #888;
}
#blazor-error-ui[b-j65y7q72mt] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-j65y7q72mt] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
