.tag-header { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 24px; flex-wrap: wrap; }
.tag-filters { display: flex; align-items: center; margin-left: auto; }
@media (max-width: 768px) {
  .tag-header { gap: 14px; }
  .tag-filters { margin-left: auto; }
}
