/* 1) Clearfix */
.azl-clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  /* 2) Outer container spacing */
  .azl-container {
    margin: 2rem 0;
  }

  /* 3) Header bar: 0–9 and A–Z boxes */
  .azl-header {
    margin-bottom: 1.5rem;
  }

  .azl-letter-list {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: -2px;
    margin-right: -2px;
  }

  .azl-letter-item {
    display: inline-block;
    float: left;
    width: 25px;
    height: 25px;
    margin: 2px;
    line-height: 25px;
    border: 1px solid #ddd;
    text-align: center;
  }

  .azl-letter-link {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    color: #333;
    text-decoration: none;
  }

  .azl-letter-link:hover {
    background-color: #f5f5f5;
    color: #000;
  }

  /* 4) Each letter‐group row */
  .azl-group {
    margin-bottom: 1.25rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #eee;
  }

  .azl-group-title {
    font-size: 1.15rem;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
  }

  /* 5) Wrapper for columns */
  .azl-group-inner {
    margin-left: -5px;
    margin-right: -5px;
  }

  /* 6) Each brand item */
  .azl-item {
    padding: 5px;
    box-sizing: border-box;
    width: 100%;
  }

  .azl-item-link {
    display: block;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    color: #333;
    text-decoration: none;
  }

  .azl-item-link:hover {
    color: #000;
  }

  /* 7) Responsive breakpoints */
  @media (min-width: 576px) {
    .azl-item {
      float: left;
      width: 50%;
    }
  }
  @media (min-width: 992px) {
    .azl-item {
      float: left;
      width: 25%;
    }
  }
