/* Native multilingual presentation primitives. No language-specific business state. */
.the-art-artwork-card__cta {
  display: inline-flex;
  align-items: center;
  gap: .35em;
  margin-top: clamp(10px, 1.4vw, 16px);
  white-space: nowrap;
}

.the-art-language-switcher {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  align-items: center;
}

.the-art-language-switcher a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: .25em;
}

.the-art-language-switcher a[aria-current="page"] {
  font-weight: 700;
}

@media (max-width: 390px) {
  .the-art-artwork-card__cta {
    max-width: 100%;
    margin-top: 10px;
  }
}
