.tbp-wrap{max-width:960px;margin:30px auto;font-family:inherit}.tbp-form{background:#fff;border-radius:20px;box-shadow:0 12px 35px rgba(0,0,0,.08);padding:28px}.tbp-progress{display:flex;gap:10px;margin-bottom:25px}.tbp-progress span{width:34px;height:34px;border-radius:50%;background:#e9eef5;display:flex;align-items:center;justify-content:center;font-weight:700}.tbp-progress span.active{background:#111827;color:#fff}.tbp-step{display:none}.tbp-step.active{display:block}.tbp-step h3{font-size:26px;margin:0 0 22px}.tbp-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.tbp-grid label{font-weight:700;color:#111827}.tbp-grid input,.tbp-grid select,.tbp-grid textarea{width:100%;margin-top:7px;border:1px solid #d7dde7;border-radius:12px;padding:13px 14px;font-size:16px;font-weight:600;background:#f9fafb;box-sizing:border-box}.tbp-full{grid-column:1/-1}.tbp-btn{border:0;background:#111827;color:#fff;border-radius:12px;padding:14px 22px;font-weight:800;cursor:pointer;margin-top:22px;font-size:15px}.tbp-secondary{background:#e5e7eb;color:#111827}.tbp-actions{display:flex;justify-content:space-between;gap:12px}.tbp-vehicles{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.tbp-vehicle{border:2px solid #e5e7eb;border-radius:18px;padding:16px;cursor:pointer;display:flex;flex-direction:column;gap:8px;transition:.2s;background:#fff}.tbp-vehicle:hover,.tbp-vehicle:has(input:checked){border-color:#111827;box-shadow:0 10px 25px rgba(0,0,0,.08)}.tbp-vehicle input{width:auto}.tbp-vehicle strong{font-size:19px}.tbp-vehicle small{color:#6b7280}.tbp-vehicle p{margin:0;color:#4b5563}.tbp-vehicle b{font-size:22px}.tbp-vehicle-img{width:100%;height:140px;object-fit:cover;border-radius:14px}.tbp-alert{padding:14px 16px;border-radius:12px;margin-bottom:15px;font-weight:700}.tbp-success{background:#ecfdf5;color:#065f46}.tbp-error{background:#fef2f2;color:#991b1b}@media(max-width:760px){.tbp-grid,.tbp-vehicles{grid-template-columns:1fr}.tbp-form{padding:18px}.tbp-step h3{font-size:22px}}
.tbp-route-summary{margin:0 0 16px;padding:12px 14px;border:1px solid #dbe5ff;background:#f5f8ff;border-radius:10px;color:#14213d}
.tbp-route-summary.tbp-error{border-color:#ffcccc;background:#fff5f5;color:#b00020}
.tbp-form select{width:100%;padding:14px 16px;border:1px solid #d9e1ec;border-radius:10px;background:#fff;font-size:16px;min-height:52px}

.tbp-form label { position: relative; }
.tbp-address-suggestions {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% - 2px);
  z-index: 9999;
  background: #fff;
  border: 1px solid #d7dee8;
  border-radius: 10px;
  box-shadow: 0 14px 30px rgba(15, 23, 42, .12);
  overflow: hidden;
}
.tbp-address-suggestion {
  display: block;
  width: 100%;
  padding: 12px 14px;
  text-align: left;
  border: 0;
  border-bottom: 1px solid #edf1f7;
  background: #fff;
  cursor: pointer;
  font: inherit;
}
.tbp-address-suggestion:hover,
.tbp-address-suggestion:focus {
  background: #f3f6fb;
  outline: none;
}
.tbp-address-suggestion:last-child { border-bottom: 0; }
.tbp-address-message{cursor:default;color:#991b1b;background:#fff7f7;font-size:14px}.tbp-address-message:hover{background:#fff7f7}
.tbp-checkbox{display:flex!important;align-items:center;gap:10px;background:#f9fafb;border:1px solid #d7dde7;border-radius:12px;padding:13px 14px;margin-top:0}.tbp-checkbox input{width:auto!important;margin:0!important}.tbp-airport-field{display:none}.tbp-show-airport .tbp-airport-field{display:block}.tbp-vehicle{position:relative;padding-top:18px}.tbp-vehicle input[type=radio]{position:absolute;opacity:0;pointer-events:none}.tbp-select-dot{position:absolute;right:14px;top:14px;width:20px;height:20px;border:2px solid #cbd5e1;border-radius:50%;background:#fff}.tbp-vehicle:has(input:checked) .tbp-select-dot{border-color:#111827;background:#111827;box-shadow:inset 0 0 0 4px #fff}.tbp-vehicle b{margin-top:auto}.tbp-vehicle small{font-weight:700}.tbp-vehicle p:empty{display:none}

.tbp-return-fields{display:none;grid-column:1/-1;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.tbp-has-return .tbp-return-fields{display:grid}.tbp-return-fields .tbp-return-field{display:block;font-weight:700;color:#111827}.tbp-trip-type{display:flex;gap:14px;align-items:center;flex-wrap:wrap}.tbp-trip-type>span{font-weight:700;margin-right:4px}.tbp-radio{width:auto!important;display:inline-flex!important;gap:8px;align-items:center;padding:10px 14px;border:1px solid #e5e7eb;border-radius:12px;background:#fff}.tbp-radio input{width:auto!important;margin:0}

@media(max-width:640px){.tbp-return-fields{grid-template-columns:1fr}}

.tbp-payment-methods > span{display:block;font-weight:800;margin-bottom:10px;color:#111827;}
.tbp-payment-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px;}
.tbp-payment-option{display:flex!important;align-items:center;gap:10px;border:1px solid #d1d5db;border-radius:14px;padding:14px 16px;background:#fff;cursor:pointer;}
.tbp-payment-option:has(input:checked){border-color:#111827;box-shadow:0 0 0 3px rgba(17,24,39,.08);}
.tbp-payment-option input{width:auto!important;margin:0!important;}
.tbp-payment-option strong{font-size:14px;}

.tbp-confirmation-box h3{margin:0 0 10px;font-size:22px}.tbp-confirmation-summary{margin-top:14px;display:grid;gap:6px}.tbp-confirmation-summary p{margin:0}

/* v1.9.0 premium booking form */
.tbp-wrap{max-width:1180px}.tbp-form{background:linear-gradient(180deg,#ffffff 0%,#f8fafc 100%);border:1px solid #e5e7eb;overflow:hidden}.tbp-booking-layout{display:block}.tbp-has-live-summary .tbp-booking-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:24px;align-items:start}.tbp-booking-main{min-width:0}.tbp-live-summary{position:sticky;top:24px}.tbp-live-summary-card{background:#0f172a;color:#fff;border-radius:22px;padding:22px;box-shadow:0 18px 45px rgba(15,23,42,.22)}.tbp-summary-kicker{display:inline-flex;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.18);border-radius:999px;padding:6px 10px;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.tbp-live-summary-card h4{margin:14px 0 18px;font-size:23px;color:#fff}.tbp-live-summary-card dl{display:grid;gap:12px;margin:0}.tbp-live-summary-card dt{font-size:12px;text-transform:uppercase;color:#94a3b8;font-weight:800;letter-spacing:.03em}.tbp-live-summary-card dd{margin:0;color:#f8fafc;font-weight:700;line-height:1.35;word-break:break-word}.tbp-summary-total{margin-top:20px;padding-top:16px;border-top:1px solid rgba(255,255,255,.18);display:flex;align-items:end;justify-content:space-between;gap:12px}.tbp-summary-total span{color:#cbd5e1;font-weight:800}.tbp-summary-total strong{font-size:28px;color:#fff}.tbp-progress{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:18px;padding:10px}.tbp-progress span{width:auto;height:auto;min-height:44px;flex:1;border-radius:14px;gap:8px}.tbp-progress span small{width:28px;height:28px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:#fff;color:#0f172a}.tbp-progress span em{font-style:normal;font-size:13px}.tbp-progress span.active small{background:#fff;color:#111827}.tbp-route-map-card{margin:20px 0 4px;background:#fff;border:1px solid #dbe4ef;border-radius:20px;overflow:hidden;box-shadow:0 14px 35px rgba(15,23,42,.08)}.tbp-route-map-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;border-bottom:1px solid #eef2f7}.tbp-route-map-header strong{font-size:16px;color:#0f172a}.tbp-route-map-status{font-size:13px;font-weight:800;color:#64748b;text-align:right}.tbp-route-map{height:310px;background:linear-gradient(135deg,#eef2ff,#f8fafc)}.tbp-modern-cards .tbp-vehicles{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.tbp-modern-cards .tbp-vehicle{border:1px solid #e2e8f0;border-radius:22px;padding:18px;box-shadow:0 10px 26px rgba(15,23,42,.06);background:linear-gradient(180deg,#fff 0%,#f8fafc 100%)}.tbp-modern-cards .tbp-vehicle:hover,.tbp-modern-cards .tbp-vehicle:has(input:checked){transform:translateY(-2px);border-color:#0f172a;box-shadow:0 18px 40px rgba(15,23,42,.13)}.tbp-modern-cards .tbp-vehicle b{font-size:28px;color:#0f172a}.tbp-select-vehicle-text{display:inline-flex;align-items:center;justify-content:center;border-radius:12px;background:#0f172a;color:#fff;font-weight:900;padding:11px 13px;margin-top:8px}.tbp-vehicle:has(input:checked) .tbp-select-vehicle-text{background:#16a34a}.tbp-mobile-sticky{display:none}.tbp-has-sticky-footer .tbp-mobile-sticky{position:fixed;left:12px;right:12px;bottom:12px;z-index:9998;background:#0f172a;color:#fff;border-radius:18px;box-shadow:0 18px 45px rgba(0,0,0,.28);padding:12px;align-items:center;justify-content:space-between;gap:12px}.tbp-mobile-sticky small{display:block;color:#cbd5e1;font-size:11px;font-weight:800;text-transform:uppercase}.tbp-mobile-sticky strong{font-size:20px;color:#fff}.tbp-mobile-sticky .tbp-btn{margin:0;border-radius:14px;background:#fff;color:#0f172a;padding:12px 16px}.tbp-step h3{color:#0f172a}.tbp-grid input:focus,.tbp-grid select:focus,.tbp-grid textarea:focus{outline:none;border-color:#0f172a;box-shadow:0 0 0 4px rgba(15,23,42,.08);background:#fff}@media(max-width:980px){.tbp-has-live-summary .tbp-booking-layout{grid-template-columns:1fr}.tbp-live-summary{position:static;order:-1}.tbp-live-summary-card{border-radius:18px}.tbp-route-map{height:260px}}@media(max-width:760px){.tbp-has-sticky-footer .tbp-mobile-sticky{display:flex}.tbp-has-sticky-footer{padding-bottom:86px}.tbp-progress span em{display:none}.tbp-progress span{min-height:38px}.tbp-route-map{height:240px}.tbp-route-map-header{display:block}.tbp-route-map-status{display:block;text-align:left;margin-top:4px}.tbp-summary-total strong{font-size:24px}}

/* v1.9.2: keep return date/time labels above fields, matching pickup date/time */
.tbp-return-fields .tbp-return-field{display:block!important;}
.tbp-return-fields .tbp-return-field input,.tbp-return-fields .tbp-return-field select{display:block;width:100%;margin-top:7px;}

.tbp-stops-panel{background:#f8fafc;border:1px dashed #cbd5e1;border-radius:16px;padding:14px;margin-top:2px}.tbp-stops-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.tbp-add-stop,.tbp-remove-stop{border:0;border-radius:12px;background:#0f172a;color:#fff;font-weight:800;padding:10px 12px;cursor:pointer}.tbp-remove-stop{background:#e5e7eb;color:#0f172a;margin-top:28px}.tbp-stop-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:start;margin-top:10px}.tbp-stop-row label{display:block}.tbp-stop-label{display:block;margin-bottom:7px;font-weight:800;color:#111827}@media(max-width:640px){.tbp-stop-row{grid-template-columns:1fr}.tbp-remove-stop{margin-top:0;width:100%}.tbp-stops-header{display:block}.tbp-add-stop{margin-top:10px;width:100%}}

/* v1.9.7 premium TaxiBookr booking confirmation */
.tbp-confirmation-premium{max-width:1120px;margin:0 auto 34px;color:#0f172a;font-family:inherit;}
.tbp-confirmation-hero{text-align:center;margin:8px auto 22px;padding:10px 12px;}
.tbp-confirmation-kicker{font-weight:900;text-transform:uppercase;letter-spacing:.08em;color:#4085c9;font-size:13px;margin-bottom:6px;}
.tbp-confirmation-hero h2{margin:0;font-size:clamp(34px,5vw,58px);line-height:1.02;font-weight:950;color:#0b1020;letter-spacing:-.04em;}
.tbp-confirmation-hero p{margin:14px auto 0;max-width:760px;color:#475569;font-size:18px;line-height:1.55;}
.tbp-confirmation-check{display:inline-flex;align-items:center;justify-content:center;width:.95em;height:.95em;border:3px solid #4085c9;border-radius:50%;color:#4085c9;font-size:.58em;vertical-align:middle;margin-left:8px;}
.tbp-confirmation-card{background:#fff;border:1px solid #e5e7eb;border-radius:26px;box-shadow:0 20px 55px rgba(15,23,42,.10);padding:34px 38px 28px;overflow:hidden;}
.tbp-confirmation-icon{width:78px;height:78px;border-radius:50%;border:1px solid rgba(64,133,201,.24);background:#eef6ff;color:#4085c9;margin:0 auto 14px;display:flex;align-items:center;justify-content:center;font-size:36px;box-shadow:0 12px 30px rgba(64,133,201,.14);}
.tbp-confirmation-card>h3{text-align:center;margin:0;color:#0b1020;font-size:28px;font-weight:950;letter-spacing:-.02em;}
.tbp-confirmation-subline{text-align:center;max-width:720px;margin:10px auto 24px;color:#475569;font-size:16px;line-height:1.55;}
.tbp-confirmation-success-row{display:flex;align-items:center;gap:14px;background:#ecfdf5;border:1px solid #d8f6e8;color:#047857;border-radius:15px;padding:18px 20px;margin:0 0 22px;font-weight:850;font-size:16px;}
.tbp-confirmation-success-row span{display:inline-flex;align-items:center;justify-content:center;flex:0 0 28px;width:28px;height:28px;border-radius:50%;background:#10b981;color:#fff;font-weight:950;}
.tbp-confirmation-cancelled .tbp-confirmation-success-row{background:#fef2f2;border-color:#fecaca;color:#991b1b}.tbp-confirmation-cancelled .tbp-confirmation-success-row span{background:#ef4444;}
.tbp-confirmation-columns{display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,0.95fr);gap:20px;align-items:start;}
.tbp-confirmation-panel{border:1px solid #e5e7eb;border-radius:20px;background:#fff;padding:22px;}
.tbp-panel-title{display:flex;align-items:center;gap:12px;margin-bottom:20px;color:#0b1020;text-transform:uppercase;letter-spacing:.02em;}
.tbp-panel-title span{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:11px;background:#eef6ff;color:#4085c9;border:1px solid rgba(64,133,201,.16);font-size:19px;}
.tbp-panel-title strong{font-size:16px;font-weight:950;}
.tbp-route-timeline{position:relative;margin:0 0 18px;display:grid;gap:0;}
.tbp-route-timeline:before{content:"";position:absolute;left:10px;top:16px;bottom:16px;width:2px;background:#d1d5db;}
.tbp-route-line-item{display:grid;grid-template-columns:28px 118px minmax(0,1fr);gap:14px;align-items:start;position:relative;padding:10px 0;}
.tbp-route-line-item i{width:14px;height:14px;border-radius:50%;display:block;margin-top:4px;position:relative;z-index:2;background:#10b981;box-shadow:0 0 0 4px #fff;}
.tbp-route-stop i{background:#4085c9}.tbp-route-destination i{background:#ef4444;}
.tbp-route-line-item b{font-size:14px;color:#0f172a;font-weight:850;}
.tbp-route-line-item span{font-size:14px;color:#111827;line-height:1.5;word-break:break-word;}
.tbp-confirmation-details{border-top:1px solid #edf2f7;margin-top:12px;padding-top:12px;display:grid;gap:0;}
.tbp-confirmation-details div{display:grid;grid-template-columns:32px 130px minmax(0,1fr);gap:10px;align-items:center;border-bottom:1px solid #edf2f7;padding:11px 0;}
.tbp-confirmation-details div:last-child{border-bottom:0}.tbp-confirmation-details span{font-size:18px}.tbp-confirmation-details b{font-style:normal;font-size:14px;color:#0f172a;font-weight:850}.tbp-confirmation-details em{font-style:normal;color:#111827;font-size:14px;line-height:1.4;word-break:break-word;}
.tbp-confirmation-map-btn{display:flex;align-items:center;justify-content:center;gap:10px;border:1.5px solid #4085c9;border-radius:12px;color:#0f172a;background:#fff;font-weight:950;text-decoration:none;padding:14px 16px;margin-top:18px;transition:.18s;}
.tbp-confirmation-map-btn:hover{background:#eef6ff;color:#0f172a;transform:translateY(-1px);}
.tbp-confirmation-side{display:grid;gap:14px}.tbp-price-panel{background:linear-gradient(180deg,#f4f9ff,#fff);border-color:#9cc2e6;}
.tbp-confirmation-price{font-size:42px;line-height:1;font-weight:950;color:#0b1020;letter-spacing:-.04em;margin:2px 0 8px;}
.tbp-price-panel small{display:block;color:#64748b;margin-bottom:16px;font-weight:700}.tbp-price-panel ul{list-style:none;margin:18px 0 0;padding:16px 0 0;border-top:1px solid rgba(64,133,201,.22);display:grid;gap:12px}.tbp-price-panel li{position:relative;padding-left:28px;color:#111827;font-weight:750;font-size:14px}.tbp-price-panel li:before{content:"✓";position:absolute;left:0;top:-1px;color:#4085c9;font-weight:950}.tbp-price-note{margin-top:18px;border:1px solid rgba(64,133,201,.28);border-radius:13px;padding:13px 14px;color:#334155;font-size:13px;line-height:1.45;background:rgba(238,246,255,.72)}
.tbp-confirmation-route-card{border:1px solid #e5e7eb;border-radius:18px;background:linear-gradient(135deg,#f8fafc,#eef6ff);padding:18px;min-height:116px;position:relative;overflow:hidden}.tbp-confirmation-route-card:after{content:"";position:absolute;right:-20px;bottom:-28px;width:140px;height:90px;background:radial-gradient(circle,#4085c9 0 3px,transparent 4px),linear-gradient(135deg,transparent 45%,rgba(15,23,42,.13) 46% 49%,transparent 50%);opacity:.28}.tbp-confirmation-route-card strong{display:block;margin-bottom:8px;color:#0f172a}.tbp-confirmation-route-card p{margin:0;color:#334155;line-height:1.55;font-weight:700;}
.tbp-confirmation-next-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;margin-top:22px;background:#fff;border:1px solid #edf2f7;border-radius:18px;overflow:hidden;}.tbp-confirmation-next-row>div{display:grid;grid-template-columns:50px minmax(0,1fr);column-gap:14px;padding:18px 20px;border-right:1px solid #edf2f7;align-items:center}.tbp-confirmation-next-row>div:last-child{border-right:0}.tbp-confirmation-next-row span{grid-row:1/3;width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#eef6ff;color:#4085c9;border:1px solid rgba(64,133,201,.18);font-size:22px}.tbp-confirmation-next-row strong{font-size:15px;color:#0f172a}.tbp-confirmation-next-row p{margin:4px 0 0;color:#475569;font-size:13px;line-height:1.45;word-break:break-word}.tbp-confirmation-footer-link{text-align:center;margin-top:24px;border-top:1px solid #edf2f7;padding-top:20px}.tbp-confirmation-footer-link a{color:#475569;text-decoration:none;font-weight:850}.tbp-confirmation-footer-link a:hover{color:#0f172a}
@media(max-width:900px){.tbp-confirmation-card{padding:26px 20px}.tbp-confirmation-columns{grid-template-columns:1fr}.tbp-confirmation-next-row{grid-template-columns:1fr}.tbp-confirmation-next-row>div{border-right:0;border-bottom:1px solid #edf2f7}.tbp-confirmation-next-row>div:last-child{border-bottom:0}.tbp-route-line-item{grid-template-columns:28px 105px minmax(0,1fr)}.tbp-confirmation-hero h2{font-size:38px}}
@media(max-width:560px){.tbp-confirmation-premium{margin:0 -4px 24px}.tbp-confirmation-card{border-radius:20px;padding:22px 14px}.tbp-confirmation-success-row{font-size:14px;padding:14px}.tbp-route-line-item{grid-template-columns:24px 1fr;gap:10px}.tbp-route-line-item b{grid-column:2}.tbp-route-line-item span{grid-column:2}.tbp-confirmation-details div{grid-template-columns:28px 1fr}.tbp-confirmation-details b{grid-column:2}.tbp-confirmation-details em{grid-column:2}.tbp-confirmation-price{font-size:34px}.tbp-confirmation-hero p{font-size:15px}.tbp-confirmation-card>h3{font-size:23px}}

/* v1.9.9 customer account box + email/confirmation refinements */
.tbp-customer-account-box{display:flex;align-items:center;justify-content:space-between;gap:16px;background:linear-gradient(135deg,#eef6ff,#ffffff);border:1px solid #cfe3f6;border-radius:18px;padding:18px 20px;margin-bottom:4px;box-shadow:0 10px 26px rgba(64,133,201,.08)}
.tbp-customer-account-box strong{display:block;color:#0f172a;font-size:17px;margin-bottom:4px}.tbp-customer-account-box p{margin:0;color:#475569;line-height:1.45}.tbp-account-check{display:flex!important;align-items:center;gap:9px;margin-top:10px!important;font-weight:700;color:#0f172a}.tbp-account-check input{width:auto!important;margin:0!important}.tbp-account-login-btn{display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;border-radius:14px;background:#4085c9;color:#fff!important;text-decoration:none;font-weight:900;padding:12px 16px;box-shadow:0 8px 18px rgba(64,133,201,.24)}.tbp-account-login-btn:hover{filter:brightness(.96);transform:translateY(-1px)}
@media(max-width:720px){.tbp-customer-account-box{display:block}.tbp-account-login-btn{margin-top:14px;width:100%}}

.tbp-live-summary [data-summary="stops"]{white-space:pre-line;line-height:1.45;}
.tbp-confirmation-route-card p{white-space:normal;}


/* TaxiBookr customer portal auth */
.tbp-customer-auth{max-width:920px;margin:24px auto;font-family:inherit}
.tbp-customer-auth-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.tbp-customer-auth-card{background:#fff;border:1px solid #dbe4ef;border-radius:18px;padding:22px;box-shadow:0 10px 30px rgba(15,23,42,.06)}
.tbp-customer-auth-card h3{margin:0 0 14px;color:#0f172a;font-size:20px}
.tbp-customer-auth-card label{display:block;margin:0 0 13px;font-weight:700;color:#0f172a}
.tbp-customer-auth-card input[type=text],.tbp-customer-auth-card input[type=email],.tbp-customer-auth-card input[type=password]{width:100%;box-sizing:border-box;margin-top:6px;border:1px solid #cbd5e1;border-radius:12px;padding:12px 14px;background:#fff}
.tbp-customer-auth-card .button{border-radius:12px;padding:10px 16px;font-weight:800;text-decoration:none}
.tbp-customer-auth-card .button-primary{background:#4085c9;border-color:#4085c9;color:#fff}
.tbp-auth-small{margin:14px 0 0;color:#64748b}
.tbp-auth-check{font-weight:500!important;color:#475569!important}
@media(max-width:760px){.tbp-customer-auth-grid{grid-template-columns:1fr}}


/* Airport geofence-triggered flight fields */
.tbp-airport-fields{border:1px solid #dbeafe;background:#f8fbff;border-radius:14px;padding:14px;margin-top:4px}
.tbp-airport-fields .tbp-airport-notice{font-weight:700;color:#1d4ed8;margin:0 0 10px}
.tbp-airport-fields .tbp-airport-field{display:block;margin:10px 0 0}


/* v2.0.8 mobile booking layout fix */
@media (max-width: 900px) {
  .tbp-booking-layout {
    display: flex !important;
    flex-direction: column !important;
  }
  .tbp-booking-main {
    order: 1 !important;
    width: 100% !important;
  }
  .tbp-live-summary,
  .tbp-booking-summary,
  .tbp-summary-panel,
  .tbp-booking-sidebar {
    order: 2 !important;
    width: 100% !important;
    position: static !important;
    top: auto !important;
    margin-top: 22px !important;
  }
}


/* TaxiBookr customer portal v2.1.5 */
.tbp-customer-portal-modern{max-width:1160px;margin:28px auto;font-family:inherit;color:#0f172a}
.tbp-customer-portal-hero{display:flex;justify-content:space-between;align-items:center;gap:16px;background:linear-gradient(135deg,#0f172a,#2563eb);color:#fff;border-radius:24px;padding:26px;margin-bottom:18px;box-shadow:0 18px 45px rgba(15,23,42,.18)}
.tbp-customer-portal-hero span{display:inline-flex;border:1px solid rgba(255,255,255,.25);border-radius:999px;padding:5px 10px;color:#dbeafe;font-weight:700;font-size:12px}
.tbp-customer-portal-hero h2{margin:8px 0 4px;color:#fff;font-size:30px}
.tbp-customer-portal-hero p{margin:0;color:#dbeafe}
.tbp-customer-portal-grid{display:grid;grid-template-columns:360px 1fr;gap:18px}
.tbp-customer-profile-card,.tbp-customer-bookings-card{background:#fff;border:1px solid #e5e7eb;border-radius:22px;padding:20px;box-shadow:0 12px 35px rgba(15,23,42,.06)}
.tbp-customer-profile-card h3,.tbp-customer-bookings-card h3{margin-top:0}
.tbp-customer-profile-card label{display:block;font-weight:700;margin:0 0 12px}
.tbp-customer-profile-card input{width:100%;box-sizing:border-box;margin-top:6px;border:1px solid #cbd5e1;border-radius:12px;padding:11px 13px}
.tbp-customer-booking-item{border:1px solid #e5e7eb;border-radius:18px;padding:16px;margin:0 0 14px;background:#f8fafc}
.tbp-customer-booking-top{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-bottom:8px}
.tbp-customer-booking-top strong{font-size:17px}.tbp-customer-booking-top span{background:#dbeafe;color:#1d4ed8;border-radius:999px;padding:5px 9px;font-size:12px;font-weight:800}
.tbp-customer-route{font-weight:800;color:#0f172a;margin:0 0 10px}
.tbp-customer-booking-item dl{display:grid;grid-template-columns:140px 1fr;gap:7px 12px;margin:0}
.tbp-customer-booking-item dt{color:#64748b;font-weight:800}.tbp-customer-booking-item dd{margin:0;font-weight:700}
.tbp-customer-booking-actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap;margin-top:14px}.tbp-cancel-muted{color:#b45309;background:#fffbeb;border:1px solid #fde68a;padding:8px 10px;border-radius:10px}
.tbp-muted{color:#64748b}
@media(max-width:860px){.tbp-customer-portal-grid{grid-template-columns:1fr}.tbp-customer-portal-hero{align-items:flex-start;flex-direction:column}.tbp-customer-booking-item dl{grid-template-columns:1fr}.tbp-customer-booking-item dt{margin-top:4px}}


/* TaxiBookr customer portal v2.1.6 hard layout */
.tbp-customer-portal-modern{max-width:1180px;margin:32px auto;padding:0 16px;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#0f172a}
.tbp-customer-portal-modern *{box-sizing:border-box}
.tbp-customer-portal-hero{display:flex;justify-content:space-between;align-items:center;gap:18px;background:linear-gradient(135deg,#0f172a,#2563eb);color:#fff;border-radius:28px;padding:30px;margin-bottom:22px;box-shadow:0 20px 55px rgba(15,23,42,.22)}
.tbp-customer-portal-hero span{display:inline-flex;border:1px solid rgba(255,255,255,.25);border-radius:999px;padding:6px 11px;color:#dbeafe;font-weight:800;font-size:12px}
.tbp-customer-portal-hero h2{margin:10px 0 5px;color:#fff;font-size:34px;line-height:1.1}
.tbp-customer-portal-hero p{margin:0;color:#dbeafe}
.tbp-customer-portal-grid{display:grid;grid-template-columns:360px minmax(0,1fr);gap:22px;align-items:start}
.tbp-customer-profile-card,.tbp-customer-bookings-card{background:#fff;border:1px solid #e5e7eb;border-radius:24px;padding:22px;box-shadow:0 14px 38px rgba(15,23,42,.07)}
.tbp-customer-profile-card label{display:block;font-weight:800;color:#334155;margin:0 0 14px}
.tbp-customer-profile-card input{display:block;width:100%;box-sizing:border-box;margin-top:7px;border:1px solid #cbd5e1;border-radius:14px;padding:12px 14px;background:#fff;color:#0f172a}
.tbp-customer-booking-item{border:1px solid #e5e7eb;border-radius:20px;padding:18px;margin:0 0 14px;background:#f8fafc}
.tbp-customer-booking-top{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-bottom:10px}
.tbp-customer-booking-top span{background:#dbeafe;color:#1d4ed8;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:900}
.tbp-customer-booking-item dl{display:grid;grid-template-columns:150px 1fr;gap:8px 14px;margin:0}
.tbp-customer-booking-item dt{color:#64748b;font-weight:900;margin:0}
.tbp-customer-booking-item dd{margin:0;color:#0f172a;font-weight:700}
@media(max-width:900px){.tbp-customer-portal-grid{grid-template-columns:1fr}.tbp-customer-portal-hero{align-items:flex-start;flex-direction:column}.tbp-customer-booking-item dl{grid-template-columns:1fr}}
