.langSuggest {
  position: relative;
  background-color: var(--color-primary);
  color: var(--color-primary--text);
  text-align: center;
}
.langSuggest .langSuggest__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.25rem 1rem;
  min-height: 2.25rem;
  padding: 0.5rem 2.8125rem;
  font-size: 0.75rem;
  line-height: 1.4;
}
.langSuggest .langSuggest__cta {
  color: inherit;
  font-weight: 700;
  text-decoration: underline;
  white-space: nowrap;
}
.langSuggest .langSuggest__settings {
  color: inherit;
  cursor: pointer;
  text-decoration: underline;
  white-space: nowrap;
  opacity: 0.75;
}
.langSuggest .langSuggest__close {
  position: absolute;
  top: 50%;
  right: 0.9375rem;
  transform: translateY(-50%);
  background: none;
  border: 0;
  color: inherit;
  cursor: pointer;
  font-size: 0.8125rem;
  line-height: 1;
  padding: 0.25rem 0.375rem;
  transition: opacity 0.15s;
}
.langSuggest .langSuggest__close:hover {
  opacity: 0.6;
}

@media (min-width: 768px) {
  .langSuggest .langSuggest__inner {
    min-height: 2.8125rem;
    font-size: 1rem;
    padding: 0.5rem 5rem;
  }
}
/*# sourceMappingURL=lang_suggest.css.map */