.menu-headers{
    left: 0 !important;
}
.header__center h1{
    font-size: 22px;
    text-align: center;
}




.legal-header{
    margin-bottom: 18px;
}

.legal-title{
    font-size: 22px;
    margin: 0 0 6px;
    letter-spacing: -0.2px;
}

.legal-subtitle{
    margin: 0;
    color: #000;
    font-size: 16px;
}

.legal-section{
    margin-top: 16px;
}

.legal-section-title{
    font-size: 18px;
    margin: 0 0 10px;
}

.legal-text{
    margin: 0 0 10px;
    color: #000;
    font-size: 16px;
}
.legal-list li::marker {
    color: #000;
}
.legal-list{
    margin: 0;
    padding-left: 18px;
    display: grid;
    gap: 10px;
}

.legal-list li{
    color: #000;
    font-size: 16px;
}

.legal-divider{
    height: 1px;
    background: #e5e7eb;
    margin: 18px 0;
}

.legal-footer{
    margin-top: 18px;
    padding-top: 14px;
    border-top: 1px dashed #e5e7eb;
}

.legal-note{
    margin: 0;
    font-size: 15px;
    color: #6b7280;
}
