/**
 * Description: Style Sheet für Plugin My Dynamice AZ Listing
 * Author:      Jörg & Copilot
 * Version:     1.0
 * Date:		2025-07-31
 */

:root {
  --az-columns: 1;
}

/* Style Navigation */
.az-nav {
  text-align: center;
  padding: .6em 0;
  font-family: Julee;
  font-size: 1.2em;
  font-weight: bold;
  border-bottom: 2px solid #e5e5e5;
  border-top: 2px solid #e5e5e5;
}
.az-nav ul {
  display: inline-flex;
  margin: 0;
  list-style: none;
}
.az-nav .az-letter a {
  width: 1.6em;
  height: 1.6em;
  display: inline-flex;
  justify-content: center;
}
.az-nav .az-num a {
  width: 2em;
}
.az-nav a:hover {
  background: #ccc;
}
.az-disabled span {
  color: #aaa;
  width: 1.6em;
  height: 1.6em;
  display: inline-block;
}

/* Style Tabelle */
.dal-wrapper {
  margin: 2em 0;
}
.letter-section {
  margin-bottom: 2em;
}
.letter-section h3 {
  border-bottom: 1px solid #000;
  padding-left: .5em;
  font-size: 1.3125rem;
}
.entry-list {
  column-count: var(--az-columns);
  list-style: none;
  padding-left: 0.75em;
  margin: 0;
}
.entry-list li {
  break-inside: avoid;		/* Vermeide jeglichen Umbruch innerhalb dieses Elements */
}
.az-post::before {
  content: "• ";
  color: #000;
}
