/*
 * Language selector styles.
 *
 * Loaded on every page (the switcher is direction-agnostic); RTL-specific
 * overrides live in mishnah-rtl.css.
 */

.mishnah-language-switcher {
  display: flex;
  gap: 0.5em;
  align-items: center;
  margin-block-end: 1em;
}

.mishnah-language-switcher__link {
  text-decoration: none;
  opacity: 0.7;
}

.mishnah-language-switcher__link:hover {
  opacity: 1;
}

.mishnah-language-switcher__link.is-current {
  font-weight: 600;
  opacity: 1;
  text-decoration: underline;
}
