/* v1138D — Order option titles only + three-row visa-result estimate. */

/* Step 2: title, Vietnam time and local time each occupy their own line. */
body.order-page .travel-grid > .travel-processing-estimate-full-v1137D{
  display:flex !important;
  flex-direction:column !important;
  align-items:stretch !important;
  justify-content:flex-start !important;
  gap:7px !important;
  grid-template-columns:none !important;
  column-gap:0 !important;
  row-gap:7px !important;
  padding:12px 16px !important;
}
body.order-page .travel-processing-estimate-full-v1137D .estimate-title-v616U,
body.order-page .travel-processing-estimate-full-v1137D .estimate-main-v616U,
body.order-page .travel-processing-estimate-full-v1137D .estimate-local-v616U{
  display:flex !important;
  width:100% !important;
  min-width:0 !important;
  margin:0 !important;
  align-items:baseline !important;
  flex-wrap:wrap !important;
}
body.order-page .travel-processing-estimate-full-v1137D .estimate-title-v616U{
  padding-bottom:5px !important;
  border-bottom:1px solid rgba(148,163,184,.28) !important;
}
body.order-page .travel-processing-estimate-full-v1137D .estimate-main-v616U,
body.order-page .travel-processing-estimate-full-v1137D .estimate-local-v616U{
  gap:5px !important;
}
body.order-page .travel-processing-estimate-full-v1137D .estimate-small-v616U{
  width:100% !important;
  margin-top:1px !important;
}

@media(max-width:720px){
  body.order-page .travel-grid > .travel-processing-estimate-full-v1137D{
    padding:11px 13px !important;
    gap:6px !important;
  }
}


/* v1138M Pass 2: use the same three-row hierarchy in both Order steps. */
body.order-page [data-processing-estimate-note]:not(.hidden){
  display:flex !important;
  flex-direction:column !important;
  align-items:stretch !important;
  justify-content:flex-start !important;
  gap:7px !important;
  grid-template-columns:none !important;
  column-gap:0 !important;
  row-gap:7px !important;
}
body.order-page [data-processing-estimate-note]:not(.hidden) > .estimate-title-v616U,
body.order-page [data-processing-estimate-note]:not(.hidden) > .estimate-main-v616U,
body.order-page [data-processing-estimate-note]:not(.hidden) > .estimate-local-v616U{
  display:flex !important;
  width:100% !important;
  min-width:0 !important;
  margin:0 !important;
  align-items:baseline !important;
  flex-wrap:wrap !important;
}
body.order-page [data-processing-estimate-note]:not(.hidden) > .estimate-title-v616U{
  padding-bottom:5px !important;
  border-bottom:1px solid rgba(148,163,184,.28) !important;
}
body.order-page [data-processing-estimate-note]:not(.hidden) > .estimate-main-v616U,
body.order-page [data-processing-estimate-note]:not(.hidden) > .estimate-local-v616U{
  gap:5px !important;
}
