.su-builder label,
.su-archive-filter label {
  position: relative;
}

.su-builder label::after,
.su-archive-filter label::after {
  content: "";
  position: absolute;
  right: 17px;
  bottom: 20px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #28333d;
  border-bottom: 2px solid #28333d;
  transform: rotate(45deg);
  pointer-events: none;
  z-index: 2;
}

/* Highlight only filters with an active selection. */
.su-archive-filter select:has(option:checked:not([value=""])) {
  color: #bf0a30;
  font-weight: 600;
}
