/* v1136N — Keep visa type and processing time editable in Step 2 Travel Information.
   Both controls mirror the canonical Step 1 fields. Pricing is recalculated from
   the live nationality authority and the backend remains final order authority. */
body:has(#orderForm) .travel-visa-type-field-v1136N,
body:has(#orderForm) .travel-processing-field-v1136N{
  min-width:0 !important;
}

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

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

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

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

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