/* v632U — Show and edit Processing option again in Step 2 Travel information.
   This mirrors the Step 1/Fee Checker processing choice so customers can adjust
   urgent/normal processing without going back. */
body:has(#orderForm) .travel-processing-field-v632U{
  min-width:0 !important;
}

body:has(#orderForm) .travel-processing-field-v632U select{
  width:100% !important;
  min-width:0 !important;
}

body:has(#orderForm) .travel-processing-field-v632U .field-label-title{
  display:block !important;
  margin:0 0 10px !important;
}

body:has(#orderForm) .travel-processing-estimate-v632U{
  margin-top:12px !important;
  max-width:none !important;
}

body:has(#orderForm) .travel-grid .travel-processing-field-v632U + label,
body:has(#orderForm) .travel-grid .travel-processing-field-v632U + label + label{
  margin-top:2px !important;
}

@media(max-width:980px){
  body:has(#orderForm) .travel-processing-estimate-v632U{
    margin-top:10px !important;
  }
}
