.fxp-language-switch {
  align-items: center;
  display: inline-flex !important;
  gap: 7px;
  margin-left: 10px;
  white-space: nowrap;
}

.fxp-language-switch > a {
  color: inherit;
  display: inline-block !important;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  padding: 15px 2px !important;
  text-decoration: none;
}

.fxp-language-switch > a.active {
  color: #d4a31c !important;
}

.fxp-language-switch > span {
  opacity: .45;
}

html[lang="es"] .btn,
html[lang="es"] .fxp-card-cta,
html[lang="es"] .fxp-results-link {
  white-space: normal;
}

html[lang="es"] .fxp-robot-card,
html[lang="es"] .price-column {
  height: auto;
  min-height: 100%;
}

html[lang="es"] .fxp-product-list a.fxp-current::before {
  content: "ACTUAL";
}

@media (max-width: 991px) {
  .fxp-language-switch {
    margin: 0;
    padding: 0 15px;
  }

  .fxp-language-switch > a {
    padding: 11px 2px !important;
  }
}
