/* ======= الجمعة البيضاء (ديسكتوب وموبايل) ======= */

/* استهداف الـ li الذي يحتوي على الرابط الخاص بالجمعة البيضاء */
li[id="1410043931"] a {
  background-color: #8f57fd !important; /* أحمر */
  color: #fff !important; /* النص أبيض */
  padding: 6px 12px !important;
  border-radius: 6px;
  display: ruby-text;
  font-weight: 600;
}

/* لضمان أن النص داخل span يكون أبيض */
li[id="1410043931"] a span {
  color: #fff !important;
}

/* تأثير hover */
li[id="1410043931"] a:hover {
  background-color: #5c2abf !important; /* أحمر أغمق عند المرور */
  color: #fff !important;
}