

/* Start:/local/templates/new/components/bitrix/news.list/doctors/style.css?17569785071013*/
.specialists__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px; /* Отступ от тегов до списка врачей */
}

.specialists__tag {
    font-size: 18px;
    line-height: 24px;
    padding: 8px 16px;
    font-family: Mulish, sans-serif; /* Убедитесь, что Mulish подключен */
    transition: background-color 0.5s ease;
    color: #fff;
    display: flex;
    align-items: center;
    border-radius: 100px;
    font-weight: 600;
    border: 0;
    cursor: pointer; /* Указатель при наведении */
    background-color: #4f5557; /* Обычный тег */
}

.specialists__tag:hover {
    background-color: #6a7072; /* Цвет при наведении (по желанию) */
}

.specialists__tag--active,
.specialists__tag.active { /* Добавляем класс .active для активного состояния */
    background-color: #e82e2e; /* Активный тег */
}
/* End */
/* /local/templates/new/components/bitrix/news.list/doctors/style.css?17569785071013 */
