/* تكبير الشعار فقط في قالب رائد بدون التأثير على الأيقونات */
.header-wrapper a.header-logo img, 
.header__logo a img,
.header-logo-link img {
    max-height: 180px !important; /* جرب 180 أو 200 */
    height: auto !important;
    width: auto !important;
    object-fit: contain !important;
}

/* التأكد من أن الأيقونات الأخرى تبقى بحجمها الطبيعي */
.header-wrapper .header-icons img, 
.header-actions img {
    max-height: 24px !important; 
    width: auto !important;
}
}
}
}