.wp-glossary-az-wrapper {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 16px;
}

.wp-glossary-az-letters {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 14px;
}

.wp-glossary-az-letter {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    border: 1px solid #d1d5db;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
}

.wp-glossary-az-letter.is-active {
    background: #1d4ed8;
    color: #fff;
    border-color: #1d4ed8;
}

.wp-glossary-az-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.wp-glossary-az-item {
    border-top: 1px solid #ececec;
    padding: 12px 0;
}

.wp-glossary-az-item:first-child {
    border-top: 0;
    padding-top: 0;
}

.wp-glossary-az-item h4 {
    margin: 0 0 6px 0;
}

.wp-glossary-az-item p {
    margin: 0;
}
