
    

/* إخفاء زر القائمة الجانبية في الجوال */
@media screen and (max-width: 767px) {
  .zsite-theme-header .znavbar-toggler {
    display: none !important;
  }

  /* أيضاً نحاول استهداف أي زر هامبرغر محتمل */
  .theme-burger-icon,
  .hamburger,
  .zsite-theme-header .navbar-toggler {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .clock-icon img {
    max-width: 35px !important;
    height: auto !important;
  }
}

/*.my-img {
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  display: inline-block !important;
}*/

div.my-img picture > img.zpimage-style-none {
  width: 150px !important;
  height: auto !important;
  max-width: none !important;
  display: inline-block !important;
  object-fit: contain !important;
}

div.my-icon picture > img.zpimage-style-none {
  width: 30px !important;
  height: auto !important;
  max-width: none !important;
  display: inline-block !important;
  object-fit: contain !important;
}

div.my-im picture > img.zpimage-style-none {
  width: 170px !important;
  height: auto !important;
  max-width: none !important;
  display: inline-block !important;
  object-fit: contain !important;
}

  .rtl {
    direction: rtl;
    text-align: right;
  }