/* The production Tailwind bundle omits the destructive color utility. */
.bg-destructive {
  background-color: #dc2626;
}

.hover\:bg-destructive\/90:hover:not(:disabled) {
  background-color: #b91c1c;
}

.bg-destructive:disabled {
  background-color: #dc2626;
}
