.taxonomy-index-wrapper {
    margin: 2em 0;
    font-family: Arial, sans-serif;
}

/* H1 Title */
.taxonomy-index-wrapper h1 {
    font-size: 2em;
    color: #333;
    margin-bottom: 1em;
}

/* Alphabetical Index */
.taxonomy-index-alphabet {
    margin-bottom: 1em;
}
.alphabet-link {
    margin-right: 0.5em;
    text-decoration: none;
    color: #c0392b;
}
.alphabet-link:hover {
    text-decoration: underline;
}
.alphabet-disabled {
    margin-right: 0.5em;
    color: #aaa;
}

/* Term Lists */
.taxonomy-index-list {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 2em;
}
.taxonomy-index-list li {
    margin: 0.3em 0;
    display: inline-block;
    width: 24%;
}
.taxonomy-index-list a {
    text-decoration: none;
    color: #333;
}
.taxonomy-index-list a:hover {
    text-decoration: underline;
}

/* Heading Styles */
.taxonomy-index-wrapper h3 {
    margin-top: 1.5em;
    font-size: 1.4em;
      width: 100%;
      padding: 5px 15px;
      margin: 0 0 15px 0;
      background: #f4f4f4;
      color: #777;
      float: none;
      text-transform: uppercase;
      font-weight: 700;
      border-radius: 5px;
}

/* Smooth Scrolling */
html {
    scroll-behavior: smooth;
}
.taxonomy-search {
    width: 100%;
    padding: 10px;
    font-size: 1.2em;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

#taxonomy-search-results {
    background: white;
    border: 1px solid #ddd;
    max-height: 300px;
    overflow-y: auto;
    padding: 10px;
}

#taxonomy-search-results a {
    display: block;
    padding: 5px;
    text-decoration: none;
    color: #333;
}

#taxonomy-search-results a:hover {
    background: #f5f5f5;
}