.fulfillment-order-row { display: flex; flex-wrap: wrap; align-items: center; gap: 5px; margin-bottom: 8px; }
.fulfillment-order-row > strong { min-width: 80px; }
.fulfillment-order-actions { display: flex; flex-basis: 100%; gap: 5px; }
.fulfillment-order-actions form { margin: 0; }
.order-note-field { position: relative; margin: 18px 0; }
.order-note-field label { display: flex; justify-content: space-between; }
.order-note-field label span { color: #86868b; font-size: 12px; font-weight: 500; }
.order-note-field textarea { resize: vertical; }
.order-note-field > small { display: block; margin-top: 4px; color: #86868b; font-size: 11px; text-align: right; }
.order-note-display { margin: 12px 0 18px; padding: 13px 15px; border-left: 4px solid #0071e3; border-radius: 4px 12px 12px 4px; background: #f1f7ff; }
.order-note-display strong { color: #0066cc; font-size: 12px; }
.order-note-display p { margin: 4px 0 0; white-space: pre-wrap; }
