<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * @file
 * Stylesheet for the language switcher block.
 */

.block-language &gt; .links {
  display: inline-flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.block-language &gt; .links li + li {
  margin-inline-start: 1rem;
}

.language-link,
.language-link:hover,
.language-link:focus {
  text-decoration: none;
  color: inherit;
  background-color: inherit;
}
.language-link:hover,
.language-link:focus {
  text-decoration: underline;
}
.language-link.is-active {
  font-weight: 700;
}
</pre></body></html>