.active-filters-block {
  margin-bottom: 15px;
  width: 300px;
  min-width: 260px;
  max-width: 320px;
}
.active-filters-header {
  display: flex !important; 
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  max-width: 280px;
}
.active-filters-header .title {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  font-size: 0.8rem;
  padding-bottom: 0 !important;
  font-weight: 700;
  color: #000;
}
.clear-all-filters {
  font-size: 0.7em;
  color: #777;
  text-decoration:underline;
}
.active-filters-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.active-filter-tag {
  display: inline-flex;
  align-items: center;
  padding: 2px 12px;
  background-color: #00aced21;
  font-size: 0.7em;
}
.active-filter-tag .remove-tag {
  margin-left: 10px;
  text-decoration: none;
  color: #035079;
  font-weight: bold;
  font-size: 1.4em;
  line-height: 1;
  opacity: 0.7;
  transition: opacity 0.2s;
}
.active-filter-tag .remove-tag:hover {
  opacity: 1;
}

/* Pravidlo pro skrytí dekorativní čáry z tématu */
.active-filters-header .title::after {
  display: none !important;
}

