/*
====================================================
DoseClock Delivery / Stock Receipt Styles
Phase 4 Package 3
====================================================
*/

.delivery-form {
  display: grid;
  gap: 1.25rem;
}

.delivery-mode-section {
  padding: 1rem;
  border: 1px solid rgba(10, 45, 111, 0.14);
  border-radius: var(--radius-lg);
  background: #f8fbff;
}

.delivery-mode-section[hidden] {
  display: none !important;
}

#supply-rule-panel {
  margin-top: 0.5rem;
  border: 1px solid rgba(10, 45, 111, 0.14);
  background: #ffffff;
}

#supply-rule-panel h2 {
  margin-bottom: 0.85rem;
  font-size: 1.15rem;
}

.delivery-audit-table-wrap {
  margin-top: 1rem;
}

.delivery-audit-table th {
  white-space: nowrap;
}

.delivery-audit-table td {
  vertical-align: top;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  min-height: 1.75rem;
  padding: 0.25rem 0.6rem;
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 700;
  white-space: nowrap;
}

.status-pill--warning {
  background: #fff4dc;
  color: #7a4d00;
}

.status-pill--info {
  background: #e8f1ff;
  color: var(--color-primary);
}

.status-pill--muted {
  background: #eef2f7;
  color: #4b5563;
}
