.mnl-screen-reader-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.mnl-language-selector {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  min-width: 0;
  position: relative;
  z-index: 1002;
}

.mnl-language-selector__select-wrap {
  display: inline-flex;
  position: relative;
  min-width: 6.8rem;
  max-width: 8.4rem;
}

.mnl-language-selector__select {
  width: 100%;
  min-height: 2.45rem;
  margin: 0;
  padding: .5rem 1.8rem .5rem .72rem;
  border: 1px solid rgba(244, 249, 239, .28);
  border-radius: 999px;
  outline: 0;
  background: rgba(7, 28, 23, .9);
  color: #f4f9ef;
  font: inherit;
  font-size: .78rem;
  font-weight: 700;
  line-height: 1.2;
  appearance: none;
  -webkit-appearance: none;
}

.mnl-language-selector__select:hover { border-color: rgba(216, 238, 111, .65); }
.mnl-language-selector__select:focus-visible { border-color: #d8ee6f; box-shadow: 0 0 0 3px rgba(216, 238, 111, .24); }
.mnl-language-selector__select option { background: #10241f; color: #f4f9ef; }

.mnl-language-selector__chevron {
  position: absolute;
  top: 50%;
  right: .72rem;
  width: .42rem;
  height: .42rem;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  color: #f4f9ef;
  pointer-events: none;
  transform: translateY(-70%) rotate(45deg);
}

[data-mnl-title-root] > [hidden],
[data-mnl-excerpt-root] > [hidden],
.mnl-content-templates[hidden] { display: none !important; }

.mnl-translation-fallback {
  margin: 1rem 0 0;
  padding: .75rem .9rem;
  border-left: 3px solid #d8ee6f;
  background: rgba(216, 238, 111, .1);
}

@media (max-width: 767px) {
  .mnl-language-selector__select-wrap { min-width: 6.4rem; max-width: 7.6rem; }
  .mnl-language-selector__select { min-height: 2.35rem; padding: .5rem 1.35rem .5rem .5rem; font-size: .74rem; }
  .mnl-language-selector__chevron { right: .55rem; }
}

@media (prefers-reduced-motion: reduce) {
  .mnl-language-selector__select { transition: none; }
}
