/* Scoped packing-step layout; other forms and document signatures are unchanged. */
.customer-declaration-form .packing-actions { display: block; }
.customer-declaration-form .packing-actions h3 { margin: 0 0 8px; }
.customer-declaration-form .packing-add-actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; width: 100%; margin: 16px 0; }
.customer-declaration-form .packing-add-actions button { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; text-align: left; white-space: normal; min-width: 0; min-height: 88px; padding: 16px; border-radius: 12px; }
.customer-declaration-form .packing-add-actions span { font-size: 14px; font-weight: 400; line-height: 1.5; }
.customer-declaration-form .packing-list:empty::before { content: "No packages added yet. Choose Add Box or Add Motorbike above to begin."; display: block; padding: 20px; border: 1px dashed #8e74a1; border-radius: 12px; color: #4b276d; }
.customer-declaration-form .package-items-confirmation[hidden] { display: none; }
.customer-declaration-form .package-items-heading > div > span { display: block; line-height: 1.5; margin-top: 6px; }
.customer-declaration-form .packing-card { scroll-margin-top: 100px; }
@media (max-width: 600px) {
  .customer-declaration-form .packing-add-actions { grid-template-columns: minmax(0, 1fr); }
  .customer-declaration-form .package-items-heading { flex-wrap: wrap; gap: 12px; }
  .customer-declaration-form .package-items-heading > div { min-width: 0; }
}
