/* v596U — Optional contact address + public pending/status workflow notes.
   Scope: order and tracking pages only. */

body:has(#orderForm) .contact-address-field-v596U{
  grid-column:1 / -1 !important;
}

body:has(#orderForm) .contact-address-field-v596U input{
  width:100% !important;
}

.status-pending-note-v596U{
  border-color:#fde68a !important;
  background:#fffbeb !important;
  color:#92400e !important;
}

.status-pending-note-v596U strong{
  color:#78350f !important;
}

.status-processing-note-v596U{
  margin-top:16px !important;
  padding:14px 16px !important;
  border:1px solid #dbeafe !important;
  background:#f8fbff !important;
  border-radius:18px !important;
  color:#475569 !important;
}

@media (max-width:640px){
  .status-processing-note-v596U{
    border-radius:16px !important;
    padding:13px !important;
  }
}
