.dt-desktop-category-bar {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 10px 0 4px;
}

.dt-category-pill {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: #fff4f6;
  color: var(--color-text);
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.dt-category-pill:hover {
  border-color: rgba(255, 56, 92, 0.28);
}

.dt-category-pill-muted {
  background: #f4f4f4;
}
