body {
  font-family: 'Heebo', system-ui, sans-serif;
  background: #f4f6f9;
}

.auth-container {
  max-width: 420px;
  margin-top: 8vh;
}

.auth-card {
  border: none;
  box-shadow: 0 6px 24px rgba(0, 0, 0, .08);
}

.brand-title {
  font-weight: 700;
}

.vat-note {
  font-size: .85rem;
  color: #6c757d;
}

.card {
  border: none;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .05);
}

.table thead th {
  background: #f1f3f5;
  white-space: nowrap;
}

/* Line-item options: clean label/value grid (shared via _macros.line_options) */
.opt-grid {
  display: grid;
  grid-template-columns: max-content 1fr;
  column-gap: 12px;
  row-gap: 2px;
  font-size: .85rem;
  line-height: 1.5;
}

.opt-label {
  color: #6c757d;
}

.opt-value {
  font-weight: 600;
  color: #1a1a1a;
}

.opt-sku {
  display: inline-block;
  margin-inline-start: 6px;
  padding: 0 6px;
  font-size: .75rem;
  font-weight: 400;
  color: #6c757d;
  background: #f1f3f5;
  border-radius: 4px;
}

.opt-sku-main {
  font-weight: 700;
  font-size: .95rem;
  color: #1a1a1a;
}

.badge-status {
  font-weight: 500;
}

/* required field left empty on add-to-order */
.field-missing {
  outline: 2px solid #dc3545;
  outline-offset: 6px;
  border-radius: 4px;
  background: #fdf3f4;
}

.field-missing .form-label {
  color: #dc3545;
  font-weight: 600;
}
