.article-filters {
  display: flex;
  gap: 8px;
  padding: 20px 24px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 0 10px #f2f2f2;
  margin-bottom: 1.25em;
}

.article-filters__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  overflow: hidden;
  height: 36px;
}

.article-filters--opened .article-filters__tags {
  height: auto;
}

.article-filters__tag-count {
  display: flex;
  place-content: center;
  border-radius: 50em;
  background: #F0F0F0;
  font-size: 12px;
  padding-left: 5px;
  padding-right: 5px;
  min-width: 18px;
  line-height: 18px;
  height: 18px;
  margin-left: 8px;
  white-space: nowrap;
}

.article-filters__actions {
  display: flex;
  gap: 8px;
  flex-shrink: 0;
  flex-grow: 1;
  justify-content: space-between;
}

.article-filters__count .button {
  --button-color: #AFAFAF;
}
