/* صوره مخصصة محسنة بداية */

/* استهداف بلوك البانرات فقط */
.s-block--banners .grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
}


/* 100. حذف الطبقة الرمادية (Overlay) */
.banner-entry.has-overlay::after, 
.banner-entry.has-overlay::before {
    display: none !important;
    
}

/* 100. تنسيق النص نفسه لضمان الوضوح */
.banner-entry .banner__title {
    white-space: nowrap;
    font-weight: 600;
    line-height: 1;
    margin-top: clamp(70px, 20vw, 220px) !important;
    color: #fffff !important;
    font-size: clamp(14px, 2.5vw, 22px) !important;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.8); /* ظل خفيف للنص لزيادة الوضوح */
    background: rgba(60, 87, 44, 0.4);
    padding: 3px 20px;
    border-radius: 8px;
    margin-top: 8px;
    display: inline-block;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}


/* 1. تحويل البانر إلى عمود */
.banner-entry {
  display: flex !important;
  flex-direction: column !important;
  height: clamp(90px, 30vw, 360px); !important;
  background-size: fill;
  padding-bottom: 0 !important;
  border: 1px solid rgba(60, 87, 44, 0.8) !important;
}
.s-block {
    margin-top: 1rem;
}
.s-block--banners+.s-block--banners, .s-block--features+.s-block--features, .s-block--fixed-banner+.s-block--fixed-banner {
    margin-top: 0.5rem;
}


 

/* صوره مخصصة محسنة نهاية */

/* بداية المنيو بار الجانبي */
.mm-spn ul {
  background:#56705b
}
.mm-spn a{
  color:#fff5f5
}