
.vtm-booker{max-width:1180px;margin:25px auto;background:#f8fafb;border:1px solid #edf0f2;border-radius:16px;box-shadow:0 5px 20px rgba(12,36,54,.06);overflow:hidden;font-family:Arial,sans-serif;color:#061b35}
.vtm-steps{height:86px;display:grid;grid-template-columns:repeat(3,1fr);align-items:center;background:#fff;border-bottom:1px solid #edf0f2}.vtm-steps>div{text-align:center;position:relative;color:#8291aa;font-size:12px}.vtm-steps i{display:block;margin:0 auto 8px;width:30px;height:30px;line-height:30px;border-radius:50%;background:#f1f4f5;border:1px solid #dce3e7;font-style:normal;color:#008f62}.vtm-steps .on{color:#008f62;font-weight:700}.vtm-steps .on i{background:#00a96e;color:#fff}
.vtm-book-grid{display:grid;grid-template-columns:300px 1fr;gap:12px;padding:14px}.vtm-form{background:#fff;border-radius:16px;padding:22px}.vtm-form h3{margin:0 0 20px;font-size:17px}.vtm-form label{display:block;font-size:10px;font-weight:700;margin:0 0 14px}.vtm-form input,.vtm-form select{display:block;width:100%;box-sizing:border-box;border:0;background:#f1f5f9;border-radius:10px;padding:13px;margin-top:7px;color:#26384c;min-height:43px}.vtm-form button{width:100%;border:0;background:#00ad66;color:#fff;border-radius:10px;padding:14px;font-weight:700;box-shadow:0 5px 12px rgba(0,173,102,.2);cursor:pointer}
#vtm-map{height:520px;border-radius:12px;border:1px solid #dce5e9}.vtm-summary{background:#fff;border:1px solid #e4e9ec;border-radius:12px;margin-top:10px;display:grid;grid-template-columns:1fr 1fr;padding:12px 24px}.vtm-summary span{font-size:10px;color:#64748b}.vtm-summary b{display:block;color:#061b35;font-size:14px;margin-top:3px}.vtm-vehicle-results{padding:0 14px 18px;display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.vtm-vehicle{background:#fff;border:1px solid #e2e8ec;border-radius:12px;padding:16px}.vtm-vehicle h4{margin:0 0 5px}.vtm-vehicle strong{font-size:22px;color:#00a96e;display:block;margin:12px 0}.vtm-vehicle button{background:#061b35;color:#fff;border:0;border-radius:8px;padding:10px 14px;cursor:pointer;width:100%}#vtm-msg{font-size:12px;margin-top:10px;color:#b42318}
@media(max-width:760px){.vtm-book-grid{grid-template-columns:1fr}.vtm-vehicle-results{grid-template-columns:1fr 1fr}#vtm-map{height:360px}}@media(max-width:480px){.vtm-vehicle-results{grid-template-columns:1fr}}

.vtm-driver{max-width:900px;margin:20px auto}.vtm-driver>button,.vtm-trip button{background:#00a96e;color:#fff;border:0;border-radius:8px;padding:11px 15px}.vtm-trip{background:#fff;border:1px solid #e2e8ec;border-radius:12px;padding:18px;margin:14px 0}.vtm-trip select{padding:10px;margin-right:8px}

.vtm-form label{position:relative}.vtm-location-results{display:none;position:absolute;left:0;right:0;top:100%;z-index:10000;background:#fff;border:1px solid #dce5e9;border-radius:10px;box-shadow:0 8px 24px rgba(6,27,53,.14);max-height:240px;overflow:auto}
.vtm-location-results button{display:block!important;width:100%!important;text-align:left!important;background:#fff!important;color:#24384d!important;border:0!important;border-bottom:1px solid #edf1f3!important;border-radius:0!important;padding:11px 12px!important;box-shadow:none!important;font-weight:400!important}
.vtm-location-results button:hover{background:#f2f7f5!important}

/* v1.0.2 polished live-address autocomplete */
.vtm-form label:has(.vtm-location-results){z-index:30}
.vtm-location-results{
  display:none;position:absolute;left:0;right:0;top:calc(100% + 5px);z-index:10050;
  background:#fff;border:1px solid #dfe7ec;border-radius:12px;
  box-shadow:0 14px 34px rgba(6,27,53,.16);max-height:285px;overflow-y:auto;
  overflow-x:hidden;padding:6px
}
.vtm-location-results button{
  position:relative;display:block!important;width:100%!important;text-align:left!important;
  background:#fff!important;color:#1f3348!important;border:0!important;border-radius:8px!important;
  padding:11px 12px 11px 38px!important;margin:0!important;box-shadow:none!important;
  font-size:12px!important;line-height:1.35!important;font-weight:500!important;
  white-space:normal!important;min-height:44px
}
.vtm-location-results button:before{
  content:"⌖";position:absolute;left:12px;top:12px;color:#00a96e;font-size:17px;font-weight:700
}
.vtm-location-results button+button{border-top:1px solid #f0f3f5!important}
.vtm-location-results button:hover,.vtm-location-results button:focus{
  background:#f2faf7!important;color:#071d2e!important;outline:none!important
}
.vtm-location-results::-webkit-scrollbar{width:7px}
.vtm-location-results::-webkit-scrollbar-thumb{background:#c9d5db;border-radius:10px}
.vtm-location-results::-webkit-scrollbar-track{background:transparent}
.vtm-form input#vtm-pickup,.vtm-form input#vtm-dropoff{padding-left:39px;background-repeat:no-repeat}
.vtm-form label:has(#vtm-pickup):after,.vtm-form label:has(#vtm-dropoff):after{
  content:"⌖";position:absolute;left:13px;top:35px;color:#00a96e;font-size:18px;pointer-events:none
}
.vtm-location-searching{
  display:block;padding:12px 14px;color:#64748b;font-size:12px;background:#fff
}
@media(max-width:760px){
 .vtm-location-results{position:absolute;max-height:230px}
 .vtm-location-results button{font-size:13px!important;padding-top:12px!important;padding-bottom:12px!important}
}

.vtm-place-title{display:block;font-weight:700;color:#132b42;margin-bottom:2px}.vtm-place-detail{display:block;color:#718096;font-size:10px;line-height:1.35;font-weight:400}

/* v1.0.3 autocomplete alignment fix */
.vtm-form label{overflow:visible}
.vtm-form label:has(#vtm-pickup),
.vtm-form label:has(#vtm-dropoff){z-index:60;margin-bottom:14px}
.vtm-form label:has(#vtm-dropoff){z-index:50}
.vtm-location-results{
  top:calc(100% + 7px)!important;
  left:0!important;right:0!important;
  width:100%!important;box-sizing:border-box!important;
  padding:5px!important;border-radius:11px!important;
  border:1px solid #dfe7ec!important;
  background:#fff!important
}
.vtm-location-results button{
  min-height:48px!important;padding:9px 10px 9px 36px!important;
  display:flex!important;flex-direction:column!important;justify-content:center!important;
  line-height:1.2!important
}
.vtm-location-results button:before{left:11px!important;top:15px!important}
.vtm-place-title{font-size:12px!important;line-height:1.25!important;margin:0 0 3px!important}
.vtm-place-detail{
  font-size:10px!important;line-height:1.25!important;
  white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;
  max-width:100%!important
}
.vtm-location-searching{
  box-sizing:border-box!important;min-height:46px!important;
  display:flex!important;align-items:center!important;
  padding:10px 12px!important;margin:0!important;
  font-size:11px!important;line-height:1.25!important
}
.vtm-form label:has(#vtm-pickup) + label:has(#vtm-dropoff){margin-top:14px}

/* v1.0.4 real wizard: Step 2 vehicle selection */
.vtm-wizard-panel{padding:22px 26px 28px;background:#f8fafb}
.vtm-step-heading{display:flex;align-items:flex-start;gap:18px;background:#fff;border:1px solid #e5ebef;border-radius:14px;padding:18px 20px;margin-bottom:16px}
.vtm-step-heading #vtm-back-details{flex:0 0 auto;border:1px solid #dce5e9;background:#fff;color:#163149;border-radius:9px;padding:9px 12px;cursor:pointer;font-weight:600}
.vtm-step-heading #vtm-back-details:hover{background:#f2faf7;border-color:#b9ddd0}
.vtm-step-heading small{font-size:10px;color:#00a96e;font-weight:800;letter-spacing:.7px}
.vtm-step-heading h3{margin:3px 0 5px;font-size:21px;color:#071d2e}
.vtm-step-heading p{margin:0;color:#718096;font-size:12px}
#vtm-vehicle-step .vtm-vehicle-results{padding:0;grid-template-columns:repeat(4,minmax(0,1fr))}
#vtm-vehicle-step .vtm-vehicle{transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}
#vtm-vehicle-step .vtm-vehicle:hover{transform:translateY(-2px);border-color:#b9ddd0;box-shadow:0 10px 25px rgba(6,27,53,.08)}
@media(max-width:900px){#vtm-vehicle-step .vtm-vehicle-results{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:520px){.vtm-wizard-panel{padding:14px}.vtm-step-heading{display:block}.vtm-step-heading #vtm-back-details{margin-bottom:12px}#vtm-vehicle-step .vtm-vehicle-results{grid-template-columns:1fr}}

/* v1.0.6 visual redesign inspired by supplied booking reference */
.vtm-booker{background:#fbf7ef;border:1px solid #e5e0d8;border-radius:9px;box-shadow:none;color:#071c3b;overflow:visible}
.vtm-steps{height:138px;border:1px solid #dedede;border-radius:9px;background:#fff;position:relative;margin-bottom:26px}
.vtm-steps:before{content:"";position:absolute;left:16.7%;right:16.7%;top:46px;height:1px;background:#e6e6e6}
.vtm-steps>div{z-index:1;color:#b6aaa1;font-family:Georgia,serif;font-size:18px;font-weight:700}
.vtm-steps i{width:56px;height:56px;line-height:56px;margin-bottom:14px;background:#f1f1f1;border:0;color:#071c3b;font-family:Georgia,serif;font-size:19px}
.vtm-steps .on{color:#071c3b}.vtm-steps .on i{background:#ef7b24;color:#fff}
.vtm-steps .on:after{content:"";position:absolute;top:46px;left:50%;width:50%;height:1px;background:#ef7b24;z-index:-1}
.vtm-book-grid{grid-template-columns:minmax(360px,1fr) minmax(440px,1fr);gap:8px;padding:0 8px 8px}
.vtm-form{border:1px solid #ddd;border-radius:9px;padding:36px;background:#fff}
.vtm-form h3{display:none}
.vtm-form label{font-size:14px;font-weight:500;color:#08214a;margin-bottom:17px;text-transform:none}
.vtm-form label:before{color:#ef7b24}
.vtm-form input,.vtm-form select{border:1px solid #e0e3e7;background:#f6f7f8;border-radius:5px;padding:13px 14px;min-height:43px;color:#1c2e4a;font-size:14px}
.vtm-form input:focus,.vtm-form select:focus{border-color:#ef7b24;box-shadow:0 0 0 2px rgba(239,123,36,.12);outline:0}
.vtm-form button#vtm-search{background:#ef7b24;border-radius:5px;box-shadow:none;font-size:15px;padding:14px;margin-top:14px}
.vtm-map-side{background:#fff;border:1px solid #ddd;border-radius:9px;padding:5px}
#vtm-map{height:590px;border:0;border-radius:7px}
.vtm-summary{margin-top:6px;border:1px solid #e0e0e0;border-radius:6px;box-shadow:none;padding:16px 22px}
.vtm-summary span{font-family:Georgia,serif;color:#b4aaa1;font-size:11px}.vtm-summary b{font-family:Arial,sans-serif;color:#071c3b;font-size:14px}
.vtm-location-results{border-radius:6px!important;box-shadow:0 10px 28px rgba(7,28,59,.13)!important}
.vtm-location-results button:before{color:#ef7b24!important}
.vtm-form label:has(#vtm-pickup):after,.vtm-form label:has(#vtm-dropoff):after{color:#ef7b24}
.vtm-wizard-panel{background:#fbf7ef}.vtm-step-heading small{color:#ef7b24}.vtm-step-heading #vtm-back-details:hover{background:#fff7ef;border-color:#efb17d}
#vtm-vehicle-step .vtm-vehicle strong{color:#ef7b24}
#vtm-vehicle-step .vtm-vehicle button{background:#ef7b24}
@media(max-width:850px){.vtm-book-grid{grid-template-columns:1fr}.vtm-form{padding:24px}#vtm-map{height:420px}.vtm-steps>div{font-size:14px}}

.vtm-extras{margin:5px 0 14px;padding:12px;background:#f8fafb;border:1px solid #e3e7ea;border-radius:6px}.vtm-extras>span{display:block;font-size:10px;font-weight:800;color:#08214a;margin-bottom:8px}.vtm-extras label{display:inline-flex;align-items:center;margin:0 14px 5px 0;font-size:12px}.vtm-extras input{width:auto;min-height:0;margin:0 6px 0 0}

/* v1.1.1 booking layout refinement based on supplied reference */
.vtm-booker{background:#fff;border:0;border-radius:0}
.vtm-steps{border:0;border-radius:0;height:126px;margin:0 0 22px;background:#fff}
.vtm-steps:before{left:12%;right:12%;top:39px;background:#e5e7e9}
.vtm-steps i{width:42px;height:42px;line-height:42px;font-family:Arial,sans-serif;font-size:14px;margin-bottom:13px}
.vtm-steps>div{font-family:Arial,sans-serif;font-size:12px;font-weight:400;color:#6c7277}
.vtm-steps .on{color:#39434a}.vtm-steps .on i{background:#ff7412}.vtm-steps .on:after{top:39px;background:#ff7412}
.vtm-book-grid{gap:32px;padding:0 22px 22px;grid-template-columns:minmax(390px,1fr) minmax(430px,1fr)}
.vtm-form{border:1px solid #e2e5e7;border-radius:0;padding:0;background:#fff;box-shadow:0 6px 18px rgba(0,0,0,.035)}
.vtm-form label{margin:0;padding:18px 17px;border-bottom:1px solid #e7e9ea;font-size:10px;color:#778087}
.vtm-form input,.vtm-form select{margin-top:8px;border:0!important;background:#fff;border-radius:0;padding:0;min-height:28px;font-size:14px;box-shadow:none!important;color:#3b444a}
.vtm-form label:has(#vtm-pickup),.vtm-form label:has(#vtm-dropoff){margin-bottom:0!important}
.vtm-extras{margin:0;padding:14px 17px;border:0;border-bottom:1px solid #e7e9ea;border-radius:0;background:#f2f3f4}
.vtm-form button#vtm-search{width:auto;float:right;margin:20px 0 0;background:#ff7412;border-radius:22px;padding:12px 28px}
.vtm-map-side{border:0;border-radius:0;padding:0;background:#fff;box-shadow:0 6px 18px rgba(0,0,0,.035)}
#vtm-map{height:445px;border-radius:0}
.vtm-summary{margin:0;border:1px solid #e1e4e6;border-radius:0;padding:0;display:grid;grid-template-columns:1fr 1fr}
.vtm-summary>div{padding:18px 26px}.vtm-summary>div+div{border-left:1px solid #e1e4e6}
.vtm-summary span{font-family:Arial,sans-serif;font-size:10px;color:#7e858a}.vtm-summary b{font-size:18px;font-weight:400}
.vtm-wizard-panel{background:#fff;padding:0 22px 30px}
.vtm-step-heading{border:0;border-radius:0;padding:0 0 16px;margin-bottom:15px;box-shadow:none}
.vtm-step-heading h3{font-family:Arial,sans-serif;font-size:18px;font-weight:500}
.vtm-step-heading small{color:#ff7412}.vtm-step-heading #vtm-back-details{border-radius:20px}
.vtm-step2-grid{display:grid;grid-template-columns:minmax(380px,1fr) minmax(430px,1fr);gap:32px;align-items:start}
#vtm-vehicle-step .vtm-vehicle-results{grid-template-columns:1fr 1fr;gap:12px}
.vtm-step2-map-card{border:1px solid #e2e5e7;background:#fff}
#vtm-map-step2{height:410px;width:100%}
.vtm-step2-summary{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid #e2e5e7}
.vtm-step2-summary>div{padding:18px 24px}.vtm-step2-summary>div+div{border-left:1px solid #e2e5e7}
.vtm-step2-summary span{display:block;font-size:10px;color:#81888c;margin-bottom:5px}.vtm-step2-summary b{font-size:18px;font-weight:400;color:#26343d}
@media(max-width:850px){.vtm-book-grid,.vtm-step2-grid{grid-template-columns:1fr}.vtm-form{padding:0}#vtm-map{height:340px}#vtm-map-step2{height:330px}}

/* v1.1.2 explicit continue after route review */
.vtm-continue-wrap{display:flex;justify-content:flex-end;padding:18px 0 0;background:#fff}
#vtm-continue-vehicle{border:0;border-radius:24px;padding:13px 24px;background:#d9dde0;color:#8a9298;font-size:12px;font-weight:700;letter-spacing:.2px;cursor:not-allowed;transition:.18s ease}
#vtm-continue-vehicle.ready{background:#ff7412;color:#fff;cursor:pointer;box-shadow:0 5px 14px rgba(255,116,18,.22)}
#vtm-continue-vehicle.ready:hover{transform:translateY(-1px);box-shadow:0 7px 18px rgba(255,116,18,.28)}
#vtm-continue-vehicle span{font-size:17px;margin-left:9px;vertical-align:-1px}
@media(max-width:600px){.vtm-continue-wrap{justify-content:stretch}#vtm-continue-vehicle{width:100%}}

/* v1.2.0 Viva corporate visual language */
.vtm-booker{--vg:#123b32;--vy:#f3c623;--vi:#17231f;--vm:#66746f;--vl:#dfe5e2;font-family:Arial,Helvetica,sans-serif;color:var(--vi)}
.vtm-steps{border-bottom:1px solid var(--vl)}.vtm-steps:before{background:#dce3df}.vtm-steps>div{color:var(--vg);font-weight:600}.vtm-steps i{background:#edf1ef;color:var(--vg);font-weight:700}.vtm-steps .on i{background:var(--vy);color:var(--vg)}.vtm-steps .on:after{background:var(--vy)}
.vtm-form,.vtm-map-side,.vtm-step2-map-card{border:1px solid var(--vl);box-shadow:0 10px 28px rgba(18,59,50,.06)}.vtm-form label{color:var(--vg);font-weight:700}.vtm-form button#vtm-search,#vtm-continue-vehicle.ready,#vtm-vehicle-step .vtm-vehicle button{background:var(--vy);color:var(--vg);font-weight:800}.vtm-summary b,.vtm-step2-summary b,.vtm-step-heading h3,#vtm-vehicle-step .vtm-vehicle strong{color:var(--vg)}
#vtm-vehicle-step .vtm-vehicle{border:1px solid var(--vl);box-shadow:0 5px 18px rgba(18,59,50,.05)}#vtm-vehicle-step .vtm-vehicle:hover{border-color:var(--vy)}
.vtm-driver-apply{max-width:980px;margin:30px auto;border:1px solid #dfe5e2;background:#fff;padding:34px;box-shadow:0 12px 35px rgba(18,59,50,.07);font-family:Arial,sans-serif}.vtm-apply-head{border-bottom:3px solid #f3c623;margin-bottom:28px;padding-bottom:20px}.vtm-apply-head span{font-size:11px;letter-spacing:1.5px;color:#8b7000;font-weight:800}.vtm-apply-head h2{margin:6px 0;color:#123b32;font-size:28px}.vtm-apply-head p{color:#66746f;max-width:720px;line-height:1.6}
.vtm-apply-grid,.vtm-upload-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.vtm-driver-apply label{display:block;color:#123b32;font-size:12px;font-weight:700}.vtm-driver-apply input,.vtm-driver-apply textarea{width:100%;box-sizing:border-box;margin-top:7px;padding:11px;border:1px solid #d7dfdb;border-radius:4px}.vtm-driver-apply .full{grid-column:1/-1}.vtm-driver-apply fieldset{border:1px solid #dfe5e2;margin:24px 0;padding:18px}.vtm-driver-apply legend{padding:0 8px;color:#123b32;font-weight:800}.vtm-driver-apply .vtm-check{font-weight:400;margin:9px 0;line-height:1.45}.vtm-driver-apply .vtm-check input{width:auto;margin:0 8px 0 0}.vtm-apply-submit{background:#f3c623;color:#123b32;border:0;padding:14px 25px;font-weight:800;border-radius:4px;cursor:pointer}.vtm-apply-success{background:#edf6f1;border-left:4px solid #123b32;padding:14px;margin-bottom:20px}
@media(max-width:700px){.vtm-apply-grid,.vtm-upload-grid{grid-template-columns:1fr}.vtm-driver-apply{padding:20px;margin:15px}.vtm-driver-apply .full{grid-column:auto}}

/* v1.2.3 robust vehicle-step transition */
#vtm-vehicle-step[hidden]{display:none!important}
#vtm-vehicle-step:not([hidden]){display:block}
#vtm-continue-vehicle.ready{pointer-events:auto!important;opacity:1!important}

/* v1.2.5 compact controls and headings */
.vtm-booker h1,.vtm-booker h2,.vtm-booker h3,
.vtm-booker .vtm-title,.vtm-booker .vtm-section-title{
  font-size:21px!important;
  font-weight:700!important;
  line-height:1.25!important;
}
.vtm-booker button,.vtm-booker .button,.vtm-booker input[type="submit"],
.vtm-booker input[type="button"],.vtm-booker a.button{
  min-height:36px!important;
  padding:7px 14px!important;
  font-size:13px!important;
  line-height:20px!important;
  border-radius:5px!important;
  width:auto;
}
#vtm-search,#vtm-continue-vehicle,#vtm-back-details,.vtm-book{
  min-height:36px!important;
  padding:7px 14px!important;
  font-size:13px!important;
}

/* v1.2.6 reference-style Step 2 */
#vtm-vehicle-step{background:#fff!important;padding:10px 0 20px!important}
#vtm-vehicle-step .vtm-step-heading{display:flex!important;align-items:flex-end!important;gap:16px!important;border:0!important;background:transparent!important;padding:0 0 18px!important;margin:0!important}
#vtm-vehicle-step .vtm-step-heading>div{order:1;flex:1}#vtm-vehicle-step #vtm-back-details{order:2;margin-left:auto!important}
#vtm-vehicle-step .vtm-step-heading small{display:none}
#vtm-vehicle-step .vtm-step-heading h3{font-size:21px!important;font-weight:700!important;line-height:1.2!important;color:#123b32!important;margin:0 0 7px!important}
#vtm-vehicle-step .vtm-step-heading p{font-size:12px!important;color:#667085!important;line-height:1.55!important;margin:0!important}
#vtm-vehicle-step .vtm-step2-grid{display:grid!important;grid-template-columns:minmax(460px,.95fr) minmax(500px,1.05fr)!important;gap:30px!important;align-items:start!important}
#vtm-vehicle-step .vtm-vehicle-results{display:grid!important;grid-template-columns:1fr 1fr!important;gap:14px!important;padding:0!important}
#vtm-vehicle-step .vtm-vehicle{min-height:210px!important;border:1px solid #dce4df!important;border-radius:10px!important;background:#fff!important;padding:20px!important;box-shadow:0 4px 14px rgba(18,59,50,.045)!important}
#vtm-vehicle-step .vtm-vehicle h4{font-size:21px!important;font-weight:700!important;line-height:1.15!important;color:#123b32!important;margin:0 0 14px!important}
#vtm-vehicle-step .vtm-vehicle small{display:block!important;font-size:13px!important;color:#374151!important;margin-bottom:18px!important}
#vtm-vehicle-step .vtm-vehicle strong{font-size:22px!important;font-weight:800!important;color:#123b32!important;margin:0 0 15px!important}
#vtm-vehicle-step .vtm-vehicle button{width:auto!important;min-height:36px!important;padding:7px 14px!important;border-radius:5px!important;background:#f3c623!important;color:#123b32!important;font-size:13px!important;font-weight:800!important}
#vtm-vehicle-step .vtm-step2-map-card{border:1px solid #dce4df!important;border-radius:8px!important;overflow:hidden!important;background:#fff!important;box-shadow:0 4px 14px rgba(18,59,50,.045)!important}
#vtm-map-step2{height:410px!important;width:100%!important}
#vtm-vehicle-step .vtm-step2-summary{display:grid!important;grid-template-columns:1fr 1fr!important;border-top:1px solid #dce4df!important}
#vtm-vehicle-step .vtm-step2-summary>div{padding:18px 24px!important}
#vtm-vehicle-step .vtm-step2-summary span{font-size:10px!important;color:#667085!important}
#vtm-vehicle-step .vtm-step2-summary b{font-size:20px!important;font-weight:700!important;color:#123b32!important}
#vtm-vehicle-step #vtm-back-details{min-height:36px!important;padding:7px 14px!important;border:1px solid #123b32!important;border-radius:5px!important;background:#fff!important;color:#123b32!important;font-size:13px!important;font-weight:700!important}
@media(max-width:980px){#vtm-vehicle-step .vtm-step2-grid{grid-template-columns:1fr!important}#vtm-map-step2{height:360px!important}}
@media(max-width:560px){#vtm-vehicle-step .vtm-vehicle-results{grid-template-columns:1fr!important}#vtm-vehicle-step .vtm-step-heading{display:block!important}#vtm-vehicle-step #vtm-back-details{margin-top:12px!important}}

/* v1.2.7 compact checkout and confirmation */
body.woocommerce-checkout .woocommerce,body.woocommerce-order-received .woocommerce{font-size:14px!important;line-height:1.45!important}
body.woocommerce-checkout h1,body.woocommerce-checkout h2,body.woocommerce-checkout h3,
body.woocommerce-order-received h1,body.woocommerce-order-received h2,body.woocommerce-order-received h3{
font-size:19px!important;font-weight:600!important;line-height:1.25!important;margin:12px 0 10px!important}
body.woocommerce-checkout form .form-row{margin-bottom:9px!important}
body.woocommerce-checkout input.input-text,body.woocommerce-checkout textarea,body.woocommerce-checkout select{min-height:38px!important;padding:7px 10px!important;font-size:14px!important}
body.woocommerce-checkout table.shop_table th,body.woocommerce-checkout table.shop_table td,
body.woocommerce-order-received table.shop_table th,body.woocommerce-order-received table.shop_table td{padding:8px 10px!important;font-size:13px!important}
body.woocommerce-checkout strong,body.woocommerce-order-received strong{font-weight:600!important}
body.woocommerce-order-received .woocommerce-order-overview{padding:10px!important;margin:10px 0 14px!important}

/* v3.2.14 polished Taxi checkout order summary */
body.woocommerce-checkout #order_review{background:#fff;border:1px solid #dce5e0;border-radius:12px;box-shadow:0 8px 28px rgba(18,59,50,.07);overflow:hidden}
body.woocommerce-checkout #order_review_heading{margin-top:24px!important;color:#123b32!important;font-size:22px!important}
body.woocommerce-checkout #order_review table.shop_table{margin:0!important;border:0!important;border-collapse:separate!important;border-spacing:0!important;border-radius:0!important}
body.woocommerce-checkout #order_review table.shop_table thead th{padding:14px 18px!important;background:#123b32!important;color:#fff!important;border:0!important;font-size:12px!important;text-transform:uppercase!important;letter-spacing:.06em!important}
body.woocommerce-checkout #order_review table.shop_table thead th.product-total{text-align:right!important}
body.woocommerce-checkout #order_review table.shop_table tbody td{padding:18px!important;vertical-align:top!important;border-color:#e3eae6!important}
body.woocommerce-checkout #order_review .product-name{color:#123b32!important;font-size:16px!important;font-weight:700!important}
body.woocommerce-checkout #order_review .product-quantity{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:23px!important;height:23px!important;margin-left:6px!important;border-radius:12px!important;background:#e8f5ee!important;color:#087a43!important;font-size:11px!important}
body.woocommerce-checkout #order_review dl.variation{display:grid!important;grid-template-columns:minmax(105px,135px) minmax(0,1fr)!important;gap:0!important;margin:14px 0 0!important;padding:0!important;border:1px solid #e2e9e5!important;border-radius:9px!important;overflow:hidden!important;background:#fbfdfc!important;font-size:13px!important;font-weight:400!important}
body.woocommerce-checkout #order_review dl.variation dt,
body.woocommerce-checkout #order_review dl.variation dd{float:none!important;width:auto!important;margin:0!important;padding:9px 12px!important;border-bottom:1px solid #e6ece8!important;line-height:1.45!important}
body.woocommerce-checkout #order_review dl.variation dt{background:#f0f6f2!important;color:#53645b!important;font-size:10px!important;font-weight:800!important;text-transform:uppercase!important;letter-spacing:.045em!important}
body.woocommerce-checkout #order_review dl.variation dd{min-width:0!important;color:#1f2f27!important;font-weight:500!important;overflow-wrap:anywhere!important}
body.woocommerce-checkout #order_review dl.variation dd p{margin:0!important;line-height:1.45!important}
body.woocommerce-checkout #order_review dl.variation dt:last-of-type,
body.woocommerce-checkout #order_review dl.variation dd:last-of-type{border-bottom:0!important}
body.woocommerce-checkout #order_review td.product-total{width:125px!important;text-align:right!important;color:#123b32!important;font-size:17px!important;font-weight:800!important;white-space:nowrap!important}
body.woocommerce-checkout #order_review table.shop_table tfoot th,
body.woocommerce-checkout #order_review table.shop_table tfoot td{padding:14px 18px!important;background:#fbfdfc!important;border-color:#e3eae6!important;color:#24382e!important}
body.woocommerce-checkout #order_review table.shop_table tfoot td{text-align:right!important;font-weight:800!important}
body.woocommerce-checkout #order_review table.shop_table tfoot .order-total th,
body.woocommerce-checkout #order_review table.shop_table tfoot .order-total td{background:#eef8f2!important;color:#087a43!important;font-size:17px!important}
@media(max-width:600px){body.woocommerce-checkout #order_review table.shop_table thead{display:none!important}body.woocommerce-checkout #order_review table.shop_table tbody td{padding:14px!important}body.woocommerce-checkout #order_review tr.cart_item{display:grid!important;grid-template-columns:1fr!important}body.woocommerce-checkout #order_review td.product-total{width:auto!important;text-align:left!important;padding-top:0!important}body.woocommerce-checkout #order_review dl.variation{grid-template-columns:100px minmax(0,1fr)!important}body.woocommerce-checkout #order_review dl.variation dt,body.woocommerce-checkout #order_review dl.variation dd{padding:8px 9px!important}}

/* v3.2.15 polished Taxi order-received page */
body.woocommerce-order-received .woocommerce-order{max-width:1060px!important;margin:28px auto!important;color:#263a30!important}
body.woocommerce-order-received .woocommerce-notice--success{padding:17px 20px!important;border:1px solid #b9e1c9!important;border-left:5px solid #08a652!important;border-radius:9px!important;background:#f0fbf5!important;color:#126436!important;font-size:16px!important;font-weight:700!important}
body.woocommerce-order-received ul.woocommerce-order-overview{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:1px!important;padding:0!important;border:1px solid #dce5e0!important;border-radius:10px!important;overflow:hidden!important;background:#dce5e0!important}
body.woocommerce-order-received ul.woocommerce-order-overview li{float:none!important;width:auto!important;margin:0!important;padding:14px 16px!important;border:0!important;background:#fff!important;color:#68786f!important;font-size:10px!important;text-transform:uppercase!important;letter-spacing:.045em!important}
body.woocommerce-order-received ul.woocommerce-order-overview li strong{display:block!important;margin-top:5px!important;color:#123b32!important;font-size:14px!important;text-transform:none!important;letter-spacing:0!important}
body.woocommerce-order-received .woocommerce-order-details{margin-top:24px!important;padding:0!important;border:1px solid #dce5e0!important;border-radius:12px!important;box-shadow:0 8px 28px rgba(18,59,50,.07)!important;overflow:hidden!important}
body.woocommerce-order-received .woocommerce-order-details__title{margin:0!important;padding:16px 18px!important;background:#123b32!important;color:#fff!important}
body.woocommerce-order-received .woocommerce-order-details table{margin:0!important;border:0!important;border-radius:0!important}
body.woocommerce-order-received .woocommerce-order-details table th{padding:12px 16px!important;background:#f0f6f2!important;color:#53645b!important;font-size:11px!important;text-transform:uppercase!important;letter-spacing:.04em!important}
body.woocommerce-order-received .woocommerce-order-details table td{padding:15px 16px!important;vertical-align:top!important;border-color:#e3eae6!important}
body.woocommerce-order-received .woocommerce-order-details .wc-item-meta{display:grid!important;grid-template-columns:minmax(105px,135px) minmax(0,1fr)!important;margin:12px 0 0!important;padding:0!important;border:1px solid #e2e9e5!important;border-radius:9px!important;overflow:hidden!important;list-style:none!important}
body.woocommerce-order-received .woocommerce-order-details .wc-item-meta li{display:contents!important}
body.woocommerce-order-received .woocommerce-order-details .wc-item-meta-label,
body.woocommerce-order-received .woocommerce-order-details .wc-item-meta p{margin:0!important;padding:8px 11px!important;border-bottom:1px solid #e6ece8!important;line-height:1.45!important}
body.woocommerce-order-received .woocommerce-order-details .wc-item-meta-label{background:#f0f6f2!important;color:#53645b!important;font-size:10px!important;font-weight:800!important;text-transform:uppercase!important;letter-spacing:.04em!important}
body.woocommerce-order-received .woocommerce-order-details .wc-item-meta p{color:#1f2f27!important;overflow-wrap:anywhere!important}
body.woocommerce-order-received .woocommerce-customer-details{margin-top:24px!important;padding:18px!important;border:1px solid #dce5e0!important;border-radius:12px!important;background:#fbfdfc!important}
@media(max-width:700px){body.woocommerce-order-received ul.woocommerce-order-overview{grid-template-columns:1fr 1fr!important}body.woocommerce-order-received .woocommerce-order-details .wc-item-meta{grid-template-columns:100px minmax(0,1fr)!important}}

/* v3.2.16 polished WooCommerce My Account */
body.woocommerce-account .woocommerce{max-width:1180px!important;margin:32px auto!important;color:#263a30!important}
body.woocommerce-account .woocommerce::after{content:"";display:table;clear:both}
body.woocommerce-account .woocommerce-MyAccount-navigation{width:25%!important;padding:0!important;border:1px solid #dce5e0!important;border-radius:12px!important;background:#fff!important;box-shadow:0 8px 28px rgba(18,59,50,.07)!important;overflow:hidden!important}
body.woocommerce-account .woocommerce-MyAccount-navigation ul{margin:0!important;padding:8px!important;list-style:none!important}
body.woocommerce-account .woocommerce-MyAccount-navigation li{margin:0!important;padding:0!important;border:0!important}
body.woocommerce-account .woocommerce-MyAccount-navigation li+li{margin-top:4px!important}
body.woocommerce-account .woocommerce-MyAccount-navigation a{display:flex!important;align-items:center!important;min-height:46px!important;padding:10px 14px!important;border-radius:8px!important;color:#405249!important;font-size:14px!important;font-weight:700!important;text-decoration:none!important;transition:background .18s ease,color .18s ease,transform .18s ease!important}
body.woocommerce-account .woocommerce-MyAccount-navigation a:hover{background:#f0f8f3!important;color:#087a43!important;transform:translateX(2px)!important}
body.woocommerce-account .woocommerce-MyAccount-navigation .is-active a{background:#123b32!important;color:#fff!important;box-shadow:0 4px 12px rgba(18,59,50,.18)!important}
body.woocommerce-account .woocommerce-MyAccount-navigation-link--customer-logout a{color:#a02d2d!important}
body.woocommerce-account .woocommerce-MyAccount-navigation-link--customer-logout a::before{content:"↗";margin-right:8px;font-size:14px}
body.woocommerce-account .woocommerce-MyAccount-content{width:72%!important;min-height:280px!important;padding:24px!important;border:1px solid #dce5e0!important;border-radius:12px!important;background:#fff!important;box-shadow:0 8px 28px rgba(18,59,50,.07)!important}
body.woocommerce-account .woocommerce-MyAccount-content>p:first-child{margin-top:0!important;padding:14px 16px!important;border-left:4px solid #08a652!important;border-radius:7px!important;background:#f0fbf5!important}
body.woocommerce-account .woocommerce-MyAccount-content a{color:#087a43!important;font-weight:700!important}
body.woocommerce-account .woocommerce-orders-table{margin:0!important;border:1px solid #dce5e0!important;border-radius:10px!important;overflow:hidden!important;border-collapse:separate!important;border-spacing:0!important}
body.woocommerce-account .woocommerce-orders-table thead th{padding:13px 12px!important;border:0!important;background:#123b32!important;color:#fff!important;font-size:11px!important;text-transform:uppercase!important;letter-spacing:.045em!important}
body.woocommerce-account .woocommerce-orders-table tbody td{padding:13px 12px!important;border-color:#e4ebe7!important;color:#31463b!important;vertical-align:middle!important}
body.woocommerce-account .woocommerce-orders-table tbody tr:nth-child(even) td{background:#f8fbf9!important}
body.woocommerce-account .woocommerce-orders-table .woocommerce-button{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:34px!important;padding:7px 12px!important;border:0!important;border-radius:7px!important;background:#08a652!important;color:#fff!important;font-size:12px!important;font-weight:800!important;text-decoration:none!important}
body.woocommerce-account .woocommerce-orders-table .woocommerce-button:hover{background:#087a43!important;color:#fff!important}
body.woocommerce-account .woocommerce-pagination .button{border-radius:7px!important;background:#123b32!important;color:#fff!important}
body.woocommerce-account .woocommerce-info{padding:17px 20px!important;border:1px solid #b9e1c9!important;border-top:0!important;border-left:5px solid #08a652!important;border-radius:9px!important;background:#f0fbf5!important;color:#126436!important}
body.woocommerce-account .woocommerce-info::before{color:#08a652!important}
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-customer-details,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-details{padding:0!important;border:1px solid #dce5e0!important;border-radius:10px!important;overflow:hidden!important}
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-details__title,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-column__title{margin:0!important;padding:15px 17px!important;background:#123b32!important;color:#fff!important;font-size:18px!important}
@media(max-width:780px){body.woocommerce-account .woocommerce{margin:20px 12px!important}body.woocommerce-account .woocommerce-MyAccount-navigation,body.woocommerce-account .woocommerce-MyAccount-content{float:none!important;width:100%!important}body.woocommerce-account .woocommerce-MyAccount-navigation{margin-bottom:16px!important}body.woocommerce-account .woocommerce-MyAccount-navigation ul{display:grid!important;grid-template-columns:1fr 1fr!important;gap:5px!important}body.woocommerce-account .woocommerce-MyAccount-navigation li+li{margin-top:0!important}body.woocommerce-account .woocommerce-MyAccount-content{padding:16px!important}.woocommerce-orders-table thead{display:none!important}body.woocommerce-account .woocommerce-orders-table tr,body.woocommerce-account .woocommerce-orders-table td{display:block!important;width:100%!important;text-align:left!important}body.woocommerce-account .woocommerce-orders-table td::before{font-weight:800!important;color:#53645b!important}}

/* v1.2.8 compact Viva Transport Booking page */
.vtm-booker{max-width:1180px!important;margin:0 auto!important;padding:14px!important}
.vtm-booker .vtm-steps{margin:0 0 14px!important;padding:8px 10px!important;min-height:auto!important}
.vtm-booker .vtm-steps>div{padding:5px 8px!important;gap:7px!important}
.vtm-booker .vtm-steps b{width:30px!important;height:30px!important;min-width:30px!important;font-size:13px!important}
.vtm-booker .vtm-steps span{font-size:13px!important}
.vtm-booker .vtm-book-grid{gap:16px!important;align-items:start!important}
.vtm-booker .vtm-form{padding:16px!important;border-radius:8px!important}
.vtm-booker .vtm-form h3{margin:0 0 12px!important}
.vtm-booker label{margin-bottom:8px!important;font-size:11px!important}
.vtm-booker input,.vtm-booker select,.vtm-booker textarea{min-height:36px!important;padding:6px 9px!important;font-size:13px!important}
.vtm-booker .vtm-address-wrap{margin-bottom:8px!important}
#vtm-map{height:330px!important}
.vtm-booker .vtm-route-summary{margin-top:0!important}
.vtm-booker .vtm-route-summary>div{padding:11px 14px!important}
.vtm-booker .vtm-route-summary span{font-size:9px!important}
.vtm-booker .vtm-route-summary b{font-size:17px!important}
.vtm-booker #vtm-msg{margin:7px 0!important;font-size:12px!important}
.vtm-booker button,.vtm-booker .button,.vtm-booker input[type="submit"],.vtm-booker input[type="button"]{
 min-height:34px!important;padding:6px 12px!important;font-size:12px!important
}
#vtm-vehicle-step{padding-top:4px!important}
#vtm-vehicle-step .vtm-step-heading{padding-bottom:10px!important}
#vtm-vehicle-step .vtm-step2-grid{gap:18px!important}
#vtm-vehicle-step .vtm-vehicle-results{gap:10px!important}
#vtm-vehicle-step .vtm-vehicle{min-height:165px!important;padding:14px!important}
#vtm-vehicle-step .vtm-vehicle h4{font-size:18px!important;margin-bottom:9px!important}
#vtm-vehicle-step .vtm-vehicle small{font-size:12px!important;margin-bottom:10px!important}
#vtm-vehicle-step .vtm-vehicle strong{font-size:19px!important;margin-bottom:10px!important}
#vtm-map-step2{height:350px!important}
#vtm-vehicle-step .vtm-step2-summary>div{padding:12px 16px!important}
#vtm-vehicle-step .vtm-step2-summary b{font-size:18px!important}
@media(max-width:700px){
 .vtm-booker{padding:9px!important}
 .vtm-booker .vtm-book-grid{gap:12px!important}
 #vtm-map{height:280px!important}
 #vtm-map-step2{height:300px!important}
}

/* v1.2.9 ULTRA COMPACT booking workspace */
.vtm-booker{max-width:1080px!important;padding:6px!important}
.vtm-booker .vtm-steps{margin:0 0 7px!important;padding:3px 6px!important;min-height:38px!important}
.vtm-booker .vtm-steps>div{padding:2px 5px!important;gap:5px!important}
.vtm-booker .vtm-steps b{width:24px!important;height:24px!important;min-width:24px!important;font-size:11px!important}
.vtm-booker .vtm-steps span{font-size:11px!important;font-weight:600!important}
.vtm-booker .vtm-book-grid{grid-template-columns:minmax(360px,.78fr) minmax(440px,1.22fr)!important;gap:9px!important}
.vtm-booker .vtm-form{padding:9px 10px!important;border-radius:6px!important}
.vtm-booker .vtm-form h3,.vtm-booker h3{font-size:17px!important;margin:0 0 6px!important;line-height:1.15!important}
.vtm-booker label{margin:0 0 4px!important;font-size:9px!important;line-height:1.2!important}
.vtm-booker input,.vtm-booker select,.vtm-booker textarea{min-height:30px!important;height:30px!important;padding:3px 7px!important;font-size:12px!important;border-radius:4px!important}
.vtm-booker textarea{height:52px!important}
.vtm-booker .vtm-address-wrap{margin-bottom:4px!important}
.vtm-booker .vtm-row,.vtm-booker .vtm-form-row{gap:6px!important;margin-bottom:4px!important}
#vtm-map{height:255px!important}
.vtm-booker .vtm-route-summary>div{padding:6px 9px!important}
.vtm-booker .vtm-route-summary span{font-size:8px!important}
.vtm-booker .vtm-route-summary b{font-size:14px!important;line-height:1.15!important}
.vtm-booker #vtm-msg{margin:3px 0!important;font-size:10px!important;min-height:0!important}
.vtm-booker button,.vtm-booker .button,.vtm-booker input[type="submit"],.vtm-booker input[type="button"],.vtm-booker a.button{
 min-height:29px!important;height:auto!important;padding:4px 9px!important;font-size:11px!important;border-radius:4px!important
}
#vtm-search,#vtm-continue-vehicle,#vtm-back-details,.vtm-book{min-height:29px!important;padding:4px 9px!important;font-size:11px!important}
#vtm-vehicle-step{padding:0 0 7px!important}
#vtm-vehicle-step .vtm-step-heading{padding:0 0 6px!important;gap:8px!important}
#vtm-vehicle-step .vtm-step-heading h3{font-size:17px!important;margin-bottom:3px!important}
#vtm-vehicle-step .vtm-step-heading p{font-size:10px!important;line-height:1.3!important}
#vtm-vehicle-step .vtm-step2-grid{grid-template-columns:minmax(390px,.9fr) minmax(470px,1.1fr)!important;gap:10px!important}
#vtm-vehicle-step .vtm-vehicle-results{gap:6px!important}
#vtm-vehicle-step .vtm-vehicle{min-height:118px!important;padding:9px!important;border-radius:6px!important}
#vtm-vehicle-step .vtm-vehicle h4{font-size:15px!important;line-height:1.1!important;margin:0 0 5px!important}
#vtm-vehicle-step .vtm-vehicle small{font-size:10px!important;margin-bottom:5px!important}
#vtm-vehicle-step .vtm-vehicle strong{font-size:16px!important;margin:0 0 5px!important;line-height:1.1!important}
#vtm-vehicle-step .vtm-vehicle button{min-height:28px!important;padding:4px 9px!important;font-size:10px!important}
#vtm-map-step2{height:280px!important}
#vtm-vehicle-step .vtm-step2-summary>div{padding:7px 10px!important}
#vtm-vehicle-step .vtm-step2-summary span{font-size:8px!important}
#vtm-vehicle-step .vtm-step2-summary b{font-size:15px!important}
#vtm-vehicle-step #vtm-back-details{min-height:28px!important;padding:4px 9px!important;font-size:10px!important}
@media(max-width:900px){
 .vtm-booker{max-width:100%!important}
 .vtm-booker .vtm-book-grid,#vtm-vehicle-step .vtm-step2-grid{grid-template-columns:1fr!important}
 #vtm-map{height:240px!important}#vtm-map-step2{height:260px!important}
}
@media(max-width:560px){
 .vtm-booker{padding:3px!important}
 .vtm-booker .vtm-steps span{font-size:10px!important}
 #vtm-vehicle-step .vtm-vehicle-results{grid-template-columns:1fr 1fr!important}
 #vtm-vehicle-step .vtm-vehicle{min-height:110px!important}
}

/* v1.3.1 — reference-style booking page */
.vtm-booker{
 max-width:1170px!important;margin:18px auto!important;padding:0!important;
 background:#f7f9fb!important;border:1px solid #edf0f3!important;border-radius:14px!important;
 box-shadow:0 8px 28px rgba(15,23,42,.07)!important;overflow:hidden!important;
 font-size:13px!important
}
/* slim three-step header */
.vtm-booker .vtm-steps{
 min-height:92px!important;margin:0!important;padding:20px 9%!important;
 background:#fbfcfd!important;border:0!important;border-bottom:1px solid #edf0f3!important;
 box-shadow:none!important
}
.vtm-booker .vtm-steps>div{padding:0 8px!important;gap:7px!important}
.vtm-booker .vtm-steps b{
 width:38px!important;height:38px!important;min-width:38px!important;
 font-size:13px!important;border-width:2px!important
}
.vtm-booker .vtm-steps span{font-size:11px!important;font-weight:600!important}
/* Step 1: narrow route card + large map */
.vtm-booker .vtm-book-grid{
 display:grid!important;grid-template-columns:340px minmax(0,1fr)!important;
 gap:14px!important;align-items:stretch!important;padding:16px!important
}
.vtm-booker .vtm-form{
 padding:22px 26px!important;background:#fff!important;border:0!important;border-radius:18px!important;
 box-shadow:0 6px 18px rgba(15,23,42,.06)!important
}
.vtm-booker .vtm-form h3{
 font-size:18px!important;font-weight:700!important;color:#162033!important;
 margin:0 0 20px!important;line-height:1.2!important
}
.vtm-booker label{
 display:block!important;font-size:10px!important;font-weight:700!important;letter-spacing:.02em!important;
 color:#40506a!important;margin:0 0 7px!important
}
.vtm-booker input,.vtm-booker select,.vtm-booker textarea{
 min-height:48px!important;height:48px!important;padding:10px 14px!important;
 font-size:12px!important;font-weight:600!important;color:#172033!important;
 background:#f1f4f8!important;border:0!important;border-radius:13px!important;box-shadow:none!important
}
.vtm-booker textarea{height:70px!important}
.vtm-booker .vtm-address-wrap,.vtm-booker .vtm-row,.vtm-booker .vtm-form-row{
 margin-bottom:14px!important;gap:10px!important
}
#vtm-map{
 height:653px!important;border-radius:14px!important;border:1px solid #e5e9ee!important;
 box-shadow:none!important
}
.vtm-booker .vtm-route-summary{
 background:#fff!important;border:0!important;border-radius:14px!important;
 margin-top:10px!important;box-shadow:0 4px 14px rgba(15,23,42,.05)!important
}
.vtm-booker .vtm-route-summary>div{padding:13px 18px!important}
.vtm-booker .vtm-route-summary span{
 font-size:9px!important;font-weight:700!important;letter-spacing:.06em!important;color:#64748b!important
}
.vtm-booker .vtm-route-summary b{font-size:14px!important;font-weight:700!important;color:#172033!important}
.vtm-booker #vtm-msg{font-size:11px!important;margin:7px 0!important}
.vtm-booker button,.vtm-booker .button,.vtm-booker a.button,
.vtm-booker input[type=button],.vtm-booker input[type=submit]{
 min-height:46px!important;padding:9px 16px!important;border-radius:12px!important;
 font-size:12px!important;font-weight:700!important
}
#vtm-search{
 width:100%!important;background:#00ad55!important;color:#fff!important;
 border:0!important;box-shadow:0 7px 16px rgba(0,173,85,.18)!important
}
#vtm-continue-vehicle{background:#00ad55!important;color:#fff!important;border:0!important}
/* Step 2 follows the same visual language */
#vtm-vehicle-step{padding:16px!important;background:#f7f9fb!important}
#vtm-vehicle-step .vtm-step-heading{padding:0 0 12px!important}
#vtm-vehicle-step .vtm-step-heading h3{font-size:18px!important;color:#162033!important}
#vtm-vehicle-step .vtm-step-heading p{font-size:10px!important;color:#64748b!important}
#vtm-vehicle-step .vtm-step2-grid{
 grid-template-columns:minmax(440px,.9fr) minmax(0,1.1fr)!important;gap:14px!important
}
#vtm-vehicle-step .vtm-vehicle-results{gap:10px!important}
#vtm-vehicle-step .vtm-vehicle{
 min-height:150px!important;padding:16px!important;border:1px solid #edf0f3!important;
 border-radius:14px!important;box-shadow:0 5px 16px rgba(15,23,42,.05)!important
}
#vtm-vehicle-step .vtm-vehicle h4{font-size:16px!important;color:#162033!important;margin-bottom:8px!important}
#vtm-vehicle-step .vtm-vehicle small{font-size:11px!important;margin-bottom:8px!important}
#vtm-vehicle-step .vtm-vehicle strong{font-size:18px!important;margin-bottom:8px!important}
#vtm-vehicle-step .vtm-vehicle button{
 min-height:36px!important;padding:6px 12px!important;border-radius:8px!important;
 background:#f6c514!important;color:#153b31!important;font-size:11px!important
}
#vtm-map-step2{height:410px!important}
#vtm-vehicle-step .vtm-step2-map-card{
 border:1px solid #e5e9ee!important;border-radius:14px!important;
 box-shadow:0 5px 16px rgba(15,23,42,.05)!important
}
#vtm-vehicle-step .vtm-step2-summary>div{padding:13px 18px!important}
#vtm-vehicle-step #vtm-back-details{
 min-height:36px!important;padding:6px 12px!important;border-radius:8px!important
}
@media(max-width:900px){
 .vtm-booker{margin:8px!important}
 .vtm-booker .vtm-steps{padding:15px 5%!important}
 .vtm-booker .vtm-book-grid,#vtm-vehicle-step .vtm-step2-grid{grid-template-columns:1fr!important}
 #vtm-map{height:420px!important}#vtm-map-step2{height:360px!important}
}
@media(max-width:560px){
 .vtm-booker .vtm-book-grid,#vtm-vehicle-step{padding:10px!important}
 .vtm-booker .vtm-form{padding:17px!important}
 .vtm-booker .vtm-steps{min-height:76px!important;padding:13px 3%!important}
 .vtm-booker .vtm-steps b{width:30px!important;height:30px!important;min-width:30px!important}
 #vtm-map{height:320px!important}
 #vtm-vehicle-step .vtm-vehicle-results{grid-template-columns:1fr!important}
}

/* v1.3.4 wizard panel visibility fix
   These explicit state classes override the reference-layout !important display rules. */
.vtm-booker .vtm-book-grid.vtm-step1-hidden{display:none!important}
.vtm-booker #vtm-vehicle-step[hidden]{display:none!important}
.vtm-booker #vtm-vehicle-step.vtm-step2-active{display:block!important}

/* v1.3.5 true wizard: never render both panels together */
.vtm-booker .vtm-book-grid[hidden],
.vtm-booker .vtm-book-grid.vtm-step1-hidden{display:none!important}
.vtm-booker #vtm-vehicle-step[hidden]{display:none!important}
.vtm-booker #vtm-vehicle-step.vtm-step2-active{display:block!important;margin:0!important;padding:16px!important}

/* v1.7.0 Driver Portal */
.vtm-driver-portal{max-width:1080px;margin:24px auto;font-family:inherit;color:#18352a}
.vtm-driver-portal-head{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:22px 24px;background:#fff;border:1px solid #e4e9e6;border-radius:16px;margin-bottom:16px}
.vtm-driver-portal-head small{font-size:10px;font-weight:800;letter-spacing:.12em}.vtm-driver-portal-head h2{margin:4px 0 3px;font-size:22px!important}.vtm-driver-portal-head p{margin:0;color:#66756e}
.vtm-driver-summary{text-align:center;background:#f5f8f6;border-radius:12px;padding:10px 18px;min-width:100px}.vtm-driver-summary strong{display:block;font-size:22px}.vtm-driver-summary span{font-size:10px}
.vtm-driver-trip{background:#fff;border:1px solid #e4e9e6;border-radius:16px;padding:18px 20px;margin-bottom:14px;box-shadow:0 5px 18px rgba(20,50,37,.04)}
.vtm-trip-head{display:flex;justify-content:space-between;align-items:center;gap:12px;border-bottom:1px solid #edf0ee;padding-bottom:12px}.vtm-trip-head small{font-size:9px;font-weight:800;letter-spacing:.08em}.vtm-trip-head h3{margin:3px 0 0;font-size:17px!important}
.vtm-trip-pill{background:#edf7f1;color:#17633e;padding:5px 10px;border-radius:999px;font-size:10px;font-weight:800}
.vtm-driver-route{display:grid;grid-template-columns:1fr 1fr;gap:16px;padding:14px 0}.vtm-driver-route div{background:#f7f9f8;padding:11px 13px;border-radius:10px}.vtm-driver-route small,.vtm-driver-info small{display:block;font-size:9px;text-transform:uppercase;letter-spacing:.07em;color:#718078;margin-bottom:3px}.vtm-driver-route strong{font-size:12px}
.vtm-driver-info{display:grid;grid-template-columns:1.1fr 1fr .7fr;gap:12px;margin-bottom:14px}.vtm-driver-info>div{border:1px solid #e7ebe9;border-radius:10px;padding:10px 12px}.vtm-driver-info strong,.vtm-driver-info span,.vtm-driver-info a{display:block;font-size:12px}.vtm-secret{font-size:16px!important;letter-spacing:.06em}
.vtm-driver-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.vtm-driver-actions select{height:36px;min-width:175px}.vtm-driver-actions button{height:36px;border:0;border-radius:8px;padding:0 14px;font-weight:700;cursor:pointer;background:#154d35;color:#fff}.vtm-driver-actions .vtm-share-trip-location{background:#e8b918;color:#173629}.vtm-gps-state{font-size:10px;color:#68776f}
.vtm-driver-empty{background:#fff;border:1px solid #e4e9e6;border-radius:14px;padding:30px;text-align:center}
.vtm-driver-booking-history{margin-top:20px;background:#fff;border:1px solid #e4e9e6;border-radius:16px;padding:20px;overflow:hidden}.vtm-driver-booking-history .vtm-toolbar{display:flex;justify-content:space-between;align-items:center}.vtm-driver-booking-history .vtm-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:14px 0}.vtm-driver-booking-history .vtm-card{background:#f5f8f6;border-radius:10px;padding:12px}.vtm-driver-booking-history .vtm-card small,.vtm-driver-booking-history .vtm-card strong{display:block}.vtm-driver-booking-history table{width:100%;border-collapse:collapse;font-size:12px}.vtm-driver-booking-history th,.vtm-driver-booking-history td{text-align:left;padding:10px;border-bottom:1px solid #e6ebe8}.vtm-driver-booking-history th{color:#123b32;background:#f5f8f6}
.woocommerce-account .woocommerce-MyAccount-navigation{background:#123b32;border-radius:16px;padding:12px;box-sizing:border-box}.woocommerce-account .woocommerce-MyAccount-navigation ul{list-style:none;margin:0;padding:0}.woocommerce-account .woocommerce-MyAccount-navigation li{margin:3px 0}.woocommerce-account .woocommerce-MyAccount-navigation a{display:block;padding:11px 13px;border-radius:9px;color:#dceae3!important;text-decoration:none;font-size:13px;font-weight:700}.woocommerce-account .woocommerce-MyAccount-navigation .is-active a,.woocommerce-account .woocommerce-MyAccount-navigation a:hover{background:#f3c623;color:#123b32!important}.vtm-driver-account{color:#18352a}.vtm-driver-account-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:18px}.vtm-driver-account-stats a{background:#fff;border:1px solid #e4e9e6;border-radius:14px;padding:18px;text-decoration:none!important;color:#18352a!important}.vtm-driver-account-stats strong,.vtm-driver-account-stats span{display:block}.vtm-driver-account-stats strong{font-size:28px}.vtm-driver-account-stats span{font-size:11px;color:#68776f}.vtm-driver-account-help{background:#fff;border:1px solid #e4e9e6;border-radius:14px;padding:20px}.vtm-driver-account-help h3{margin-top:0}.vtm-driver-account-help li{margin:8px 0}.vtm-driver-profile-view{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.vtm-driver-profile-view>div{background:#fff;border:1px solid #e4e9e6;border-radius:12px;padding:15px}.vtm-driver-profile-view small,.vtm-driver-profile-view strong{display:block}.vtm-driver-profile-view small{font-size:9px;text-transform:uppercase;letter-spacing:.08em;color:#718078;margin-bottom:5px}.vtm-profile-note{padding:12px;background:#fff8d9;border-radius:10px}
@media(max-width:720px){.vtm-driver-portal{margin:12px}.vtm-driver-portal-head{align-items:flex-start}.vtm-driver-route,.vtm-driver-info{grid-template-columns:1fr}.vtm-driver-actions select,.vtm-driver-actions button{width:100%}.vtm-driver-booking-history .vtm-cards,.vtm-driver-account-stats,.vtm-driver-profile-view{grid-template-columns:1fr}.vtm-driver-booking-history .vtm-scroll{overflow-x:auto}.woocommerce-account .woocommerce-MyAccount-navigation{margin-bottom:14px}}

.vtm-customer-tracking{max-width:900px;margin:24px auto;display:grid;grid-template-columns:320px 1fr;gap:16px}.vtm-track-card{background:#fff;border:1px solid #e3e9e5;border-radius:16px;padding:18px}.vtm-track-card h2{font-size:20px!important}.vtm-track-status{background:#f1f7f3;border-radius:10px;padding:11px;margin:12px 0}.vtm-track-status span,.vtm-track-info small{display:block;font-size:9px;text-transform:uppercase}.vtm-track-info>div{border:1px solid #e7ebe8;border-radius:9px;padding:10px;margin-top:8px}.vtm-track-info strong,.vtm-track-info span{display:block}#vtm-customer-map{height:380px;border-radius:12px;background:#edf1ef}#vtm-track-updated{font-size:10px}@media(max-width:720px){.vtm-customer-tracking{grid-template-columns:1fr;margin:12px}#vtm-customer-map{height:320px}}

/* v3.2.18 mobile-first customer booking journey */
@media(max-width:700px){
 html,body{max-width:100%;overflow-x:hidden}
 .vtm-booker{width:auto!important;max-width:none!important;margin:8px 6px!important;border-radius:12px!important}
 .vtm-booker .vtm-steps{min-height:68px!important;padding:10px 4px!important}
 .vtm-booker .vtm-steps:before{left:17%!important;right:17%!important;top:26px!important}
 .vtm-booker .vtm-steps>div{min-width:0!important;padding:0 2px!important}
 .vtm-booker .vtm-steps i{width:32px!important;height:32px!important;line-height:32px!important;margin-bottom:6px!important;font-size:12px!important}
 .vtm-booker .vtm-steps span{display:block!important;font-size:10px!important;line-height:1.2!important;white-space:normal!important}
 .vtm-booker .vtm-book-grid,#vtm-vehicle-step{padding:10px!important;gap:10px!important}
 .vtm-booker .vtm-form{padding:15px!important;border-radius:12px!important}
 .vtm-booker .vtm-form h3{display:block!important;margin:0 0 14px!important;font-size:17px!important}
 .vtm-booker label{margin-bottom:11px!important;font-size:11px!important}
 .vtm-booker input,.vtm-booker select,.vtm-booker textarea{width:100%!important;min-height:48px!important;height:48px!important;padding:10px 12px!important;font-size:16px!important;border-radius:9px!important}
 .vtm-booker .vtm-extras{padding:12px!important;border-radius:9px!important}
 .vtm-booker .vtm-extras label{display:flex!important;min-height:42px!important;align-items:center!important;margin:0!important;font-size:13px!important}
 .vtm-booker .vtm-extras input{width:22px!important;height:22px!important;min-height:22px!important;margin-right:9px!important}
 .vtm-booker button,.vtm-booker .button,.vtm-booker a.button,.vtm-booker input[type=button],.vtm-booker input[type=submit]{width:100%!important;min-height:48px!important;padding:11px 14px!important;font-size:14px!important;border-radius:9px!important}
 #vtm-map{height:280px!important;border-radius:10px!important}
 .vtm-summary,.vtm-step2-summary{grid-template-columns:1fr 1fr!important}
 .vtm-summary>div,.vtm-step2-summary>div{padding:12px!important}
 .vtm-continue-wrap{padding-top:10px!important}
 #vtm-vehicle-step .vtm-step-heading{display:block!important;padding:0 0 12px!important}
 #vtm-vehicle-step #vtm-back-details{width:auto!important;margin-bottom:12px!important}
 #vtm-vehicle-step .vtm-vehicle-results{grid-template-columns:1fr!important;gap:10px!important}
 #vtm-vehicle-step .vtm-vehicle{min-height:0!important;padding:15px!important}
 #vtm-vehicle-step .vtm-vehicle h4{font-size:18px!important}
 #vtm-vehicle-step .vtm-vehicle small{font-size:13px!important}
 #vtm-vehicle-step .vtm-vehicle strong{font-size:20px!important}
 #vtm-map-step2{height:280px!important}

 body.woocommerce-checkout .woocommerce{margin:12px 8px!important}
 body.woocommerce-checkout form.checkout{display:block!important}
 body.woocommerce-checkout #customer_details,body.woocommerce-checkout #order_review_heading,body.woocommerce-checkout #order_review{float:none!important;width:100%!important;max-width:none!important;margin-left:0!important;margin-right:0!important}
 body.woocommerce-checkout .col2-set .col-1,body.woocommerce-checkout .col2-set .col-2{float:none!important;width:100%!important}
 body.woocommerce-checkout input.input-text,body.woocommerce-checkout select,body.woocommerce-checkout textarea{min-height:48px!important;font-size:16px!important}
 body.woocommerce-checkout #place_order{width:100%!important;min-height:50px!important;font-size:16px!important}
 body.woocommerce-checkout #order_review dl.variation{grid-template-columns:1fr!important}
 body.woocommerce-checkout #order_review dl.variation dt,body.woocommerce-checkout #order_review dl.variation dd{display:block!important;width:100%!important;box-sizing:border-box!important;padding:9px 11px!important}

 body.woocommerce-order-received .woocommerce-order{width:auto!important;margin:14px 8px!important}
 body.woocommerce-order-received .woocommerce-notice--success{padding:15px!important;font-size:15px!important;line-height:1.45!important}
 body.woocommerce-order-received ul.woocommerce-order-overview{grid-template-columns:1fr!important;gap:1px!important;margin:16px 0!important}
 body.woocommerce-order-received ul.woocommerce-order-overview li{padding:12px 14px!important}
 body.woocommerce-order-received ul.woocommerce-order-overview li strong{font-size:15px!important;overflow-wrap:anywhere!important}
 body.woocommerce-order-received .woocommerce-order-details{margin-top:16px!important;border-radius:9px!important;overflow:visible!important}
 body.woocommerce-order-received .woocommerce-order-details__title{padding:14px!important;border-radius:9px 9px 0 0!important;font-size:19px!important}
 body.woocommerce-order-received .woocommerce-order-details table thead{display:none!important}
 body.woocommerce-order-received .woocommerce-order-details table,body.woocommerce-order-received .woocommerce-order-details tbody,body.woocommerce-order-received .woocommerce-order-details tr,body.woocommerce-order-received .woocommerce-order-details td{display:block!important;width:100%!important;box-sizing:border-box!important}
 body.woocommerce-order-received .woocommerce-order-details tr{border-bottom:1px solid #dce5e0!important}
 body.woocommerce-order-received .woocommerce-order-details td{padding:13px!important;text-align:left!important}
 body.woocommerce-order-received .woocommerce-order-details td.product-total{padding-top:0!important;color:#087a43!important;font-size:18px!important;font-weight:800!important}
 body.woocommerce-order-received .woocommerce-order-details .wc-item-meta{display:block!important;margin-top:10px!important;border-radius:8px!important}
 body.woocommerce-order-received .woocommerce-order-details .wc-item-meta li{display:block!important;padding:9px 10px!important;border-bottom:1px solid #e6ece8!important}
 body.woocommerce-order-received .woocommerce-order-details .wc-item-meta-label,body.woocommerce-order-received .woocommerce-order-details .wc-item-meta p{display:block!important;padding:0!important;border:0!important}
 body.woocommerce-order-received .woocommerce-order-details .wc-item-meta-label{margin-bottom:3px!important;background:transparent!important}
 body.woocommerce-order-received .woocommerce-customer-details{margin-top:16px!important;padding:14px!important}

 body.woocommerce-account .woocommerce{margin:12px 8px!important}
 body.woocommerce-account .woocommerce-MyAccount-navigation ul{display:flex!important;gap:6px!important;overflow-x:auto!important;padding:8px!important;scroll-snap-type:x proximity}
 body.woocommerce-account .woocommerce-MyAccount-navigation li{flex:0 0 auto!important;scroll-snap-align:start}
 body.woocommerce-account .woocommerce-MyAccount-navigation a{min-height:42px!important;padding:8px 12px!important;white-space:nowrap!important}
 body.woocommerce-account .woocommerce-MyAccount-content{padding:14px!important;border-radius:9px!important}
 body.woocommerce-account .woocommerce-orders-table tbody tr{margin-bottom:12px!important;border:1px solid #dce5e0!important;border-radius:9px!important;overflow:hidden!important}
 body.woocommerce-account .woocommerce-orders-table tbody td{padding:10px 12px!important}
 body.woocommerce-account .woocommerce-orders-table .woocommerce-button{width:100%!important;min-height:42px!important}
 .vtm-driver-apply{margin:10px 8px!important;padding:18px 14px!important}
 .vtm-apply-grid,.vtm-upload-grid{grid-template-columns:1fr!important}
 .vtm-driver-portal-head{display:block!important;padding:16px!important}
 .vtm-driver-summary{margin-top:12px!important}
 .vtm-driver-trip{padding:14px!important}
 .vtm-trip-head{align-items:flex-start!important}
 .vtm-customer-tracking{margin:10px 8px!important;gap:10px!important}
 .vtm-track-card{padding:14px!important}
 #vtm-customer-map{height:300px!important}
}

@media(max-width:380px){
 .vtm-booker .vtm-steps span{font-size:9px!important}
 .vtm-summary,.vtm-step2-summary{grid-template-columns:1fr!important}
 .vtm-summary>div+div,.vtm-step2-summary>div+div{border-left:0!important;border-top:1px solid #e2e5e7!important}
 body.woocommerce-order-received .woocommerce-order{margin:10px 5px!important}
}
