.news-tags__tag.is-active { background: #bea680; color: #fff; }
.news-tags__reset {
    display: inline-flex; align-items: center; gap: 6px;
    padding: 8px 14px;
    background: none;
    border: 1px solid #bea680;
    color: #bea680;
    font-size: 13px;
    line-height: 20px;
    cursor: pointer;
    white-space: nowrap;
    text-decoration: none;
    transition: background .18s, color .18s;
}
.news-tags__reset:hover { background: #bea680; color: #fff; }
.news-tags__reset-icon { font-style: normal; font-size: 15px; line-height: 1; }
