.nested { display: none;}
.active { display: block;}
.lt-down { transform: rotate(180deg); }
.toggler { transition: 0.2s; }
.toggler:hover { cursor: pointer;}
.lt-filters { display: flex; gap: 1rem; flex-wrap: wrap; }
.lt-filters .lt-badge:hover { cursor: pointer; }
.lt-inline-select:hover { cursor: pointer; }
.lt-wysiwyg .lt-filters-col h6::after { background: none; }
.lt-wysiwyg .lt-filters-col h7.lt-heading--h6 { font-size: 18px; }
.lt-uo-group li .lt-uo-group {padding-left: 1.6rem !important;}
.lt-uo-line { display: inline-block; position: relative; width:100%; }
.lt-uo-line i { position: absolute; left:0; top: 3px; }
.nested.lt-uo-group.active { border-left: 1px solid var(--grey-300);margin-left: 0.8rem;padding-left: 0.8rem !important;}
.lt-uo-line span { display: table-cell; padding-left: 20px;}
.lt-uo-line label { display: table-cell; padding-left: 3px;}
.lt-people__social { display: inline-flex; gap: .5rem; list-style-type: none !important; padding: 0 !important;}
.lt-user-card .lt-user__content a.lt-user__name { display: inline;}
.lt-user-card .lt-user__content a.lt-user__ou { display: inline;}
.tx-list-digitalist-people .lt-anchor-point { scroll-margin-top: 20rem;}
.lt-alphabet { text-align: center }
.lt-alphabet .lt-button.lt-button--tertiary-600.lt-button--outlined:hover {color: var(--white);background-color: var(--tertiary-600);border-color: var(--tertiary-600); }
@media (min-width: 768px) {
    .lt-alphabet {
        display: flex;
        justify-content: center;
        gap: 0.4rem;
    }
}