.ds-glossary-wrap {
    max-width: 980px;
    margin: 0 auto;
    padding: 16px;
}

.ds-glossary-search-form {
    display: flex;
    gap: 8px;
    margin-bottom: 16px;
}

.ds-glossary-search-form input[type="search"] {
    flex: 1;
    min-height: 44px;
    padding: 10px 12px;
    border: 1px solid #ccd0d4;
    border-radius: 6px;
}

.ds-glossary-search-form button {
    min-height: 44px;
    padding: 10px 16px;
    border: 1px solid #1d2327;
    background: #1d2327;
    color: #fff;
    border-radius: 6px;
    cursor: pointer;
}

.ds-active-filters {
    margin: 8px 0 14px;
    padding: 10px 12px;
    border: 1px solid #dcdcde;
    border-radius: 6px;
    background: #f6f7f7;
    color: #1d2327;
    font-size: 14px;
}

.ds-glossary-index {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 18px;
}

.ds-glossary-index a {
    display: inline-block;
    min-width: 36px;
    padding: 6px 10px;
    text-align: center;
    border: 1px solid #dcdcde;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
}

.ds-glossary-index a.is-active {
    background: #2271b1;
    border-color: #2271b1;
    color: #fff;
}

.ds-glossary-index .ds-clear-filter {
    min-width: auto;
    margin-left: 8px;
    padding: 6px 4px;
    border: 0;
    border-bottom: 1px solid #8c8f94;
    border-radius: 0;
    background: transparent;
    color: #50575e;
    font-weight: 500;
    text-decoration: none;
}

.ds-glossary-index .ds-clear-filter:hover,
.ds-glossary-index .ds-clear-filter:focus {
    color: #1d2327;
    border-bottom-color: #1d2327;
}

.ds-glossary-list {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 1px solid #e2e4e7;
    border-radius: 8px;
    overflow: hidden;
}

.ds-glossary-list li {
    border-bottom: 1px solid #f0f0f1;
    padding: 12px 14px;
}

.ds-glossary-list li:last-child {
    border-bottom: 0;
}

.ds-glossary-list a {
    text-decoration: none;
    font-weight: 600;
}

.ds-glossary-list .ds-empty {
    color: #646970;
}

.is-hidden {
    display: none !important;
}

.ds-single-glossary {
    padding: 32px 16px;
}

.ds-single-container {
    max-width: 860px;
    margin: 0 auto;
}

.ds-glossary-entry {
    background: #fff;
    border: 1px solid #e2e4e7;
    border-radius: 10px;
    padding: 24px;
}

.ds-glossary-entry .entry-title {
    margin-top: 0;
    margin-bottom: 16px;
}

.ds-glossary-content > *:first-child {
    margin-top: 0;
}

@media (max-width: 640px) {
    .ds-glossary-search-form {
        flex-direction: column;
    }

    .ds-glossary-search-form button {
        width: 100%;
    }
}
