/* Keep the POS quantity controls visible against the dark soft-button style. */
.divide-y.divide-slate-100 .no-print.flex.items-center.gap-2 > button {
  position: relative;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  color: #5eead4 !important;
}

.divide-y.divide-slate-100 .no-print.flex.items-center.gap-2 > button > svg {
  display: block !important;
  width: 16px !important;
  height: 16px !important;
  min-width: 16px;
  min-height: 16px;
  color: currentColor !important;
  stroke: currentColor !important;
  opacity: 1 !important;
  visibility: visible !important;
}
