/* ===== بداية قسم العروض الخاصة ===== */

/* 1) اجعل كل نصوص القسم سوداء */
#special_offer_sec_0,
#special_offer_sec_0 * {
  color: #000 !important;
}

/* 2) الروابط داخل القسم باللون #69483d (وتتبعها الأيقونات) */
#special_offer_sec_0 a,
#special_offer_sec_0 a:visited,
#special_offer_sec_0 a * {
  color: #69483d !important;
}
#special_offer_sec_0 a i {
  color: currentColor !important;
}

/* 3) إعادة تلوين الإطار داخل القسم إلى #e8c7bc */
#special_offer_sec_0,
#special_offer_sec_0 .f_special-offer-container {
  border-color: #e8c7bc !important;
  outline-color: #e8c7bc !important;
}

/* في حال كان الإطار مرسومًا بعناصر زائفة */
#special_offer_sec_0::before,
#special_offer_sec_0::after,
#special_offer_sec_0 .f_special-offer-container::before,
#special_offer_sec_0 .f_special-offer-container::after {
  border-color: #e8c7bc !important;
}

/* (اختياري) إذا كان الإطار يعتمد على box-shadow بدلاً من border */
/* #special_offer_sec_0 .f_special-offer-container { box-shadow: 0 0 0 2px #e8c7bc !important; } */
/* ===== نهاية قسم العروض الخاصة ===== */