/* إزالة كل التنسيقات السابقة */
.styles__tabbySnippet--c10e5 {
  all: unset !important;
}

/* إعادة تعريف الصندوق بالتصميم المرغوب */
.styles__tabbySnippet--c10e5 {
  background-color: #000 !important;       /* خلفية سوداء */
  color: #fff !important;                  /* نص أبيض */
  display: flex !important;                /* حاوية مرنة */
  justify-content: space-between !important; 
  align-items: center !important;
  padding: 1px !important;
  width: 100% !important;
  max-width: 700px !important;
  font-family: inherit !important;
  font-size: 14px !important;
  line-height: 21px !important;
  cursor: pointer !important;
}

/* ضمان أن كل النصوص داخله بيضاء */
.styles__tabbySnippet--c10e5 *,
.styles__tabbySnippet--c10e5 *::before,
.styles__tabbySnippet--c10e5 *::after {
  color: inherit !important;
}

.styles__tabbySnippet--c10e5 {
  /* خصائصك هنا */
  border: 1px solid ##ff9f39 !important;
}