/* [project]/src/widgets/language-switcher/ui/LanguageSwitcher.module.scss.module.css [app-client] (css) */
:root {
  --font-family: var(--font-plus-jakarta-sans), sans-serif;
  --font-secondary: var(--font-inter), sans-serif;
  --content-width: 1440px;
  --container-offset: 15px;
  --container-width: calc(var(--content-width)  + (var(--container-offset) * 2));
  --content-inner-width: 1196px;
  --container-inner-width: calc(var(--content-inner-width)  + (var(--container-offset) * 2));
  --color-bg-primary: #000052;
  --color-bg-secondary: #0000ae;
  --color-bg-secondary-80: #0000aecc;
  --color-accent: #dbdb12;
  --color-accent-80: #dbdb12cc;
  --color-text-primary: #fff;
  --color-text-secondary: #1e293b;
  --color-text-accent: #0057ff;
  --color-text-dark: #000;
  --color-border: #d1dbee;
  --color-error: #ff4d4f;
}

.LanguageSwitcher-module-scss-module__pZlU9a__root {
  align-items: center;
  display: inline-flex;
  position: relative;
}

.LanguageSwitcher-module-scss-module__pZlU9a__trigger {
  color: inherit;
  cursor: pointer;
  white-space: nowrap;
  background: none;
  border: none;
  align-items: center;
  gap: .25rem;
  padding: .25rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  display: inline-flex;
}

@media (any-hover: hover) {
  .LanguageSwitcher-module-scss-module__pZlU9a__trigger:hover {
    opacity: .9;
  }
}

.LanguageSwitcher-module-scss-module__pZlU9a__trigger__label {
  text-transform: capitalize;
  font-family: var(--font-plus-jakarta-sans);
  font-size: .8125rem;
  font-weight: 400;
  line-height: 150%;
}

.LanguageSwitcher-module-scss-module__pZlU9a__trigger__icon {
  justify-content: center;
  align-items: center;
  transition: transform .2s;
  display: inline-flex;
}

.LanguageSwitcher-module-scss-module__pZlU9a__trigger__icon[data-open="true"] {
  transform: rotate(180deg);
}

.LanguageSwitcher-module-scss-module__pZlU9a__dropdown {
  z-index: 100;
  background: #fff;
  border-radius: .5rem;
  flex-direction: column;
  gap: 10px;
  min-width: 3.5rem;
  padding: .75rem 1.25rem;
  display: flex;
  position: absolute;
  top: calc(100% + .25rem);
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 62em) {
  .LanguageSwitcher-module-scss-module__pZlU9a__dropdown {
    top: auto;
    bottom: calc(100% + .25rem);
  }
}

.LanguageSwitcher-module-scss-module__pZlU9a__dropdown__item {
  width: 100%;
  font-family: var(--font-plus-jakarta-sans);
  color: var(--color-text-secondary);
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  background: none;
  border: none;
  border-radius: 0;
  font-size: .8125rem;
  font-weight: 400;
  line-height: 150%;
  display: block;
}

/*# sourceMappingURL=src_widgets_language-switcher_ui_LanguageSwitcher_module_scss_module_7b3be707.css.map*/