/* A shared, accessible language choice used in the footer and Account.
   The persistent aria-pressed state is updated by web_copy_localization.dart
   when a visitor changes locale after hydration. */
.locale-switcher-option[aria-pressed="true"] {
  color: var(--color-secondary);
  font-weight: 600;
}

.locale-switcher-separator {
  margin-inline: 0.375rem;
  color: color-mix(in srgb, var(--color-on-surface) 35%, transparent);
  user-select: none;
}
