/* Add custom CSS styles below */ 
/* إخفاء شريط مجاني */
.free-ribbon {
    display: none !important;
}

/* إخفاء السعر صفر */
.price.my-1 {
    display: none;
}

/* إضافة جملة تسجيل الدخول تحت أيقونة المستخدم */
button[aria-label="user"] {
  display: inline-flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  height: auto !important;
  padding: 4px 6px !important;
  line-height: 1.1 !important;
}
button[aria-label="user"]::after {
  content: "تسجيل الدخول";
  display: block;
  font-size: 11px;
  margin-top: 3px;
  color: #000;
  white-space: nowrap;
  font-weight: 500;
}