/*=====================================
    أكورديون سياسة الخصوصية / شروط الاستخدام
    (يظهر أسفل الفوتر في كل صفحة تحتوي عليه)
=====================================*/

.footer-legal{
    max-width:1200px;
    margin:18px auto 0;
    padding:18px 20px 0;
    border-top:1px solid rgba(255,255,255,.12);
    display:flex;
    flex-direction:column;
    gap:6px;
}

.footer-legal-item{
    width:100%;
}

.footer-legal-toggle{
    width:100%;
    background:none;
    border:none;
    cursor:pointer;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;
    padding:10px 4px;
    font-family:inherit;
    font-size:14px;
    font-weight:700;
    color:inherit;
    opacity:.9;
    text-align:right;
}

.footer-legal-toggle:hover{
    opacity:1;
    text-decoration:underline;
}

.footer-legal-arrow{
    font-size:12px;
    transition:transform .2s ease;
    flex-shrink:0;
}

.footer-legal-toggle[aria-expanded="true"] .footer-legal-arrow{
    transform:rotate(180deg);
}

.footer-legal-content{
    padding:4px 4px 16px;
    font-size:13.5px;
    line-height:1.9;
    opacity:.85;
}

.footer-legal-content ul{
    margin:0;
    padding-inline-start:20px;
    list-style:disc;
}

.footer-legal-content li{
    margin-bottom:8px;
}

.footer-legal-content li:last-child{
    margin-bottom:0;
}

/*=====================================
    صفحات تسجيل الدخول / إنشاء حساب (خلفية فاتحة)
=====================================*/

.auth-footer .footer-legal{
    border-top-color:rgba(0,0,0,.08);
}

.auth-footer .footer-legal-toggle{
    color:#4b5563;
}

.auth-footer .footer-legal-content{
    color:#6b7280;
}
