.elementor-124 .elementor-element.elementor-element-d7d0529{--display:flex;}/* Start custom CSS for container, class: .elementor-element-d7d0529 *//* A–Z Navigation */
.authors-az ul{
  display:flex;
  flex-wrap:wrap;
  gap:.5rem;
  list-style:none;
  padding:0;
  margin:0 0 1rem 0;
}
.authors-az a{
  display:inline-block;
  padding:.25rem .55rem;
  border:1px solid rgba(0,0,0,.15);
  border-radius:10px;
  text-decoration:none;
}

/* Buchstabenüberschrift */
.authors-letter{
  margin:1.25rem 0 .5rem;
  font-weight:700;
}

/* Mehrspaltige Autorenliste */
.authors-list{
  columns: 3;          /* <- auf 3 ändern für 3 Spalten */
  column-gap: 2rem;
  list-style:none;
  padding:0;
  margin:0;
}
@media (max-width: 900px){
  .authors-list{ columns: 1; }
}
.authors-item{
  break-inside: avoid;
  margin:0 0 .5rem 0;
}/* End custom CSS */