.quick-filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.quick-chip {
  display: inline-block;
  padding: 8px 12px;
  border-radius: 999px;
  background: #fff6d6;
  border: 1px solid #ead38a;
  color: #6f5600;
  text-decoration: none;
  font-weight: 700;
}

.quick-chip:hover {
  text-decoration: none;
  background: #fff0b8;
}
