/* UNI_CHECKOUT_FORM_ORDER_V1 */
/* Solo orden visual del formulario checkout. No toca lógica. */

body.uni-checkout-form-order-ready .uni-checkout-datos-panel .uni-grid{
  display:grid !important;
  grid-template-columns:1fr 1fr !important;
  gap:15px !important;
  align-items:start !important;
}

body.uni-checkout-form-order-ready .uni-checkout-datos-panel .uni-field{
  min-width:0 !important;
}

body.uni-checkout-form-order-ready .uni-field-nombre{order:1 !important;}
body.uni-checkout-form-order-ready .uni-field-correo{order:2 !important;}
body.uni-checkout-form-order-ready .uni-field-telefono{order:3 !important;}
body.uni-checkout-form-order-ready .uni-field-rut{order:4 !important;}
body.uni-checkout-form-order-ready .uni-field-direccion{order:5 !important;grid-column:1/-1 !important;}
body.uni-checkout-form-order-ready .uni-field-region{order:6 !important;}
body.uni-checkout-form-order-ready .uni-field-comuna{order:7 !important;}
body.uni-checkout-form-order-ready .uni-field-referencia{order:8 !important;grid-column:1/-1 !important;}

body.uni-checkout-form-order-ready .uni-field-ciudad{
  display:none !important;
}

body.uni-checkout-form-order-ready input[type="hidden"][name="ciudad"]{
  display:none !important;
}

body.uni-checkout-form-order-ready .uni-checkout-datos-panel .uni-span2{
  grid-column:1/-1 !important;
}

body.uni-checkout-form-order-ready .uni-checkout-form-note{
  order:99 !important;
  grid-column:1/-1 !important;
}

body.uni-checkout-form-order-ready .uni-checkout-datos-panel .uni-panel-body{
  overflow:visible !important;
  max-height:none !important;
}

body.uni-checkout-form-order-ready .uni-checkout-datos-panel{
  overflow:visible !important;
}

body.uni-checkout-form-order-ready #checkoutForm{
  overflow:visible !important;
  max-height:none !important;
}

@media(max-width:800px){
  body.uni-checkout-form-order-ready .uni-checkout-datos-panel .uni-grid{
    grid-template-columns:1fr !important;
  }

  body.uni-checkout-form-order-ready .uni-field-direccion,
  body.uni-checkout-form-order-ready .uni-field-referencia,
  body.uni-checkout-form-order-ready .uni-checkout-form-note{
    grid-column:auto !important;
  }
}
