/* تذييل موحّد — دائماً في أسفل الصفحة */
.site-footer {
    margin-top: auto;
    flex-shrink: 0;
    width: 100%;
    text-align: center;
    padding: 20px 16px;
    box-sizing: border-box;
}

.site-footer__link {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 6px;
    text-decoration: none;
    color: #6b7280;
    font-family: 'Tajawal', sans-serif;
    font-weight: 700;
    font-size: 14px;
    white-space: nowrap;
    transition: color 0.15s;
}

.site-footer__link:hover {
    color: #850606;
}

.site-footer__brand,
.site-footer__year,
.site-footer__copy {
    display: inline;
    font-weight: 700;
}

.site-footer__brand {
    font-weight: 800;
}

/* صفحات المحتوى الطويلة: مسافة فوق الـ FAB */
body:has(.fab-container) .site-footer {
    padding-bottom: 96px;
}

header {
    flex-shrink: 0;
}
