/* v18 prettier pill language switch with active highlight */
@media (max-width: 768px) {
  .mobileHeader .mobileHeaderIcons[data-v-d5b69af0] {
    display: grid !important;
    grid-template-columns: 45px 1fr auto;
    align-items: center !important;
    column-gap: 12px !important;
  }

  .cloudcrewLangSwitch {
    position: relative;
    display: inline-grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    min-width: 88px;
    height: 40px;
    padding: 4px;
    border-radius: 999px;
    border: 1px solid rgba(0,0,0,.10);
    background: rgba(255,255,255,.9);
    color: #1c1d20;
    font-family: Hauora,sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 24px rgba(0,0,0,.12);
    touch-action: manipulation;
    overflow: hidden;
  }

  .cloudcrewLangSwitch__thumb {
    position: absolute;
    top: 4px;
    left: 4px;
    width: calc(50% - 4px);
    height: calc(100% - 8px);
    border-radius: 999px;
    background: #ffb400;
    box-shadow: 0 4px 14px rgba(255,180,0,.35);
    transition: transform .22s ease;
    pointer-events: none;
  }

  .cloudcrewLangSwitch[data-lang="EN"] .cloudcrewLangSwitch__thumb {
    transform: translateX(100%);
  }

  .cloudcrewLangSwitch__item {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    opacity: .7;
    transition: color .18s ease, opacity .18s ease;
  }

  .cloudcrewLangSwitch[data-lang="UA"] .cloudcrewLangSwitch__ua,
  .cloudcrewLangSwitch[data-lang="EN"] .cloudcrewLangSwitch__en {
    opacity: 1;
    color: #111;
  }

  .cloudcrewLangSwitch[data-lang="UA"] .cloudcrewLangSwitch__en,
  .cloudcrewLangSwitch[data-lang="EN"] .cloudcrewLangSwitch__ua {
    color: rgba(0,0,0,.72);
  }

  html[data-theme="dark"] .cloudcrewLangSwitch,
  body.theme-dark .cloudcrewLangSwitch {
    background: rgba(11,17,24,.92);
    color: #fff;
    border-color: rgba(255,255,255,.10);
    box-shadow: 0 10px 26px rgba(0,0,0,.22);
  }

  html[data-theme="dark"] .cloudcrewLangSwitch[data-lang="UA"] .cloudcrewLangSwitch__en,
  html[data-theme="dark"] .cloudcrewLangSwitch[data-lang="EN"] .cloudcrewLangSwitch__ua,
  body.theme-dark .cloudcrewLangSwitch[data-lang="UA"] .cloudcrewLangSwitch__en,
  body.theme-dark .cloudcrewLangSwitch[data-lang="EN"] .cloudcrewLangSwitch__ua {
    color: rgba(255,255,255,.68);
  }

  .menuWrap .cloudcrewMenuLangRow {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: -4px;
    margin-bottom: 10px;
  }

  .menuWrap .cloudcrewMenuLangRow .cloudcrewLangSwitch {
    background: rgba(255,255,255,.04);
    border-color: rgba(255,255,255,.08);
    color: #fff;
    box-shadow: none;
  }

  .menuWrap .cloudcrewMenuLangRow .cloudcrewLangSwitch__thumb {
    background: #ffb400;
    box-shadow: 0 4px 12px rgba(255,180,0,.28);
  }

  .menuWrap .cloudcrewMenuLangRow .cloudcrewLangSwitch[data-lang="UA"] .cloudcrewLangSwitch__ua,
  .menuWrap .cloudcrewMenuLangRow .cloudcrewLangSwitch[data-lang="EN"] .cloudcrewLangSwitch__en {
    color: #111;
  }

  .menuWrap[data-v-d5b69af0] .menuLinks .languageChanger[data-v-d5b69af0] {
    display: none !important;
  }
}
