/* ===============================================
   footer-logo-fix.css — إصلاح تنسيق شعار الفوتر
   بوابة الوحدة العربية
   =============================================== */

/* ── شعار الفوتر ──────────────────────────────── */
.footer-logo-img {
    filter: none !important;
    -webkit-filter: none !important;
    opacity: 1 !important;
    mix-blend-mode: normal !important;
    max-height: 120px;
    width: auto;
    display: block;
}

/* منع تأثير الـ blend mode على الشعار في الفوتر الداكن */
.footer-logo-wrap,
.footer-logo-container {
    background: transparent !important;
}

/* ── خلفية الفوتر ────────────────────────────── */
footer,
.site-footer,
.footer-main {
    background-color: #000 !important;
}

.footer-bottom,
.footer-copyright {
    background-color: #111122;
    color: #aaa;
}

/* ── روابط الفوتر ────────────────────────────── */
.footer-links a,
.footer-menu a {
    color: #ccc;
    text-decoration: none;
    transition: color 0.2s;
}

.footer-links a:hover,
.footer-menu a:hover {
    color: #fff;
}