/* Фильтры по характеристикам. Стиль нарочно скромный: тема сайта задаёт вид,
   здесь только то, без чего список нечитаем. */

.am-facets__group {
    margin: 0 0 1.2em;
}

.am-facets__name {
    font-weight: 600;
    margin-bottom: .4em;
}

.am-facets__list {
    list-style: none;
    margin: 0;
    padding: 0;
    max-height: 16em;
    overflow-y: auto;
}

.am-facets__item a {
    display: flex;
    align-items: baseline;
    gap: .5em;
    padding: .2em 0;
    text-decoration: none;
    line-height: 1.35;
}

.am-facets__item a:hover {
    text-decoration: underline;
}

.am-facets__box {
    flex: 0 0 auto;
    display: inline-block;
    width: 1.05em;
    height: 1.05em;
    line-height: 1.05em;
    text-align: center;
    border: 1px solid currentColor;
    border-radius: 3px;
    font-size: .85em;
    opacity: .6;
}

.am-facets__item.is-active .am-facets__box {
    opacity: 1;
}

.am-facets__item.is-active a {
    font-weight: 600;
}

.am-facets__count {
    margin-left: auto;
    opacity: .55;
    font-size: .85em;
}

.am-facets__reset {
    margin: 0 0 1em;
    font-size: .9em;
}
