

/* Start:/local/components/api/category.tree/templates/v2/style.css?17797050051697*/
.agr-cat-section {
    margin: 0 auto 30px;
}
.categories__header h2 {
    font-size: 22px;
    font-weight: 700;
    color: var(--agr-text);
    margin-bottom: 20px;
}

.categories__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 6px 26px;
    margin-bottom: 20px;
}

.categories__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 7px 0;
    border-bottom: 1px solid #f0f0f0;
}

.categories__item:last-child {
    border-bottom: none;
}

.categories__item--hidden {
    display: none;
}

.categories__link {
    color: var(--agr-text);
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
    padding-right: 10px;
}

.categories__link:hover {
    color: var(--agr-brand);
    text-decoration: none;
}

.categories__counters {
    font-size: 13px;
    color: var(--agr-muted);
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
}

.categories__new {
    background: var(--agr-counters-bg);
    color: var(--agr-counters-color);
    font-size: 12px;
    padding: 0 5px;
    border-radius: 3px;
}

.categories__toggle {
    background: none;
    border: 1px solid var(--agr-brand);
    color: var(--agr-brand);
    padding: 10px 26px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    margin: 20px auto 0;
    display: block;
}

.categories__toggle:hover {
    background: var(--agr-border-soft-2);
    color: var(--agr-brand-dark);
}
/* End */
/* /local/components/api/category.tree/templates/v2/style.css?17797050051697 */
