/* Kernex final language dropdown stability */

#languageSelect,
select[data-kx-language] {
  position: relative !important;
  z-index: 5000 !important;
  cursor: pointer !important;
  touch-action: manipulation !important;
}

body.kx-language-select-active .kx-header,
body.kx-language-select-active .kx-mobile-drawer,
body.kx-language-select-active .kx-actions {
  overflow: visible !important;
}

@media screen and (max-width: 900px) {
  #languageSelect,
  select[data-kx-language] {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    height: 42px !important;
    min-height: 42px !important;
    font-size: 13.5px !important;
    line-height: 1 !important;
  }

  body.kx-mobile-drawer-mode .kx-mobile-drawer .kx-actions {
    overflow: visible !important;
  }

  body.kx-mobile-drawer-mode .kx-mobile-drawer .kx-actions select {
    position: relative !important;
    z-index: 5000 !important;
  }
}
