.fulfillment-help { margin: -5px 0 10px; color: #6e6e73; font-size: 12px; }
.fulfillment-list { display: flex; flex-direction: column; gap: 8px; }
.fulfillment-item { padding: 11px; border: 1px solid #e0e0e5; border-radius: 13px; background: #fafafa; }
.fulfillment-item-heading { display: flex; justify-content: space-between; gap: 8px; margin-bottom: 8px; font-size: 13px; }
.fulfillment-item-heading strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.fulfillment-item-heading span { flex: 0 0 auto; color: #6e6e73; }
.fulfillment-fields { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; }
.fulfillment-fields label { color: #424245; font-size: 11px; font-weight: 700; }
.fulfillment-fields input { width: 100%; height: 37px; margin-top: 3px; padding: 5px 7px; border: 1px solid #d2d2d7; border-radius: 9px; background: #fff; font-size: 15px; text-align: center; }
.fulfillment-fields input:focus { border-color: #0071e3; outline: 0; box-shadow: 0 0 0 3px rgba(0,113,227,.1); }
.fulfillment-validation { display: block; margin-top: 6px; color: #687386; font-size: 11px; text-align: right; }
.fulfillment-item.is-invalid { border-color: #e5484d; background: #fff7f7; }
.fulfillment-item.is-invalid .fulfillment-validation { color: #b42318; font-weight: 700; }
.fulfillment-empty { margin: 0; padding: 14px; border-radius: 12px; background: #f5f5f7; color: #86868b; font-size: 12px; text-align: center; }
.fulfillment-empty[hidden] { display: none; }
