/**
 * Bulk Shipping Cargo — single-page adaptation.
 *
 * The form + results now use the shared sr* design system (css/wizard.css): the
 * form is a .srCard with a .srCalcGrid, and results render inline in a
 * .srInlineResult card. Only the few bulk-specific bits live here.
 *
 * @package Sr_shc
 */

/* Submit spinner: hidden until the form is submitting. */
.srBulkSpinner { display: none; }
#srBulkCargoForm.srBulkSubmitting .srBulkSpinner { display: inline-block; }
#srBulkCargoForm.srBulkSubmitting .srBulkSubmit { opacity: 0.7; pointer-events: none; }

/* Inline validation message under a field: fully styled by the shared
   .srErr/.srBulkError rule in wizard.css (token colour/size, !important).
   Only the general-error spacing is bulk-specific. */
.srBulkErrorGeneral { margin-top: 14px; }
