/* Language switcher — OPTION 3 (approved 2026-07-21): globe icon + OTHER
   language only, no flags.
   DESKTOP >=801px: bordered pill [globe + "English"/"العربية"].
   MOBILE  <=800px: plain [globe + "EN"/"عربي"], no border/background. */
.menu-bar-items .wpml-ls-flag{display:none !important;}
.menu-bar-items .wpml-ls-current-language{display:none !important;}
.menu-bar-items .wpml-ls-statics-shortcode_actions{display:inline-flex !important;align-items:center;white-space:nowrap;background:transparent !important;margin:0;border:0;}
.menu-bar-items .wpml-ls-statics-shortcode_actions ul{display:flex;flex-wrap:nowrap;margin:0;padding:0;list-style:none;background:transparent !important;}
.menu-bar-items .wpml-ls-statics-shortcode_actions li{background:transparent !important;white-space:nowrap;list-style:none;margin:0;}
.menu-bar-items .wpml-ls-statics-shortcode_actions a.wpml-ls-link{background:transparent !important;text-decoration:none !important;}
/* globe icon (gold #d4af37, stroke style) as ::before on the link */
.menu-bar-items .wpml-ls-statics-shortcode_actions a.wpml-ls-link::before{
  content:""; flex:0 0 auto; display:inline-block;
  background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23d4af37' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M3.6 9h16.8M3.6 15h16.8M11.5 3a17 17 0 0 0 0 18M12.5 3a17 17 0 0 1 0 18'/%3E%3C/svg%3E") center/contain no-repeat;
}

@media (min-width:801px){
  .menu-bar-items .wpml-ls-statics-shortcode_actions a.wpml-ls-link{
    display:inline-flex;align-items:center;justify-content:center;gap:7px;
    border:1px solid rgba(212,175,55,.5);border-radius:9999px;
    height:36px;padding:0 16px;font-size:13px;font-weight:600;line-height:1;
    color:#ffffff !important;transition:border-color .2s ease;
  }
  .menu-bar-items .wpml-ls-statics-shortcode_actions a.wpml-ls-link:hover{border-color:#d4af37;}
  .menu-bar-items .wpml-ls-statics-shortcode_actions a.wpml-ls-link::before{width:16px;height:16px;}
  .menu-bar-items .wpml-ls-statics-shortcode_actions a .wpml-ls-native{display:inline !important;background:transparent !important;}

  /* ROOT FIX (kept): stop header items wrapping onto a 2nd line (white gap, ghost duplicate logo, dropped switcher). */
  .inside-navigation{flex-wrap:nowrap !important;align-items:center;}
  .main-navigation .menu-bar-items{flex-wrap:nowrap;align-items:center;flex:0 0 auto;}
  .site-header,.site-header .inside-header{background-color:#0c211a !important;}
  #sticky-navigation,nav.main-navigation.is_stuck{background-color:#0c211a !important;z-index:10000 !important;}
}

@media (max-width:800px){
  /* elegant bordered pill on mobile too (2026-07-21 request) */
  .menu-bar-items .wpml-ls-statics-shortcode_actions a.wpml-ls-link{
    display:inline-flex;align-items:center;justify-content:center;gap:5px;
    border:1px solid rgba(212,175,55,.5) !important;border-radius:9999px;
    height:34px !important;padding:0 8px !important;flex:0 0 auto;
    color:#ffffff !important;font-size:13px;font-weight:700;letter-spacing:.5px;line-height:1;
  }
  .menu-bar-items .wpml-ls-statics-shortcode_actions a.wpml-ls-link::before{width:15px;height:15px;}
  .menu-bar-items .wpml-ls-statics-shortcode_actions a .wpml-ls-native{display:none !important;}
  body.rtl .menu-bar-items .wpml-ls-statics-shortcode_actions a.wpml-ls-link::after{content:"EN";}
  body:not(.rtl) .menu-bar-items .wpml-ls-statics-shortcode_actions a.wpml-ls-link::after{content:"العربية";}
}