/* The Region — WPML post language bar */
.trde-post-languages {
  width: max-content;
  max-width: 100%;
  margin: 0;
  padding: 12px;
  box-sizing: border-box;
  background: #7d1c58 !important;
  color: #ffffff;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}

.trde-post-languages__inner {
  display: flex;
  align-items: center;
  width: max-content;
  min-width: max-content;
  gap: 10px;
  white-space: nowrap;
  font-family: "Bebas Neue", sans-serif !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  letter-spacing: 0.07em !important;
  text-transform: uppercase !important;
}

.trde-post-languages__label,
.trde-post-languages__language,
.trde-post-languages__separator,
.trde-post-languages__links,
.trde-post-languages__links a,
.trde-post-languages__links span {
  font-family: "Bebas Neue", sans-serif !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  letter-spacing: 0.07em !important;
  text-transform: uppercase !important;
}

.trde-post-languages__label {
  flex: 0 0 auto;
  margin: 0;
  color: #ffffff !important;
}

.trde-post-languages__links {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 10px;
}

.trde-post-languages__language,
.trde-post-languages__language:visited {
  color: #ffffff !important;
  text-decoration: none !important;
  box-shadow: none !important;
  border: 0 !important;
}

.trde-post-languages a.trde-post-languages__language:hover,
.trde-post-languages a.trde-post-languages__language:focus-visible {
  color: #fda100 !important;
  text-decoration: none !important;
}

.trde-post-languages__language.is-current {
  color: #fda100 !important;
  cursor: default;
}

.trde-post-languages__separator {
  margin: 0;
  color: #ffffff !important;
}

@media (max-width: 767px) {
  .trde-post-languages {
    width: 100%;
    max-width: 100%;
    padding: 12px;
  }
}
