/* _content/Upstep.Web/Components/Layout/MainLayout.razor.rz.scp.css */
.site-header[b-bi9atk7hl6] {
    background-color: #0e0f13;
    min-height: 70px;
}

.site-main[b-bi9atk7hl6] {
    min-height: 100vh;
}

body[b-bi9atk7hl6] {
    background-color: var(--bg-main);
}











/*Footer*/
/* Footer */
.footer-custom[b-bi9atk7hl6] {
    background-color: #0e0f13;
    border-top: 1px solid rgba(255,255,255,0.08);
}

    .footer-custom h5[b-bi9atk7hl6] {
        font-weight: 600;
        margin-bottom: 16px;
        color: #ffffff;
    }

    .footer-custom p[b-bi9atk7hl6],
    .footer-custom li[b-bi9atk7hl6] {
        color: rgba(255,255,255,0.82);
    }

.footer-link[b-bi9atk7hl6] {
    color: rgba(255,255,255,0.82);
    text-decoration: none;
    transition: color 0.2s ease;
}

    .footer-link:hover[b-bi9atk7hl6] {
        color: #ffffff;
        text-decoration: underline;
    }

.footer-grid[b-bi9atk7hl6] {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
    align-items: start;
}

.footer-col-left[b-bi9atk7hl6] {
    text-align: left;
}

.footer-col-center[b-bi9atk7hl6] {
    text-align: center;
}

.footer-col-right[b-bi9atk7hl6] {
    text-align: right;
}

.footer-col ul li[b-bi9atk7hl6] {
    margin-bottom: 8px;
}

.footer-divider[b-bi9atk7hl6] {
    border-color: rgba(255,255,255,0.12);
    margin: 32px 0 20px 0;
}

.footer-bottom[b-bi9atk7hl6] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.footer-copy[b-bi9atk7hl6] {
    color: rgba(255,255,255,0.62);
    font-size: 0.95rem;
}

.footer-legal[b-bi9atk7hl6] {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}

@media (max-width: 767.98px) {
    .footer-grid[b-bi9atk7hl6] {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .footer-col-left[b-bi9atk7hl6],
    .footer-col-center[b-bi9atk7hl6],
    .footer-col-right[b-bi9atk7hl6] {
        text-align: left;
    }

    .footer-bottom[b-bi9atk7hl6] {
        flex-direction: column;
        align-items: flex-start;
    }
}
