/* v308 · unmittelbarer Einstieg in die vier Verteiler-Spalten */
.lexicon-library {
  padding-top: 68px;
}

.lexicon-shelf-title {
  margin: 0 0 7px;
  color: #101112;
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -.035em;
}

.lexicon-shelf-title a {
  color: inherit;
  text-decoration: none;
}

.lexicon-shelf-title a:hover,
.lexicon-shelf-title a:focus-visible {
  color: #22463b;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 620px) {
  .lexicon-library { padding-top: 32px; }
}
