.preset {
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

.preset.active,
.preset[aria-pressed="true"] {
  color: #111900 !important;
  background: var(--accent) !important;
  border-color: var(--accent) !important;
  box-shadow: 0 0 0 2px rgba(184, 232, 48, 0.22);
  font-weight: 800;
}
