.disk-compact-stepper-wrap {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.25rem !important;
  flex: 0 0 auto !important;
  min-width: auto !important;
}

.disk-compact-stepper {
  width: 2rem !important;
  height: 2rem !important;
  min-width: 2rem !important;
  min-height: 2rem !important;
  padding: 0 !important;
  border-radius: 0.5rem !important;
  font-size: 1rem !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  color: #475569 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: background-color 0.15s ease, color 0.15s ease, opacity 0.15s ease !important;
}

.disk-compact-stepper:hover:not(:disabled) {
  background: rgba(148, 163, 184, 0.12) !important;
}

.disk-compact-stepper:disabled {
  opacity: 0.3 !important;
}

.disk-compact-stepper-value {
  width: 1.75rem !important;
  min-width: 1.75rem !important;
  height: 2rem !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 0.95rem !important;
  font-weight: 800 !important;
  line-height: 1 !important;
}

.hover\:bg-slate-0:hover {
  background-color: transparent;
}

@media (max-width: 768px) {
  .disk-compact-stepper {
    width: 2rem !important;
    height: 2rem !important;
    min-width: 2rem !important;
    min-height: 2rem !important;
  }
}
