[dir='rtl'] body,
[dir='rtl'] input,
[dir='rtl'] textarea,
[dir='rtl'] button,
[dir='rtl'] .dry-eye-container,
[dir='rtl'] .dry-eye-container *:not(.fa):not([class*='material']) {
  font-family: 'Noto Sans Arabic', Arial, 'Segoe UI', Tahoma, 'Helvetica Neue', sans-serif !important;
}

[dir='rtl'] body {
  direction: rtl;
  text-align: right;
}

[dir='rtl'] .meibovue-page-root,
[dir='rtl'] .dry-eye-container,
[dir='rtl'] .top-header,
[dir='rtl'] .site-footer {
  direction: rtl;
}

[dir='rtl'] .dry-eye-content-main,
[dir='rtl'] .dry-eye-section1,
[dir='rtl'] .dry-eye-section2 {
  width: 100%;
  max-width: 100%;
}

[dir='rtl'] .content-p,
[dir='rtl'] .feature-title,
[dir='rtl'] .feature-des,
[dir='rtl'] .video-title {
  text-align: right;
}

/* In RTL the language button sits on the LEFT of the header, so the dropdown
   must open toward the RIGHT — otherwise it extends off the left edge and gets
   clipped (invisible language menu on the Arabic mobile page). */
[dir='rtl'] .site-header-right-lan-content {
  left: -5px;
  right: auto;
}

[dir='rtl'] .inquiry-container {
  padding-left: 16px;
  padding-right: 16px;
}

[dir='rtl'] .meibovue-turnstile-wrap {
  justify-content: flex-start;
}

[dir='rtl'] .dry-eye-container a.dry-eye-header-buy {
  color: #fff !important;
}

[dir='rtl'] .flex-1,
[dir='rtl'] .flex-2 {
  min-width: 0;
  max-width: 100%;
}

@media (max-width: 1200px) {
  [dir='rtl'] #__nuxt,
  [dir='rtl'] .meibovue-page-root,
  [dir='rtl'] .top-header,
  [dir='rtl'] .site-header-mobile,
  [dir='rtl'] .dry-eye-container,
  [dir='rtl'] .dry-eye-header,
  [dir='rtl'] .dry-eye-section1,
  [dir='rtl'] .dry-eye-section2,
  [dir='rtl'] .site-footer,
  [dir='rtl'] .site-footer-content,
  [dir='rtl'] .inquiry-container,
  [dir='rtl'] .inquiry .content,
  [dir='rtl'] .meibovue-inquiry-form {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
    overflow-x: clip;
  }

  [dir='rtl'] .dry-eye-content-main,
  [dir='rtl'] .dry-eye-content-main.video-content {
    flex-direction: column;
    align-items: stretch;
    padding-left: 10px;
    padding-right: 10px;
  }

  [dir='rtl'] .dry-eye-header-img,
  [dir='rtl'] .dry-eye-content-img,
  [dir='rtl'] .dry-eye-content-video,
  [dir='rtl'] .dry-eye-content-video iframe {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  [dir='rtl'] .inquiry .layui-input-block {
    margin-left: 0 !important;
    margin-right: 27px !important;
  }

  [dir='rtl'] .content-p,
  [dir='rtl'] .feature-title,
  [dir='rtl'] .feature-des {
    word-break: break-word;
    overflow-wrap: anywhere;
  }
}
