.roye-language-switch {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  white-space: nowrap;
  font-size: 14px;
  letter-spacing: 0.04em;
}

.roye-language-switch button {
  appearance: none;
  border: 0;
  padding: 0.2rem 0.1rem;
  background: transparent;
  color: inherit;
  font: inherit;
  cursor: pointer;
  opacity: 0.55;
  transition: opacity 0.2s ease;
}

.roye-language-switch button:hover,
.roye-language-switch button:focus-visible,
.roye-language-switch button.is-active {
  opacity: 1;
}

.roye-language-switch button.is-active {
  font-weight: 600;
}

.roye-language-switch button:focus-visible {
  outline: 1px solid currentColor;
  outline-offset: 3px;
}

.language-en .trend-product-content p,
.language-en .about-us-content p,
.language-en .subtext p {
  line-height: 1.65;
}

.language-en #lunbotu h2.display-2 {
  font-size: clamp(2rem, 3.5vw, 3.5rem);
  white-space: nowrap;
}

@media (max-width: 991.98px) {
  .roye-language-switch {
    font-size: 13px;
  }
}
