.bbom-mobile-language-switch {
  display: none;
}

@media only screen and (max-width: 999px) {
  #header-outer #top {
    position: relative;
  }

  #header-outer #top .nectar-mobile-only.mobile-header {
    display: inline-block;
    width: 100%;
  }

  #header-outer #top .nectar-mobile-only.mobile-header .inner {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    padding-right: 16px;
    overflow: visible;
  }

  #header-outer #top .bbom-mobile-language-switch {
    position: relative;
    z-index: 60;
    display: block;
  }

  #header-outer #top .bbom-mobile-language-switch__toggle,
  #header-outer #top .bbom-mobile-language-switch__link {
    display: inline-flex;
    min-width: 42px;
    height: 34px;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    border: 2px solid #ff0000;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.92);
    font-family: "Bebas Neue", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    letter-spacing: 0;
    box-sizing: border-box;
    transition: background-color 0.2s ease, color 0.2s ease;
  }

  #header-outer #top .bbom-mobile-language-switch__toggle {
    cursor: pointer;
  }

  #header-outer #top .bbom-mobile-language-switch__toggle:hover,
  #header-outer #top .bbom-mobile-language-switch__toggle:focus-visible,
  #header-outer #top .bbom-mobile-language-switch__link.is-current {
    background: #ff0000;
    color: #ffffff;
  }

  #header-outer #top .bbom-mobile-language-switch__panel {
    position: absolute;
    top: calc(100% + 6px);
    right: 0;
    display: none;
    min-width: 100%;
  }

  #header-outer #top .bbom-mobile-language-switch.is-open .bbom-mobile-language-switch__panel {
    display: block;
  }

  #header-outer #top .bbom-mobile-language-switch__link {
    width: 100%;
    min-width: 0;
    border-top: 0;
  }

  #header-outer #top .bbom-mobile-language-switch__panel .bbom-mobile-language-switch__link:first-child {
    border-top: 2px solid #ff0000;
  }

  #header-outer #top .bbom-mobile-language-switch__link:hover,
  #header-outer #top .bbom-mobile-language-switch__link:focus-visible {
    background: #ff0000;
    color: #ffffff;
  }
}

@media only screen and (max-width: 420px) {
  #header-outer #top .nectar-mobile-only.mobile-header .inner {
    padding-right: 16px;
  }

  #header-outer #top .bbom-mobile-language-switch__toggle,
  #header-outer #top .bbom-mobile-language-switch__link {
    min-width: 38px;
    height: 32px;
    padding: 0 8px;
    font-size: 16px;
  }
}
