/* Prevent the theme preloader from blocking the website */
#preloader {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}
html, body {
  overflow-y: auto !important;
}

/* Arabic label for the math verification field */
html[lang="ar"] label[for="math_captcha"] {
  font-size: 0 !important;
}
html[lang="ar"] label[for="math_captcha"]::before {
  content: "يرجى حل المسألة الحسابية التالية:";
  display: inline-block;
  font-size: 16px;
}

/* Keep the English brand name readable in both language layouts */
.main-logo .site-name-text {
  direction: ltr;
  unicode-bidi: isolate;
}
@media (min-width: 992px) {
  .main-logo .site-name-text {
    font-size: 17px !important;
  }
}
@media (max-width: 991.98px) {
  .main-logo img {
    max-height: 56px !important;
  }
  .main-logo .site-name-text {
    font-size: 14px !important;
  }
}
@media (max-width: 575.98px) {
  .main-logo img {
    max-height: 48px !important;
  }
  .main-logo .site-name-text {
    max-width: 155px;
    font-size: 12px !important;
  }
}

/* Extra room for the English brand name inside the RTL desktop header */
@media (min-width: 992px) {
  html[lang="ar"] .main-logo .site-name-text {
    overflow: visible !important;
    font-size: 10px !important;
  }
}