/* start custom scss snippet (compiled as plain CSS for this site) */

/* Language switcher */
.lang-switcher {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  list-style: none;
  margin-bottom: 0.8rem;
}
.lang-switcher__item { margin: 0; padding: 0; }
.lang-switcher__link {
  font-weight: 600;
  font-size: 0.875rem;
  color: inherit;
  text-decoration: none;
  opacity: 0.7;
}
.lang-switcher__link:hover { text-decoration: underline; opacity: 1; }
.lang-switcher__link.active { opacity: 1; cursor: default; }

/* end custom scss snippet */
