:root {
  --brand-primary: #2563eb;
}

body {
  background: #f3f4f6;
}

.min-vh-70 {
  min-height: 70vh;
}

.card {
  border-radius: 18px;
}

.logo-preview {
  max-height: 80px;
}

#itemsTable th,
#itemsTable td {
  vertical-align: middle;
}

#itemsTable input,
#itemsTable select {
  min-width: 110px;
}

#itemsTableWrapper {
  max-height: 460px;
  overflow: auto;
}

.discount-cell {
  min-width: 180px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
}
