.selection-filters {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 14px;
}

.selection-filters button {
  display: grid;
  gap: 3px;
  min-width: 0;
  min-height: 48px;
  padding: 6px 8px;
  color: var(--text-main);
  text-align: left;
  background: rgba(224, 24, 34, 0.58);
  border: 1px solid rgba(253, 255, 255, 0.16);
  clip-path: polygon(4% 0, 100% 0, 96% 100%, 0 100%);
}

.selection-filters span {
  color: var(--text-muted);
  font-size: 12px;
}

.selection-filters b {
  overflow: hidden;
  font-size: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
