/* VS Rent a Car Manager frontend */
.vsr-booking-widget,
.vsr-booking-widget *,
.vsr-fleet-section,
.vsr-fleet-section *,
.vsr-results-section,
.vsr-results-section * { box-sizing: border-box; }

.vsr-booking-widget,
.vsr-fleet-section,
.vsr-results-section {
  --blue:#2B82BD;
  --blue-dark:#1E70AA;
  --navy:#071F33;
  --text:#405669;
  --muted:#718392;
  --border:#DBE6EE;
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
}

/* Booking search - intentionally mirrors the homepage form design */
.vsr-booking-widget.explore-booking-wrap {
  position:relative;
  z-index:10;
  width:min(1240px,calc(100% - 48px));
  margin:-72px auto 0;
}
.vsr-booking-widget .explore-booking {
  width:100%; padding:23px; background:rgba(255,255,255,.98);
  border:1px solid rgba(7,31,51,.08); border-radius:15px;
  box-shadow:0 20px 55px rgba(7,31,51,.12);
}
.vsr-booking-widget .explore-booking__top { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:18px; }
#explore-booking.vsr-booking-widget .explore-booking__bottom { display:grid; grid-template-columns:1.05fr .72fr 1.05fr .72fr .9fr; gap:14px; margin-top:17px; align-items:end; }
.vsr-booking-widget .explore-field { min-width:0; }
.vsr-booking-widget .explore-field label { display:block; margin-bottom:7px; color:#526778; font-size:11px; font-weight:700; }
.vsr-booking-widget .explore-input-wrap { position:relative; }
.vsr-booking-widget .explore-input-icon { position:absolute; top:50%; left:15px; width:19px; height:19px; transform:translateY(-50%); color:var(--blue); pointer-events:none; }
.vsr-booking-widget .explore-field input,
.vsr-booking-widget .explore-field select {
  appearance:none; -webkit-appearance:none; width:100%; min-height:50px; padding:0 41px 0 44px;
  border:1px solid var(--border); border-radius:7px; background:#fff; color:#385064; outline:none;
  font-family:inherit; font-size:13px; transition:border-color .2s ease,box-shadow .2s ease;
}
.vsr-booking-widget .explore-field input:focus,
.vsr-booking-widget .explore-field select:focus { border-color:var(--blue); box-shadow:0 0 0 3px rgba(43,130,189,.09); }
.vsr-booking-widget .explore-select-wrap::after { content:""; position:absolute; top:50%; right:17px; width:7px; height:7px; border-right:1.5px solid #64798B; border-bottom:1.5px solid #64798B; transform:translateY(-70%) rotate(45deg); pointer-events:none; }
.vsr-booking-widget .explore-search-btn { width:100%; min-height:50px; display:flex; align-items:center; justify-content:center; gap:8px; border:0; border-radius:7px; background:var(--blue); color:#fff; cursor:pointer; font-family:inherit; font-size:13px; font-weight:750; transition:background-color .2s ease,transform .2s ease,box-shadow .2s ease; }
.vsr-booking-widget .explore-search-btn:hover { background:var(--blue-dark); transform:translateY(-1px); box-shadow:0 8px 22px rgba(43,130,189,.18); }
.vsr-booking-widget .explore-search-btn svg { width:17px; height:17px; }

/* Fleet */
.vsr-fleet-section { width:100%; padding:82px 0 90px; background:linear-gradient(180deg,#fff 0%,#F8FBFD 100%); }
.vsr-fleet-section .fleet-inner,.vsr-results-inner { width:min(1240px,calc(100% - 48px)); margin:0 auto; }
.vsr-fleet-section .fleet-header { max-width:760px; margin:0 auto 43px; text-align:center; }
.vsr-fleet-section .fleet-eyebrow { display:inline-flex; align-items:center; justify-content:center; gap:10px; margin:0 0 13px; color:var(--blue); font-size:12px; font-weight:800; letter-spacing:.18em; text-transform:uppercase; }
.vsr-fleet-section .fleet-eyebrow::before,.vsr-fleet-section .fleet-eyebrow::after { content:""; width:27px; height:2px; border-radius:999px; background:var(--blue); }
.vsr-fleet-section h2 { margin:0; color:var(--navy); font-size:clamp(34px,3.7vw,50px); line-height:1.08; font-weight:800; letter-spacing:-.035em; }
.vsr-fleet-section h2 span { color:var(--blue); }
.vsr-fleet-section .fleet-intro { max-width:620px; margin:16px auto 0; color:var(--text); font-size:16px; line-height:1.7; }
.fleet-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:22px; }
.fleet-card { position:relative; min-width:0; overflow:hidden; background:#fff; border:1px solid #E0E9EF; border-radius:16px; box-shadow:0 12px 35px rgba(10,45,69,.055); transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease; }
.fleet-card:hover { transform:translateY(-5px); border-color:rgba(43,130,189,.27); box-shadow:0 19px 45px rgba(10,45,69,.10); }
.fleet-card__media { position:relative; height:260px; display:flex; align-items:center; justify-content:center; overflow:hidden; padding:22px 20px 10px; background:radial-gradient(circle at 50% 90%,rgba(43,130,189,.13) 0%,rgba(43,130,189,.04) 40%,transparent 70%),#F7FAFC; }
.fleet-card__media::after { content:""; position:absolute; z-index:1; left:17%; right:17%; bottom:22px; height:13px; border-radius:50%; background:rgba(7,31,51,.12); filter:blur(9px); }
.fleet-card__media img { position:relative; z-index:2; width:100%; height:100%; display:block; object-fit:contain; transition:transform .3s ease; }
.fleet-card:hover .fleet-card__media img { transform:scale(1.035); }
.fleet-badge,.vsr-availability-badge,.vsr-fleet-count-badge,.vsr-unavailable-badge { position:absolute; z-index:5; top:15px; padding:7px 11px; background:rgba(255,255,255,.94); border:1px solid rgba(43,130,189,.13); border-radius:999px; color:var(--blue); font-size:10px; line-height:1; font-weight:800; letter-spacing:.09em; text-transform:uppercase; backdrop-filter:blur(8px); }
.fleet-badge { left:15px; }
.vsr-availability-badge { right:15px; color:#047857; border-color:#A7F3D0; background:#ECFDF5; letter-spacing:.03em; text-transform:none; }
.vsr-fleet-count-badge { right:15px; color:#1d4ed8; border-color:#bfdbfe; background:#eff6ff; letter-spacing:.02em; text-transform:none; }
.vsr-unavailable-badge { right:15px; color:#991b1b; border-color:#fecaca; background:#fef2f2; letter-spacing:.02em; text-transform:none; }
.fleet-card__content { padding:22px 21px 21px; }
.fleet-card__content h3 { margin:0; color:var(--navy); font-size:20px; line-height:1.25; font-weight:800; letter-spacing:-.015em; }
.fleet-card__subtitle { margin:5px 0 0; color:var(--muted); font-size:12px; line-height:1.45; }
.vsr-card-rate { margin:12px 0 -6px; color:var(--text); font-size:12px; }
.vsr-card-rate strong { color:var(--blue); font-size:18px; }
.fleet-specs { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:12px 10px; margin-top:20px; padding:17px 0; border-top:1px solid #EDF2F5; border-bottom:1px solid #EDF2F5; }
.fleet-spec { display:flex; align-items:center; gap:8px; min-width:0; color:#52687A; font-size:11px; font-weight:600; }
.fleet-spec__icon { width:21px; height:21px; flex:0 0 21px; display:block; object-fit:contain; }
.fleet-card__footer { margin-top:17px; }
.fleet-card__button { width:100%; min-height:47px; display:flex; align-items:center; justify-content:space-between; gap:10px; padding:0 16px; background:#F5FAFD; border:1px solid rgba(43,130,189,.20); border-radius:8px; color:var(--blue); text-decoration:none; font-size:12px; font-weight:750; transition:background-color .2s,border-color .2s,color .2s; }
.fleet-card__button svg { width:17px; height:17px; transition:transform .2s; }
.fleet-card__button:hover { background:var(--blue); border-color:var(--blue); color:#fff; }
.fleet-card__button:hover svg { transform:translateX(3px); }
.vsr-disabled-button{justify-content:center!important;cursor:not-allowed!important;background:#f1f5f9!important;border-color:#e2e8f0!important;color:#94a3b8!important;}
.vsr-card-no-units{opacity:.88;}
.fleet-all { display:flex; justify-content:center; margin-top:40px; }
.fleet-all__button { min-height:53px; display:inline-flex; align-items:center; justify-content:center; gap:10px; padding:0 27px; background:var(--blue); border:1px solid var(--blue); border-radius:7px; color:#fff; text-decoration:none; font-size:13px; font-weight:750; box-shadow:0 10px 26px rgba(43,130,189,.18); }
.fleet-all__button:hover { background:var(--blue-dark); color:#fff; transform:translateY(-2px); }
.fleet-all__button svg { width:18px; height:18px; }
.vsr-image-placeholder { position:relative; z-index:2; color:var(--muted); font-size:12px; }
.vsr-empty-front { grid-column:1/-1; text-align:center; color:var(--muted); }

/* Results */
.vsr-results-section { width:100%; padding:68px 0 86px; background:#F8FBFD; color:var(--text); }
.vsr-results-top { display:flex; justify-content:space-between; gap:30px; align-items:flex-end; margin-bottom:28px; }
.vsr-results-eyebrow { margin:0 0 8px; color:var(--blue); text-transform:uppercase; font-size:11px; font-weight:800; letter-spacing:.16em; }
.vsr-results-top h2 { margin:0; color:var(--navy); font-size:clamp(32px,4vw,48px); line-height:1.08; }
.vsr-results-top p:not(.vsr-results-eyebrow) { margin:10px 0 0; color:var(--muted); }
.vsr-search-summary-line{display:flex;flex-wrap:wrap;align-items:center;gap:7px 10px;font-size:12px}.vsr-search-summary-line strong{color:var(--navy)}.vsr-summary-arrow{color:var(--blue);font-weight:900}
.vsr-change-search { display:inline-flex; min-height:44px; align-items:center; padding:0 18px; border:1px solid rgba(43,130,189,.23); border-radius:8px; color:var(--blue); text-decoration:none; background:#fff; font-weight:750; font-size:12px; }
.vsr-results-search { margin:0 0 36px; }
.vsr-results-search .vsr-booking-widget.explore-booking-wrap { width:100%; margin:0; }
.vsr-results-search .vsr-booking-widget .explore-booking { box-shadow:0 12px 35px rgba(7,31,51,.07); }
.vsr-results-grid { margin-top:0; }
.vsr-no-results { grid-column:1/-1; padding:36px; border:1px solid var(--border); border-radius:16px; background:#fff; text-align:center; color:var(--text); }
.vsr-no-results strong { color:var(--navy); font-size:20px; }
.vsr-booking-request { margin-top:44px; padding:34px; background:#fff; border:1px solid #DDE8EF; border-radius:18px; box-shadow:0 16px 46px rgba(7,31,51,.07); }
.vsr-booking-request-head { margin-bottom:26px; }
.vsr-booking-request-head p { margin:0 0 7px; color:var(--blue); text-transform:uppercase; letter-spacing:.15em; font-size:10px; font-weight:800; }
.vsr-booking-request-head h2 { margin:0; color:var(--navy); font-size:30px; }
.vsr-booking-request-head span { display:block; margin-top:8px; color:var(--muted); font-size:12px; }
.vsr-booking-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:0 0 24px}.vsr-booking-summary>div{padding:14px 15px;border:1px solid #dbe7ef;border-radius:10px;background:#f8fbfd}.vsr-booking-summary span,.vsr-booking-summary strong,.vsr-booking-summary small{display:block}.vsr-booking-summary span{color:var(--blue);font-size:9px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.vsr-booking-summary strong{margin-top:5px;color:var(--navy);font-size:13px}.vsr-booking-summary small{margin-top:3px;color:var(--muted);font-size:11px}
.vsr-front-form-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:16px; }
.vsr-booking-request label { display:block; color:var(--navy); font-size:11px; font-weight:700; margin-bottom:14px; }
.vsr-booking-request input,.vsr-booking-request textarea { width:100%; margin-top:6px; padding:0 13px; min-height:48px; border:1px solid var(--border); border-radius:8px; background:#fff; color:var(--text); font-family:inherit; font-size:13px; outline:none; }
.vsr-booking-request textarea { padding:12px 13px; min-height:100px; resize:vertical; }
.vsr-booking-request input:focus,.vsr-booking-request textarea:focus { border-color:var(--blue); box-shadow:0 0 0 3px rgba(43,130,189,.09); }
.vsr-submit-booking { min-height:52px; display:inline-flex; align-items:center; justify-content:center; gap:9px; padding:0 24px; border:0; border-radius:8px; background:var(--blue); color:#fff; cursor:pointer; font-family:inherit; font-size:12px; font-weight:800; }
.vsr-submit-booking:hover { background:var(--blue-dark); }
.vsr-submit-booking svg { width:17px; height:17px; }
.vsr-front-notice { margin-bottom:26px; padding:15px 17px; border-radius:10px; font-size:13px; }
.vsr-front-success { background:#ECFDF5; border:1px solid #A7F3D0; color:#065F46; }
.vsr-front-error { background:#FEF2F2; border:1px solid #FECACA; color:#991B1B; }

@media (max-width:1000px){
  #explore-booking.vsr-booking-widget .explore-booking__bottom{grid-template-columns:repeat(2,minmax(0,1fr));}
  .vsr-booking-widget .explore-search-btn{grid-column:1/-1;}
  .fleet-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media (max-width:700px){
  .vsr-booking-widget.explore-booking-wrap{width:calc(100% - 18px);margin-top:-78px;}
  .vsr-results-search .vsr-booking-widget.explore-booking-wrap{width:100%;margin:0;}
  .vsr-booking-widget .explore-booking{padding:15px;border-radius:11px;}
  .vsr-booking-widget .explore-booking__top,#explore-booking.vsr-booking-widget .explore-booking__bottom{grid-template-columns:1fr;gap:11px;}
  .vsr-booking-widget .explore-search-btn{grid-column:auto;}
  #explore-booking.vsr-booking-widget .explore-booking__bottom{margin-top:11px;}
  .vsr-booking-widget .explore-field label{margin-bottom:5px;font-size:10px;}
  .vsr-booking-widget .explore-field input,.vsr-booking-widget .explore-field select,.vsr-booking-widget .explore-search-btn{min-height:47px;}
  .vsr-fleet-section{padding:54px 0 59px;}
  .vsr-fleet-section .fleet-inner,.vsr-results-inner{width:calc(100% - 28px);}
  .vsr-fleet-section .fleet-header{margin-bottom:30px;}
  .vsr-fleet-section h2{font-size:33px;}
  .vsr-fleet-section .fleet-intro{font-size:14px;}
  .fleet-grid{grid-template-columns:1fr;gap:16px;}
  .fleet-card__media{height:225px;padding:20px 16px 8px;}
  .fleet-card__content{padding:18px;}
  .fleet-all{margin-top:28px;}.fleet-all__button{width:100%;}
  .vsr-results-section{padding:48px 0 60px;}
  .vsr-results-top{display:block;}.vsr-change-search{margin-top:18px;}
  .vsr-front-form-grid{grid-template-columns:1fr;gap:0;}
  .vsr-booking-summary{grid-template-columns:1fr;}
  .vsr-booking-request{padding:22px;border-radius:14px;}
}

/* v0.3 catalogue + single car pages */
.vsr-card-image-link,.fleet-card__content h3 a{color:inherit;text-decoration:none}.vsr-catalogue-section{padding:72px 0 84px;background:linear-gradient(180deg,#fff 0%,#f8fbfd 100%)}.vsr-catalogue-header{max-width:760px;margin:0 auto 38px;text-align:center}.vsr-catalogue-header .fleet-eyebrow{display:inline-flex;align-items:center;gap:9px;margin:0 0 10px;color:#2B82BD;font-size:11px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.vsr-catalogue-header h1{margin:0;color:#071F33;font-size:clamp(36px,4vw,52px);line-height:1.06;letter-spacing:-.04em}.vsr-catalogue-header h1 span{color:#2B82BD}.vsr-catalogue-header p{max-width:620px;margin:15px auto 0;color:#405669;font-size:15px;line-height:1.7}.vsr-search-context{display:flex;align-items:center;justify-content:center;gap:14px;flex-wrap:wrap;margin:-10px auto 28px;padding:11px 14px;width:fit-content;max-width:100%;border:1px solid #dbe6ee;border-radius:999px;background:#fff;color:#718392;font-size:11px}.vsr-search-context strong{color:#071F33}.vsr-search-context a{color:#2B82BD;font-weight:800;text-decoration:none}.vsr-results-inner{width:min(1240px,calc(100% - 48px));margin:0 auto}

.vsr-single-car,.vsr-single-car *{box-sizing:border-box}.vsr-single-car{--blue:#2B82BD;--blue-dark:#1E70AA;--navy:#071F33;--text:#405669;--muted:#718392;--border:#DBE6EE;background:#f8fbfd;padding:34px 0 80px;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif}.vsr-single-inner{width:min(1240px,calc(100% - 48px));margin:0 auto}.vsr-breadcrumb{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:22px;color:#8b9aa6;font-size:11px}.vsr-breadcrumb a{color:#5f7484;text-decoration:none}.vsr-breadcrumb strong{color:#405669}.vsr-single-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(330px,410px);gap:30px;align-items:start}.vsr-single-main{min-width:0}.vsr-single-gallery,.vsr-single-header,.vsr-single-section,.vsr-single-help{background:#fff;border:1px solid var(--border);border-radius:16px;box-shadow:0 10px 32px rgba(7,31,51,.045)}.vsr-single-gallery{padding:18px}.vsr-single-main-image{position:relative;min-height:440px;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:12px;background:radial-gradient(circle at 50% 88%,rgba(43,130,189,.13),transparent 50%),#f7fafc}.vsr-single-main-image>img{display:block;width:100%;height:440px;object-fit:contain}.vsr-single-badge{position:absolute;left:16px;top:16px;padding:7px 11px;border:1px solid rgba(43,130,189,.13);border-radius:999px;background:rgba(255,255,255,.94);color:var(--blue);font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.vsr-single-thumbs{display:flex;gap:9px;overflow:auto;margin-top:12px;padding-bottom:2px}.vsr-thumb{width:78px;height:62px;flex:0 0 78px;padding:4px;border:1px solid #dbe6ee;border-radius:9px;background:#fff;cursor:pointer}.vsr-thumb.is-active{border-color:var(--blue);box-shadow:0 0 0 2px rgba(43,130,189,.08)}.vsr-thumb img{width:100%;height:100%;object-fit:cover;border-radius:6px}.vsr-single-header{margin-top:18px;padding:26px}.vsr-single-header>p{margin:0 0 8px;color:var(--blue);font-size:10px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.vsr-single-header h1{margin:0;color:var(--navy);font-size:clamp(34px,4vw,50px);line-height:1.05;letter-spacing:-.04em}.vsr-single-subtitle{margin-top:11px;color:var(--text);font-size:15px}.vsr-single-rate{display:flex;align-items:baseline;gap:7px;margin-top:17px}.vsr-single-rate strong{color:var(--blue);font-size:25px}.vsr-single-rate span{color:var(--muted);font-size:11px}.vsr-single-section{margin-top:18px;padding:25px}.vsr-single-section h2{margin:0 0 18px;color:var(--navy);font-size:21px;letter-spacing:-.02em}.vsr-single-spec-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.vsr-single-spec{display:flex;align-items:center;gap:9px;padding:12px;border:1px solid #edf2f5;border-radius:10px;background:#fbfdff}.vsr-single-spec img{width:25px;height:25px;object-fit:contain}.vsr-spec-dot{width:25px;height:25px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#eaf5fc;color:var(--blue);font-weight:900}.vsr-single-spec small,.vsr-single-spec strong{display:block}.vsr-single-spec small{color:var(--muted);font-size:9px}.vsr-single-spec strong{margin-top:3px;color:var(--navy);font-size:11px}.vsr-single-description{color:var(--text);font-size:14px;line-height:1.75}.vsr-single-description p:last-child{margin-bottom:0}.vsr-feature-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}.vsr-feature-list span{position:relative;padding:10px 10px 10px 31px;border:1px solid #edf2f5;border-radius:9px;color:var(--text);font-size:11px}.vsr-feature-list span:before{content:"✓";position:absolute;left:11px;color:var(--blue);font-weight:900}.vsr-rental-details{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 22px}.vsr-rental-details>div{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 0;border-bottom:1px solid #edf2f5}.vsr-rental-details span{color:var(--muted);font-size:11px}.vsr-rental-details strong{color:var(--navy);font-size:11px;text-align:right}.vsr-single-sidebar{position:sticky;top:30px}.vsr-single-sidebar .vsr-booking-request{margin:0;padding:22px;border-radius:16px}.vsr-single-sidebar .vsr-booking-request-head h2{font-size:24px}.vsr-single-sidebar .vsr-front-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.vsr-booking-request select{width:100%;margin-top:6px;padding:0 13px;min-height:48px;border:1px solid var(--border);border-radius:8px;background:#fff;color:var(--text);font-family:inherit;font-size:13px;outline:none}.vsr-single-sidebar .vsr-front-form-grid label{margin-bottom:2px}.vsr-single-sidebar .vsr-submit-booking{width:100%;margin-top:4px}.vsr-single-help{margin-top:14px;padding:18px}.vsr-single-help strong,.vsr-single-help span,.vsr-single-help a{display:block}.vsr-single-help strong{color:var(--navy);font-size:13px}.vsr-single-help span{margin-top:5px;color:var(--muted);font-size:11px;line-height:1.5}.vsr-single-help a{margin-top:10px;color:var(--blue);font-size:13px;font-weight:800;text-decoration:none}
@media(max-width:1050px){.vsr-single-grid{grid-template-columns:1fr}.vsr-single-sidebar{position:static}.vsr-single-spec-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:700px){.vsr-catalogue-section{padding:50px 0 60px}.vsr-results-inner,.vsr-single-inner{width:calc(100% - 28px)}.vsr-catalogue-header{margin-bottom:26px}.vsr-catalogue-header h1{font-size:34px}.vsr-search-context{border-radius:12px;text-align:center}.vsr-single-car{padding:22px 0 58px}.vsr-single-gallery{padding:10px;border-radius:13px}.vsr-single-main-image,.vsr-single-main-image>img{min-height:260px;height:280px}.vsr-single-header,.vsr-single-section{padding:19px;border-radius:13px}.vsr-single-header h1{font-size:34px}.vsr-single-spec-grid,.vsr-feature-list,.vsr-rental-details{grid-template-columns:1fr}.vsr-single-sidebar .vsr-front-form-grid{grid-template-columns:1fr}.vsr-single-sidebar .vsr-booking-request{padding:18px}.vsr-thumb{width:68px;height:55px;flex-basis:68px}}

/* v0.4 exact-vehicle catalogue + flexible availability matching */
.vsr-smart-search-context{border-radius:14px;padding:13px 16px;gap:22px}.vsr-smart-search-context>div{display:grid;gap:2px}.vsr-smart-search-context small{color:#8a9aa6;font-size:9px;text-transform:uppercase;letter-spacing:.08em}.vsr-smart-search-context strong{font-size:11px}.vsr-result-group-head{margin:34px 0 18px}.vsr-result-group-head span{display:block;color:#2B82BD;font-size:10px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.vsr-result-group-head h2{margin:5px 0 0;color:#071F33;font-size:25px;letter-spacing:-.025em}.vsr-result-group-head p{max-width:650px;margin:8px 0 0;color:#718392;font-size:12px;line-height:1.6}.vsr-result-group-head-alt{margin-top:48px}.vsr-card-availability{margin:15px 0 2px;padding:10px 11px;border-radius:9px;font-size:10px;line-height:1.45}.vsr-card-availability strong,.vsr-card-availability span{display:block}.vsr-card-availability strong{font-size:10px}.vsr-card-availability span{margin-top:3px}.vsr-card-availability.is-exact{background:#ecfdf5;border:1px solid #bbf7d0;color:#047857}.vsr-card-availability.is-partial{background:#fff8e8;border:1px solid #f3dfae;color:#8a5a00}.vsr-match-partial{border-color:#ecd9a0}.vsr-booking-adjusted,.vsr-public-availability{margin:14px 0 17px;padding:12px 13px;border-radius:9px;font-size:11px;line-height:1.55}.vsr-booking-adjusted{background:#fff8e8;border:1px solid #f3dfae;color:#7c5607}.vsr-booking-adjusted strong,.vsr-booking-adjusted span,.vsr-public-availability strong,.vsr-public-availability span{display:block}.vsr-booking-adjusted span{margin-top:4px}.vsr-public-availability{background:#f5fafd;border:1px solid #dbe6ee;color:#405669}.vsr-public-availability>strong{color:#071F33;margin-bottom:6px}.vsr-public-availability>span{padding:5px 0;border-top:1px solid #e8eff4}.vsr-public-availability>span:first-of-type{border-top:0}.vsr-single-availability-panel{margin-bottom:14px;padding:18px;background:#fff;border:1px solid #dbe6ee;border-radius:16px;box-shadow:0 10px 32px rgba(7,31,51,.045)}.vsr-single-availability-panel>strong,.vsr-single-availability-panel>span{display:block}.vsr-single-availability-panel>strong{color:#071F33;font-size:13px}.vsr-single-availability-panel>span{margin-top:4px;color:#718392;font-size:10px}.vsr-single-availability-panel>div{margin-top:10px;padding:9px 10px;border-radius:8px;background:#f5fafd;color:#405669;font-size:10px;font-weight:700}.vsr-single-availability-panel small{display:block;margin-top:3px;color:#8293a0;font-weight:500}
@media(max-width:700px){.vsr-smart-search-context{display:grid;width:100%;gap:10px;text-align:left}.vsr-result-group-head{margin-top:28px}.vsr-result-group-head-alt{margin-top:38px}.vsr-result-group-head h2{font-size:21px}}
.vsr-card-availability.is-window{background:#eef7fc;border:1px solid #cfe8f6;color:#1e70aa}.vsr-card-availability.is-unavailable{background:#f8fafc;border:1px solid #e2e8f0;color:#64748b}

/* ==========================================================
   v0.5 — Official rental-engine results & booking builder
   ========================================================== */
.vsr-official-results {
  --blue:#2B82BD;
  --blue-dark:#1E70AA;
  --navy:#071F33;
  --text:#405669;
  --muted:#718392;
  --line:#DDE7EE;
  --soft:#F4F8FB;
  padding:58px 0 86px;
}
.vsr-catalogue-header{max-width:760px;margin:0 0 28px}
.vsr-catalogue-header .fleet-eyebrow{margin:0 0 9px;color:var(--blue);font-size:11px;font-weight:850;letter-spacing:.17em;text-transform:uppercase}
.vsr-catalogue-header h1{margin:0;color:var(--navy);font-size:clamp(34px,4vw,50px);line-height:1.06;font-weight:850;letter-spacing:-.035em}
.vsr-catalogue-header h1 span{color:var(--blue)}
.vsr-catalogue-header>p:last-child{max-width:660px;margin:14px 0 0;color:var(--text);font-size:15px;line-height:1.65}

.vsr-smart-search-context{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(180px,.55fr) auto;align-items:center;gap:20px;margin:0 0 18px;padding:15px 18px;background:#fff;border:1px solid var(--line);border-radius:12px;box-shadow:0 6px 20px rgba(7,31,51,.045)}
.vsr-smart-search-context>div{display:flex;flex-direction:column;gap:3px;min-width:0}
.vsr-smart-search-context small{color:var(--muted);font-size:10px;font-weight:750;letter-spacing:.07em;text-transform:uppercase}
.vsr-smart-search-context strong{color:var(--navy);font-size:13px;line-height:1.4}
.vsr-smart-search-context>a{display:inline-flex;align-items:center;justify-content:center;min-height:39px;padding:0 15px;border-radius:7px;background:#EEF7FC;color:var(--blue);font-size:11px;font-weight:800;text-decoration:none}

.vsr-offer-filters{display:grid;grid-template-columns:repeat(6,minmax(0,1fr)) auto auto;align-items:end;gap:10px;margin:0 0 30px;padding:15px;background:#fff;border:1px solid var(--line);border-radius:12px;box-shadow:0 8px 24px rgba(7,31,51,.04)}
.vsr-offer-filters>div{min-width:0}
.vsr-offer-filters label{display:block;margin:0 0 5px;color:#617586;font-size:9px;font-weight:800;letter-spacing:.07em;text-transform:uppercase}
.vsr-offer-filters select{width:100%;min-height:42px;padding:0 30px 0 11px;border:1px solid #D7E3EA;border-radius:7px;background:#fff;color:#324B5E;font:650 11px/1.2 inherit;outline:none}
.vsr-offer-filters select:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(43,130,189,.08)}
.vsr-offer-filters>button{min-height:42px;padding:0 15px;border:0;border-radius:7px;background:var(--navy);color:#fff;font:800 10px/1 inherit;letter-spacing:.045em;cursor:pointer}
.vsr-filter-reset{min-height:42px;display:inline-flex;align-items:center;justify-content:center;padding:0 11px;color:var(--muted);font-size:10px;font-weight:750;text-decoration:none}

.vsr-offer-list{display:flex;flex-direction:column;gap:15px}
.vsr-result-group-head{margin:12px 0 2px;padding:0 2px}
.vsr-result-group-head>span{display:block;margin-bottom:4px;color:#047857;font-size:9px;font-weight:850;letter-spacing:.1em;text-transform:uppercase}
.vsr-result-group-head h2{margin:0;color:var(--navy);font-size:20px;line-height:1.25;letter-spacing:-.01em}
.vsr-result-group-head p{margin:6px 0 0;color:var(--muted);font-size:12px}
.vsr-result-group-head-alt{margin-top:24px;padding-top:20px;border-top:1px solid var(--line)}
.vsr-result-group-head-alt>span{color:#B45309}

.vsr-offer-card{display:grid;grid-template-columns:280px minmax(0,1fr) 205px;min-height:235px;overflow:hidden;background:#fff;border:1px solid #DCE6ED;border-radius:14px;box-shadow:0 9px 28px rgba(7,31,51,.055);transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}
.vsr-offer-card:hover{border-color:rgba(43,130,189,.34);box-shadow:0 15px 36px rgba(7,31,51,.09);transform:translateY(-1px)}
.vsr-offer-media{position:relative;display:flex;align-items:center;justify-content:center;min-width:0;padding:24px 20px;background:radial-gradient(circle at 50% 85%,rgba(43,130,189,.12),rgba(43,130,189,.025) 45%,transparent 72%),#F7FAFC;text-decoration:none}
.vsr-offer-media img{width:100%;height:100%;max-height:190px;display:block;object-fit:contain;transition:transform .25s ease}
.vsr-offer-card:hover .vsr-offer-media img{transform:scale(1.025)}
.vsr-offer-badge{position:absolute;top:13px;left:13px;display:inline-flex;align-items:center;min-height:25px;padding:0 9px;border:1px solid rgba(43,130,189,.18);border-radius:999px;background:rgba(255,255,255,.95);color:var(--blue);font-size:8.5px;font-weight:850;letter-spacing:.075em;text-transform:uppercase}
.vsr-offer-main{min-width:0;padding:22px 24px}
.vsr-offer-titleline{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}
.vsr-offer-titleline>div{min-width:0}
.vsr-offer-titleline small{display:block;margin-bottom:3px;color:var(--blue);font-size:9px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.vsr-offer-titleline h2{margin:0!important;font-size:22px!important;line-height:1.15!important;letter-spacing:-.025em!important}
.vsr-offer-titleline h2 a{color:var(--navy)!important;text-decoration:none!important}
.vsr-offer-titleline p{margin:5px 0 0;color:var(--muted);font-size:11px;line-height:1.45}
.vsr-offer-status{flex:0 0 auto;display:inline-flex;align-items:center;min-height:26px;padding:0 9px;border-radius:999px;font-size:9px;font-weight:800;white-space:nowrap}
.vsr-offer-status.is-exact{background:#ECFDF5;border:1px solid #BBF7D0;color:#047857}
.vsr-offer-status.is-partial{background:#FFF7ED;border:1px solid #FED7AA;color:#B45309}
.vsr-offer-specs{display:flex;flex-wrap:wrap;gap:8px 16px;margin:17px 0 0;padding:14px 0;border-top:1px solid #ECF1F4;border-bottom:1px solid #ECF1F4}
.vsr-offer-specs>span{display:inline-flex;align-items:center;gap:5px;color:#526A7C;font-size:10px;font-weight:650;white-space:nowrap}
.vsr-offer-specs svg{width:16px;height:16px;color:var(--blue);flex:0 0 16px}
.vsr-offer-specs strong{color:var(--navy);font-weight:800}
.vsr-offer-inclusions{display:flex;flex-wrap:wrap;gap:5px 15px;margin-top:13px;color:#405E4F;font-size:9.5px;font-weight:650}
.vsr-offer-inclusions span::first-letter{color:#059669}
.vsr-offer-availability{margin-top:12px;padding:9px 11px;border-radius:7px;background:#F0FDF4;border:1px solid #DCFCE7}
.vsr-offer-availability strong,.vsr-offer-availability span{display:block}
.vsr-offer-availability strong{color:#047857;font-size:9.5px}
.vsr-offer-availability span{margin-top:2px;color:#47685A;font-size:9.5px;line-height:1.4}
.vsr-offer-availability.is-alt{background:#FFF8EE;border-color:#FFEDD5}
.vsr-offer-availability.is-alt strong{color:#B45309}
.vsr-offer-availability.is-alt span{color:#8A5A25}

.vsr-offer-price{display:flex;flex-direction:column;align-items:flex-end;justify-content:center;padding:22px 20px;border-left:1px solid #E5EDF2;background:#FBFDFE;text-align:right}
.vsr-price-label{color:var(--muted);font-size:9px;font-weight:750;text-transform:uppercase;letter-spacing:.06em}
.vsr-offer-price .vsr-price-total{display:flex;align-items:baseline;justify-content:flex-end;gap:5px;margin:5px 0 1px}
.vsr-offer-price .vsr-price-total strong{color:var(--navy);font-size:29px;line-height:1;font-weight:900;letter-spacing:-.04em}
.vsr-offer-price .vsr-price-total span{color:var(--navy);font-size:11px;font-weight:850}
.vsr-offer-price>small{color:var(--muted);font-size:9px}
.vsr-price-on-request{margin:7px 0 4px;color:var(--navy);font-size:17px;font-weight:850}
.vsr-select-car{width:100%;min-height:45px;display:flex;align-items:center;justify-content:center;gap:8px;margin-top:19px;padding:0 14px;border-radius:7px;background:var(--blue);color:#fff!important;text-decoration:none!important;font-size:10px;font-weight:850;letter-spacing:.055em;box-shadow:0 8px 18px rgba(43,130,189,.18);transition:background .2s ease,transform .2s ease}
.vsr-select-car:hover{background:var(--blue-dark);transform:translateY(-1px)}
.vsr-select-car svg{width:15px;height:15px}
.vsr-offer-details{margin-top:9px;color:var(--blue)!important;font-size:9.5px;font-weight:750;text-decoration:none!important}

/* Single-page booking builder */
.vsr-booking-engine{padding:0!important;overflow:hidden;background:#fff;border:1px solid #DCE6ED!important;border-radius:15px!important;box-shadow:0 14px 38px rgba(7,31,51,.08)!important}
.vsr-booking-engine .vsr-booking-request-head{padding:22px 22px 18px;background:linear-gradient(180deg,#F8FCFE,#fff);border-bottom:1px solid #E8EFF3}
.vsr-booking-engine .vsr-booking-request-head p{margin:0 0 5px;color:var(--blue);font-size:9px;font-weight:850;letter-spacing:.12em;text-transform:uppercase}
.vsr-booking-engine .vsr-booking-request-head h2{margin:0;color:var(--navy);font-size:24px;line-height:1.15;letter-spacing:-.025em}
.vsr-booking-engine .vsr-booking-request-head span{display:block;margin-top:7px;color:var(--muted);font-size:11px;line-height:1.5}
.vsr-booking-adjusted,.vsr-public-availability{margin:16px 18px 0;padding:12px 13px;border:1px solid #FED7AA;border-radius:9px;background:#FFF8EE;color:#7C4A17;font-size:10px;line-height:1.45}
.vsr-booking-adjusted strong,.vsr-booking-adjusted span,.vsr-public-availability strong,.vsr-public-availability span{display:block}
.vsr-booking-adjusted span+span,.vsr-public-availability span{margin-top:4px}
.vsr-public-availability{border-color:#BFDBFE;background:#EFF6FF;color:#315B84}
.vsr-smart-booking-form{padding:18px}
.vsr-book-step{margin:0 0 15px;padding:16px;border:1px solid #E2EBF1;border-radius:11px;background:#FBFDFE}
.vsr-book-step-title{display:flex;align-items:center;gap:10px;margin-bottom:13px}
.vsr-book-step-title>span{width:27px;height:27px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 27px;border-radius:50%;background:#E8F5FC;color:var(--blue);font-size:10px;font-weight:900}
.vsr-book-step-title strong,.vsr-book-step-title small{display:block}
.vsr-book-step-title strong{color:var(--navy);font-size:12px}
.vsr-book-step-title small{margin-top:2px;color:var(--muted);font-size:9.5px;font-weight:500}
.vsr-smart-booking-form .vsr-front-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-bottom:10px}
.vsr-smart-booking-form .vsr-front-form-grid:last-child{margin-bottom:0}
.vsr-smart-booking-form label{display:block;color:#526778;font-size:9.5px;font-weight:750}
.vsr-smart-booking-form input,.vsr-smart-booking-form select,.vsr-smart-booking-form textarea{width:100%;margin-top:5px;border:1px solid #D6E2E9;border-radius:7px;background:#fff;color:#334D60;font:600 11px/1.3 inherit;outline:none;box-shadow:none}
.vsr-smart-booking-form input,.vsr-smart-booking-form select{min-height:42px;padding:0 10px}
.vsr-smart-booking-form textarea{padding:10px;resize:vertical}
.vsr-smart-booking-form input:focus,.vsr-smart-booking-form select:focus,.vsr-smart-booking-form textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(43,130,189,.08)}
.vsr-extra-grid{display:grid;grid-template-columns:1fr;gap:8px}
.vsr-extra-card{display:grid!important;grid-template-columns:minmax(0,1fr) 76px;align-items:center;gap:12px;margin:0!important;padding:11px 12px;border:1px solid #DDE7ED;border-radius:9px;background:#fff;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease}
.vsr-extra-card.is-selected{border-color:rgba(43,130,189,.45);background:#F3FAFE;box-shadow:0 0 0 2px rgba(43,130,189,.06)}
.vsr-extra-copy strong,.vsr-extra-copy span,.vsr-extra-copy small{display:block}
.vsr-extra-copy strong{color:var(--navy);font-size:11px}
.vsr-extra-copy span{margin-top:2px;color:var(--muted);font-size:9px;line-height:1.35;font-weight:500}
.vsr-extra-copy small{margin-top:5px;color:var(--blue);font-size:9px;font-weight:800}
.vsr-extra-card select{margin:0!important;min-height:37px!important}
.vsr-live-price{margin:17px 0 12px;padding:14px 15px;border:1px solid #D6E5ED;border-radius:11px;background:#F6FAFC}
.vsr-live-price>div{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:6px 0;color:#566D7E;font-size:10px}
.vsr-live-price>div+div{border-top:1px solid #E6EDF1}
.vsr-live-price em{font-style:normal;color:var(--muted);font-size:9px}
.vsr-live-price strong{color:var(--navy);font-size:11px}
.vsr-live-price .vsr-live-total{margin-top:3px;padding-top:10px}
.vsr-live-price .vsr-live-total span{color:var(--navy);font-size:11px;font-weight:850}
.vsr-live-price .vsr-live-total strong{color:var(--blue);font-size:20px;font-weight:900;letter-spacing:-.025em}
.vsr-live-price>small{display:block;margin-top:7px;padding-top:8px;border-top:1px solid #E6EDF1;color:var(--muted);font-size:8.5px;line-height:1.45}
.vsr-submit-booking{width:100%;min-height:48px;display:flex;align-items:center;justify-content:center;gap:9px;border:0;border-radius:8px;background:var(--blue);color:#fff;cursor:pointer;font:850 10px/1 inherit;letter-spacing:.055em;box-shadow:0 9px 22px rgba(43,130,189,.20)}
.vsr-submit-booking:hover{background:var(--blue-dark)}
.vsr-submit-booking svg{width:16px;height:16px}

@media(max-width:1050px){
  .vsr-offer-filters{grid-template-columns:repeat(3,minmax(0,1fr))}
  .vsr-offer-card{grid-template-columns:235px minmax(0,1fr) 185px}
  .vsr-offer-main{padding:20px 18px}
}
@media(max-width:820px){
  .vsr-smart-search-context{grid-template-columns:1fr 1fr}.vsr-smart-search-context>a{grid-column:1/-1}
  .vsr-offer-card{grid-template-columns:220px minmax(0,1fr)}
  .vsr-offer-price{grid-column:1/-1;flex-direction:row;align-items:center;justify-content:flex-end;gap:10px;border-left:0;border-top:1px solid #E5EDF2;text-align:right}
  .vsr-offer-price .vsr-select-car{width:auto;min-width:150px;margin:0 0 0 10px}
  .vsr-offer-details{display:none}
}
@media(max-width:650px){
  .vsr-official-results{padding:42px 0 58px}.vsr-official-results .vsr-results-inner{width:calc(100% - 24px)}
  .vsr-catalogue-header h1{font-size:33px}
  .vsr-smart-search-context{grid-template-columns:1fr;gap:10px;padding:13px}.vsr-smart-search-context>a{grid-column:auto}
  .vsr-offer-filters{grid-template-columns:1fr 1fr;padding:12px}.vsr-offer-filters>button,.vsr-filter-reset{grid-column:span 1}.vsr-offer-filters>button{font-size:9px}
  .vsr-offer-card{grid-template-columns:1fr;border-radius:12px}.vsr-offer-media{min-height:210px;padding:25px 20px 15px}.vsr-offer-media img{max-height:185px}
  .vsr-offer-main{padding:17px}.vsr-offer-titleline{gap:8px}.vsr-offer-titleline h2{font-size:20px!important}.vsr-offer-status{font-size:8px}
  .vsr-offer-specs{gap:8px 12px}.vsr-offer-inclusions{display:grid;grid-template-columns:1fr}
  .vsr-offer-price{grid-column:auto;display:grid;grid-template-columns:1fr auto;align-items:center;padding:15px 17px;text-align:left}.vsr-offer-price .vsr-price-label,.vsr-offer-price>small{grid-column:1}.vsr-offer-price .vsr-price-total,.vsr-price-on-request{grid-column:1;justify-content:flex-start}.vsr-offer-price .vsr-select-car{grid-column:2;grid-row:1/4;min-width:125px;margin:0}.vsr-offer-details{display:none}
  .vsr-smart-booking-form{padding:14px}.vsr-book-step{padding:13px}.vsr-smart-booking-form .vsr-front-form-grid{grid-template-columns:1fr 1fr}.vsr-extra-card{grid-template-columns:minmax(0,1fr) 70px}
}
@media(max-width:430px){
  .vsr-offer-filters{grid-template-columns:1fr}.vsr-offer-filters>button,.vsr-filter-reset{grid-column:auto}
  .vsr-offer-price{grid-template-columns:1fr}.vsr-offer-price .vsr-select-car{grid-column:1;grid-row:auto;width:100%;margin-top:8px}.vsr-offer-price .vsr-price-label,.vsr-offer-price>small,.vsr-offer-price .vsr-price-total,.vsr-price-on-request{grid-column:1}
  .vsr-smart-booking-form .vsr-front-form-grid{grid-template-columns:1fr}.vsr-extra-card{grid-template-columns:1fr}.vsr-extra-card select{width:100%}
}

/* ==========================================================
   v0.6 — Customer area, saved cars and mobile rental nav
   ========================================================== */
.vsr-booking-journey,.vsr-booking-journey *,.vsr-customer-page,.vsr-customer-page *,.vsr-global-mobile-nav,.vsr-global-mobile-nav *{box-sizing:border-box}

/* Clear step-by-step booking journey inspired by enterprise rental flows. */
.vsr-booking-journey{width:100%;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;margin:22px 0 28px;padding:0;border:1px solid #DDE8EE;border-radius:12px;background:#fff;box-shadow:0 8px 24px rgba(7,31,51,.045);overflow:hidden}
.vsr-journey-step{position:relative;display:flex;align-items:center;gap:10px;min-width:0;padding:13px 15px;border-right:1px solid #E4EDF2;background:#fff}
.vsr-journey-step:last-child{border-right:0}
.vsr-journey-step>span{width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 28px;border:1px solid #D4E2EA;border-radius:50%;background:#F8FBFD;color:#8194A2;font-size:10px;font-weight:900}
.vsr-journey-step strong,.vsr-journey-step small{display:block}.vsr-journey-step strong{color:#6C8190;font-size:10.5px;font-weight:800}.vsr-journey-step small{margin-top:2px;color:#9AABB6;font-size:8.5px;line-height:1.25}
.vsr-journey-step.is-complete>span{border-color:#BFE7D8;background:#ECFBF5;color:#087A56}.vsr-journey-step.is-complete strong{color:#49685C}
.vsr-journey-step.is-active{background:linear-gradient(180deg,#F5FBFE,#EDF7FC)}.vsr-journey-step.is-active:after{content:"";position:absolute;inset:auto 0 0;height:3px;background:#2B82BD}.vsr-journey-step.is-active>span{border-color:#2B82BD;background:#2B82BD;color:#fff;box-shadow:0 5px 12px rgba(43,130,189,.2)}.vsr-journey-step.is-active strong{color:#071F33}.vsr-journey-step.is-active small{color:#60788A}
.vsr-single-inner>.vsr-booking-journey{margin-top:16px}
.vsr-booking-engine>.vsr-booking-journey{margin:0 0 14px}

/* Save / wishlist buttons. */
.vsr-favorite-btn{width:37px;height:37px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0;border:1px solid rgba(7,31,51,.12);border-radius:50%;background:rgba(255,255,255,.96);color:#526C7E;cursor:pointer;box-shadow:0 6px 18px rgba(7,31,51,.08);transition:transform .18s ease,border-color .18s ease,color .18s ease,background .18s ease;z-index:12}
.vsr-favorite-btn:hover{transform:translateY(-1px);border-color:rgba(43,130,189,.42);color:#2B82BD}.vsr-favorite-btn.is-active{border-color:#F4BFC6;background:#FFF4F5;color:#D84455}
.vsr-favorite-btn svg{width:18px;height:18px;display:block;fill:transparent;stroke:currentColor;stroke-width:1.8;transition:fill .18s ease}.vsr-favorite-btn.is-active svg{fill:currentColor}
.vsr-favorite-btn.has-label{width:auto;min-width:96px;height:39px;padding:0 13px;border-radius:999px}.vsr-favorite-label{font-size:10px;font-weight:800}
.fleet-card>.vsr-favorite-btn{position:absolute;top:14px;right:14px}.vsr-offer-card>.vsr-favorite-btn{position:absolute;top:14px;right:14px}.vsr-offer-card{position:relative}.vsr-single-header{position:relative}.vsr-single-header-actions{position:absolute;top:0;right:0}.vsr-single-header{padding-right:112px}
.vsr-favorite-toast{position:fixed;z-index:999999;left:50%;bottom:30px;max-width:min(390px,calc(100% - 30px));transform:translate(-50%,18px);padding:11px 15px;border:1px solid #CFE0EA;border-radius:10px;background:#071F33;color:#fff;font:700 11px/1.35 Inter,system-ui,sans-serif;box-shadow:0 14px 36px rgba(7,31,51,.25);opacity:0;pointer-events:none;transition:opacity .2s ease,transform .2s ease}.vsr-favorite-toast.is-visible{opacity:1;transform:translate(-50%,0)}

/* Customer account / saved / bookings. */
.vsr-customer-page{--blue:#2B82BD;--blue-dark:#1E70AA;--navy:#071F33;--text:#405669;--muted:#718392;--line:#DCE7EE;width:100%;padding:58px 0 76px;background:linear-gradient(180deg,#F8FBFD 0,#fff 420px);font-family:Inter,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif}
.vsr-customer-inner{width:min(1120px,calc(100% - 40px));margin:0 auto}.vsr-customer-hero{max-width:690px;margin:0 0 27px}.vsr-customer-hero>span{display:block;margin-bottom:8px;color:var(--blue);font-size:10px;font-weight:850;letter-spacing:.13em;text-transform:uppercase}.vsr-customer-hero h1{margin:0;color:var(--navy);font-size:clamp(34px,4vw,48px);line-height:1.05;letter-spacing:-.04em}.vsr-customer-hero p{max-width:600px;margin:12px 0 0;color:var(--text);font-size:13px;line-height:1.65}
.vsr-account-notice{margin:0 0 18px;padding:12px 14px;border:1px solid #BFE6D8;border-radius:9px;background:#EFFCF6;color:#176B50;font-size:11px;font-weight:700}.vsr-account-notice.is-error{border-color:#F3C7C7;background:#FFF5F5;color:#9D3333}
.vsr-auth-layout{display:grid;grid-template-columns:1fr 1fr;gap:18px}.vsr-auth-card{padding:24px;border:1px solid var(--line);border-radius:14px;background:#fff;box-shadow:0 10px 30px rgba(7,31,51,.05)}.vsr-auth-card>span{color:var(--blue);font-size:9px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.vsr-auth-card h2{margin:5px 0 18px;color:var(--navy);font-size:22px;letter-spacing:-.025em}.vsr-auth-card label{display:block;margin:0 0 12px;color:#536B7C;font-size:10px;font-weight:750}.vsr-auth-card input[type=text],.vsr-auth-card input[type=email],.vsr-auth-card input[type=password]{width:100%;min-height:44px;margin-top:5px;padding:0 11px;border:1px solid #D5E2E9;border-radius:8px;background:#fff;color:#334D60;outline:none}.vsr-auth-card input:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(43,130,189,.08)}.vsr-auth-check{display:flex!important;align-items:center;gap:7px}.vsr-auth-check input{margin:0!important}.vsr-auth-card button{width:100%;min-height:46px;border:0;border-radius:8px;background:var(--blue);color:#fff;cursor:pointer;font-size:10px;font-weight:850;letter-spacing:.06em}.vsr-auth-card button:hover{background:var(--blue-dark)}
.vsr-account-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px}.vsr-account-stats>a{display:grid;grid-template-columns:1fr auto;gap:3px 12px;padding:18px;border:1px solid var(--line);border-radius:12px;background:#fff;color:inherit;text-decoration:none!important;box-shadow:0 8px 24px rgba(7,31,51,.04);transition:transform .18s ease,border-color .18s ease}.vsr-account-stats>a:hover{transform:translateY(-2px);border-color:#B8D8EA}.vsr-account-stats span{color:#5E7485;font-size:9px;font-weight:850;text-transform:uppercase;letter-spacing:.055em}.vsr-account-stats strong{grid-column:2;grid-row:1/3;color:var(--blue);font-size:28px;font-weight:900;line-height:1}.vsr-account-stats small{color:var(--navy);font-size:11px;font-weight:750}
.vsr-account-card{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-top:17px;padding:17px 18px;border:1px solid var(--line);border-radius:12px;background:#F8FBFD}.vsr-account-card strong,.vsr-account-card span{display:block}.vsr-account-card strong{color:var(--navy);font-size:12px}.vsr-account-card span{margin-top:3px;color:var(--muted);font-size:10px}.vsr-account-card>a{color:var(--blue);font-size:10px;font-weight:800;text-decoration:none}
.vsr-customer-bookings{display:grid;gap:11px}.vsr-customer-booking{padding:18px;border:1px solid var(--line);border-radius:12px;background:#fff;box-shadow:0 7px 22px rgba(7,31,51,.035)}.vsr-customer-booking-top{display:flex;justify-content:space-between;gap:14px}.vsr-customer-booking-top span{color:var(--blue);font-size:9px;font-weight:850;letter-spacing:.055em}.vsr-customer-booking-top h2{margin:4px 0 0;color:var(--navy);font-size:18px;letter-spacing:-.02em}.vsr-customer-status{align-self:flex-start;padding:6px 9px;border-radius:999px;background:#EFF4F7;color:#607687;font-size:8.5px;font-weight:850;text-transform:uppercase}.vsr-customer-status.is-confirmed,.vsr-customer-status.is-active{background:#ECFBF5;color:#087A56}.vsr-customer-status.is-pending{background:#EFF7FD;color:#1E70AA}.vsr-customer-status.is-proposed{background:#FFF7EA;color:#A96214}.vsr-customer-status.is-declined,.vsr-customer-status.is-cancelled{background:#FFF2F2;color:#B44040}.vsr-customer-booking-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;margin-top:15px}.vsr-customer-booking-grid>div{padding:10px 11px;border-radius:8px;background:#F7FAFC}.vsr-customer-booking-grid small,.vsr-customer-booking-grid strong{display:block}.vsr-customer-booking-grid small{color:var(--muted);font-size:8px;font-weight:800;text-transform:uppercase}.vsr-customer-booking-grid strong{margin-top:4px;color:var(--navy);font-size:10px}.vsr-booking-car-link{display:inline-block;margin-top:12px;color:var(--blue)!important;font-size:9.5px;font-weight:800;text-decoration:none!important}
.vsr-customer-empty{padding:35px;border:1px dashed #C9DAE4;border-radius:13px;background:#FBFDFE;text-align:center}.vsr-customer-empty h2{margin:0;color:var(--navy);font-size:20px}.vsr-customer-empty p{margin:8px 0 17px;color:var(--muted);font-size:11px}.vsr-customer-empty a{display:inline-flex;min-height:42px;align-items:center;padding:0 17px;border-radius:7px;background:var(--blue);color:#fff!important;text-decoration:none!important;font-size:9px;font-weight:850;letter-spacing:.055em}
.vsr-saved-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}.vsr-saved-card{display:grid;grid-template-columns:190px minmax(0,1fr);overflow:hidden;border:1px solid var(--line);border-radius:13px;background:#fff;box-shadow:0 8px 25px rgba(7,31,51,.045)}.vsr-saved-media{display:flex;align-items:center;justify-content:center;padding:12px;background:#F6FAFC}.vsr-saved-media img{width:100%;height:145px;object-fit:contain}.vsr-saved-card>div{padding:17px}.vsr-saved-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.vsr-saved-title-row h2{margin:0;font-size:17px}.vsr-saved-title-row h2 a{color:var(--navy)!important;text-decoration:none!important}.vsr-saved-card p{margin:7px 0;color:var(--muted);font-size:10px;line-height:1.45}.vsr-saved-rate{display:block;margin-top:11px;color:var(--blue);font-size:11px}.vsr-saved-view{display:inline-block;margin-top:12px;color:var(--blue)!important;text-decoration:none!important;font-size:9px;font-weight:850;letter-spacing:.04em}

/* Global app-like mobile/tablet navigation. */
.vsr-global-mobile-nav{display:none}
@media(max-width:1024px){
  body:not(.wp-admin){padding-bottom:calc(74px + env(safe-area-inset-bottom,0px))!important}
  .vsr-global-mobile-nav{position:fixed;z-index:99990;left:0;right:0;bottom:0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));min-height:70px;padding:5px max(8px,env(safe-area-inset-right,0px)) calc(5px + env(safe-area-inset-bottom,0px)) max(8px,env(safe-area-inset-left,0px));border-top:1px solid rgba(7,31,51,.11);background:rgba(255,255,255,.965);box-shadow:0 -10px 30px rgba(7,31,51,.09);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}
  .vsr-mobile-nav-item{position:relative;min-width:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:5px 3px;border-radius:9px;color:#718392!important;text-decoration:none!important;transition:color .16s ease,background .16s ease}
  .vsr-mobile-nav-item>span{width:24px;height:24px;display:flex;align-items:center;justify-content:center}.vsr-mobile-nav-item svg{width:22px;height:22px}.vsr-mobile-nav-item strong{overflow:hidden;max-width:100%;font-size:9px;line-height:1.1;font-weight:800;white-space:nowrap;text-overflow:ellipsis}
  .vsr-mobile-nav-item.is-active{background:#EEF7FC;color:#2B82BD!important}.vsr-mobile-nav-item.is-active:before{content:"";position:absolute;top:-5px;left:27%;right:27%;height:2px;border-radius:0 0 3px 3px;background:#2B82BD}
  .vsr-favorite-toast{bottom:calc(86px + env(safe-area-inset-bottom,0px))}
}
@media(max-width:760px){.vsr-booking-journey{grid-template-columns:repeat(4,1fr);margin:15px 0 20px}.vsr-journey-step{justify-content:center;padding:10px 4px}.vsr-journey-step>span{width:25px;height:25px;flex-basis:25px}.vsr-journey-step>div{display:none}.vsr-auth-layout,.vsr-account-stats,.vsr-saved-grid{grid-template-columns:1fr}.vsr-customer-booking-grid{grid-template-columns:1fr}.vsr-saved-card{grid-template-columns:135px minmax(0,1fr)}.vsr-saved-media img{height:110px}.vsr-customer-page{padding:42px 0 58px}.vsr-customer-inner{width:calc(100% - 26px)}.vsr-single-header{padding-right:0}.vsr-single-header-actions{position:static;display:flex;justify-content:flex-end;margin-bottom:10px}}
@media(max-width:460px){.vsr-saved-card{grid-template-columns:1fr}.vsr-saved-media{min-height:160px}.vsr-saved-media img{height:145px}}
@media(max-width:1024px){.vsr-mobile-nav-item>span{position:relative}.vsr-mobile-nav-badge{position:absolute;top:-5px;right:-9px;min-width:16px;height:16px;display:flex;align-items:center;justify-content:center;padding:0 4px;border:2px solid #fff;border-radius:999px;background:#2B82BD;color:#fff;font-style:normal;font-size:7px;font-weight:900;line-height:1}}

/* ==========================================================
   v0.6.2 — Cleaner single-car booking flow
   ========================================================== */
.vsr-selected-vehicle{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:14px 18px;
  border-bottom:1px solid #E8EFF3;
  background:#fff;
}
.vsr-selected-vehicle>div:first-child{min-width:0}
.vsr-selected-vehicle small,.vsr-selected-vehicle strong,.vsr-selected-vehicle a{display:block}
.vsr-selected-vehicle small{color:#8295A3;font-size:8.5px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}
.vsr-selected-vehicle strong{margin-top:3px;color:#071F33;font-size:12px;font-weight:850;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.vsr-selected-vehicle a{margin-top:5px;color:#2B82BD;font-size:9px;font-weight:800;text-decoration:none}
.vsr-selected-vehicle a:hover{text-decoration:underline}
.vsr-selected-rate{flex:0 0 auto;text-align:right}
.vsr-selected-rate strong{color:#2B82BD;font-size:14px}
.vsr-selected-rate strong span{display:inline;color:#718392;font-size:8.5px;font-weight:700}
.vsr-booking-assurance{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:0;
  border-bottom:1px solid #E8EFF3;
  background:#F8FBFD;
}
.vsr-booking-assurance span{
  min-width:0;
  padding:9px 7px;
  border-right:1px solid #E8EFF3;
  color:#527083;
  font-size:8.5px;
  font-weight:750;
  text-align:center;
  white-space:nowrap;
}
.vsr-booking-assurance span:last-child{border-right:0}

/* One journey only: keep it compact and clearly secondary to the car itself. */
.vsr-single-inner>.vsr-booking-journey{margin:14px 0 24px}
.vsr-single-inner>.vsr-booking-journey .vsr-journey-step{padding:11px 14px}
.vsr-single-inner>.vsr-booking-journey .vsr-journey-step>span{width:27px;height:27px;flex-basis:27px}
.vsr-single-inner>.vsr-booking-journey .vsr-journey-step strong{font-size:10px}
.vsr-single-inner>.vsr-booking-journey .vsr-journey-step small{font-size:8px}

@media(max-width:650px){
  .vsr-selected-vehicle{padding:13px 14px}
  .vsr-booking-assurance{grid-template-columns:1fr}
  .vsr-booking-assurance span{border-right:0;border-bottom:1px solid #E8EFF3;padding:8px 10px;text-align:left}
  .vsr-booking-assurance span:last-child{border-bottom:0}
}

/* ==========================================================
   v0.7.0 — Premium rental booking engine / extras experience
   ========================================================== */

/* Extras preview on the public vehicle page */
.vsr-single-section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:16px}.vsr-single-section-head>div>span{display:block;margin-bottom:4px;color:#2B82BD;font-size:8px;font-weight:900;letter-spacing:.09em;text-transform:uppercase}.vsr-single-section-head h2{margin:0!important}.vsr-single-section-head>a{align-self:center;display:inline-flex;min-height:35px;align-items:center;padding:0 12px;border:1px solid rgba(43,130,189,.22);border-radius:8px;background:#F3F9FD;color:#2B82BD!important;font-size:8.5px;font-weight:850;text-decoration:none!important}.vsr-single-section-head>a:hover{background:#2B82BD;color:#fff!important}.vsr-single-extra-chips{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.vsr-single-extra-chips>span{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:11px 12px;border:1px solid #E0E9EF;border-radius:9px;background:#F9FCFD}.vsr-single-extra-chips strong,.vsr-single-extra-chips small{display:block}.vsr-single-extra-chips strong{min-width:0;color:#18384E;font-size:9.5px;font-weight:800}.vsr-single-extra-chips small{flex:0 0 auto;color:#2B82BD;font-size:8px;font-weight:800;text-align:right}

/* Booking extras — visual upsell cards with quantity controls */
.vsr-book-extras-step{background:linear-gradient(180deg,#FFFFFF,#FBFDFE)}.vsr-extra-category{margin-top:18px}.vsr-extra-category:first-of-type{margin-top:14px}.vsr-extra-category-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 0 8px}.vsr-extra-category-head strong{color:#405669;font-size:9px;font-weight:900;letter-spacing:.075em;text-transform:uppercase}.vsr-extra-category-head span{color:#8A9AA6;font-size:8px;font-weight:700}.vsr-extra-grid{display:grid;grid-template-columns:1fr;gap:8px}
.vsr-extra-card{position:relative;display:grid!important;grid-template-columns:44px minmax(0,1fr) auto;align-items:center;gap:12px;min-height:88px;padding:12px 13px!important;border:1px solid #DDE8EE!important;border-radius:11px!important;background:#fff!important;box-shadow:none!important;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease,transform .18s ease}.vsr-extra-card:hover{transform:translateY(-1px);border-color:#BBD8E8!important;box-shadow:0 8px 22px rgba(7,31,51,.055)!important}.vsr-extra-card.is-selected{border-color:rgba(43,130,189,.48)!important;background:#F4FAFE!important;box-shadow:0 0 0 2px rgba(43,130,189,.045)!important}.vsr-extra-card.is-recommended:before{content:"";position:absolute;inset:0 auto 0 0;width:3px;background:#2B82BD;border-radius:11px 0 0 11px}
.vsr-extra-icon{width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:10px;background:linear-gradient(145deg,#F0F8FD,#E7F3FA);color:#2B82BD}.vsr-extra-icon svg{width:23px;height:23px}.vsr-extra-copy{min-width:0}.vsr-extra-copy em{display:inline-flex;margin:0 0 4px;padding:3px 6px;border-radius:999px;background:#E8F5FC;color:#1E70AA;font-size:6.5px;font-style:normal;font-weight:900;letter-spacing:.06em;text-transform:uppercase}.vsr-extra-copy strong,.vsr-extra-copy span,.vsr-extra-copy small{display:block}.vsr-extra-copy strong{color:#071F33;font-size:10.5px;line-height:1.25;font-weight:850}.vsr-extra-copy span{margin-top:3px;color:#718392;font-size:8.5px;line-height:1.35}.vsr-extra-copy small{margin-top:5px;color:#2B82BD;font-size:8.5px;font-weight:850}
.vsr-extra-control{display:grid;grid-template-columns:30px 35px 30px;align-items:center;overflow:hidden;border:1px solid #D7E3EA;border-radius:9px;background:#fff}.vsr-extra-control button{width:30px;height:36px;display:flex;align-items:center;justify-content:center;padding:0;border:0;background:#F7FAFC;color:#405669;cursor:pointer;font-size:17px;font-weight:700;line-height:1;transition:background .16s ease,color .16s ease}.vsr-extra-control button:hover{background:#EAF5FB;color:#2B82BD}.vsr-extra-control input{width:35px!important;min-width:0!important;height:36px!important;min-height:36px!important;margin:0!important;padding:0!important;border:0!important;border-left:1px solid #E5EDF2!important;border-right:1px solid #E5EDF2!important;border-radius:0!important;background:#fff!important;color:#071F33!important;font-size:10px!important;font-weight:850!important;text-align:center!important;box-shadow:none!important;-moz-appearance:textfield}.vsr-extra-control input::-webkit-outer-spin-button,.vsr-extra-control input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}

/* More official booking-panel hierarchy */
.vsr-booking-engine{overflow:hidden;border:1px solid #D8E5ED!important;border-radius:15px!important;background:#fff;box-shadow:0 14px 38px rgba(7,31,51,.07)!important}.vsr-booking-engine .vsr-booking-request-head{padding:19px 20px 16px;background:linear-gradient(145deg,#F8FCFE,#EEF7FC);border-bottom:1px solid #E2EBF0}.vsr-booking-engine .vsr-booking-request-head p{color:#2B82BD!important;font-size:8px!important;font-weight:900!important;letter-spacing:.1em!important}.vsr-booking-engine .vsr-booking-request-head h2{margin-top:5px!important;color:#071F33!important;font-size:20px!important;letter-spacing:-.025em!important}.vsr-booking-engine .vsr-booking-request-head span{display:block;margin-top:6px;color:#718392;font-size:9px;line-height:1.45}.vsr-book-step{padding:18px 19px!important;border-bottom:1px solid #E8EFF3!important}.vsr-book-step-title{display:flex;align-items:center;gap:10px;margin-bottom:13px}.vsr-book-step-title>span{width:27px;height:27px;display:flex;align-items:center;justify-content:center;flex:0 0 27px;border-radius:50%;background:#E9F5FC;color:#2B82BD;font-size:9px;font-weight:900}.vsr-book-step-title strong,.vsr-book-step-title small{display:block}.vsr-book-step-title strong{color:#071F33;font-size:10.5px;font-weight:850}.vsr-book-step-title small{margin-top:2px;color:#7D909D;font-size:8px;line-height:1.35}.vsr-smart-booking-form label{color:#566F81;font-size:8.5px;font-weight:800}.vsr-smart-booking-form input,.vsr-smart-booking-form select,.vsr-smart-booking-form textarea{border-color:#D8E4EB!important;border-radius:8px!important;background:#fff!important}.vsr-smart-booking-form input:focus,.vsr-smart-booking-form select:focus,.vsr-smart-booking-form textarea:focus{border-color:#2B82BD!important;box-shadow:0 0 0 3px rgba(43,130,189,.075)!important}
.vsr-live-price{padding:17px 19px!important;background:#F8FBFD!important}.vsr-live-price>div{padding:5px 0!important}.vsr-live-price span{color:#718392!important;font-size:8.5px!important}.vsr-live-price strong{color:#405669!important;font-size:9.5px!important}.vsr-live-total{margin-top:8px!important;padding-top:12px!important;border-top:1px solid #DCE7EE!important}.vsr-live-total span{color:#071F33!important;font-size:10px!important;font-weight:850!important}.vsr-live-total strong{color:#2B82BD!important;font-size:18px!important;font-weight:900!important}.vsr-live-price>small{display:block;margin-top:10px;color:#8194A1;font-size:7.5px;line-height:1.45}.vsr-submit-booking{min-height:51px!important;margin:0 19px 19px!important;width:calc(100% - 38px)!important;border-radius:8px!important;background:#2B82BD!important;box-shadow:0 8px 22px rgba(43,130,189,.17)!important;font-size:9.5px!important;letter-spacing:.055em!important}.vsr-submit-booking:hover{background:#1E70AA!important;transform:translateY(-1px)}

/* Booking confirmation should feel like a real reservation request receipt. */
.vsr-booking-confirmation{margin:0 0 16px;padding:24px;border:1px solid #BFE6D7;border-radius:15px;background:linear-gradient(145deg,#F5FCF9,#FFFFFF);box-shadow:0 10px 30px rgba(7,31,51,.045);text-align:center}.vsr-confirmation-check{width:49px;height:49px;display:flex;align-items:center;justify-content:center;margin:0 auto 10px;border-radius:50%;background:#E6F8F1;color:#07805A;font-size:22px;font-weight:900}.vsr-booking-confirmation>span{display:block;color:#07805A;font-size:8px;font-weight:900;letter-spacing:.09em;text-transform:uppercase}.vsr-booking-confirmation h2{margin:5px 0 0;color:#071F33;font-size:24px;letter-spacing:-.025em}.vsr-booking-confirmation>p{max-width:620px;margin:8px auto 18px;color:#667F90;font-size:9.5px;line-height:1.55}.vsr-confirmation-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;text-align:left}.vsr-confirmation-grid>div{padding:11px 12px;border:1px solid #E0EAEF;border-radius:9px;background:#fff}.vsr-confirmation-grid small,.vsr-confirmation-grid strong{display:block}.vsr-confirmation-grid small{color:#8093A0;font-size:7px;font-weight:850;letter-spacing:.055em;text-transform:uppercase}.vsr-confirmation-grid strong{margin-top:4px;color:#18384E;font-size:9.5px;line-height:1.35}.vsr-confirmation-pending{color:#C07918!important}.vsr-confirmation-next{margin-top:12px;padding:14px;border-radius:10px;background:#071F33;text-align:left}.vsr-confirmation-next>strong{display:block;margin-bottom:9px;color:#fff;font-size:9.5px}.vsr-confirmation-next>span{display:flex;align-items:flex-start;gap:8px;margin:6px 0;color:rgba(255,255,255,.72);font-size:8.5px;line-height:1.4}.vsr-confirmation-next b{width:19px;height:19px;display:flex;align-items:center;justify-content:center;flex:0 0 19px;border-radius:50%;background:rgba(83,183,238,.18);color:#7BC4EB;font-size:7px}

/* Persistent CTA on mobile/tablet, positioned above the global app nav. */
.vsr-mobile-booking-bar{display:none}
@media(max-width:1024px){.single-vsr_vehicle body,.single-vsr_vehicle{--vsr-app-nav-height:74px}.vsr-mobile-booking-bar{position:fixed;z-index:99980;left:10px;right:10px;bottom:calc(78px + env(safe-area-inset-bottom,0px));display:flex;align-items:center;justify-content:space-between;gap:14px;padding:10px 11px 10px 14px;border:1px solid rgba(7,31,51,.10);border-radius:12px;background:rgba(255,255,255,.97);box-shadow:0 12px 36px rgba(7,31,51,.16);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.vsr-mobile-booking-bar small,.vsr-mobile-booking-bar strong{display:block}.vsr-mobile-booking-bar small{color:#7D909D;font-size:7px;font-weight:800;text-transform:uppercase}.vsr-mobile-booking-bar strong{margin-top:2px;color:#071F33;font-size:14px;font-weight:900}.vsr-mobile-booking-bar strong span{margin-left:3px;color:#718392;font-size:7.5px;font-weight:700}.vsr-mobile-booking-bar>a{min-height:39px;display:flex;align-items:center;justify-content:center;padding:0 15px;border-radius:8px;background:#2B82BD;color:#fff!important;font-size:8.5px;font-weight:900;letter-spacing:.05em;text-decoration:none!important;white-space:nowrap}.vsr-mobile-booking-bar>a:hover{background:#1E70AA}.single-vsr_vehicle{padding-bottom:66px}}

/* Results cards: polished rental-offer hierarchy without copying another brand. */
.vsr-offer-card{border-color:#D8E5EC!important;border-radius:14px!important;box-shadow:0 8px 28px rgba(7,31,51,.045)!important}.vsr-offer-card:hover{border-color:#B6D8E9!important;box-shadow:0 15px 36px rgba(7,31,51,.08)!important}.vsr-offer-media{background:radial-gradient(circle at 50% 85%,rgba(43,130,189,.11),transparent 58%),#F7FAFC!important}.vsr-offer-price{background:linear-gradient(180deg,#FBFDFE,#F4F9FC)!important;border-left-color:#E1EAF0!important}.vsr-price-total strong{letter-spacing:-.035em}.vsr-select-car{border-radius:8px!important;box-shadow:0 7px 19px rgba(43,130,189,.15)!important}

@media(max-width:760px){.vsr-single-extra-chips{grid-template-columns:1fr}.vsr-extra-card{grid-template-columns:40px minmax(0,1fr);gap:10px}.vsr-extra-icon{width:40px;height:40px}.vsr-extra-control{grid-column:1/-1;justify-self:stretch;grid-template-columns:36px 1fr 36px}.vsr-extra-control button{width:36px}.vsr-extra-control input{width:100%!important}.vsr-confirmation-grid{grid-template-columns:1fr}.vsr-booking-confirmation{padding:19px 15px}.vsr-single-section-head{display:block}.vsr-single-section-head>a{margin-top:9px}.vsr-book-step{padding:16px 14px!important}.vsr-submit-booking{margin:0 14px 15px!important;width:calc(100% - 28px)!important}}
@media(max-width:420px){.vsr-mobile-booking-bar{left:7px;right:7px;padding-left:11px}.vsr-mobile-booking-bar>a{padding:0 11px}.vsr-mobile-booking-bar strong{font-size:12px}}

/* =========================================================
   v0.8.0 — premium booking flow / fleet-first extras
   Inspired by modern rental-booking UX patterns, styled for Explore.
   ========================================================= */
.vsr-premium-results{background:#F4F7F9!important;padding-top:38px!important}.vsr-booking-results-head{max-width:760px!important;margin-bottom:22px!important}.vsr-booking-results-head .fleet-eyebrow{margin-bottom:9px!important}.vsr-booking-results-head h1{font-size:clamp(34px,4vw,48px)!important}.vsr-booking-results-head>p:last-child{max-width:620px!important;margin-top:9px!important;color:#657C8D!important;font-size:13px!important;line-height:1.55!important}
.vsr-trip-summary{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:20px;margin:16px 0 18px;padding:16px 17px;border:1px solid #D5E2E9;border-radius:13px;background:#fff;box-shadow:0 7px 22px rgba(7,31,51,.035)}.vsr-trip-route{display:flex;align-items:center;gap:18px;min-width:0}.vsr-trip-route>div{min-width:0}.vsr-trip-route span,.vsr-trip-route strong,.vsr-trip-route small{display:block}.vsr-trip-route span{color:#8798A4;font-size:7.5px;font-weight:850;letter-spacing:.06em;text-transform:uppercase}.vsr-trip-route strong{margin-top:3px;color:#071F33;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.vsr-trip-route small{margin-top:2px;color:#607789;font-size:9px}.vsr-trip-arrow{width:30px;height:30px;display:flex;align-items:center;justify-content:center;flex:0 0 30px;border-radius:50%;background:#EAF5FB;color:#2B82BD;font-size:14px}.vsr-trip-meta{display:flex;align-items:center;gap:8px;padding-left:18px;border-left:1px solid #E5EDF2}.vsr-trip-meta span,.vsr-trip-meta strong{padding:6px 9px;border-radius:999px;font-size:8px;font-weight:850;white-space:nowrap}.vsr-trip-meta span{background:#F2F6F8;color:#607789}.vsr-trip-meta strong{background:#E8F5FC;color:#1E70AA}.vsr-trip-change{min-height:39px;display:inline-flex;align-items:center;justify-content:center;padding:0 14px;border:1px solid #2B82BD;border-radius:8px;background:#fff;color:#2B82BD!important;font-size:8px;font-weight:900;letter-spacing:.055em;text-decoration:none!important}.vsr-trip-change:hover{background:#2B82BD;color:#fff!important}.vsr-catalogue-info{display:flex;align-items:center;gap:10px;margin:14px 0 18px;padding:13px 15px;border:1px solid #D9E5EC;border-radius:11px;background:#fff}.vsr-catalogue-info span{padding:4px 7px;border-radius:999px;background:#EAF5FB;color:#2B82BD;font-size:7px;font-weight:900;text-transform:uppercase}.vsr-catalogue-info strong{color:#405669;font-size:9px}.vsr-catalogue-info a{margin-left:auto;color:#2B82BD!important;font-size:8px;font-weight:850;text-decoration:none!important}.vsr-results-toolbar{display:flex;align-items:end;justify-content:space-between;gap:16px;margin:22px 0 10px}.vsr-results-toolbar span,.vsr-results-toolbar strong{display:block}.vsr-results-toolbar span{color:#8A9AA5;font-size:7px;font-weight:900;letter-spacing:.075em;text-transform:uppercase}.vsr-results-toolbar strong{margin-top:2px;color:#071F33;font-size:17px}.vsr-results-toolbar>small{color:#8395A1;font-size:8px}

.vsr-offer-filters{border-radius:12px!important;border:1px solid #D7E4EB!important;background:#fff!important;box-shadow:none!important}.vsr-offer-filters label{font-size:7px!important;letter-spacing:.06em!important;text-transform:uppercase!important}.vsr-offer-filters select{border-radius:8px!important;background:#FBFDFE!important}.vsr-offer-filters>button{border-radius:8px!important}.vsr-filter-reset{border-radius:8px!important}

.vsr-premium-offer{display:grid!important;grid-template-columns:285px minmax(0,1fr) 220px!important;min-height:285px;border:1px solid #D5E2E9!important;border-radius:13px!important;background:#fff!important;box-shadow:0 5px 20px rgba(7,31,51,.035)!important;overflow:hidden!important;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease!important}.vsr-premium-offer:hover{transform:translateY(-2px)!important;border-color:#A9D1E6!important;box-shadow:0 13px 32px rgba(7,31,51,.075)!important}.vsr-premium-offer .vsr-offer-media{position:relative;min-height:100%;display:flex;align-items:center;justify-content:center;padding:35px 18px 22px!important;border-right:1px solid #E3EBF0;background:radial-gradient(circle at 50% 75%,rgba(43,130,189,.12),transparent 55%),#F7FAFC!important}.vsr-premium-offer .vsr-offer-media img{width:100%;max-width:260px;height:190px;object-fit:contain}.vsr-offer-media-top{position:absolute;z-index:3;top:13px;left:13px;right:13px;display:flex;align-items:center;justify-content:space-between;gap:8px}.vsr-offer-media-top .vsr-offer-badge{position:static!important}.vsr-exact-car-label{padding:5px 7px;border:1px solid #DDE7EC;border-radius:999px;background:rgba(255,255,255,.9);color:#6C8292;font-size:6.5px;font-weight:900;letter-spacing:.045em;text-transform:uppercase}.vsr-premium-offer .vsr-offer-main{padding:22px 22px 18px!important}.vsr-premium-offer .vsr-offer-titleline{align-items:flex-start}.vsr-premium-offer .vsr-offer-titleline small{font-size:7.5px!important;letter-spacing:.075em!important;text-transform:uppercase!important}.vsr-premium-offer .vsr-offer-titleline h2{margin-top:3px!important;font-size:24px!important;line-height:1.05!important;letter-spacing:-.035em!important}.vsr-premium-offer .vsr-offer-titleline p{margin-top:6px!important;font-size:9.5px!important;line-height:1.45!important}.vsr-premium-offer .vsr-offer-status{padding:5px 7px!important;border-radius:999px!important;font-size:6.5px!important;letter-spacing:.055em!important}.vsr-premium-offer .vsr-offer-specs{gap:8px 15px!important;margin-top:15px!important;padding:12px 0!important}.vsr-premium-offer .vsr-offer-specs>span{font-size:9px!important}.vsr-premium-offer .vsr-offer-specs svg{width:15px!important;height:15px!important}.vsr-premium-offer .vsr-offer-inclusions{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px 12px!important;margin-top:11px!important;color:#405669!important;font-size:8.3px!important}.vsr-premium-offer .vsr-offer-availability{margin-top:12px!important;padding:9px 10px!important;border-radius:8px!important}.vsr-premium-offer .vsr-offer-availability strong{font-size:8px!important}.vsr-premium-offer .vsr-offer-availability span{font-size:8px!important}.vsr-offer-trust{display:flex;align-items:center;flex-wrap:wrap;gap:6px;margin-top:11px;color:#8395A1;font-size:7px;font-weight:750}.vsr-offer-trust i{width:3px;height:3px;border-radius:50%;background:#A8B7C1}.vsr-premium-offer .vsr-offer-price{display:flex!important;flex-direction:column!important;align-items:stretch!important;justify-content:center!important;padding:22px 18px!important;border-left:1px solid #E3EBF0!important;background:#FAFCFD!important;text-align:left!important}.vsr-premium-offer .vsr-price-label{color:#7F919D!important;font-size:7px!important;font-weight:900!important;letter-spacing:.065em!important;text-transform:uppercase!important}.vsr-premium-offer .vsr-price-total{justify-content:flex-start!important;margin:6px 0 2px!important}.vsr-premium-offer .vsr-price-total strong{font-size:31px!important;color:#071F33!important}.vsr-premium-offer .vsr-price-total span{font-size:10px!important}.vsr-premium-offer .vsr-offer-price>small{min-height:25px;color:#718392!important;font-size:8px!important;line-height:1.35!important}.vsr-premium-offer .vsr-select-car{width:100%!important;min-height:47px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;margin-top:14px!important;padding:0 14px!important;border-radius:8px!important;background:#2B82BD!important;color:#fff!important;font-size:8.5px!important;font-weight:900!important;letter-spacing:.065em!important;text-decoration:none!important;box-shadow:0 7px 18px rgba(43,130,189,.16)!important}.vsr-premium-offer .vsr-select-car:hover{background:#1E70AA!important}.vsr-premium-offer .vsr-select-car svg{width:16px;height:16px}.vsr-premium-offer .vsr-offer-details{margin-top:10px!important;text-align:center!important;font-size:7.5px!important}

/* Booking configurator */
.vsr-sixt-inspired-booking{border-radius:14px!important}.vsr-sixt-inspired-booking .vsr-booking-request-head{padding:18px 19px!important;background:#071F33!important}.vsr-sixt-inspired-booking .vsr-booking-request-head p{color:#78C4EC!important}.vsr-sixt-inspired-booking .vsr-booking-request-head h2{color:#fff!important}.vsr-sixt-inspired-booking .vsr-booking-request-head span{color:rgba(255,255,255,.68)!important}.vsr-sixt-inspired-booking .vsr-selected-vehicle{margin:0!important;padding:15px 18px!important;border-radius:0!important;border:0!important;border-bottom:1px solid #E3EBF0!important;background:#fff!important}.vsr-sixt-inspired-booking .vsr-booking-assurance{margin:0!important;padding:10px 18px!important;border-radius:0!important;border-bottom:1px solid #E8EFF3!important;background:#F7FAFC!important}.vsr-sixt-inspired-booking .vsr-book-step{padding:17px 18px!important}.vsr-sixt-inspired-booking .vsr-book-step-title>span{background:#071F33!important;color:#fff!important}.vsr-sixt-inspired-booking .vsr-book-step-title strong{font-size:11px!important}.vsr-book-extras-step{background:#F7F9FA!important}.vsr-extra-category{margin-top:17px!important}.vsr-extra-category-head strong{font-size:8px!important;letter-spacing:.08em!important}.vsr-extra-category-head span{font-size:7px!important}.vsr-premium-extra-card{grid-template-columns:48px minmax(0,1fr) auto!important;min-height:96px!important;padding:13px 13px!important;border-radius:10px!important;border:1px solid #D8E3EA!important;background:#fff!important;box-shadow:0 3px 12px rgba(7,31,51,.025)!important}.vsr-premium-extra-card:hover{border-color:#A8CFE4!important;box-shadow:0 8px 20px rgba(7,31,51,.055)!important}.vsr-premium-extra-card.is-selected{border-color:#2B82BD!important;background:#F6FBFE!important;box-shadow:inset 3px 0 0 #2B82BD,0 8px 20px rgba(7,31,51,.05)!important}.vsr-premium-extra-card .vsr-extra-icon{width:48px!important;height:48px!important;border-radius:50%!important;background:#EEF7FC!important}.vsr-premium-extra-card .vsr-extra-copy strong{font-size:10.5px!important}.vsr-premium-extra-card .vsr-extra-copy span{font-size:8px!important}.vsr-premium-extra-card .vsr-extra-copy small{margin-top:6px!important;font-size:8.5px!important}.vsr-extra-toggle-wrap{display:flex;align-items:center;justify-content:flex-end}.vsr-extra-add-toggle{min-width:78px;min-height:38px;padding:0 12px;border:1px solid #2B82BD;border-radius:8px;background:#fff;color:#2B82BD;cursor:pointer;font-family:inherit;font-size:8px;font-weight:900;letter-spacing:.055em;transition:background .16s ease,color .16s ease}.vsr-extra-add-toggle:hover,.vsr-extra-add-toggle.is-active{background:#2B82BD;color:#fff}.vsr-premium-extra-card .vsr-extra-control{border-radius:8px!important}.vsr-checkout-summary{padding:16px 18px!important;border-top:1px solid #DCE7ED!important;background:#F7FAFC!important}.vsr-checkout-summary-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:9px;padding-bottom:9px;border-bottom:1px solid #E1EAF0}.vsr-checkout-summary-head span{color:#071F33!important;font-size:8px!important;font-weight:900!important;letter-spacing:.075em!important}.vsr-checkout-summary-head small{color:#8A9AA5!important;font-size:7px!important}.vsr-checkout-summary .vsr-live-total strong{font-size:21px!important}.vsr-submit-booking{min-height:52px!important;font-size:9px!important}

/* Single car detail page polish */
.vsr-single-car{background:#F3F6F8!important}.vsr-single-gallery,.vsr-single-header,.vsr-single-section,.vsr-single-help{border-color:#D8E4EB!important;border-radius:13px!important;box-shadow:0 5px 20px rgba(7,31,51,.03)!important}.vsr-single-gallery{background:#fff!important}.vsr-single-main-image{background:radial-gradient(circle at 50% 85%,rgba(43,130,189,.11),transparent 54%),#F7FAFC!important}.vsr-single-header{padding:24px!important}.vsr-single-header h1{font-size:clamp(32px,3.4vw,45px)!important}.vsr-single-rate strong{font-size:27px!important}.vsr-single-section{padding:22px!important}.vsr-single-section h2{font-size:18px!important}.vsr-single-sidebar{top:22px!important}.vsr-single-sidebar .vsr-booking-request{padding:0!important;overflow:hidden!important}.vsr-single-help{padding:16px!important}

@media(max-width:1100px){.vsr-premium-offer{grid-template-columns:235px minmax(0,1fr) 190px!important}.vsr-premium-offer .vsr-offer-media img{max-width:220px}.vsr-trip-summary{grid-template-columns:1fr auto}.vsr-trip-change{grid-column:1/-1;justify-self:end}}
@media(max-width:900px){.vsr-premium-offer{grid-template-columns:220px minmax(0,1fr)!important}.vsr-premium-offer .vsr-offer-price{grid-column:1/-1!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:6px 16px!important;border-left:0!important;border-top:1px solid #E3EBF0!important}.vsr-premium-offer .vsr-price-label,.vsr-premium-offer .vsr-price-total,.vsr-premium-offer .vsr-offer-price>small{grid-column:1}.vsr-premium-offer .vsr-select-car{grid-column:2;grid-row:1/4;min-width:165px;margin:0!important}.vsr-premium-offer .vsr-offer-details{display:none!important}.vsr-trip-summary{display:block}.vsr-trip-meta{margin-top:12px;padding:10px 0 0;border-left:0;border-top:1px solid #E5EDF2}.vsr-trip-change{margin-top:12px}}
@media(max-width:680px){.vsr-premium-results{padding-top:27px!important}.vsr-booking-results-head{text-align:left!important}.vsr-trip-route{gap:10px}.vsr-trip-route strong{font-size:10px}.vsr-trip-route small{font-size:7.5px}.vsr-premium-offer{grid-template-columns:1fr!important}.vsr-premium-offer .vsr-offer-media{min-height:225px;border-right:0!important;border-bottom:1px solid #E3EBF0}.vsr-premium-offer .vsr-offer-media img{height:175px;max-width:260px}.vsr-premium-offer .vsr-offer-main{padding:17px!important}.vsr-premium-offer .vsr-offer-titleline h2{font-size:21px!important}.vsr-premium-offer .vsr-offer-inclusions{grid-template-columns:1fr!important}.vsr-premium-offer .vsr-offer-price{grid-column:auto!important;grid-template-columns:1fr!important;padding:15px 17px!important}.vsr-premium-offer .vsr-select-car{grid-column:1;grid-row:auto;width:100%!important;margin-top:9px!important}.vsr-premium-extra-card{grid-template-columns:42px minmax(0,1fr)!important}.vsr-premium-extra-card .vsr-extra-icon{width:42px!important;height:42px!important}.vsr-extra-toggle-wrap,.vsr-premium-extra-card .vsr-extra-control{grid-column:1/-1;justify-content:stretch}.vsr-extra-add-toggle{width:100%}.vsr-premium-extra-card .vsr-extra-control{display:grid!important;grid-template-columns:38px 1fr 38px!important}.vsr-premium-extra-card .vsr-extra-control input{width:100%!important}.vsr-catalogue-info{align-items:flex-start;flex-wrap:wrap}.vsr-catalogue-info a{width:100%;margin-left:0}.vsr-results-toolbar{align-items:flex-start}.vsr-results-toolbar>small{text-align:right}}

/* v0.8.0 — clearer selected-car confidence strip */
.vsr-rental-confidence{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;margin:0 0 16px;overflow:hidden;border:1px solid #D8E4EB;border-radius:12px;background:#fff;box-shadow:0 5px 20px rgba(7,31,51,.025)}
.vsr-rental-confidence>div{display:flex;align-items:flex-start;gap:10px;min-width:0;padding:14px 15px}
.vsr-rental-confidence>div+div{border-left:1px solid #E6EDF2}
.vsr-rental-confidence>div>span{width:25px;height:25px;display:flex;align-items:center;justify-content:center;flex:0 0 25px;border-radius:50%;background:#ECF8EF;color:#168447;font-size:10px;font-weight:900}
.vsr-rental-confidence p,.vsr-rental-confidence strong,.vsr-rental-confidence small{display:block;margin:0}
.vsr-rental-confidence strong{color:#071F33;font-size:9.5px;line-height:1.3}
.vsr-rental-confidence small{margin-top:3px;color:#758894;font-size:7.8px;line-height:1.4;font-weight:500}
@media(max-width:700px){.vsr-rental-confidence{grid-template-columns:1fr}.vsr-rental-confidence>div+div{border-left:0;border-top:1px solid #E6EDF2}.vsr-rental-confidence>div{padding:12px 13px}}

/* v0.8.0 — readable commercial sizing (avoid tiny WordPress-widget typography) */
.vsr-trip-route span{font-size:9px!important}.vsr-trip-route strong{font-size:14px!important}.vsr-trip-route small{font-size:11px!important}.vsr-trip-meta span,.vsr-trip-meta strong{font-size:10px!important}.vsr-trip-change{font-size:10px!important}.vsr-catalogue-info span{font-size:9px!important}.vsr-catalogue-info strong{font-size:11px!important}.vsr-catalogue-info a{font-size:10px!important}.vsr-results-toolbar span{font-size:9px!important}.vsr-results-toolbar strong{font-size:19px!important}.vsr-results-toolbar>small{font-size:10px!important}.vsr-offer-filters label{font-size:9px!important}.vsr-premium-offer .vsr-offer-titleline small{font-size:9px!important}.vsr-premium-offer .vsr-offer-titleline p{font-size:11px!important}.vsr-premium-offer .vsr-offer-status{font-size:8px!important}.vsr-exact-car-label{font-size:8px!important}.vsr-premium-offer .vsr-offer-specs>span{font-size:10.5px!important}.vsr-premium-offer .vsr-offer-inclusions{font-size:9.5px!important}.vsr-premium-offer .vsr-offer-availability strong{font-size:9.5px!important}.vsr-premium-offer .vsr-offer-availability span{font-size:9.5px!important}.vsr-offer-trust{font-size:8.5px!important}.vsr-premium-offer .vsr-price-label{font-size:9px!important}.vsr-premium-offer .vsr-offer-price>small{font-size:9.5px!important}.vsr-premium-offer .vsr-select-car{font-size:10.5px!important}.vsr-premium-offer .vsr-offer-details{font-size:9px!important}.vsr-sixt-inspired-booking .vsr-booking-request-head p{font-size:9px!important}.vsr-sixt-inspired-booking .vsr-booking-request-head h2{font-size:25px!important}.vsr-sixt-inspired-booking .vsr-booking-request-head span{font-size:11px!important}.vsr-sixt-inspired-booking .vsr-book-step-title strong{font-size:12px!important}.vsr-sixt-inspired-booking .vsr-book-step-title small{font-size:10px!important}.vsr-extra-category-head strong{font-size:10px!important}.vsr-extra-category-head span{font-size:9px!important}.vsr-premium-extra-card .vsr-extra-copy strong{font-size:12.5px!important}.vsr-premium-extra-card .vsr-extra-copy span{font-size:10px!important;line-height:1.45!important}.vsr-premium-extra-card .vsr-extra-copy small{font-size:10px!important}.vsr-extra-add-toggle{font-size:10px!important}.vsr-checkout-summary-head span{font-size:10px!important}.vsr-checkout-summary-head small{font-size:9px!important}.vsr-submit-booking{font-size:10.5px!important}.vsr-rental-confidence strong{font-size:10.5px!important}.vsr-rental-confidence small{font-size:9px!important}
.vsr-extra-included{display:inline-flex!important;align-items:center!important;min-height:20px!important;padding:0 7px!important;border-radius:999px!important;background:#ECFDF5!important;color:#047857!important;font-size:9px!important;font-weight:900!important}
.vsr-selected-extra-lines:empty{display:none}.vsr-selected-extra-lines{display:block!important;padding:3px 0 7px!important;border-top:1px dashed #DCE7ED!important}.vsr-selected-extra-line{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;padding:5px 0!important;border:0!important;color:#607789!important;font-size:9.5px!important}.vsr-selected-extra-line strong{color:#405669!important;font-size:9.5px!important;font-weight:800!important}

/* ============================================================
   v0.9.0 — Full commercial booking flow inspired by premium
   rental engines. Explore branding, original implementation.
============================================================ */
.vsr-premium-results{--vsr-ink:#111820;--vsr-dark:#11181d;--vsr-blue:#2B82BD;--vsr-line:#d9e1e6;background:#fff!important}
.vsr-premium-results .vsr-results-inner{width:min(1720px,calc(100% - 64px))!important}
.vsr-premium-results .vsr-booking-results-head{max-width:900px;margin-bottom:22px}
.vsr-premium-results .vsr-booking-journey{display:none!important}
.vsr-offer-filters{display:flex!important;align-items:center!important;gap:10px!important;flex-wrap:wrap!important;padding:0!important;margin:0 0 30px!important;border:0!important;box-shadow:none!important;background:transparent!important}
.vsr-offer-filters>div{position:relative;min-width:auto!important}
.vsr-offer-filters label{display:none!important}
.vsr-offer-filters select{width:auto!important;min-width:145px!important;min-height:46px!important;padding:0 38px 0 16px!important;border:0!important;border-radius:999px!important;background:#f3f4f5!important;color:#111820!important;font-size:14px!important;font-weight:700!important;cursor:pointer}
.vsr-offer-filters>button{display:none!important}.vsr-filter-reset{min-height:46px!important;padding:0 16px!important;border-radius:999px!important;background:#f3f4f5!important;color:#4f5d67!important;font-size:13px!important}
.vsr-results-toolbar{margin:10px 0 18px!important;padding:0!important;border:0!important}
.vsr-results-toolbar>small{font-size:12px!important}
.vsr-offer-list{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:20px!important;align-items:stretch}
.vsr-result-group-head{grid-column:1/-1;margin:12px 0 2px!important}.vsr-result-group-head-alt{grid-column:1/-1}

.vsr-sixt-car-card{position:relative;min-width:0;overflow:hidden;border-radius:15px;background:linear-gradient(180deg,#12181c 0%,#202a30 17%,#83939b 45%,#c5d1d7 66%,#12171a 100%);box-shadow:0 10px 30px rgba(5,15,24,.13);transition:transform .2s ease,box-shadow .2s ease,outline-color .2s ease;outline:0 solid transparent}
.vsr-sixt-car-card:hover{transform:translateY(-3px);box-shadow:0 18px 42px rgba(5,15,24,.2);outline:3px solid rgba(43,130,189,.5)}
.vsr-sixt-card-link{display:flex;flex-direction:column;min-height:620px;padding:22px 20px 18px;color:#fff!important;text-decoration:none!important}
.vsr-sixt-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;min-height:88px}
.vsr-sixt-card-head h2{margin:0!important;color:#fff!important;font-size:28px!important;line-height:1.08!important;font-weight:900!important;letter-spacing:-.035em!important}.vsr-sixt-card-head h2 small{font-size:13px;font-weight:800;letter-spacing:0}.vsr-sixt-card-head p{margin:8px 0 0;color:#fff;font-size:15px;font-weight:700}.vsr-sixt-fuel-badge{display:inline-flex;align-items:center;min-height:31px;padding:0 11px;border-radius:999px;background:var(--vsr-blue);color:#fff;font-size:12px;font-weight:900;white-space:nowrap}
.vsr-sixt-spec-pills{display:flex;gap:8px;flex-wrap:wrap;margin-top:7px}.vsr-sixt-spec-pills span{display:inline-flex;align-items:center;gap:6px;min-height:30px;padding:0 11px;border-radius:999px;background:rgba(255,255,255,.13);color:#fff;font-size:12px;font-weight:750;backdrop-filter:blur(6px)}.vsr-sixt-spec-pills svg{width:16px;height:16px}
.vsr-sixt-car-visual{display:flex;align-items:center;justify-content:center;flex:1;min-height:280px;padding:18px 4px}.vsr-sixt-car-visual img{display:block;width:100%;max-width:470px;height:270px;object-fit:contain;filter:drop-shadow(0 22px 12px rgba(0,0,0,.22));transition:transform .25s ease}.vsr-sixt-car-card:hover .vsr-sixt-car-visual img{transform:scale(1.025)}
.vsr-sixt-card-bottom{margin-top:auto}.vsr-sixt-included{display:flex;align-items:center;gap:8px;color:#fff;font-size:13px}.vsr-sixt-included>span{color:#30d47c;font-size:19px}.vsr-sixt-alt-time{margin-top:8px;color:#ffdf9f;font-size:11px;font-weight:700;line-height:1.4}.vsr-sixt-price-row{display:flex;align-items:flex-end;gap:12px;margin-top:13px}.vsr-sixt-price-row>strong{color:#fff;font-size:31px;line-height:1;font-weight:900;letter-spacing:-.04em}.vsr-sixt-price-row>strong small{margin-left:3px;font-size:14px;letter-spacing:0}.vsr-sixt-price-row>span{padding-bottom:2px;color:#aebbc2;font-size:13px}
.vsr-sixt-card-actions{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:0 20px 18px}.vsr-sixt-card-actions>a{color:#fff;text-decoration:none;font-size:12px;font-weight:800}.vsr-sixt-select{min-width:118px;min-height:42px;display:inline-flex;align-items:center;justify-content:center;border-radius:9px;background:#2B82BD;color:#fff!important}.vsr-sixt-select:hover{background:#1E70AA}.vsr-sixt-car-card>.vsr-favorite-btn{top:14px!important;right:14px!important;z-index:5}

/* Normal single vehicle detail: compact professional booking CTA. */
.vsr-single-start-booking{padding:23px;border:1px solid #d9e3e9;border-radius:14px;background:#fff;box-shadow:0 14px 38px rgba(7,31,51,.07)}.vsr-single-start-booking>span{color:#2B82BD;font-size:10px;font-weight:900;letter-spacing:.12em}.vsr-single-start-booking h2{margin:7px 0 15px;color:#071F33;font-size:25px}.vsr-single-start-booking>div{display:flex;align-items:baseline;gap:7px}.vsr-single-start-booking>div strong{font-size:28px;color:#071F33}.vsr-single-start-booking>div small{color:#718392}.vsr-single-start-booking p{margin:15px 0;color:#5b7080;font-size:12px;line-height:1.55}.vsr-single-start-booking>a{min-height:50px;display:flex;align-items:center;justify-content:center;border-radius:9px;background:#2B82BD;color:#fff;text-decoration:none;font-size:12px;font-weight:900;letter-spacing:.04em}.vsr-single-start-booking>a:hover{background:#1E70AA}.vsr-single-start-booking>small{display:block;margin-top:11px;color:#8696a1;font-size:9.5px;line-height:1.45}

/* Full booking application. */
.vsr-booking-flow-page,.vsr-booking-flow-page *{box-sizing:border-box}.vsr-booking-flow-page{--blue:#2B82BD;--blue-dark:#1E70AA;--ink:#151a1e;--muted:#657581;--line:#d9e0e4;background:#f5f6f7;min-height:75vh;padding:0 0 70px;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif}.vsr-booking-flow-inner{width:min(1720px,calc(100% - 64px));margin:0 auto}.vsr-sixt-flow{padding-top:0}.vsr-flow-form{padding:0!important}.vsr-flow-topbar{position:sticky;top:0;z-index:60;display:grid;grid-template-columns:48px minmax(0,1fr) auto 236px;align-items:center;gap:18px;min-height:104px;margin:0 -32px 18px;padding:15px 32px;border-bottom:1px solid #e0e4e7;background:rgba(255,255,255,.97);backdrop-filter:blur(14px)}.vsr-flow-back{width:42px;height:42px;border:0;background:transparent;color:#151a1e;font-size:45px;line-height:1;cursor:pointer}.vsr-flow-heading h1{margin:1px 0 0;color:#151a1e;font-size:34px;line-height:1.05;font-weight:950;letter-spacing:-.035em}.vsr-flow-step-kicker{color:#6b7881;font-size:9px;font-weight:900;letter-spacing:.15em}.vsr-flow-top-total{display:flex;align-items:baseline;gap:6px;white-space:nowrap}.vsr-flow-top-total small{color:#1b2024;font-weight:800}.vsr-flow-top-total strong{color:#151a1e;font-size:24px}.vsr-flow-continue,.vsr-rate-bottom button{min-height:58px;border:0;border-radius:11px;background:#2B82BD;color:#fff;font:900 14px/1 inherit;cursor:pointer}.vsr-flow-continue:hover,.vsr-rate-bottom button:hover{background:#1E70AA}.vsr-flow-stage{display:none}.vsr-flow-stage.is-active{display:block;animation:vsrFade .18s ease}@keyframes vsrFade{from{opacity:.4;transform:translateY(4px)}to{opacity:1;transform:none}}

/* Booking option panel. */
.vsr-rate-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(520px,1fr);min-height:650px;overflow:hidden;border-radius:18px;background:#fff;box-shadow:0 15px 50px rgba(16,27,34,.10)}.vsr-rate-vehicle{position:relative;display:flex;flex-direction:column;overflow:hidden;padding:30px;background:linear-gradient(180deg,#12181c 0%,#303d44 20%,#a9bac3 62%,#1b2226 100%);color:#fff}.vsr-rate-vehicle-head h2{margin:0;color:#fff;font-size:38px;font-weight:950;letter-spacing:-.04em}.vsr-rate-vehicle-head span{display:block;margin-top:8px;font-size:17px;font-weight:700}.vsr-rate-car-image{display:flex;align-items:center;justify-content:center;flex:1;min-height:400px}.vsr-rate-car-image img{width:90%;height:390px;object-fit:contain;filter:drop-shadow(0 24px 15px rgba(0,0,0,.25))}.vsr-rate-specs{display:flex;justify-content:center;flex-wrap:wrap;gap:14px 22px;padding:15px 0;color:#fff}.vsr-rate-specs span{display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:700}.vsr-rate-specs svg{width:19px;height:19px}
.vsr-rate-options{display:flex;flex-direction:column;padding:38px}.vsr-rate-options>h2{margin:0 0 18px;color:#161b1f;font-size:21px}.vsr-rate-choice{display:grid;grid-template-columns:32px minmax(0,1fr) auto;align-items:center;gap:12px;min-height:96px;padding:17px 20px;border:1px solid #d8dee2;background:#fff;cursor:pointer}.vsr-rate-choice:first-of-type{border-radius:12px 12px 0 0}.vsr-rate-choice+ .vsr-rate-choice{border-top:0;border-radius:0 0 12px 12px}.vsr-rate-choice.is-selected{position:relative;border:2px solid #151a1e!important}.vsr-rate-choice input{position:absolute;opacity:0;pointer-events:none}.vsr-rate-radio,.vsr-package-radio{width:27px;height:27px;border:1px solid #cfd6da;border-radius:50%;background:#fff}.vsr-rate-choice.is-selected .vsr-rate-radio,.vsr-protection-card.is-selected .vsr-package-radio{box-shadow:inset 0 0 0 7px #151a1e}.vsr-rate-choice div strong,.vsr-rate-choice div small{display:block}.vsr-rate-choice div strong{font-size:17px;color:#151a1e}.vsr-rate-choice div small{margin-top:6px;color:#71808a;font-size:12px;line-height:1.5}.vsr-rate-choice>b{font-size:13px;white-space:nowrap}.vsr-rate-subhead{margin-top:28px!important}.vsr-mileage-choice{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:20px;border:2px solid #1b2024;border-radius:12px}.vsr-mileage-choice strong,.vsr-mileage-choice small{display:block}.vsr-mileage-choice strong{font-size:17px}.vsr-mileage-choice small{margin-top:6px;color:#71808a;font-size:12px}.vsr-rate-bottom{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:20px;align-items:end;margin-top:auto;padding-top:32px}.vsr-rate-bottom>div strong,.vsr-rate-bottom>div small{display:block}.vsr-rate-bottom>div strong{font-size:29px}.vsr-rate-bottom>div small{margin-top:5px;color:#71808a;font-size:12px}

/* Protection step. */
.vsr-flow-info{margin:0 0 18px;padding:19px 22px;border-radius:12px;background:#eceeef;color:#1f262b;font-size:13px}.vsr-protection-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.vsr-protection-card{position:relative;display:flex;flex-direction:column;min-height:500px;padding:22px;border:1px solid #d5dadd;border-radius:14px;background:#fff;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.vsr-protection-card:hover{transform:translateY(-2px);box-shadow:0 14px 34px rgba(10,20,27,.08)}.vsr-protection-card.is-selected{border:2px solid #151a1e}.vsr-protection-card input{position:absolute;opacity:0}.vsr-protection-card .vsr-package-radio{position:absolute;top:20px;right:20px}.vsr-protection-card em{width:max-content;margin:-3px 0 10px;padding:5px 9px;border-radius:999px;background:#e9f5fc;color:#1E70AA;font-size:10px;font-style:normal;font-weight:900}.vsr-protection-card h2{max-width:80%;margin:0;color:#171c20;font-size:24px;line-height:1.13}.vsr-package-stars{margin-top:52px;font-size:18px;letter-spacing:2px}.vsr-protection-card p{margin:14px 0 20px;color:#5e6e78;font-size:13px;line-height:1.55}.vsr-protection-card>strong{margin-top:auto;color:#171c20;font-size:19px}.vsr-flow-empty-inline{padding:30px;border:1px dashed #cbd4da;border-radius:12px;background:#fff;color:#6c7a84;text-align:center}

/* Extras rows & booking summary. */
.vsr-flow-two-col{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(360px,.82fr);gap:70px;align-items:start}.vsr-addon-list{min-width:0}.vsr-addon-group-title{margin:24px 0 10px;color:#65747e;font-size:11px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.vsr-addon-row{display:grid;grid-template-columns:46px minmax(0,1fr) auto;align-items:center;gap:16px;min-height:120px;margin-bottom:14px;padding:20px;border:1px solid #d8dee2;border-radius:13px;background:#fff}.vsr-addon-icon{width:42px;height:42px;display:flex;align-items:center;justify-content:center;color:#14191d}.vsr-addon-icon svg{width:27px;height:27px}.vsr-addon-copy strong,.vsr-addon-copy small,.vsr-addon-copy b{display:block}.vsr-addon-copy strong{color:#151a1e;font-size:16px}.vsr-addon-copy small{margin-top:5px;color:#6b7a84;font-size:12px;line-height:1.45}.vsr-addon-copy b{margin-top:10px;color:#151a1e;font-size:13px}.vsr-switch-control{display:flex;align-items:center}.vsr-switch{position:relative;width:64px;height:38px;border:0;border-radius:999px;background:#d7dde1;cursor:pointer;transition:background .2s ease}.vsr-switch i{position:absolute;left:5px;top:5px;width:28px;height:28px;border-radius:50%;background:#fff;box-shadow:0 2px 5px rgba(0,0,0,.12);transition:left .2s ease}.vsr-switch.is-active{background:#2B82BD}.vsr-switch.is-active i{left:31px}.vsr-addon-row .vsr-extra-control{display:grid;grid-template-columns:38px 50px 38px;align-items:center;border:1px solid #d2dade;border-radius:999px;overflow:hidden}.vsr-addon-row .vsr-extra-control button{height:38px;border:0;background:#fff;font-size:20px;cursor:pointer}.vsr-addon-row .vsr-extra-control input{width:50px!important;height:38px!important;margin:0!important;padding:0!important;border:0!important;text-align:center!important}
.vsr-flow-summary{position:sticky;top:126px;padding:24px;border-radius:15px;background:#eceeef}.vsr-summary-car{display:flex;align-items:center;gap:14px}.vsr-summary-car img{width:72px;height:54px;border-radius:6px;object-fit:contain;background:#313a3f}.vsr-summary-car strong,.vsr-summary-car small{display:block}.vsr-summary-car strong{font-size:16px}.vsr-summary-car small{margin-top:2px;color:#71808a;font-size:11px}.vsr-flow-summary h3{margin:25px 0 12px;padding-top:18px;border-top:1px solid #d4dade;font-size:16px}.vsr-summary-route{position:relative;padding:0 0 17px 30px}.vsr-summary-route:before{content:"";position:absolute;left:6px;top:5px;width:10px;height:10px;border-radius:2px;background:#151a1e}.vsr-summary-route span,.vsr-summary-route strong,.vsr-summary-route small{display:block}.vsr-summary-route span{color:#78858d;font-size:10px}.vsr-summary-route strong{margin-top:3px;font-size:14px}.vsr-summary-route small{margin-top:2px;font-size:12px}.vsr-summary-inclusion{margin:10px 0;color:#1b2227;font-size:13px}.vsr-summary-inclusion::first-letter{color:#19a75a}.vsr-flow-summary .vsr-selected-extra-lines{margin-top:12px}.vsr-summary-price{display:flex;align-items:end;justify-content:space-between;gap:15px;margin-top:22px;padding-top:18px;border-top:1px solid #ccd4d9}.vsr-summary-price span{font-size:12px;font-weight:800}.vsr-summary-price strong{font-size:25px}

/* Driver details. */
.vsr-driver-form{padding:0 0 20px}.vsr-driver-form>h2{margin:0 0 24px;color:#161b1f;font-size:28px}.vsr-driver-form label{display:block;margin-bottom:18px;color:#20272c;font-size:12px;font-weight:800}.vsr-driver-form input,.vsr-driver-form select,.vsr-driver-form textarea{width:100%;min-height:58px;margin-top:7px;padding:0 15px;border:1px solid #d2d9de;border-radius:11px;background:#fff;font:500 14px/1.3 inherit;outline:none}.vsr-driver-form textarea{min-height:110px;padding-top:14px}.vsr-driver-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.vsr-driver-grid-4{grid-template-columns:1.2fr .8fr 1.2fr .8fr}.vsr-age-confirm{display:flex!important;align-items:center;gap:10px!important;margin:6px 0 22px!important}.vsr-age-confirm input{width:28px!important;height:28px!important;min-height:0!important;margin:0!important}.vsr-submit-booking{width:100%!important;min-height:58px!important;margin:6px 0 0!important;border-radius:11px!important;background:#2B82BD!important;font-size:13px!important}.vsr-request-note{margin:10px 0 0;color:#75838c;font-size:11px;line-height:1.45}.vsr-flow-empty{max-width:720px;margin:50px auto;padding:30px;border-radius:14px;background:#fff;text-align:center}.vsr-flow-empty strong,.vsr-flow-empty span{display:block}.vsr-flow-empty strong{font-size:24px}.vsr-flow-empty span{margin-top:8px;color:#71808a}

@media(max-width:1200px){.vsr-offer-list{grid-template-columns:repeat(2,minmax(0,1fr))!important}.vsr-rate-layout{grid-template-columns:1fr}.vsr-rate-vehicle{min-height:560px}.vsr-protection-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.vsr-flow-two-col{gap:30px}.vsr-flow-topbar{grid-template-columns:42px minmax(0,1fr) auto 190px}.vsr-flow-heading h1{font-size:27px}}
@media(max-width:850px){.vsr-premium-results .vsr-results-inner,.vsr-booking-flow-inner{width:calc(100% - 28px)!important}.vsr-offer-list{grid-template-columns:1fr!important}.vsr-sixt-card-link{min-height:560px}.vsr-flow-topbar{margin:0 -14px 14px;padding:12px 14px;grid-template-columns:36px 1fr auto}.vsr-flow-top-total{grid-column:2}.vsr-flow-continue{grid-column:3;grid-row:1/3;min-width:120px;min-height:50px}.vsr-flow-heading h1{font-size:22px}.vsr-rate-options{padding:24px 18px}.vsr-rate-bottom{grid-template-columns:1fr}.vsr-protection-grid{grid-template-columns:1fr}.vsr-protection-card{min-height:330px}.vsr-package-stars{margin-top:25px}.vsr-flow-two-col{grid-template-columns:1fr}.vsr-flow-summary{position:static;order:-1}.vsr-driver-grid,.vsr-driver-grid-4{grid-template-columns:1fr 1fr}.vsr-addon-row{grid-template-columns:40px minmax(0,1fr) auto}}
@media(max-width:560px){.vsr-sixt-card-head h2{font-size:24px!important}.vsr-sixt-card-link{min-height:510px;padding:18px 16px 14px}.vsr-sixt-car-visual{min-height:230px}.vsr-sixt-car-visual img{height:220px}.vsr-sixt-card-actions{padding:0 16px 15px}.vsr-offer-filters{overflow-x:auto;flex-wrap:nowrap!important;padding-bottom:5px!important}.vsr-offer-filters select{min-width:140px!important}.vsr-flow-top-total{display:none}.vsr-flow-topbar{grid-template-columns:32px minmax(0,1fr) 105px}.vsr-flow-continue{grid-column:3;grid-row:1}.vsr-flow-heading h1{font-size:18px}.vsr-rate-vehicle{min-height:430px;padding:20px}.vsr-rate-vehicle-head h2{font-size:29px}.vsr-rate-car-image{min-height:280px}.vsr-rate-car-image img{height:270px}.vsr-rate-options{padding:20px 14px}.vsr-rate-choice{grid-template-columns:28px minmax(0,1fr);padding:15px}.vsr-rate-choice>b{grid-column:2;margin-top:6px}.vsr-driver-grid,.vsr-driver-grid-4{grid-template-columns:1fr}.vsr-addon-row{grid-template-columns:36px 1fr;padding:16px}.vsr-switch-control,.vsr-addon-row .vsr-extra-control{grid-column:1/-1;justify-self:stretch}.vsr-switch{width:100%}.vsr-switch i{left:5px}.vsr-switch.is-active i{left:calc(100% - 33px)}.vsr-addon-row .vsr-extra-control{grid-template-columns:40px 1fr 40px}.vsr-addon-row .vsr-extra-control input{width:100%!important}.vsr-flow-summary{padding:18px}}

/* ============================================================
   v0.10.0 — Premium rental application polish
   Commercial booking UX inspired by leading rental flows while
   keeping Explore's own blue/navy visual identity.
============================================================ */

/* Prevent theme typography from leaking into the booking app. */
.vsr-booking-flow-page,
.vsr-booking-flow-page h1,
.vsr-booking-flow-page h2,
.vsr-booking-flow-page h3,
.vsr-booking-flow-page h4,
.vsr-booking-flow-page p,
.vsr-booking-flow-page span,
.vsr-booking-flow-page strong,
.vsr-booking-flow-page small,
.vsr-booking-flow-page button,
.vsr-booking-flow-page input,
.vsr-booking-flow-page select,
.vsr-booking-flow-page textarea,
.vsr-flow-summary,
.vsr-flow-summary h3{
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif!important;
}
.vsr-booking-flow-page h1,.vsr-booking-flow-page h2,.vsr-booking-flow-page h3{font-style:normal!important;text-transform:none}

/* Homepage fleet now uses the same premium rental-card language as search results. */
.vsr-fleet-section .fleet-grid{align-items:stretch}
.vsr-fleet-section .vsr-home-rental-card{height:100%;min-height:610px;border-radius:16px}
.vsr-fleet-section .vsr-home-rental-card .vsr-sixt-card-link{min-height:565px}
.vsr-fleet-section .vsr-home-rental-card .vsr-sixt-card-head h2{font-size:27px!important}
.vsr-fleet-section .vsr-home-rental-card .vsr-sixt-car-visual{min-height:255px}
.vsr-fleet-section .vsr-home-rental-card .vsr-sixt-car-visual img{height:255px}
.vsr-fleet-section .vsr-home-rental-card .vsr-sixt-card-actions{border-top:1px solid rgba(255,255,255,.08);padding-top:14px}
.vsr-fleet-section .vsr-home-rental-card .vsr-sixt-card-actions>a:first-child{color:#dce6eb}

/* Cleaner, more app-like top bar. */
.vsr-flow-topbar{min-height:96px;border-bottom:1px solid #e3e6e8;box-shadow:0 1px 0 rgba(15,23,42,.02)}
.vsr-flow-heading h1{font-family:Inter,system-ui,sans-serif!important;font-size:32px!important;font-weight:900!important;letter-spacing:-.035em!important}
.vsr-flow-step-kicker{font-size:10px!important;letter-spacing:.18em!important}
.vsr-flow-top-total small{font-size:12px!important;text-transform:none!important}
.vsr-flow-top-total strong{font-size:27px!important;font-weight:900!important;letter-spacing:-.025em!important}
.vsr-flow-continue,.vsr-rate-bottom button{border-radius:10px!important;letter-spacing:.1em;text-transform:uppercase;box-shadow:none!important}

/* Booking option split view. */
.vsr-rate-layout{min-height:620px;border-radius:17px!important;box-shadow:0 18px 55px rgba(17,24,39,.11)!important}
.vsr-rate-vehicle{padding:32px!important;background:linear-gradient(180deg,#11191d 0%,#202b31 18%,#74868f 53%,#b7c6cd 74%,#182126 100%)!important}
.vsr-rate-vehicle-head h2{font-family:Inter,system-ui,sans-serif!important;font-size:38px!important;font-weight:900!important;color:#fff!important;line-height:1.02!important}
.vsr-rate-vehicle-head span{font-size:16px!important;color:#fff!important}
.vsr-rate-car-image{min-height:365px!important}
.vsr-rate-car-image img{height:355px!important;max-width:92%;filter:drop-shadow(0 25px 16px rgba(0,0,0,.26))}
.vsr-rate-specs{padding:16px 0 4px!important;gap:12px 20px!important}
.vsr-rate-specs span{font-size:13px!important;color:#fff!important}

.vsr-rate-options{padding:34px 38px!important}
.vsr-rate-options>h2{font-family:Inter,system-ui,sans-serif!important;font-size:22px!important;font-weight:850!important;letter-spacing:-.02em}
.vsr-rate-choice{grid-template-columns:34px minmax(0,1fr) auto!important;min-height:106px!important;padding:18px 20px!important;border-color:#cfd5d9!important}
.vsr-rate-choice.is-selected{border:2px solid #161a1d!important;box-shadow:0 0 0 1px rgba(22,26,29,.03)}
.vsr-rate-radio,.vsr-package-radio{display:block!important;width:28px!important;height:28px!important;min-width:28px!important;border:2px solid #cbd2d6!important;border-radius:50%!important;background:#fff!important}
.vsr-rate-choice.is-selected .vsr-rate-radio,.vsr-protection-card.is-selected .vsr-package-radio{border-color:#161a1d!important;box-shadow:inset 0 0 0 7px #161a1d!important}
.vsr-rate-choice div strong{font-size:17px!important;font-weight:850!important}
.vsr-rate-choice div small{font-size:12.5px!important;line-height:1.5!important}
.vsr-rate-choice>b{font-size:14px!important;font-weight:850!important}
.vsr-mileage-choice{min-height:105px;padding:20px!important;border:2px solid #181d20!important}
.vsr-mileage-choice strong{font-size:18px!important}
.vsr-mileage-choice small{font-size:12.5px!important}
.vsr-rate-total-label{display:block;margin-bottom:3px;color:#68757e;font-size:10px;font-weight:850;letter-spacing:.06em;text-transform:uppercase}
.vsr-rate-bottom{padding-top:28px!important}
.vsr-rate-bottom>div strong{font-size:31px!important;font-weight:900!important;letter-spacing:-.025em}

/* Protection comparison — package cards with actual included/excluded rows. */
.vsr-protection-grid{gap:18px!important}
.vsr-protection-card{min-height:535px!important;padding:22px 20px!important;border-radius:12px!important;box-shadow:none!important}
.vsr-protection-card h2{font-family:Inter,system-ui,sans-serif!important;font-size:22px!important;font-weight:850!important;letter-spacing:-.02em!important}
.vsr-protection-card em{background:#e9f5fc!important;color:#1e70aa!important}
.vsr-package-stars{margin-top:40px!important;font-size:18px!important;letter-spacing:1px!important}
.vsr-protection-excess-line{margin:12px 0 16px;padding:0;color:#1c2328;font-size:13px;font-weight:800;line-height:1.4}
.vsr-protection-excess-line.is-risk{color:#d72f2f}
.vsr-protection-excess-line.is-good{color:#14944f}
.vsr-protection-feature-list{display:grid;gap:0;margin:0 -20px 18px;padding:8px 20px 0;border-top:1px solid #eceff1}
.vsr-protection-feature-list span{display:grid;grid-template-columns:22px minmax(0,1fr);align-items:start;gap:8px;padding:9px 0;color:#1f272c;font-size:12px;line-height:1.35}
.vsr-protection-feature-list span i{font-size:18px;font-style:normal;line-height:1;color:#1f272c}
.vsr-protection-feature-list span.is-no{color:#73808a}
.vsr-protection-feature-list span.is-no i{color:#7e8a92}
.vsr-protection-feature-list span.is-yes i{color:#171c20}
.vsr-protection-card-price{display:flex;align-items:baseline;gap:9px;margin-top:auto}
.vsr-protection-card-price strong{font-size:19px!important;font-weight:900!important}
.vsr-protection-card-price del{color:#7f8a91;font-size:12px}

/* Extras: clean full-width service rows similar to a dedicated booking app. */
.vsr-addon-row{min-height:112px!important;margin-bottom:12px!important;padding:18px 20px!important;border-radius:12px!important;border-color:#d4dade!important;box-shadow:none!important}
.vsr-addon-copy strong{font-size:16px!important;font-weight:850!important}
.vsr-addon-copy small{max-width:650px;font-size:12px!important}
.vsr-addon-copy b{font-size:13px!important}
.vsr-switch{background:#d6dce0!important}
.vsr-switch.is-active{background:#2B82BD!important}

/* Sticky booking summary: compact and never shows phantom 09:00 rows. */
.vsr-flow-summary{top:116px!important;padding:22px!important;border-radius:14px!important;background:#eef0f1!important;color:#171c20!important}
.vsr-summary-car img{width:78px!important;height:58px!important;border-radius:7px!important}
.vsr-flow-summary h3{font-size:16px!important;font-weight:850!important;letter-spacing:-.01em!important}
.vsr-summary-no-dates{padding:15px;border-radius:10px;background:#fff;border:1px solid #dce1e4}
.vsr-summary-no-dates strong,.vsr-summary-no-dates span{display:block}
.vsr-summary-no-dates strong{font-size:13px;font-weight:850}
.vsr-summary-no-dates span{margin-top:5px;color:#6c7a83;font-size:11px;line-height:1.45}
.vsr-summary-route-list[hidden],.vsr-summary-no-dates[hidden]{display:none!important}
.vsr-summary-price strong{font-size:23px!important;text-align:right}
.vsr-selected-extra-line{display:flex;justify-content:space-between;gap:12px;padding:6px 0;color:#263038;font-size:11px}
.vsr-selected-extra-line strong{white-space:nowrap}

/* Driver step mirrors the clean checkout split. */
.vsr-driver-form>h2{font-family:Inter,system-ui,sans-serif!important;font-size:28px!important;font-weight:900!important}
.vsr-driver-form input,.vsr-driver-form select,.vsr-driver-form textarea{border-radius:9px!important;border-color:#ccd3d8!important;background:#fff!important;box-shadow:none!important}
.vsr-driver-form input:focus,.vsr-driver-form select:focus,.vsr-driver-form textarea:focus{border-color:#2B82BD!important;box-shadow:0 0 0 3px rgba(43,130,189,.08)!important}

@media(max-width:1200px){
  .vsr-fleet-section .vsr-home-rental-card .vsr-sixt-card-link{min-height:550px}
  .vsr-rate-layout{grid-template-columns:1fr!important}
  .vsr-rate-vehicle{min-height:520px!important}
  .vsr-protection-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:850px){
  .vsr-flow-heading h1{font-size:22px!important}
  .vsr-flow-top-total strong{font-size:20px!important}
  .vsr-rate-options{padding:24px 18px!important}
  .vsr-rate-vehicle{min-height:480px!important}
  .vsr-rate-car-image{min-height:300px!important}
  .vsr-rate-car-image img{height:290px!important}
  .vsr-protection-grid{grid-template-columns:1fr!important}
  .vsr-protection-card{min-height:auto!important}
}
@media(max-width:560px){
  .vsr-fleet-section .vsr-home-rental-card{min-height:520px}
  .vsr-fleet-section .vsr-home-rental-card .vsr-sixt-card-link{min-height:480px}
  .vsr-rate-vehicle-head h2{font-size:28px!important}
  .vsr-rate-choice{grid-template-columns:30px minmax(0,1fr)!important}
  .vsr-rate-choice>b{grid-column:2}
  .vsr-flow-summary{padding:17px!important}
}
.vsr-fleet-section .vsr-sixt-fuel-badge{background:#2B82BD}

/* =====================================================
   v0.10.1 — theme-proof navigation + complete car imagery
===================================================== */
.vsr-booking-flow-page .vsr-flow-back{
  appearance:none!important;
  -webkit-appearance:none!important;
  width:44px!important;
  min-width:44px!important;
  max-width:44px!important;
  height:44px!important;
  min-height:44px!important;
  max-height:44px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:50%!important;
  outline:0!important;
  background:transparent!important;
  background-image:none!important;
  box-shadow:none!important;
  color:#151a1e!important;
  line-height:1!important;
  text-indent:0!important;
  transform:none!important;
  cursor:pointer!important;
  overflow:visible!important;
}
.vsr-booking-flow-page .vsr-flow-back::before,
.vsr-booking-flow-page .vsr-flow-back::after{content:none!important;display:none!important}
.vsr-booking-flow-page .vsr-flow-back:hover,
.vsr-booking-flow-page .vsr-flow-back:focus{
  background:#f1f3f4!important;
  color:#151a1e!important;
  box-shadow:none!important;
}
.vsr-booking-flow-page .vsr-flow-back:disabled{opacity:0!important;pointer-events:none!important}
.vsr-booking-flow-page .vsr-flow-back-icon{display:block!important;width:27px!important;height:27px!important;flex:0 0 27px!important}

/* Never crop the selected vehicle. The browser receives the non-cropped WP image too. */
.vsr-booking-flow-page .vsr-rate-car-image{
  min-width:0!important;
  padding:22px 10px!important;
  overflow:visible!important;
}
.vsr-booking-flow-page .vsr-rate-car-image img{
  display:block!important;
  width:auto!important;
  max-width:100%!important;
  height:auto!important;
  max-height:430px!important;
  margin:auto!important;
  object-fit:contain!important;
  object-position:center center!important;
}
.vsr-booking-flow-page .vsr-summary-car{
  display:grid!important;
  grid-template-columns:110px minmax(0,1fr)!important;
  align-items:center!important;
  gap:16px!important;
}
.vsr-booking-flow-page .vsr-summary-car img{
  display:block!important;
  width:110px!important;
  height:78px!important;
  max-width:110px!important;
  padding:6px!important;
  border-radius:9px!important;
  background:#303a40!important;
  object-fit:contain!important;
  object-position:center center!important;
}

@media(max-width:850px){
  .vsr-booking-flow-page .vsr-rate-car-image img{max-height:340px!important}
  .vsr-booking-flow-page .vsr-summary-car{grid-template-columns:96px minmax(0,1fr)!important}
  .vsr-booking-flow-page .vsr-summary-car img{width:96px!important;max-width:96px!important;height:70px!important}
}
@media(max-width:560px){
  .vsr-booking-flow-page .vsr-flow-back{width:36px!important;min-width:36px!important;max-width:36px!important;height:36px!important;min-height:36px!important;max-height:36px!important}
  .vsr-booking-flow-page .vsr-flow-back-icon{width:23px!important;height:23px!important;flex-basis:23px!important}
  .vsr-booking-flow-page .vsr-rate-car-image img{max-height:280px!important}
  .vsr-booking-flow-page .vsr-summary-car{grid-template-columns:86px minmax(0,1fr)!important;gap:12px!important}
  .vsr-booking-flow-page .vsr-summary-car img{width:86px!important;max-width:86px!important;height:64px!important}
}


/* =====================================================
   v0.11.0 — responsive booking-app polish
   Mobile/tablet-first refinement without changing booking logic.
===================================================== */

/* Shared polish / accessibility */
.vsr-booking-flow-page button,
.vsr-booking-flow-page a,
.vsr-fleet-section a,
.vsr-premium-results a{
  -webkit-tap-highlight-color:transparent;
}
.vsr-booking-flow-page button:focus-visible,
.vsr-booking-flow-page a:focus-visible,
.vsr-fleet-section a:focus-visible,
.vsr-premium-results a:focus-visible{
  outline:3px solid rgba(43,130,189,.28)!important;
  outline-offset:3px!important;
}
.vsr-flow-mobile-step{display:none;color:#6f7f89;font-size:11px;font-weight:800;letter-spacing:.01em}
.vsr-mobile-flow-action{display:none}

/* More premium depth while keeping the Explore identity. */
.vsr-rate-layout{
  border:1px solid rgba(17,24,39,.06)!important;
  box-shadow:0 22px 65px rgba(17,24,39,.12)!important;
}
.vsr-rate-choice,
.vsr-mileage-choice,
.vsr-protection-card,
.vsr-addon-row{
  transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease,background-color .18s ease!important;
}
.vsr-rate-choice:hover,
.vsr-mileage-choice:hover,
.vsr-addon-row:hover{
  border-color:#aebbc3!important;
}
.vsr-protection-card.is-selected,
.vsr-rate-choice.is-selected{
  box-shadow:0 8px 26px rgba(17,24,39,.07)!important;
}
.vsr-addon-row.is-selected,
.vsr-addon-row:has(.vsr-switch.is-active){
  border-color:rgba(43,130,189,.46)!important;
  background:#fbfdff!important;
}

/* Homepage cards: less bulky on tablets, cleaner image stage. */
.vsr-fleet-section .vsr-home-rental-card{
  overflow:hidden;
  box-shadow:0 16px 42px rgba(5,15,24,.14)!important;
}
.vsr-fleet-section .vsr-home-rental-card .vsr-sixt-car-visual{
  padding-inline:0!important;
}
.vsr-fleet-section .vsr-home-rental-card .vsr-sixt-car-visual img{
  width:100%!important;
  max-width:500px!important;
  object-fit:contain!important;
  object-position:center!important;
}
.vsr-fleet-section .vsr-home-rental-card .vsr-sixt-price-row{
  flex-wrap:wrap;
  row-gap:5px;
}

/* Booking header stays crisp on all widths. */
.vsr-flow-topbar{
  box-shadow:0 8px 24px rgba(15,23,42,.045)!important;
}
.vsr-flow-heading{min-width:0}
.vsr-flow-heading h1{
  overflow:hidden;
  text-overflow:ellipsis;
}
.vsr-flow-continue,
.vsr-rate-bottom button,
.vsr-submit-booking,
.vsr-mobile-flow-next{
  min-height:52px;
  touch-action:manipulation;
}

/* Tablet landscape: preserve the premium split-view instead of turning into a long page too early. */
@media (min-width:901px) and (max-width:1199px){
  .vsr-booking-flow-inner{width:calc(100% - 36px)!important}
  .vsr-flow-topbar{
    margin-inline:-18px!important;
    padding-inline:18px!important;
    grid-template-columns:44px minmax(0,1fr) auto 170px!important;
    gap:14px!important;
  }
  .vsr-flow-heading h1{font-size:25px!important}
  .vsr-flow-top-total strong{font-size:22px!important}
  .vsr-flow-continue{min-width:150px!important}
  .vsr-rate-layout{
    grid-template-columns:minmax(0,.92fr) minmax(430px,1.08fr)!important;
    min-height:560px!important;
  }
  .vsr-rate-vehicle{min-height:560px!important;padding:26px!important}
  .vsr-rate-vehicle-head h2{font-size:32px!important}
  .vsr-booking-flow-page .vsr-rate-car-image{min-height:300px!important;padding:12px 6px!important}
  .vsr-booking-flow-page .vsr-rate-car-image img{max-height:315px!important}
  .vsr-rate-specs{gap:10px 14px!important}
  .vsr-rate-specs span{font-size:11.5px!important}
  .vsr-rate-options{padding:26px!important}
  .vsr-rate-choice{min-height:94px!important;padding:16px!important}
  .vsr-rate-choice div strong{font-size:15px!important}
  .vsr-rate-choice div small{font-size:11.5px!important}
  .vsr-mileage-choice{min-height:92px!important;padding:17px!important}
  .vsr-rate-bottom{grid-template-columns:minmax(0,1fr) 180px!important;gap:16px!important}
  .vsr-protection-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .vsr-protection-card{min-height:450px!important}
  .vsr-flow-two-col{grid-template-columns:minmax(0,1.35fr) minmax(300px,.72fr)!important;gap:30px!important}
  .vsr-flow-summary{top:112px!important}
  .vsr-driver-grid-4{grid-template-columns:1fr .7fr 1fr .7fr!important}
}

/* Tablet portrait / small laptop */
@media (max-width:900px){
  .vsr-booking-flow-page{padding-bottom:80px!important}
  .vsr-booking-flow-inner{width:calc(100% - 24px)!important}
  .vsr-flow-topbar{
    min-height:82px!important;
    margin:0 -12px 14px!important;
    padding:10px 12px!important;
    grid-template-columns:40px minmax(0,1fr) auto!important;
    gap:10px!important;
  }
  .vsr-flow-heading h1{font-size:21px!important;line-height:1.12!important;white-space:nowrap}
  .vsr-flow-step-kicker{display:none!important}
  .vsr-flow-mobile-step{display:block;margin-top:3px}
  .vsr-flow-top-total{display:none!important}
  .vsr-flow-continue{min-width:118px!important;min-height:48px!important;padding:0 14px!important;font-size:11px!important;letter-spacing:.06em!important}
  .vsr-rate-layout{grid-template-columns:1fr!important;min-height:0!important;border-radius:15px!important}
  .vsr-rate-vehicle{min-height:auto!important;padding:23px!important}
  .vsr-rate-vehicle-head h2{font-size:30px!important}
  .vsr-rate-vehicle-head span{font-size:13px!important}
  .vsr-booking-flow-page .vsr-rate-car-image{min-height:275px!important;padding:8px!important}
  .vsr-booking-flow-page .vsr-rate-car-image img{max-height:285px!important}
  .vsr-rate-specs{padding-top:10px!important;gap:9px 16px!important}
  .vsr-rate-specs span{font-size:11.5px!important}
  .vsr-rate-options{padding:24px!important}
  .vsr-rate-bottom{grid-template-columns:minmax(0,1fr) 200px!important;gap:16px!important}
  .vsr-protection-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .vsr-protection-card{min-height:430px!important}
  .vsr-flow-two-col{grid-template-columns:1fr!important;gap:20px!important}
  .vsr-flow-summary{position:static!important;order:2!important;margin-top:4px}
  .vsr-driver-grid-4{grid-template-columns:1fr 1fr!important}
  .vsr-addon-row{min-height:104px!important}
}

/* Mobile: app-like, thumb-friendly, bottom action always reachable. */
@media (max-width:700px){
  .vsr-booking-flow-page{
    background:#f3f5f6!important;
    padding-bottom:calc(168px + env(safe-area-inset-bottom,0px))!important;
  }
  .vsr-booking-flow-inner{width:100%!important}
  .vsr-sixt-flow{overflow:visible!important}
  .vsr-flow-topbar{
    top:0!important;
    min-height:70px!important;
    margin:0 0 10px!important;
    padding:9px 12px!important;
    border-radius:0!important;
    grid-template-columns:36px minmax(0,1fr)!important;
    gap:8px!important;
  }
  .vsr-flow-back{width:36px!important;height:36px!important;min-width:36px!important;min-height:36px!important}
  .vsr-flow-heading h1{font-size:18px!important;white-space:normal!important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
  .vsr-flow-mobile-step{font-size:10px!important}
  .vsr-flow-topbar>.vsr-flow-continue{display:none!important}

  .vsr-flow-stage{padding:0 10px 4px!important}
  .vsr-rate-layout{border-radius:14px!important;box-shadow:0 9px 28px rgba(17,24,39,.08)!important}
  .vsr-rate-vehicle{padding:18px 16px!important;background:linear-gradient(180deg,#11191d 0%,#29363d 20%,#8e9da5 63%,#1a2226 100%)!important}
  .vsr-rate-vehicle-head h2{font-size:27px!important}
  .vsr-rate-vehicle-head span{margin-top:4px!important;font-size:12px!important}
  .vsr-booking-flow-page .vsr-rate-car-image{min-height:225px!important;padding:6px 0!important}
  .vsr-booking-flow-page .vsr-rate-car-image img{width:auto!important;max-width:100%!important;max-height:235px!important}
  .vsr-rate-specs{justify-content:flex-start!important;gap:8px 13px!important;padding:9px 0 2px!important}
  .vsr-rate-specs span{font-size:10.5px!important}
  .vsr-rate-specs svg{width:16px!important;height:16px!important}

  .vsr-rate-options{padding:20px 14px 16px!important}
  .vsr-rate-options>h2{font-size:19px!important;margin-bottom:12px!important}
  .vsr-rate-choice{
    grid-template-columns:28px minmax(0,1fr)!important;
    gap:10px!important;
    min-height:0!important;
    padding:15px 13px!important;
  }
  .vsr-rate-choice>b{grid-column:2!important;margin-top:5px!important;font-size:12px!important;white-space:normal!important}
  .vsr-rate-choice div strong{font-size:15px!important}
  .vsr-rate-choice div small{font-size:11px!important}
  .vsr-rate-subhead{margin-top:20px!important}
  .vsr-mileage-choice{min-height:0!important;padding:15px!important;align-items:flex-start!important}
  .vsr-mileage-choice strong{font-size:15px!important}
  .vsr-mileage-choice small{font-size:11px!important}
  .vsr-mileage-choice>b{font-size:11px!important}
  .vsr-rate-bottom{display:none!important}

  /* Swipeable protection choices keep comparison usable without a huge vertical wall. */
  .vsr-flow-info{margin:0 0 12px!important;padding:14px 15px!important;border-radius:10px!important;font-size:11px!important;line-height:1.5!important}
  .vsr-protection-grid{
    display:flex!important;
    gap:12px!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    margin:0 -10px!important;
    padding:2px 10px 14px!important;
    scroll-snap-type:x mandatory;
    scroll-padding-left:10px;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:none;
  }
  .vsr-protection-grid::-webkit-scrollbar{display:none}
  .vsr-protection-card{
    flex:0 0 min(86vw,350px)!important;
    min-height:430px!important;
    padding:18px 17px!important;
    scroll-snap-align:start;
    border-radius:13px!important;
  }
  .vsr-protection-card h2{font-size:20px!important}
  .vsr-package-stars{margin-top:28px!important}
  .vsr-protection-feature-list{margin-inline:-17px!important;padding-inline:17px!important}
  .vsr-protection-feature-list span{font-size:11px!important;padding:8px 0!important}

  .vsr-flow-two-col{display:flex!important;flex-direction:column!important;gap:14px!important}
  .vsr-addon-group-title{margin:18px 2px 8px!important;font-size:10px!important}
  .vsr-addon-row{
    grid-template-columns:38px minmax(0,1fr) auto!important;
    gap:10px!important;
    min-height:92px!important;
    margin-bottom:9px!important;
    padding:14px 13px!important;
    border-radius:11px!important;
  }
  .vsr-addon-icon{width:36px!important;height:36px!important}
  .vsr-addon-icon svg{width:23px!important;height:23px!important}
  .vsr-addon-copy strong{font-size:14px!important}
  .vsr-addon-copy small{font-size:10.5px!important}
  .vsr-addon-copy b{margin-top:6px!important;font-size:11px!important}
  .vsr-switch{width:58px!important;height:36px!important}
  .vsr-switch i{width:26px!important;height:26px!important}
  .vsr-switch.is-active i{left:27px!important}
  .vsr-addon-row .vsr-extra-control{grid-column:2/4!important;justify-self:end!important;grid-template-columns:40px 48px 40px!important;margin-top:4px}

  /* Summary comes after the choices/forms on mobile, while the live total stays fixed below. */
  .vsr-flow-summary{order:2!important;margin-top:4px!important;padding:16px!important;border-radius:12px!important}
  .vsr-booking-flow-page .vsr-summary-car{grid-template-columns:82px minmax(0,1fr)!important;gap:11px!important}
  .vsr-booking-flow-page .vsr-summary-car img{width:82px!important;max-width:82px!important;height:60px!important;padding:4px!important}
  .vsr-flow-summary h3{margin:18px 0 10px!important;padding-top:14px!important;font-size:14px!important}
  .vsr-summary-no-dates{padding:12px!important}
  .vsr-summary-no-dates strong{font-size:12px!important}
  .vsr-summary-no-dates span{font-size:10px!important}
  .vsr-summary-route strong{font-size:12px!important}
  .vsr-summary-route small{font-size:10.5px!important}
  .vsr-summary-inclusion,.vsr-selected-extra-line{font-size:10.5px!important}
  .vsr-summary-price strong{font-size:20px!important}

  .vsr-driver-form{padding:4px 2px 10px!important}
  .vsr-driver-form>h2{font-size:23px!important;margin-bottom:18px!important}
  .vsr-driver-grid,.vsr-driver-grid-4{grid-template-columns:1fr!important;gap:0!important}
  .vsr-driver-form label{margin-bottom:14px!important;font-size:11px!important}
  .vsr-driver-form input,.vsr-driver-form select,.vsr-driver-form textarea{min-height:52px!important;margin-top:6px!important;font-size:16px!important}
  .vsr-driver-form textarea{min-height:100px!important}
  .vsr-age-confirm{align-items:flex-start!important}
  .vsr-age-confirm input{width:24px!important;height:24px!important;flex:0 0 24px!important}
  .vsr-submit-booking{display:none!important}

  /* Fixed action bar: total + primary action are always thumb-reachable. */
  .vsr-mobile-flow-action{
    position:fixed;
    z-index:99970;
    left:10px;
    right:10px;
    bottom:calc(78px + env(safe-area-inset-bottom,0px));
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(132px,.72fr);
    align-items:center;
    gap:10px;
    padding:10px 10px 10px 14px;
    border:1px solid rgba(15,23,42,.11);
    border-radius:14px;
    background:rgba(255,255,255,.98);
    box-shadow:0 16px 42px rgba(15,23,42,.19);
    backdrop-filter:blur(16px);
    -webkit-backdrop-filter:blur(16px);
  }
  .vsr-mobile-flow-price{min-width:0}
  .vsr-mobile-flow-price small,.vsr-mobile-flow-price strong{display:block}
  .vsr-mobile-flow-price small{color:#74848e;font-size:9px;font-weight:850;text-transform:uppercase;letter-spacing:.06em}
  .vsr-mobile-flow-price strong{margin-top:2px;color:#151a1e;font-size:17px;font-weight:950;line-height:1.1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .vsr-mobile-flow-next{width:100%;min-height:48px;border:0;border-radius:10px;background:#2B82BD;color:#fff;font:900 11px/1 Inter,system-ui,sans-serif;letter-spacing:.06em;text-transform:uppercase;cursor:pointer}
  .vsr-mobile-flow-next:active{transform:translateY(1px)}

  /* Homepage rental cards become more compact without cropping the vehicle. */
  .vsr-fleet-section .vsr-home-rental-card{min-height:0!important;border-radius:14px!important}
  .vsr-fleet-section .vsr-home-rental-card .vsr-sixt-card-link{min-height:470px!important;padding:17px 15px 13px!important}
  .vsr-fleet-section .vsr-home-rental-card .vsr-sixt-card-head{min-height:74px!important}
  .vsr-fleet-section .vsr-home-rental-card .vsr-sixt-card-head h2{font-size:23px!important}
  .vsr-fleet-section .vsr-home-rental-card .vsr-sixt-card-head p{font-size:12px!important}
  .vsr-fleet-section .vsr-home-rental-card .vsr-sixt-spec-pills{gap:6px!important}
  .vsr-fleet-section .vsr-home-rental-card .vsr-sixt-spec-pills span{min-height:27px!important;padding-inline:9px!important;font-size:10px!important}
  .vsr-fleet-section .vsr-home-rental-card .vsr-sixt-car-visual{min-height:215px!important;padding:8px 0!important}
  .vsr-fleet-section .vsr-home-rental-card .vsr-sixt-car-visual img{height:215px!important;max-height:215px!important}
  .vsr-fleet-section .vsr-home-rental-card .vsr-sixt-price-row>strong{font-size:27px!important}
  .vsr-fleet-section .vsr-home-rental-card .vsr-sixt-card-actions{padding:12px 15px 14px!important}
  .vsr-fleet-section .vsr-home-rental-card .vsr-sixt-select{min-height:44px!important}
}

@media (max-width:420px){
  .vsr-flow-stage{padding-inline:7px!important}
  .vsr-rate-vehicle{padding:16px 13px!important}
  .vsr-rate-vehicle-head h2{font-size:24px!important}
  .vsr-booking-flow-page .vsr-rate-car-image{min-height:205px!important}
  .vsr-booking-flow-page .vsr-rate-car-image img{max-height:215px!important}
  .vsr-rate-options{padding:17px 11px 14px!important}
  .vsr-mobile-flow-action{left:7px;right:7px;grid-template-columns:minmax(0,1fr) 126px;padding-left:11px}
  .vsr-mobile-flow-price strong{font-size:15px}
  .vsr-mobile-flow-next{font-size:10px}
  .vsr-protection-card{flex-basis:88vw!important}
}


/* =========================================================
   v0.11.3 — Responsive protection carousel + compact dates
   ========================================================= */
.vsr-protection-swipe-guide{display:none}
.vsr-protection-carousel-shell{position:relative;min-width:0}
.vsr-protection-edge-cue{display:none}

@media (max-width:900px){
  /* Make it unmistakable that protection packages continue horizontally. */
  .vsr-protection-swipe-guide{
    display:flex!important;
    align-items:center;
    gap:8px;
    width:max-content;
    max-width:100%;
    margin:0 0 10px 2px;
    padding:7px 10px;
    border:1px solid rgba(43,130,189,.16);
    border-radius:999px;
    background:#edf7fd;
    color:#1e70aa;
    font-family:Inter,system-ui,sans-serif!important;
    line-height:1;
  }
  .vsr-protection-swipe-icon{font-size:15px;font-weight:900;animation:vsrSwipeNudge 1.35s ease-in-out infinite}
  .vsr-protection-swipe-guide strong{font-size:10px!important;font-weight:900!important;letter-spacing:.02em!important;white-space:nowrap}
  .vsr-protection-swipe-guide small{padding-left:2px;color:#5f7482;font-size:9px!important;font-weight:800!important;white-space:nowrap}
  @keyframes vsrSwipeNudge{0%,100%{transform:translateX(0)}50%{transform:translateX(4px)}}

  .vsr-protection-carousel-shell{margin:0 -12px;padding:0 12px;overflow:hidden}
  .vsr-protection-grid{
    display:flex!important;
    grid-template-columns:none!important;
    gap:12px!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    margin:0!important;
    padding:2px 44px 14px 0!important;
    scroll-snap-type:x mandatory!important;
    scroll-padding-left:0!important;
    -webkit-overflow-scrolling:touch!important;
    scrollbar-width:none!important;
  }
  .vsr-protection-grid::-webkit-scrollbar{display:none!important}
  .vsr-protection-card{
    flex:0 0 min(72vw,350px)!important;
    width:min(72vw,350px)!important;
    min-width:min(72vw,350px)!important;
    min-height:420px!important;
    scroll-snap-align:start!important;
  }
  .vsr-protection-edge-cue{
    position:absolute;
    z-index:5;
    top:48%;
    right:2px;
    display:flex!important;
    align-items:center;
    justify-content:center;
    width:34px;
    height:46px;
    border-radius:23px 0 0 23px;
    background:linear-gradient(90deg,rgba(255,255,255,.48),#fff 58%);
    color:#1e70aa;
    pointer-events:none;
    box-shadow:-8px 0 18px rgba(15,23,42,.05);
  }
  .vsr-protection-edge-cue span{font-size:22px;font-weight:900;animation:vsrArrowPeek 1.25s ease-in-out infinite}
  @keyframes vsrArrowPeek{0%,100%{transform:translateX(-2px);opacity:.65}50%{transform:translateX(3px);opacity:1}}

  /* Booking summary dates: compact, two-card layout that never overflows the viewport. */
  .vsr-flow-summary{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    overflow:hidden!important;
    padding:14px!important;
  }
  .vsr-flow-summary h3{margin:15px 0 9px!important;padding-top:12px!important;font-size:13px!important}
  .vsr-summary-route-list{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:8px!important;
    width:100%!important;
    min-width:0!important;
  }
  .vsr-summary-route-list[hidden]{display:none!important}
  .vsr-summary-route{
    min-width:0!important;
    margin:0!important;
    padding:10px 9px 10px 25px!important;
    border:1px solid #d9e0e4;
    border-radius:10px;
    background:#fff;
    overflow:hidden;
  }
  .vsr-summary-route:before{left:8px!important;top:12px!important;width:7px!important;height:7px!important;border-radius:2px!important}
  .vsr-summary-route span{font-size:8.5px!important;font-weight:800!important;text-transform:uppercase!important;letter-spacing:.04em!important}
  .vsr-summary-route strong{margin-top:3px!important;font-size:11px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
  .vsr-summary-route small{margin-top:3px!important;font-size:9.5px!important;line-height:1.35!important;white-space:normal!important;overflow-wrap:anywhere!important}
  .vsr-summary-no-dates{
    width:100%!important;
    min-width:0!important;
    padding:10px 11px!important;
    border-radius:9px!important;
  }
  .vsr-summary-no-dates strong{font-size:11px!important}
  .vsr-summary-no-dates span{margin-top:3px!important;font-size:9.5px!important;line-height:1.4!important}

  /* Date/time entry: compact rental strip instead of four giant stacked fields. */
  .vsr-rental-datetime-grid{
    display:grid!important;
    grid-template-columns:minmax(0,1.25fr) minmax(92px,.75fr) minmax(0,1.25fr) minmax(92px,.75fr)!important;
    gap:8px!important;
    width:100%!important;
    min-width:0!important;
    margin:2px 0 10px!important;
    padding:10px!important;
    border:1px solid #e0e6ea;
    border-radius:12px;
    background:#f7f9fa;
  }
  .vsr-rental-datetime-grid label{min-width:0!important;margin:0!important;font-size:9px!important;color:#667782!important}
  .vsr-rental-datetime-grid input{
    min-width:0!important;
    max-width:100%!important;
    width:100%!important;
    min-height:44px!important;
    height:44px!important;
    margin-top:5px!important;
    padding:0 9px!important;
    border-radius:8px!important;
    background:#fff!important;
    font-size:13px!important;
  }
}

@media (max-width:700px){
  .vsr-protection-carousel-shell{margin:0 -10px;padding:0 10px}
  .vsr-protection-card{
    flex-basis:calc(100vw - 72px)!important;
    width:calc(100vw - 72px)!important;
    min-width:calc(100vw - 72px)!important;
    max-width:330px!important;
    min-height:405px!important;
  }
  /* Pair each date with its time on a row. */
  .vsr-rental-datetime-grid{
    grid-template-columns:minmax(0,1.4fr) minmax(86px,.6fr)!important;
    gap:7px!important;
    padding:9px!important;
  }
  .vsr-rental-datetime-grid input{min-height:42px!important;height:42px!important;padding-inline:7px!important;font-size:12px!important}
}

@media (max-width:390px){
  .vsr-protection-card{
    flex-basis:calc(100vw - 58px)!important;
    width:calc(100vw - 58px)!important;
    min-width:calc(100vw - 58px)!important;
  }
  .vsr-rental-datetime-grid{grid-template-columns:minmax(0,1.45fr) minmax(82px,.55fr)!important;padding:8px!important}
  .vsr-rental-datetime-grid input{font-size:11.5px!important}
}


/* =========================================================
   v0.11.4 — INSTANT EXTRA SELECTION
   One tap adds the extra immediately. Quantity controls only
   appear after the first item has been added.
========================================================= */
.vsr-extra-quantity-wrap{display:flex;align-items:center;justify-content:flex-end;min-width:132px}
.vsr-extra-quick-add{min-width:92px;min-height:40px;padding:0 17px;border:1px solid #151a1e;border-radius:999px;background:#151a1e;color:#fff;cursor:pointer;font-family:inherit;font-size:10px;font-weight:900;letter-spacing:.055em;transition:transform .16s ease,background .16s ease,border-color .16s ease}
.vsr-extra-quick-add:hover{background:#2B82BD;border-color:#2B82BD;transform:translateY(-1px)}
.vsr-addon-row:not(.is-selected) .vsr-extra-quantity-wrap .vsr-extra-control{display:none!important}
.vsr-addon-row.is-selected .vsr-extra-quantity-wrap .vsr-extra-quick-add{display:none!important}
.vsr-addon-row.is-selected .vsr-extra-quantity-wrap .vsr-extra-control{display:grid!important}
.vsr-addon-row{cursor:pointer}
.vsr-addon-row button,.vsr-addon-row input{cursor:pointer}
@media(max-width:850px){.vsr-extra-quantity-wrap{grid-column:1/-1;justify-content:stretch;min-width:0}.vsr-extra-quick-add{width:100%;min-height:44px}.vsr-addon-row.is-selected .vsr-extra-quantity-wrap .vsr-extra-control{width:100%!important;grid-template-columns:44px 1fr 44px!important}}
@media(max-width:560px){.vsr-extra-quantity-wrap{grid-column:1/-1!important;width:100%}.vsr-extra-quick-add{width:100%!important;min-height:46px!important}.vsr-addon-row.is-selected .vsr-extra-quantity-wrap .vsr-extra-control{grid-column:auto!important;justify-self:stretch!important;margin-top:0!important}}

/* ======================================================================
   v0.12.0 — Explore Premium Rental UI
   Unified frontend design system inspired by modern rental applications.
   ====================================================================== */

.vsr-booking-flow-page,
.vsr-booking-flow-page *,
.vsr-fleet-section,
.vsr-fleet-section *,
.vsr-results-section,
.vsr-results-section *,
.vsr-booking-widget,
.vsr-booking-widget *{
  box-sizing:border-box;
}

.vsr-booking-flow-page{
  --vsr-blue:#2B82BD;
  --vsr-blue-dark:#1E70AA;
  --vsr-ink:#10171d;
  --vsr-ink-2:#27343e;
  --vsr-muted:#687985;
  --vsr-line:#d8dee2;
  --vsr-soft:#f3f5f6;
  --vsr-soft-2:#e9edef;
  --vsr-success:#0b9a55;
  --vsr-danger:#d93e3e;
  background:#eef1f3!important;
  color:var(--vsr-ink)!important;
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif!important;
}

.vsr-booking-flow-page :is(h1,h2,h3,h4,p,span,strong,small,label,button,input,select,textarea,a){
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif!important;
}

.vsr-booking-flow-inner{
  width:min(1720px,calc(100% - 56px))!important;
  margin:0 auto!important;
  padding-bottom:80px!important;
}

/* Premium application header */
.vsr-sixt-flow .vsr-flow-topbar{
  position:sticky!important;
  top:0!important;
  z-index:100!important;
  grid-template-columns:48px minmax(0,1fr) auto 220px!important;
  min-height:96px!important;
  margin:0 -28px!important;
  padding:14px 28px!important;
  border:0!important;
  border-bottom:1px solid rgba(16,23,29,.1)!important;
  border-radius:0!important;
  background:rgba(255,255,255,.985)!important;
  box-shadow:0 8px 24px rgba(16,23,29,.04)!important;
  backdrop-filter:blur(18px)!important;
  -webkit-backdrop-filter:blur(18px)!important;
}

.vsr-sixt-flow .vsr-flow-back{
  display:grid!important;
  place-items:center!important;
  width:44px!important;
  height:44px!important;
  min-width:44px!important;
  min-height:44px!important;
  padding:0!important;
  border:1px solid #dfe4e7!important;
  border-radius:50%!important;
  background:#fff!important;
  color:var(--vsr-ink)!important;
  transition:background .18s ease,border-color .18s ease,transform .18s ease!important;
}
.vsr-sixt-flow .vsr-flow-back:hover{background:#f5f7f8!important;border-color:#cbd3d8!important;transform:translateX(-1px)!important}
.vsr-sixt-flow .vsr-flow-back-icon{width:21px!important;height:21px!important}

.vsr-sixt-flow .vsr-flow-heading{min-width:0!important}
.vsr-sixt-flow .vsr-flow-step-kicker{
  display:block!important;
  margin:0 0 5px!important;
  color:#75838d!important;
  font-size:9px!important;
  line-height:1!important;
  font-weight:900!important;
  letter-spacing:.18em!important;
}
.vsr-sixt-flow .vsr-flow-heading h1{
  margin:0!important;
  color:var(--vsr-ink)!important;
  font-size:clamp(25px,2vw,36px)!important;
  line-height:1.04!important;
  font-weight:950!important;
  letter-spacing:-.045em!important;
}
.vsr-sixt-flow .vsr-flow-mobile-step{display:none!important}

.vsr-sixt-flow .vsr-flow-top-total{
  display:flex!important;
  align-items:baseline!important;
  justify-content:flex-end!important;
  gap:7px!important;
  min-width:190px!important;
  white-space:nowrap!important;
}
.vsr-sixt-flow .vsr-flow-top-total small{
  color:#596872!important;
  font-size:11px!important;
  font-weight:800!important;
  text-transform:uppercase!important;
  letter-spacing:.05em!important;
}
.vsr-sixt-flow .vsr-flow-top-total strong{
  color:var(--vsr-ink)!important;
  font-size:25px!important;
  line-height:1!important;
  font-weight:950!important;
  letter-spacing:-.03em!important;
}

.vsr-sixt-flow .vsr-flow-continue,
.vsr-sixt-flow .vsr-rate-bottom button,
.vsr-sixt-flow .vsr-submit-booking{
  min-height:56px!important;
  border:0!important;
  border-radius:10px!important;
  background:var(--vsr-blue)!important;
  color:#fff!important;
  box-shadow:0 10px 24px rgba(43,130,189,.2)!important;
  font-size:12px!important;
  font-weight:900!important;
  letter-spacing:.09em!important;
  text-transform:uppercase!important;
  transition:transform .18s ease,background .18s ease,box-shadow .18s ease!important;
}
.vsr-sixt-flow .vsr-flow-continue:hover,
.vsr-sixt-flow .vsr-rate-bottom button:hover,
.vsr-sixt-flow .vsr-submit-booking:hover{
  background:var(--vsr-blue-dark)!important;
  transform:translateY(-1px)!important;
  box-shadow:0 13px 30px rgba(43,130,189,.26)!important;
}

/* Dynamic progress rail: only stages that actually exist are rendered by JS.
   The connector runs through the numbered circles only, never through the labels. */
.vsr-flow-progress{
  position:relative!important;
  z-index:20!important;
  display:flex!important;
  align-items:flex-start!important;
  justify-content:center!important;
  gap:0!important;
  max-width:900px!important;
  margin:16px auto 22px!important;
  padding:0 8px!important;
}
.vsr-flow-progress-step{
  position:relative!important;
  flex:1 1 0!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:7px!important;
  min-width:0!important;
  min-height:48px!important;
  padding:0 12px!important;
  border:0!important;
  background:transparent!important;
  color:#87939b!important;
  cursor:pointer!important;
  text-align:center!important;
}
.vsr-flow-progress-step::before{
  content:""!important;
  position:absolute!important;
  z-index:-1!important;
  left:-50%!important;
  right:50%!important;
  top:14px!important;
  height:2px!important;
  background:#cfd6da!important;
  transform:none!important;
}
.vsr-flow-progress-step:first-child::before{display:none!important}
.vsr-flow-progress-step span{
  position:relative!important;
  z-index:2!important;
  flex:0 0 28px!important;
  display:grid!important;
  place-items:center!important;
  width:28px!important;
  height:28px!important;
  border:2px solid #cbd3d8!important;
  border-radius:50%!important;
  background:#eef1f3!important;
  color:#78868f!important;
  font-size:11px!important;
  font-weight:900!important;
  transition:.18s ease!important;
}
.vsr-flow-progress-step strong{
  position:relative!important;
  z-index:2!important;
  display:block!important;
  max-width:100%!important;
  overflow:hidden!important;
  color:inherit!important;
  font-size:10.5px!important;
  line-height:1.15!important;
  font-weight:850!important;
  letter-spacing:.02em!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
  background:transparent!important;
}
.vsr-flow-progress-step.is-active{color:var(--vsr-ink)!important}
.vsr-flow-progress-step.is-active span{
  border-color:var(--vsr-ink)!important;
  background:var(--vsr-ink)!important;
  color:#fff!important;
  box-shadow:0 0 0 5px rgba(16,23,29,.06)!important;
}
.vsr-flow-progress-step.is-complete{color:var(--vsr-blue-dark)!important}
.vsr-flow-progress-step.is-complete::before,
.vsr-flow-progress-step.is-active::before{background:var(--vsr-blue)!important}
.vsr-flow-progress-step.is-complete span{border-color:var(--vsr-blue)!important;background:var(--vsr-blue)!important;color:#fff!important}
.vsr-flow-progress-step:disabled{cursor:default!important;opacity:1!important}

/* Stage surface */
.vsr-sixt-flow .vsr-flow-stage{padding:0 0 8px!important}
.vsr-sixt-flow .vsr-flow-stage.is-active{animation:vsrPremiumStage .28s cubic-bezier(.2,.7,.2,1)!important}
@keyframes vsrPremiumStage{from{opacity:0;transform:translateY(9px)}to{opacity:1;transform:none}}

/* Rate / vehicle hero */
.vsr-sixt-flow .vsr-rate-layout{
  display:grid!important;
  grid-template-columns:minmax(0,1.06fr) minmax(500px,.94fr)!important;
  min-height:650px!important;
  overflow:hidden!important;
  border:1px solid rgba(16,23,29,.08)!important;
  border-radius:18px!important;
  background:#fff!important;
  box-shadow:0 22px 60px rgba(16,23,29,.10)!important;
}
.vsr-sixt-flow .vsr-rate-vehicle{
  isolation:isolate!important;
  position:relative!important;
  min-height:650px!important;
  padding:32px 34px!important;
  background:linear-gradient(165deg,#10171b 0%,#202b31 26%,#6f8089 57%,#c2cdd2 78%,#1c252a 100%)!important;
}
.vsr-sixt-flow .vsr-rate-vehicle::before{
  content:""!important;
  position:absolute!important;
  z-index:-1!important;
  inset:auto 7% 9% 7%!important;
  height:28%!important;
  border-radius:50%!important;
  background:radial-gradient(ellipse,rgba(5,10,13,.36) 0%,rgba(5,10,13,0) 72%)!important;
  filter:blur(10px)!important;
}
.vsr-rate-exact-chip{
  display:inline-flex!important;
  align-items:center!important;
  width:max-content!important;
  margin:0 0 10px!important;
  padding:6px 9px!important;
  border:1px solid rgba(255,255,255,.28)!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.11)!important;
  color:#fff!important;
  font-size:9px!important;
  line-height:1!important;
  font-weight:900!important;
  letter-spacing:.12em!important;
  text-transform:uppercase!important;
  backdrop-filter:blur(8px)!important;
}
.vsr-sixt-flow .vsr-rate-vehicle-head h2{
  margin:0!important;
  color:#fff!important;
  font-size:clamp(31px,3vw,46px)!important;
  line-height:1!important;
  font-weight:950!important;
  letter-spacing:-.05em!important;
  text-shadow:0 1px 1px rgba(0,0,0,.08)!important;
}
.vsr-sixt-flow .vsr-rate-vehicle-head span{
  margin-top:8px!important;
  color:rgba(255,255,255,.88)!important;
  font-size:14px!important;
  font-weight:700!important;
}
.vsr-booking-flow-page .vsr-rate-car-image{
  position:relative!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:410px!important;
  padding:18px 0 8px!important;
}
.vsr-booking-flow-page .vsr-rate-car-image img{
  display:block!important;
  width:auto!important;
  max-width:94%!important;
  height:auto!important;
  max-height:405px!important;
  object-fit:contain!important;
  object-position:center!important;
  filter:drop-shadow(0 24px 15px rgba(0,0,0,.28))!important;
  transform:translateZ(0)!important;
}
.vsr-sixt-flow .vsr-rate-specs{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:10px!important;
  margin-top:auto!important;
  padding:13px 0 0!important;
}
.vsr-sixt-flow .vsr-rate-specs span{
  display:inline-flex!important;
  align-items:center!important;
  gap:7px!important;
  min-height:34px!important;
  padding:0 12px!important;
  border:1px solid rgba(255,255,255,.17)!important;
  border-radius:999px!important;
  background:rgba(9,16,20,.28)!important;
  color:#fff!important;
  font-size:11px!important;
  font-weight:750!important;
  backdrop-filter:blur(8px)!important;
}
.vsr-sixt-flow .vsr-rate-specs svg{width:16px!important;height:16px!important}

/* Rate cards */
.vsr-sixt-flow .vsr-rate-options{
  display:flex!important;
  flex-direction:column!important;
  padding:36px 38px 30px!important;
  background:#fff!important;
}
.vsr-sixt-flow .vsr-rate-options>h2{
  margin:0 0 14px!important;
  color:var(--vsr-ink)!important;
  font-size:20px!important;
  line-height:1.1!important;
  font-weight:900!important;
  letter-spacing:-.02em!important;
}
.vsr-sixt-flow .vsr-rate-choice{
  position:relative!important;
  display:grid!important;
  grid-template-columns:30px minmax(0,1fr) auto!important;
  gap:14px!important;
  min-height:100px!important;
  padding:17px 18px!important;
  border:1px solid #d7dde1!important;
  border-radius:0!important;
  background:#fff!important;
  cursor:pointer!important;
  transition:background .18s ease,border-color .18s ease,box-shadow .18s ease!important;
}
.vsr-sixt-flow .vsr-rate-choice:first-of-type{border-radius:12px 12px 0 0!important}
.vsr-sixt-flow .vsr-rate-choice:last-of-type{border-radius:0 0 12px 12px!important}
.vsr-sixt-flow .vsr-rate-choice:only-of-type{border-radius:12px!important}
.vsr-sixt-flow .vsr-rate-choice:hover{background:#f8fafb!important}
.vsr-sixt-flow .vsr-rate-choice.is-selected{
  z-index:2!important;
  border:2px solid var(--vsr-ink)!important;
  background:#fff!important;
  box-shadow:0 8px 22px rgba(16,23,29,.06)!important;
}
.vsr-sixt-flow .vsr-rate-radio,
.vsr-sixt-flow .vsr-package-radio{
  width:26px!important;
  height:26px!important;
  border:2px solid #c8d0d5!important;
  background:#fff!important;
}
.vsr-sixt-flow .vsr-rate-choice.is-selected .vsr-rate-radio,
.vsr-sixt-flow .vsr-protection-card.is-selected .vsr-package-radio{
  border-color:var(--vsr-ink)!important;
  box-shadow:inset 0 0 0 6px var(--vsr-ink)!important;
}
.vsr-sixt-flow .vsr-rate-choice div strong{color:var(--vsr-ink)!important;font-size:16px!important;font-weight:900!important}
.vsr-sixt-flow .vsr-rate-choice div small{margin-top:6px!important;color:#72818b!important;font-size:11.5px!important;line-height:1.5!important}
.vsr-sixt-flow .vsr-rate-choice>b{color:var(--vsr-ink)!important;font-size:12px!important;font-weight:900!important;white-space:nowrap!important}
.vsr-sixt-flow .vsr-rate-subhead{margin:25px 0 12px!important}
.vsr-sixt-flow .vsr-mileage-choice{
  min-height:92px!important;
  padding:17px 19px!important;
  border:1.5px solid #bfc8cd!important;
  border-radius:12px!important;
  background:#fafbfb!important;
}
.vsr-sixt-flow .vsr-mileage-choice strong{font-size:16px!important;font-weight:900!important}
.vsr-sixt-flow .vsr-mileage-choice small{margin-top:6px!important;color:#71808a!important;font-size:11.5px!important}
.vsr-sixt-flow .vsr-mileage-choice>b{font-size:12px!important;font-weight:900!important}
.vsr-sixt-flow .vsr-rate-bottom{grid-template-columns:minmax(0,1fr) 240px!important;gap:18px!important;padding-top:26px!important}
.vsr-sixt-flow .vsr-rate-bottom>div strong{font-size:30px!important;font-weight:950!important;letter-spacing:-.035em!important}
.vsr-sixt-flow .vsr-rate-bottom>div small{font-size:11px!important}

/* Shared info strips */
.vsr-sixt-flow .vsr-flow-info{
  display:flex!important;
  align-items:flex-start!important;
  max-width:none!important;
  margin:0 0 18px!important;
  padding:15px 18px!important;
  border:1px solid #e0e4e6!important;
  border-radius:10px!important;
  background:#f5f6f7!important;
  color:#3d4b55!important;
  font-size:11.5px!important;
  line-height:1.55!important;
}

/* Protection comparison */
.vsr-protection-swipe-guide{
  display:none!important;
  align-items:center!important;
  gap:10px!important;
  min-height:44px!important;
  margin:0 0 12px!important;
  padding:0 2px!important;
  color:#5c6b75!important;
}
.vsr-protection-swipe-guide .vsr-protection-swipe-icon{
  display:grid!important;
  place-items:center!important;
  width:30px!important;
  height:30px!important;
  border-radius:50%!important;
  background:#e7f2f9!important;
  color:var(--vsr-blue-dark)!important;
  font-size:16px!important;
  font-weight:900!important;
}
.vsr-protection-swipe-guide strong{font-size:11px!important;font-weight:850!important}
.vsr-protection-swipe-guide small{margin-left:auto!important;font-size:11px!important;font-weight:850!important}
.vsr-protection-nav{display:flex!important;gap:6px!important}
.vsr-protection-nav button{
  display:grid!important;
  place-items:center!important;
  width:34px!important;
  height:34px!important;
  padding:0!important;
  border:1px solid #d1d8dc!important;
  border-radius:50%!important;
  background:#fff!important;
  color:var(--vsr-ink)!important;
  font-size:16px!important;
  line-height:1!important;
  cursor:pointer!important;
  transition:.18s ease!important;
}
.vsr-protection-nav button:hover{border-color:#aeb9bf!important;background:#f7f9fa!important}
.vsr-protection-nav button:disabled{opacity:.35!important;cursor:default!important}

.vsr-sixt-flow .vsr-protection-grid{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:14px!important;
  overflow:visible!important;
  padding:0!important;
}
.vsr-sixt-flow .vsr-protection-card{
  position:relative!important;
  display:flex!important;
  flex-direction:column!important;
  min-height:510px!important;
  padding:20px 19px!important;
  border:1px solid #d7dde1!important;
  border-radius:12px!important;
  background:#fff!important;
  box-shadow:none!important;
  cursor:pointer!important;
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease!important;
}
.vsr-sixt-flow .vsr-protection-card:hover{transform:translateY(-2px)!important;box-shadow:0 12px 30px rgba(16,23,29,.07)!important}
.vsr-sixt-flow .vsr-protection-card.is-selected{
  border:2px solid var(--vsr-ink)!important;
  box-shadow:0 12px 34px rgba(16,23,29,.08)!important;
}
.vsr-sixt-flow .vsr-protection-card.is-selected::after{
  content:"Selected"!important;
  position:absolute!important;
  right:16px!important;
  bottom:16px!important;
  padding:5px 8px!important;
  border-radius:999px!important;
  background:var(--vsr-ink)!important;
  color:#fff!important;
  font-size:8px!important;
  font-weight:900!important;
  letter-spacing:.08em!important;
  text-transform:uppercase!important;
}
.vsr-sixt-flow .vsr-protection-card .vsr-package-radio{top:18px!important;right:18px!important}
.vsr-sixt-flow .vsr-protection-card em{
  margin:0 0 10px!important;
  padding:5px 8px!important;
  border-radius:999px!important;
  background:#e7f3fa!important;
  color:var(--vsr-blue-dark)!important;
  font-size:8px!important;
  font-weight:950!important;
  letter-spacing:.07em!important;
  text-transform:uppercase!important;
}
.vsr-sixt-flow .vsr-protection-card h2{
  max-width:78%!important;
  margin:0!important;
  color:var(--vsr-ink)!important;
  font-size:20px!important;
  line-height:1.12!important;
  font-weight:950!important;
  letter-spacing:-.035em!important;
}
.vsr-sixt-flow .vsr-package-stars{margin:38px 0 10px!important;color:var(--vsr-ink)!important;font-size:15px!important;letter-spacing:2px!important}
.vsr-protection-excess-line{
  min-height:38px!important;
  margin:0 0 14px!important;
  color:#3a4851!important;
  font-size:11px!important;
  line-height:1.45!important;
  font-weight:750!important;
}
.vsr-protection-excess-line.is-good{color:var(--vsr-success)!important;font-weight:900!important}
.vsr-protection-excess-line.is-risk{color:#c52d2d!important}
.vsr-protection-feature-list{
  margin:0 -19px 16px!important;
  padding:12px 19px 0!important;
  border-top:1px solid #e6eaec!important;
}
.vsr-protection-feature-list span{
  display:grid!important;
  grid-template-columns:18px minmax(0,1fr)!important;
  gap:8px!important;
  padding:7px 0!important;
  color:#46555f!important;
  font-size:10.5px!important;
  line-height:1.35!important;
}
.vsr-protection-feature-list span i{font-style:normal!important;font-weight:950!important}
.vsr-protection-feature-list .is-yes i{color:var(--vsr-success)!important}
.vsr-protection-feature-list .is-no{color:#89949b!important}.vsr-protection-feature-list .is-no i{color:#929ba1!important}
.vsr-protection-card-price{display:flex!important;align-items:baseline!important;gap:8px!important;margin-top:auto!important;padding-right:64px!important}
.vsr-protection-card-price strong,.vsr-protection-card>strong{color:var(--vsr-ink)!important;font-size:18px!important;font-weight:950!important}
.vsr-protection-card-price del{color:#8d979e!important;font-size:10px!important}
.vsr-protection-edge-cue{display:none!important}

/* Extras / add-ons */
.vsr-sixt-flow .vsr-flow-two-col{
  display:grid!important;
  grid-template-columns:minmax(0,1.65fr) minmax(350px,.72fr)!important;
  gap:48px!important;
  align-items:start!important;
}
.vsr-addon-list{min-width:0!important}
.vsr-sixt-flow .vsr-addon-group-title{
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  margin:24px 0 10px!important;
  color:#6c7a84!important;
  font-size:9.5px!important;
  font-weight:950!important;
  letter-spacing:.14em!important;
  text-transform:uppercase!important;
}
.vsr-sixt-flow .vsr-addon-group-title::after{content:""!important;flex:1!important;height:1px!important;background:#dde3e6!important}
.vsr-sixt-flow .vsr-addon-row{
  position:relative!important;
  display:grid!important;
  grid-template-columns:44px minmax(0,1fr) auto!important;
  align-items:center!important;
  gap:15px!important;
  min-height:105px!important;
  margin:0 0 10px!important;
  padding:16px 17px!important;
  border:1px solid #d7dde1!important;
  border-radius:12px!important;
  background:#fff!important;
  box-shadow:none!important;
  transition:background .18s ease,border-color .18s ease,box-shadow .18s ease,transform .18s ease!important;
}
.vsr-sixt-flow .vsr-addon-row:hover{border-color:#bdc8ce!important;background:#fbfcfc!important;transform:translateY(-1px)!important}
.vsr-sixt-flow .vsr-addon-row.is-selected,
.vsr-sixt-flow .vsr-addon-row:has(.vsr-switch.is-active){
  border-color:var(--vsr-blue)!important;
  background:#f5fbff!important;
  box-shadow:0 0 0 2px rgba(43,130,189,.08)!important;
}
.vsr-sixt-flow .vsr-addon-row.is-selected::before,
.vsr-sixt-flow .vsr-addon-row:has(.vsr-switch.is-active)::before{
  content:""!important;
  position:absolute!important;
  left:-1px!important;
  top:14px!important;
  bottom:14px!important;
  width:3px!important;
  border-radius:999px!important;
  background:var(--vsr-blue)!important;
}
.vsr-sixt-flow .vsr-addon-icon{
  display:grid!important;
  place-items:center!important;
  width:42px!important;
  height:42px!important;
  border-radius:10px!important;
  background:#f0f3f5!important;
  color:var(--vsr-ink)!important;
}
.vsr-sixt-flow .vsr-addon-row.is-selected .vsr-addon-icon,
.vsr-sixt-flow .vsr-addon-row:has(.vsr-switch.is-active) .vsr-addon-icon{background:#e3f2fb!important;color:var(--vsr-blue-dark)!important}
.vsr-sixt-flow .vsr-addon-icon svg{width:23px!important;height:23px!important}
.vsr-sixt-flow .vsr-addon-copy strong{color:var(--vsr-ink)!important;font-size:14px!important;font-weight:900!important}
.vsr-sixt-flow .vsr-addon-copy small{margin-top:4px!important;color:#72818b!important;font-size:10.5px!important;line-height:1.45!important}
.vsr-sixt-flow .vsr-addon-copy b{margin-top:7px!important;color:#293740!important;font-size:11px!important;font-weight:900!important}
.vsr-sixt-flow .vsr-switch{
  width:58px!important;
  height:34px!important;
  border-radius:999px!important;
  background:#dce2e5!important;
  box-shadow:inset 0 0 0 1px rgba(16,23,29,.04)!important;
}
.vsr-sixt-flow .vsr-switch i{left:4px!important;top:4px!important;width:26px!important;height:26px!important;box-shadow:0 2px 7px rgba(16,23,29,.18)!important}
.vsr-sixt-flow .vsr-switch.is-active{background:var(--vsr-blue)!important}
.vsr-sixt-flow .vsr-switch.is-active i{left:28px!important}
.vsr-extra-quick-add{
  min-width:82px!important;
  min-height:38px!important;
  padding:0 14px!important;
  border:1px solid var(--vsr-blue)!important;
  border-radius:9px!important;
  background:#fff!important;
  color:var(--vsr-blue-dark)!important;
  font-size:10px!important;
  font-weight:950!important;
  letter-spacing:.06em!important;
}
.vsr-addon-row .vsr-extra-control{
  grid-template-columns:38px 44px 38px!important;
  border:1px solid #cfd7db!important;
  border-radius:999px!important;
  background:#fff!important;
}
.vsr-addon-row .vsr-extra-control button{height:38px!important;color:var(--vsr-ink)!important;font-size:18px!important;font-weight:700!important}
.vsr-addon-row .vsr-extra-control input{height:38px!important;font-size:12px!important;font-weight:900!important}

/* Booking summary */
.vsr-sixt-flow .vsr-flow-summary{
  position:sticky!important;
  top:126px!important;
  overflow:hidden!important;
  padding:0!important;
  border:1px solid #dce2e5!important;
  border-radius:14px!important;
  background:#f1f3f4!important;
  color:var(--vsr-ink)!important;
  box-shadow:0 13px 32px rgba(16,23,29,.06)!important;
}
.vsr-sixt-flow .vsr-summary-car{
  display:grid!important;
  grid-template-columns:92px minmax(0,1fr)!important;
  align-items:center!important;
  gap:13px!important;
  padding:16px 17px!important;
  border-bottom:1px solid #d9dfe2!important;
  background:#fff!important;
}
.vsr-sixt-flow .vsr-summary-car img{
  display:block!important;
  width:92px!important;
  max-width:92px!important;
  height:64px!important;
  padding:3px!important;
  border-radius:8px!important;
  background:linear-gradient(160deg,#263239,#9baab1)!important;
  object-fit:contain!important;
  object-position:center!important;
}
.vsr-sixt-flow .vsr-summary-car strong{color:var(--vsr-ink)!important;font-size:14px!important;font-weight:900!important}
.vsr-sixt-flow .vsr-summary-car small{margin-top:3px!important;color:#78868f!important;font-size:9.5px!important}
.vsr-sixt-flow .vsr-summary-period,
.vsr-sixt-flow .vsr-flow-summary>h3,
.vsr-sixt-flow .vsr-summary-inclusion,
.vsr-sixt-flow .vsr-selected-extra-lines,
.vsr-sixt-flow .vsr-summary-price,
.vsr-sixt-flow .vsr-location-price-row{margin-left:17px!important;margin-right:17px!important}
.vsr-sixt-flow .vsr-flow-summary h3{
  margin-top:0!important;
  margin-bottom:10px!important;
  padding-top:16px!important;
  border-top:1px solid #d7dde1!important;
  color:var(--vsr-ink)!important;
  font-size:13px!important;
  font-weight:950!important;
}
.vsr-sixt-flow .vsr-summary-period{padding-top:16px!important}
.vsr-sixt-flow .vsr-summary-period h3{margin-left:0!important;margin-right:0!important}
.vsr-summary-no-dates{
  padding:13px!important;
  border:1px solid #dde3e6!important;
  border-radius:10px!important;
  background:#fff!important;
}
.vsr-summary-no-dates strong{display:block!important;color:var(--vsr-ink)!important;font-size:11.5px!important;font-weight:900!important}
.vsr-summary-no-dates span{display:block!important;margin-top:5px!important;color:#73828c!important;font-size:9.5px!important;line-height:1.5!important}
.vsr-summary-route-list{display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important}
.vsr-summary-route{
  position:relative!important;
  min-width:0!important;
  padding:11px 10px!important;
  border:1px solid #dce2e5!important;
  border-radius:10px!important;
  background:#fff!important;
}
.vsr-summary-route::before{display:none!important}
.vsr-summary-route span{color:#7a8891!important;font-size:8.5px!important;font-weight:850!important;text-transform:uppercase!important;letter-spacing:.06em!important}
.vsr-summary-route strong{margin-top:4px!important;color:var(--vsr-ink)!important;font-size:11px!important;font-weight:900!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
.vsr-summary-route small{margin-top:4px!important;color:#5e6d77!important;font-size:9px!important}
.vsr-summary-inclusion,
.vsr-selected-extra-line,
.vsr-location-price-row{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:10px!important;
  min-height:32px!important;
  color:#43515a!important;
  font-size:10.5px!important;
}
.vsr-summary-inclusion{justify-content:flex-start!important;color:#283740!important}
.vsr-summary-inclusion::first-letter{color:var(--vsr-success)!important}
.vsr-selected-extra-line strong{color:#23313a!important;font-weight:900!important;text-align:right!important}
.vsr-summary-price{
  display:flex!important;
  align-items:flex-end!important;
  justify-content:space-between!important;
  gap:12px!important;
  margin-top:15px!important;
  padding:15px 0 18px!important;
  border-top:1px solid #d4dade!important;
}
.vsr-summary-price span{color:#6b7a84!important;font-size:10px!important;font-weight:850!important;text-transform:uppercase!important;letter-spacing:.05em!important}
.vsr-summary-price strong{color:var(--vsr-ink)!important;font-size:23px!important;font-weight:950!important;letter-spacing:-.03em!important;text-align:right!important}

/* Driver checkout */
.vsr-sixt-flow .vsr-driver-form{
  padding:26px 28px 30px!important;
  border:1px solid #dde3e6!important;
  border-radius:14px!important;
  background:#fff!important;
  box-shadow:0 12px 34px rgba(16,23,29,.05)!important;
}
.vsr-sixt-flow .vsr-driver-form>h2{
  margin:0!important;
  color:var(--vsr-ink)!important;
  font-size:27px!important;
  line-height:1.1!important;
  font-weight:950!important;
  letter-spacing:-.035em!important;
}
.vsr-driver-intro{
  margin:7px 0 22px!important;
  color:#74828b!important;
  font-size:11.5px!important;
  line-height:1.55!important;
}
.vsr-sixt-flow .vsr-driver-form label{
  display:block!important;
  margin:0 0 14px!important;
  color:#34434d!important;
  font-size:10.5px!important;
  font-weight:850!important;
}
.vsr-sixt-flow .vsr-driver-form input,
.vsr-sixt-flow .vsr-driver-form select,
.vsr-sixt-flow .vsr-driver-form textarea{
  width:100%!important;
  min-width:0!important;
  max-width:100%!important;
  min-height:52px!important;
  margin-top:6px!important;
  padding:0 14px!important;
  border:1px solid #ccd4d9!important;
  border-radius:9px!important;
  background:#fff!important;
  color:var(--vsr-ink)!important;
  outline:none!important;
  font-size:13px!important;
  font-weight:600!important;
  transition:border-color .18s ease,box-shadow .18s ease!important;
}
.vsr-sixt-flow .vsr-driver-form textarea{min-height:105px!important;padding:13px 14px!important;resize:vertical!important}
.vsr-sixt-flow .vsr-driver-form input:focus,
.vsr-sixt-flow .vsr-driver-form select:focus,
.vsr-sixt-flow .vsr-driver-form textarea:focus{border-color:var(--vsr-blue)!important;box-shadow:0 0 0 3px rgba(43,130,189,.1)!important}
.vsr-sixt-flow .vsr-driver-grid{gap:14px!important}
.vsr-sixt-flow .vsr-rental-datetime-grid{grid-template-columns:minmax(0,1.25fr) minmax(110px,.75fr) minmax(0,1.25fr) minmax(110px,.75fr)!important}
.vsr-sixt-flow .vsr-driver-form .vsr-age-confirm{
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  min-height:0!important;
  margin:4px 0 16px!important;
  padding:10px 12px!important;
  border:1px solid #e0e5e8!important;
  border-radius:9px!important;
  background:#f6f8f9!important;
  color:#25333c!important;
  line-height:1.35!important;
  cursor:pointer!important;
}
.vsr-sixt-flow .vsr-driver-form .vsr-age-confirm input[type="checkbox"]{
  -webkit-appearance:auto!important;
  appearance:auto!important;
  accent-color:var(--vsr-blue)!important;
  flex:0 0 18px!important;
  width:18px!important;
  min-width:18px!important;
  max-width:18px!important;
  height:18px!important;
  min-height:18px!important;
  max-height:18px!important;
  margin:0!important;
  padding:0!important;
  border-radius:4px!important;
  box-shadow:none!important;
}
.vsr-sixt-flow .vsr-driver-form .vsr-age-confirm span{
  min-width:0!important;
  font-size:10.5px!important;
  font-weight:800!important;
}
.vsr-request-note{margin:11px 0 0!important;color:#7b8992!important;font-size:10px!important;line-height:1.5!important}

/* Live price feedback */
.vsr-price-total.is-price-updating{
  animation:vsrPricePulse .46s ease!important;
}
@keyframes vsrPricePulse{
  0%{transform:scale(1);color:inherit}
  42%{transform:scale(1.045);color:#0b7cb6}
  100%{transform:scale(1);color:inherit}
}

/* Homepage / results vehicle cards: premium studio presentation */
.vsr-fleet-section .vsr-sixt-car-card,
.vsr-results-section .vsr-sixt-car-card{
  border:1px solid rgba(9,20,27,.12)!important;
  border-radius:16px!important;
  background:linear-gradient(180deg,#101618 0%,#222d32 18%,#86979f 48%,#d0d9dd 68%,#131a1d 100%)!important;
  box-shadow:0 14px 38px rgba(7,18,24,.14)!important;
}
.vsr-fleet-section .vsr-sixt-car-card:hover,
.vsr-results-section .vsr-sixt-car-card:hover{
  transform:translateY(-4px)!important;
  outline:0!important;
  box-shadow:0 22px 48px rgba(7,18,24,.22)!important;
}
.vsr-fleet-section .vsr-sixt-card-link,
.vsr-results-section .vsr-sixt-card-link{padding:18px 18px 10px!important}
.vsr-fleet-section .vsr-sixt-card-head h2,
.vsr-results-section .vsr-sixt-card-head h2{
  color:#fff!important;
  font-size:clamp(23px,2vw,31px)!important;
  line-height:1.02!important;
  font-weight:950!important;
  letter-spacing:-.04em!important;
}
.vsr-fleet-section .vsr-sixt-card-head h2 small,
.vsr-results-section .vsr-sixt-card-head h2 small{color:rgba(255,255,255,.86)!important;font-size:10px!important;font-weight:700!important;letter-spacing:0!important;text-transform:none!important}
.vsr-fleet-section .vsr-sixt-card-head p,
.vsr-results-section .vsr-sixt-card-head p{margin-top:7px!important;color:#fff!important;font-size:11.5px!important;font-weight:650!important}
.vsr-fleet-section .vsr-sixt-spec-pills span,
.vsr-results-section .vsr-sixt-spec-pills span{
  min-height:29px!important;
  border:1px solid rgba(255,255,255,.08)!important;
  background:rgba(15,23,27,.54)!important;
  color:#fff!important;
  backdrop-filter:blur(7px)!important;
}
.vsr-fleet-section .vsr-sixt-car-visual,
.vsr-results-section .vsr-sixt-car-visual{
  min-height:275px!important;
  padding:8px 0!important;
}
.vsr-fleet-section .vsr-sixt-car-visual img,
.vsr-results-section .vsr-sixt-car-visual img{
  display:block!important;
  width:auto!important;
  max-width:96%!important;
  height:auto!important;
  max-height:265px!important;
  object-fit:contain!important;
  object-position:center!important;
  filter:drop-shadow(0 20px 11px rgba(0,0,0,.25))!important;
}
.vsr-fleet-section .vsr-sixt-card-bottom,
.vsr-results-section .vsr-sixt-card-bottom{margin-top:auto!important}
.vsr-fleet-section .vsr-sixt-included,
.vsr-results-section .vsr-sixt-included{color:#fff!important;font-size:10.5px!important}
.vsr-fleet-section .vsr-sixt-included span,
.vsr-results-section .vsr-sixt-included span{color:#29d67d!important}
.vsr-fleet-section .vsr-sixt-price-row>strong,
.vsr-results-section .vsr-sixt-price-row>strong{color:#fff!important;font-size:28px!important;font-weight:950!important;letter-spacing:-.035em!important}
.vsr-fleet-section .vsr-sixt-price-row>strong small,
.vsr-results-section .vsr-sixt-price-row>strong small{margin-left:4px!important;color:#fff!important;font-size:11px!important;font-weight:750!important}
.vsr-fleet-section .vsr-sixt-price-row>span,
.vsr-results-section .vsr-sixt-price-row>span{color:#cbd5da!important;font-size:10.5px!important}
.vsr-fleet-section .vsr-sixt-card-actions,
.vsr-results-section .vsr-sixt-card-actions{
  min-height:58px!important;
  padding:8px 18px 14px!important;
  border-top:1px solid rgba(255,255,255,.08)!important;
}
.vsr-fleet-section .vsr-sixt-card-actions>a:not(.vsr-sixt-select),
.vsr-results-section .vsr-sixt-card-actions>a:not(.vsr-sixt-select){color:#fff!important;font-size:10.5px!important;font-weight:850!important;text-transform:uppercase!important;letter-spacing:.05em!important}
.vsr-fleet-section .vsr-sixt-select,
.vsr-results-section .vsr-sixt-select{
  min-width:128px!important;
  min-height:43px!important;
  border-radius:9px!important;
  background:var(--blue,#2B82BD)!important;
  font-size:10.5px!important;
  font-weight:950!important;
  letter-spacing:.08em!important;
}

/* Search form visual polish */
.vsr-booking-widget .explore-booking{
  border:1px solid rgba(7,31,51,.09)!important;
  border-radius:14px!important;
  box-shadow:0 18px 50px rgba(7,31,51,.11)!important;
}
.vsr-booking-widget .explore-field label{color:#5d6f7c!important;font-size:9.5px!important;font-weight:850!important;text-transform:uppercase!important;letter-spacing:.045em!important}
.vsr-booking-widget .explore-field input,
.vsr-booking-widget .explore-field select{min-height:52px!important;border-radius:9px!important;border-color:#d6e0e7!important;font-size:12.5px!important;font-weight:650!important}
.vsr-booking-widget .explore-search-btn{min-height:52px!important;border-radius:9px!important;font-size:11px!important;font-weight:950!important;letter-spacing:.07em!important}

/* ---------------- Tablet ---------------- */
@media (max-width:1180px){
  .vsr-protection-swipe-guide{display:flex!important}
  .vsr-booking-flow-inner{width:min(100% - 28px,1180px)!important}
  .vsr-sixt-flow .vsr-flow-topbar{margin:0 -14px!important;padding-inline:18px!important;grid-template-columns:44px minmax(0,1fr) auto 170px!important}
  .vsr-sixt-flow .vsr-flow-heading h1{font-size:27px!important}
  .vsr-sixt-flow .vsr-flow-top-total strong{font-size:21px!important}
  .vsr-sixt-flow .vsr-rate-layout{grid-template-columns:minmax(0,.98fr) minmax(460px,1.02fr)!important}
  .vsr-sixt-flow .vsr-rate-vehicle{padding:28px!important}
  .vsr-booking-flow-page .vsr-rate-car-image img{max-height:350px!important}
  .vsr-sixt-flow .vsr-rate-options{padding:30px 28px 26px!important}
  .vsr-sixt-flow .vsr-flow-two-col{grid-template-columns:minmax(0,1.45fr) minmax(320px,.75fr)!important;gap:30px!important}
  .vsr-sixt-flow .vsr-protection-grid{display:flex!important;gap:14px!important;overflow-x:auto!important;overflow-y:hidden!important;padding:2px 2px 14px!important;scroll-snap-type:x mandatory!important;scrollbar-width:none!important}
  .vsr-sixt-flow .vsr-protection-grid::-webkit-scrollbar{display:none!important}
  .vsr-sixt-flow .vsr-protection-card{flex:0 0 min(355px,42vw)!important;min-height:495px!important;scroll-snap-align:start!important}
}

@media (max-width:900px){
  .vsr-booking-flow-page{padding-bottom:100px!important}
  .vsr-booking-flow-inner{width:100%!important;padding:0 12px 110px!important}
  .vsr-sixt-flow .vsr-flow-topbar{
    grid-template-columns:42px minmax(0,1fr) 150px!important;
    min-height:78px!important;
    margin:0 -12px!important;
    padding:10px 12px!important;
  }
  .vsr-sixt-flow .vsr-flow-heading h1{font-size:21px!important;line-height:1.08!important}
  .vsr-sixt-flow .vsr-flow-step-kicker{display:none!important}
  .vsr-sixt-flow .vsr-flow-mobile-step{display:block!important;margin-top:4px!important;color:#7b8992!important;font-size:9px!important;font-weight:800!important}
  .vsr-sixt-flow .vsr-flow-top-total{display:none!important}
  .vsr-sixt-flow .vsr-flow-continue{min-height:48px!important;font-size:10px!important}

  .vsr-flow-progress{
    justify-content:flex-start!important;
    overflow-x:auto!important;
    max-width:none!important;
    margin:10px -2px 16px!important;
    padding:0 2px 6px!important;
    scrollbar-width:none!important;
  }
  .vsr-flow-progress::-webkit-scrollbar{display:none!important}
  .vsr-flow-progress-step{flex:0 0 auto!important;min-width:118px!important;justify-content:flex-start!important;padding:0 8px!important}
  .vsr-flow-progress-step::before{left:-59px!important;right:59px!important;top:14px!important}

  .vsr-sixt-flow .vsr-rate-layout{grid-template-columns:1fr!important;min-height:0!important;border-radius:15px!important}
  .vsr-sixt-flow .vsr-rate-vehicle{min-height:430px!important;padding:22px 20px!important}
  .vsr-booking-flow-page .vsr-rate-car-image{min-height:285px!important;padding:8px 0!important}
  .vsr-booking-flow-page .vsr-rate-car-image img{max-height:285px!important;max-width:96%!important}
  .vsr-sixt-flow .vsr-rate-specs{justify-content:flex-start!important;gap:7px!important}
  .vsr-sixt-flow .vsr-rate-specs span{min-height:31px!important;padding:0 10px!important;font-size:10px!important}
  .vsr-sixt-flow .vsr-rate-options{padding:22px 18px 18px!important}
  .vsr-sixt-flow .vsr-rate-bottom{display:none!important}

  .vsr-sixt-flow .vsr-protection-grid{margin:0 -12px!important;padding:2px 12px 14px!important;scroll-padding-left:12px!important}
  .vsr-sixt-flow .vsr-protection-card{flex-basis:min(350px,78vw)!important;min-height:470px!important}
  .vsr-protection-swipe-guide{margin-bottom:8px!important}

  .vsr-sixt-flow .vsr-flow-two-col{display:flex!important;flex-direction:column!important;gap:18px!important}
  .vsr-sixt-flow .vsr-flow-summary{position:static!important;order:2!important;width:100%!important;margin-top:4px!important}
  .vsr-sixt-flow .vsr-driver-form{width:100%!important}

  .vsr-sixt-flow .vsr-rental-datetime-grid{
    display:grid!important;
    grid-template-columns:minmax(0,1.25fr) minmax(92px,.75fr)!important;
    gap:10px!important;
  }
  .vsr-sixt-flow .vsr-rental-datetime-grid label{min-width:0!important}
  .vsr-sixt-flow .vsr-rental-datetime-grid input{
    width:100%!important;
    min-width:0!important;
    max-width:100%!important;
    min-height:48px!important;
    padding:0 10px!important;
    font-size:13px!important;
  }

  .vsr-mobile-flow-action{
    bottom:calc(74px + env(safe-area-inset-bottom,0px))!important;
    left:12px!important;
    right:12px!important;
    z-index:99980!important;
    display:grid!important;
    grid-template-columns:minmax(0,1fr) minmax(145px,.7fr)!important;
    gap:10px!important;
    padding:10px 10px 10px 14px!important;
    border:1px solid rgba(16,23,29,.12)!important;
    border-radius:14px!important;
    background:rgba(255,255,255,.985)!important;
    box-shadow:0 18px 44px rgba(16,23,29,.2)!important;
    backdrop-filter:blur(18px)!important;
    -webkit-backdrop-filter:blur(18px)!important;
  }
  .vsr-mobile-flow-price small{font-size:8.5px!important;letter-spacing:.06em!important}
  .vsr-mobile-flow-price strong{font-size:17px!important;font-weight:950!important;letter-spacing:-.02em!important}
  .vsr-mobile-flow-next{min-height:48px!important;border-radius:9px!important;background:var(--vsr-blue)!important;font-size:10px!important;font-weight:950!important;letter-spacing:.07em!important}

  .vsr-booking-widget.explore-booking-wrap{width:min(100% - 24px,760px)!important;margin:-48px auto 0!important}
  .vsr-booking-widget .explore-booking{padding:16px!important}
  .vsr-booking-widget .explore-booking__top{grid-template-columns:1fr 1fr!important;gap:10px!important}
  #explore-booking.vsr-booking-widget .explore-booking__bottom{grid-template-columns:1fr .72fr 1fr .72fr!important;gap:10px!important}
  .vsr-booking-widget .explore-search-btn{grid-column:1/-1!important}
}

/* ---------------- Mobile ---------------- */
@media (max-width:620px){
  .vsr-booking-flow-inner{padding:0 8px 120px!important}
  .vsr-sixt-flow .vsr-flow-topbar{
    grid-template-columns:38px minmax(0,1fr)!important;
    min-height:68px!important;
    margin:0 -8px!important;
    padding:8px 9px!important;
  }
  .vsr-sixt-flow .vsr-flow-back{width:36px!important;height:36px!important;min-width:36px!important;min-height:36px!important}
  .vsr-sixt-flow .vsr-flow-back-icon{width:18px!important;height:18px!important}
  .vsr-sixt-flow .vsr-flow-heading h1{font-size:17px!important;letter-spacing:-.025em!important;white-space:normal!important}
  .vsr-sixt-flow .vsr-flow-topbar>.vsr-flow-continue{display:none!important}

  .vsr-flow-progress{margin:9px 0 12px!important;padding-bottom:4px!important}
  .vsr-flow-progress-step{min-width:98px!important;gap:5px!important;padding:0 4px!important}
  .vsr-flow-progress-step::before{left:-49px!important;right:49px!important;top:12px!important}
  .vsr-flow-progress-step span{flex-basis:24px!important;width:24px!important;height:24px!important;font-size:9px!important}
  .vsr-flow-progress-step strong{font-size:9px!important;line-height:1.1!important}

  .vsr-sixt-flow .vsr-flow-stage{padding:0!important}
  .vsr-sixt-flow .vsr-rate-layout{border-radius:13px!important;box-shadow:0 10px 28px rgba(16,23,29,.08)!important}
  .vsr-sixt-flow .vsr-rate-vehicle{min-height:350px!important;padding:17px 15px!important}
  .vsr-rate-exact-chip{margin-bottom:7px!important;padding:5px 7px!important;font-size:7.5px!important}
  .vsr-sixt-flow .vsr-rate-vehicle-head h2{font-size:25px!important}
  .vsr-sixt-flow .vsr-rate-vehicle-head span{margin-top:5px!important;font-size:11px!important}
  .vsr-booking-flow-page .vsr-rate-car-image{min-height:220px!important;padding:4px 0!important}
  .vsr-booking-flow-page .vsr-rate-car-image img{max-height:220px!important;max-width:100%!important}
  .vsr-sixt-flow .vsr-rate-specs{gap:5px!important;padding-top:7px!important}
  .vsr-sixt-flow .vsr-rate-specs span{min-height:27px!important;padding:0 8px!important;font-size:8.7px!important}
  .vsr-sixt-flow .vsr-rate-specs svg{width:13px!important;height:13px!important}

  .vsr-sixt-flow .vsr-rate-options{padding:18px 11px 13px!important}
  .vsr-sixt-flow .vsr-rate-options>h2{font-size:17px!important}
  .vsr-sixt-flow .vsr-rate-choice{grid-template-columns:26px minmax(0,1fr)!important;gap:9px!important;min-height:0!important;padding:13px 11px!important}
  .vsr-sixt-flow .vsr-rate-choice>b{grid-column:2!important;margin-top:4px!important;font-size:10.5px!important;white-space:normal!important}
  .vsr-sixt-flow .vsr-rate-choice div strong{font-size:13.5px!important}
  .vsr-sixt-flow .vsr-rate-choice div small{font-size:9.8px!important}
  .vsr-sixt-flow .vsr-rate-radio{width:23px!important;height:23px!important}
  .vsr-sixt-flow .vsr-rate-choice.is-selected .vsr-rate-radio{box-shadow:inset 0 0 0 5px var(--vsr-ink)!important}
  .vsr-sixt-flow .vsr-rate-subhead{margin-top:17px!important}
  .vsr-sixt-flow .vsr-mileage-choice{min-height:0!important;padding:13px!important;align-items:flex-start!important}
  .vsr-sixt-flow .vsr-mileage-choice strong{font-size:13px!important}
  .vsr-sixt-flow .vsr-mileage-choice small{font-size:9.8px!important}
  .vsr-sixt-flow .vsr-mileage-choice>b{font-size:10px!important}

  .vsr-sixt-flow .vsr-flow-info{margin-bottom:9px!important;padding:11px 12px!important;font-size:9.7px!important}
  .vsr-protection-swipe-guide{gap:6px!important;min-height:37px!important;margin-bottom:5px!important}
  .vsr-protection-swipe-guide .vsr-protection-swipe-icon{width:26px!important;height:26px!important;font-size:13px!important}
  .vsr-protection-swipe-guide strong{font-size:9.3px!important}
  .vsr-protection-swipe-guide small{font-size:9px!important}
  .vsr-protection-nav{gap:4px!important}
  .vsr-protection-nav button{width:29px!important;height:29px!important;font-size:13px!important}
  .vsr-sixt-flow .vsr-protection-grid{margin:0 -8px!important;padding:2px 8px 12px!important;scroll-padding-left:8px!important}
  .vsr-sixt-flow .vsr-protection-card{flex-basis:min(330px,86vw)!important;min-height:420px!important;padding:16px 15px!important;border-radius:11px!important}
  .vsr-sixt-flow .vsr-protection-card h2{font-size:18px!important}
  .vsr-sixt-flow .vsr-package-stars{margin-top:25px!important;font-size:13px!important}
  .vsr-protection-feature-list{margin-inline:-15px!important;padding-inline:15px!important}
  .vsr-protection-feature-list span{padding:6px 0!important;font-size:9.7px!important}
  .vsr-protection-card-price strong,.vsr-sixt-flow .vsr-protection-card>strong{font-size:16px!important}
  .vsr-sixt-flow .vsr-protection-card.is-selected::after{right:13px!important;bottom:12px!important;font-size:7px!important}

  .vsr-sixt-flow .vsr-addon-group-title{margin:16px 2px 7px!important;font-size:8.5px!important}
  .vsr-sixt-flow .vsr-addon-row{
    grid-template-columns:36px minmax(0,1fr) auto!important;
    gap:10px!important;
    min-height:88px!important;
    margin-bottom:8px!important;
    padding:12px 11px!important;
    border-radius:10px!important;
  }
  .vsr-sixt-flow .vsr-addon-icon{width:34px!important;height:34px!important;border-radius:8px!important}
  .vsr-sixt-flow .vsr-addon-icon svg{width:20px!important;height:20px!important}
  .vsr-sixt-flow .vsr-addon-copy strong{font-size:12.5px!important}
  .vsr-sixt-flow .vsr-addon-copy small{font-size:9.2px!important}
  .vsr-sixt-flow .vsr-addon-copy b{margin-top:5px!important;font-size:9.8px!important}
  .vsr-sixt-flow .vsr-switch{width:52px!important;height:31px!important}
  .vsr-sixt-flow .vsr-switch i{width:23px!important;height:23px!important}
  .vsr-sixt-flow .vsr-switch.is-active i{left:25px!important}
  .vsr-extra-quantity-wrap{grid-column:1/-1!important;width:100%!important;margin-top:2px!important}
  .vsr-extra-quick-add{width:100%!important;min-height:40px!important}
  .vsr-addon-row.is-selected .vsr-extra-quantity-wrap .vsr-extra-control{width:100%!important;grid-template-columns:42px 1fr 42px!important}

  .vsr-sixt-flow .vsr-flow-summary{border-radius:11px!important}
  .vsr-sixt-flow .vsr-summary-car{grid-template-columns:76px minmax(0,1fr)!important;padding:12px!important}
  .vsr-sixt-flow .vsr-summary-car img{width:76px!important;max-width:76px!important;height:54px!important}
  .vsr-sixt-flow .vsr-summary-period,
  .vsr-sixt-flow .vsr-flow-summary>h3,
  .vsr-sixt-flow .vsr-summary-inclusion,
  .vsr-sixt-flow .vsr-selected-extra-lines,
  .vsr-sixt-flow .vsr-summary-price,
  .vsr-sixt-flow .vsr-location-price-row{margin-left:12px!important;margin-right:12px!important}
  .vsr-summary-route-list{gap:6px!important}
  .vsr-summary-route{padding:9px 8px!important}
  .vsr-summary-route strong{font-size:10px!important}
  .vsr-summary-route small{font-size:8.5px!important}
  .vsr-summary-inclusion,.vsr-selected-extra-line,.vsr-location-price-row{font-size:9.5px!important}
  .vsr-summary-price strong{font-size:20px!important}

  .vsr-sixt-flow .vsr-driver-form{padding:18px 13px 20px!important;border-radius:11px!important}
  .vsr-sixt-flow .vsr-driver-form>h2{font-size:22px!important}
  .vsr-driver-intro{margin-bottom:16px!important;font-size:10px!important}
  .vsr-sixt-flow .vsr-driver-grid{grid-template-columns:1fr!important;gap:0!important}
  .vsr-sixt-flow .vsr-rental-datetime-grid{
    grid-template-columns:minmax(0,1.35fr) minmax(88px,.65fr)!important;
    gap:8px!important;
  }
  .vsr-sixt-flow .vsr-driver-form label{margin-bottom:11px!important;font-size:9.5px!important}
  .vsr-sixt-flow .vsr-driver-form input,
  .vsr-sixt-flow .vsr-driver-form select,
  .vsr-sixt-flow .vsr-driver-form textarea{min-height:48px!important;margin-top:5px!important;padding:0 10px!important;font-size:16px!important}
  .vsr-sixt-flow .vsr-driver-form textarea{min-height:92px!important;padding:11px!important}
  .vsr-sixt-flow .vsr-driver-form .vsr-age-confirm{padding:9px 10px!important;margin:3px 0 13px!important;gap:9px!important}
  .vsr-sixt-flow .vsr-driver-form .vsr-age-confirm input[type="checkbox"]{width:18px!important;min-width:18px!important;max-width:18px!important;height:18px!important;min-height:18px!important;max-height:18px!important;margin:0!important;padding:0!important}
  .vsr-sixt-flow .vsr-driver-form .vsr-age-confirm span{font-size:10px!important;line-height:1.35!important}
  .vsr-sixt-flow .vsr-submit-booking{display:none!important}

  .vsr-mobile-flow-action{
    left:7px!important;
    right:7px!important;
    bottom:calc(72px + env(safe-area-inset-bottom,0px))!important;
    grid-template-columns:minmax(0,1fr) 132px!important;
    padding:8px 8px 8px 11px!important;
    border-radius:12px!important;
  }
  .vsr-mobile-flow-price small{font-size:7.8px!important}
  .vsr-mobile-flow-price strong{font-size:14.5px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
  .vsr-mobile-flow-next{min-height:44px!important;font-size:9px!important}

  .vsr-booking-widget.explore-booking-wrap{width:calc(100% - 16px)!important;margin:-34px auto 0!important}
  .vsr-booking-widget .explore-booking{padding:12px!important;border-radius:12px!important}
  .vsr-booking-widget .explore-booking__top{grid-template-columns:1fr!important;gap:8px!important}
  #explore-booking.vsr-booking-widget .explore-booking__bottom{
    grid-template-columns:minmax(0,1.35fr) minmax(92px,.65fr)!important;
    gap:8px!important;
    margin-top:8px!important;
  }
  .vsr-booking-widget .explore-field label{margin-bottom:4px!important;font-size:8.5px!important}
  .vsr-booking-widget .explore-field input,
  .vsr-booking-widget .explore-field select{min-height:46px!important;padding-left:38px!important;padding-right:30px!important;font-size:12px!important}
  .vsr-booking-widget .explore-input-icon{left:12px!important;width:16px!important;height:16px!important}
  .vsr-booking-widget .explore-search-btn{grid-column:1/-1!important;min-height:46px!important}

  .vsr-fleet-section .vsr-home-rental-card .vsr-sixt-card-link,
  .vsr-results-section .vsr-sixt-card-link{min-height:455px!important;padding:15px 13px 8px!important}
  .vsr-fleet-section .vsr-sixt-car-visual,
  .vsr-results-section .vsr-sixt-car-visual{min-height:215px!important}
  .vsr-fleet-section .vsr-sixt-car-visual img,
  .vsr-results-section .vsr-sixt-car-visual img{max-height:215px!important;max-width:100%!important}
  .vsr-fleet-section .vsr-sixt-card-actions,
  .vsr-results-section .vsr-sixt-card-actions{padding:8px 13px 12px!important}
}

@media (max-width:390px){
  .vsr-sixt-flow .vsr-rental-datetime-grid{grid-template-columns:minmax(0,1.3fr) 82px!important;gap:6px!important}
  .vsr-protection-swipe-guide strong{max-width:118px!important;line-height:1.2!important}
  .vsr-protection-swipe-guide small{display:none!important}
  .vsr-sixt-flow .vsr-protection-card{flex-basis:88vw!important}
  .vsr-mobile-flow-action{grid-template-columns:minmax(0,1fr) 122px!important}
  .vsr-mobile-flow-price strong{font-size:13.2px!important}
}

/* ==========================================================
   v0.13.0 — Listings-style wishlist + account experience
   ========================================================== */
.vsr-favorite-toast{display:flex;align-items:center;gap:14px;pointer-events:none}
.vsr-favorite-toast.is-visible{pointer-events:auto}
.vsr-favorite-toast a{margin-left:auto;color:#fff!important;text-decoration:underline!important;text-underline-offset:3px;font-size:10px;font-weight:850;white-space:nowrap}

.vsr-auth-message{min-height:16px;margin-top:9px;font-size:10px;line-height:1.4;font-weight:700}
.vsr-auth-message.is-error{color:#B44040}.vsr-auth-message.is-success{color:#087A56}
.vsr-auth-card button:disabled{opacity:.62;cursor:wait}
.vsr-auth-check input[type=checkbox]{appearance:auto!important;-webkit-appearance:checkbox!important;width:16px!important;height:16px!important;min-width:16px!important;max-width:16px!important;min-height:16px!important;margin:0!important;padding:0!important;box-shadow:none!important}

.vsr-auth-modal{position:fixed;z-index:1000000;inset:0;display:flex;align-items:center;justify-content:center;padding:22px;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease,visibility .2s ease}
.vsr-auth-modal.is-open{opacity:1;visibility:visible;pointer-events:auto}
.vsr-auth-modal-backdrop{position:absolute;inset:0;width:100%;height:100%;padding:0;border:0;border-radius:0;background:rgba(7,31,51,.58);backdrop-filter:blur(7px);-webkit-backdrop-filter:blur(7px);cursor:pointer}
.vsr-auth-modal-dialog{position:relative;z-index:1;width:min(900px,100%);max-height:min(780px,calc(100vh - 32px));overflow:auto;padding:28px;border:1px solid rgba(255,255,255,.9);border-radius:20px;background:#F8FBFD;box-shadow:0 28px 80px rgba(7,31,51,.28);transform:translateY(12px) scale(.985);transition:transform .22s ease}
.vsr-auth-modal.is-open .vsr-auth-modal-dialog{transform:none}
.vsr-auth-modal-close{position:absolute;top:14px;right:14px;width:38px;height:38px;display:flex;align-items:center;justify-content:center;padding:0;border:1px solid #DCE7EE;border-radius:50%;background:#fff;color:#071F33;font:500 25px/1 Arial,sans-serif;cursor:pointer;box-shadow:0 6px 18px rgba(7,31,51,.07)}
.vsr-auth-modal-intro{max-width:620px;margin:0 auto 22px;padding:0 45px;text-align:center}
.vsr-auth-modal-intro>span{display:block;margin-bottom:7px;color:#2B82BD;font-size:9px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}
.vsr-auth-modal-intro h2{margin:0;color:#071F33;font:900 clamp(26px,3vw,38px)/1.05 Inter,system-ui,sans-serif;letter-spacing:-.04em}
.vsr-auth-modal-intro p{margin:10px auto 0;color:#60788A;font:500 12px/1.65 Inter,system-ui,sans-serif}
.vsr-auth-modal .vsr-auth-layout{gap:14px}.vsr-auth-modal .vsr-auth-card{padding:21px;box-shadow:none}
html.vsr-auth-open,html.vsr-auth-open body{overflow:hidden!important}

.vsr-guest-wishlist-note{display:flex;align-items:center;gap:13px;margin:0 0 18px;padding:14px 16px;border:1px solid #CFE3EF;border-radius:12px;background:#F2F9FD}
.vsr-guest-wishlist-note>span{width:40px;height:40px;display:flex;align-items:center;justify-content:center;flex:0 0 40px;border-radius:50%;background:#2B82BD;color:#fff;font-size:14px;font-weight:900}
.vsr-guest-wishlist-note strong,.vsr-guest-wishlist-note small{display:block}.vsr-guest-wishlist-note strong{color:#071F33;font-size:11px}.vsr-guest-wishlist-note small{margin-top:3px;color:#718392;font-size:9.5px}
.vsr-wishlist-meta{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:-5px 0 17px;padding:11px 13px;border-radius:10px;background:#F5F9FB;color:#5D7485;font-size:10px}
.vsr-wishlist-meta strong{color:#071F33}.vsr-wishlist-meta a{color:#2B82BD!important;font-weight:800;text-decoration:none!important}
.vsr-saved-card{transition:opacity .18s ease,transform .18s ease,border-color .18s ease,box-shadow .18s ease}
.vsr-saved-card:hover{border-color:#BCD9E9;box-shadow:0 12px 32px rgba(7,31,51,.075)}

.vsr-header-actions{display:flex;align-items:center;gap:9px;width:100%}.vsr-header-actions.is-right{justify-content:flex-end}.vsr-header-actions.is-left{justify-content:flex-start}.vsr-header-actions.is-center{justify-content:center}
.vsr-header-actions>a{min-width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0;border:1px solid rgba(7,31,51,.11);border-radius:999px;background:#fff;color:#405669!important;text-decoration:none!important;box-shadow:0 7px 20px rgba(7,31,51,.065);transition:transform .16s ease,border-color .16s ease,color .16s ease,box-shadow .16s ease}
.vsr-header-actions>a:hover{transform:translateY(-1px);border-color:rgba(43,130,189,.4);color:#2B82BD!important;box-shadow:0 10px 25px rgba(7,31,51,.09)}
.vsr-header-actions>a span{width:20px;height:20px;display:flex}.vsr-header-actions svg{width:20px;height:20px}.vsr-header-actions>a strong{font-size:10px;font-weight:850;white-space:nowrap}
.vsr-header-actions.has-labels>a{padding:0 14px}

@media(max-width:1024px){
  .vsr-global-mobile-nav{z-index:999930}
  .vsr-mobile-nav-item{min-height:54px;border-radius:14px}
  .vsr-mobile-nav-item>span{width:25px;height:25px}.vsr-mobile-nav-item svg{width:23px;height:23px}
  .vsr-mobile-nav-item strong{font-size:10px}
}
@media(max-width:760px){
  .vsr-auth-modal{align-items:flex-end;padding:0}
  .vsr-auth-modal-dialog{width:100%;max-height:88vh;padding:23px 14px calc(18px + env(safe-area-inset-bottom,0px));border-radius:20px 20px 0 0;transform:translateY(35px)}
  .vsr-auth-modal-intro{padding:0 36px;margin-bottom:16px}.vsr-auth-modal-intro h2{font-size:25px}.vsr-auth-modal-intro p{font-size:11px}
  .vsr-auth-modal .vsr-auth-layout{grid-template-columns:1fr;gap:11px}.vsr-auth-modal .vsr-auth-card{padding:17px}
  .vsr-auth-modal .vsr-auth-card h2{font-size:19px;margin-bottom:13px}
  .vsr-auth-modal .vsr-auth-card label{margin-bottom:9px}
  .vsr-wishlist-meta{align-items:flex-start;flex-direction:column;gap:5px}
  .vsr-guest-wishlist-note{padding:12px 13px}
  .vsr-customer-page.vsr-wishlist-page{background:#fff}
  .vsr-favorite-toast{bottom:calc(87px + env(safe-area-inset-bottom,0px));width:calc(100% - 26px);max-width:430px}
}
@media(max-width:420px){
  .vsr-auth-modal-dialog{max-height:91vh}.vsr-auth-modal-close{top:10px;right:10px;width:34px;height:34px}
  .vsr-auth-modal-intro{padding:0 30px}.vsr-favorite-toast{gap:9px;padding:10px 12px}.vsr-favorite-toast a{font-size:9px}
}
.vsr-mobile-nav-badge[hidden]{display:none!important}

/* =========================================================
   v0.14.0 — Protection UX, coupons & billing clarity
   ========================================================= */
.vsr-sixt-flow .vsr-protection-stage{max-width:1480px!important;margin-inline:auto!important}
.vsr-sixt-flow .vsr-protection-stage-intro{
  display:flex!important;align-items:center!important;gap:10px!important;
  margin:0 0 22px!important;padding:15px 18px!important;border:1px solid #dfe6ea!important;
  border-radius:12px!important;background:#f7f9fa!important;color:#43535f!important;
  font-size:13px!important;line-height:1.55!important
}
.vsr-sixt-flow .vsr-protection-stage-intro strong{color:#12191f!important;font-size:13px!important;white-space:nowrap!important}
.vsr-sixt-flow .vsr-protection-stage-intro span{color:#5e6b74!important}

.vsr-sixt-flow .vsr-protection-grid{
  display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:22px!important;overflow:visible!important;margin:0!important;padding:0!important
}
.vsr-sixt-flow .vsr-protection-card{
  position:relative!important;display:flex!important;flex-direction:column!important;
  min-width:0!important;min-height:590px!important;margin:0!important;padding:0!important;
  overflow:hidden!important;border:1px solid #d7dde1!important;border-radius:14px!important;
  background:#fff!important;box-shadow:0 7px 22px rgba(16,28,36,.035)!important;
  transform:none!important;cursor:default!important;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease!important
}
.vsr-sixt-flow .vsr-protection-card:hover{transform:translateY(-2px)!important;box-shadow:0 15px 36px rgba(16,28,36,.07)!important}
.vsr-sixt-flow .vsr-protection-card.is-selected{border:2px solid #151b20!important;box-shadow:0 14px 34px rgba(15,25,32,.08)!important}
.vsr-sixt-flow .vsr-protection-card.is-premium{background:linear-gradient(180deg,#fff 0,#fff 82%,#fbfdfe 100%)!important}
.vsr-sixt-flow .vsr-protection-card-head{
  position:relative!important;display:block!important;min-height:202px!important;padding:24px 24px 20px!important;
  background:#f5f6f7!important;border-bottom:1px solid #e3e7e9!important
}
.vsr-sixt-flow .vsr-protection-card.is-selected .vsr-protection-card-head{background:#f3f5f6!important}
.vsr-sixt-flow .vsr-protection-select{display:block!important;margin:0!important;padding:0!important;cursor:pointer!important;color:inherit!important}
.vsr-sixt-flow .vsr-protection-title-wrap{display:block!important;padding-right:36px!important}
.vsr-sixt-flow .vsr-protection-title-wrap em{
  display:inline-flex!important;align-items:center!important;min-height:25px!important;margin:0 0 13px!important;padding:0 10px!important;
  border-radius:999px!important;background:#e5f3fb!important;color:#0878b8!important;font-size:10px!important;font-style:normal!important;font-weight:900!important;letter-spacing:.06em!important;text-transform:uppercase!important
}
.vsr-sixt-flow .vsr-protection-card h2{
  margin:0!important;color:#11181d!important;font-size:27px!important;line-height:1.05!important;font-weight:900!important;letter-spacing:-.035em!important
}
.vsr-sixt-flow .vsr-package-stars{margin:48px 0 0!important;color:#12181d!important;font-size:20px!important;line-height:1!important;letter-spacing:1px!important}
.vsr-sixt-flow .vsr-package-radio{
  position:absolute!important;top:25px!important;right:24px!important;width:28px!important;height:28px!important;
  border:1.5px solid #cad2d7!important;border-radius:50%!important;background:#fff!important;box-shadow:none!important
}
.vsr-sixt-flow .vsr-protection-card.is-selected .vsr-package-radio{border:8px solid #171d21!important;background:#fff!important}
.vsr-sixt-flow .vsr-protection-select>input[type="radio"]{position:absolute!important;opacity:0!important;pointer-events:none!important}
.vsr-sixt-flow .vsr-protection-expand,.vsr-protection-mobile-summary{display:none!important}
.vsr-sixt-flow .vsr-protection-card-body{
  display:flex!important;flex:1!important;flex-direction:column!important;padding:0 24px 24px!important;background:#fff!important
}
.vsr-sixt-flow .vsr-protection-package-copy{
  margin:0 -24px 0!important;padding:15px 24px!important;background:#fbfcfc!important;border-bottom:1px solid #edf0f2!important;
  color:#63717a!important;font-size:12px!important;line-height:1.5!important
}
.vsr-sixt-flow .vsr-protection-excess-line{
  margin:0 -24px!important;padding:18px 24px!important;border-bottom:1px solid #edf0f2!important;
  color:#12191e!important;font-size:14px!important;line-height:1.4!important;font-weight:800!important
}
.vsr-sixt-flow .vsr-protection-excess-line.is-good{color:#12a34a!important}
.vsr-sixt-flow .vsr-protection-excess-line.is-risk{color:#d52727!important}
.vsr-sixt-flow .vsr-protection-feature-list{display:block!important;margin:0!important;padding:14px 0 4px!important;border:0!important}
.vsr-sixt-flow .vsr-protection-feature-row{
  display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:10px!important;
  min-height:48px!important;padding:12px 0!important;border-bottom:1px solid #eff2f3!important;color:#182128!important;font-size:13.5px!important;line-height:1.45!important
}
.vsr-sixt-flow .vsr-protection-feature-row:last-child{border-bottom:0!important}
.vsr-sixt-flow .vsr-protection-feature-row>span{display:flex!important;align-items:flex-start!important;gap:11px!important;min-width:0!important;font-weight:650!important}
.vsr-sixt-flow .vsr-protection-feature-row>span i{flex:0 0 16px!important;font-style:normal!important;font-size:18px!important;line-height:1.1!important;font-weight:900!important}
.vsr-sixt-flow .vsr-protection-feature-row.is-yes>span i{color:#0aad4b!important}
.vsr-sixt-flow .vsr-protection-feature-row.is-no>span{color:#78858d!important;font-weight:550!important}
.vsr-sixt-flow .vsr-protection-feature-row.is-no>span i{color:#8a969d!important}
.vsr-sixt-flow .vsr-protection-info-btn{
  flex:0 0 25px!important;width:25px!important;height:25px!important;margin:-2px 0 0!important;padding:0!important;
  border:0!important;border-radius:50%!important;background:transparent!important;color:#20292f!important;
  font-size:17px!important;line-height:25px!important;font-weight:800!important;cursor:pointer!important;box-shadow:none!important
}
.vsr-sixt-flow .vsr-protection-info-btn:hover,.vsr-sixt-flow .vsr-protection-info-btn:focus-visible{background:#edf2f4!important;outline:none!important}
.vsr-sixt-flow .vsr-protection-card-price{
  display:flex!important;align-items:baseline!important;gap:10px!important;margin-top:auto!important;padding:18px 0 0!important;border-top:1px solid #edf0f2!important
}
.vsr-sixt-flow .vsr-protection-card-price strong{color:#10171c!important;font-size:25px!important;line-height:1!important;font-weight:950!important;letter-spacing:-.035em!important}
.vsr-sixt-flow .vsr-protection-card-price del{color:#8c969c!important;font-size:12px!important;font-weight:600!important}

/* Coupon box inside every booking summary. */
.vsr-sixt-flow .vsr-coupon-box{margin:17px 0 0!important;padding-top:14px!important;border-top:1px solid #d7e0e5!important}
.vsr-sixt-flow .vsr-coupon-toggle{
  display:flex!important;align-items:center!important;justify-content:space-between!important;width:100%!important;padding:0!important;
  border:0!important;background:transparent!important;color:#263743!important;font-size:12px!important;font-weight:850!important;cursor:pointer!important;box-shadow:none!important;text-align:left!important
}
.vsr-sixt-flow .vsr-coupon-toggle span{display:grid!important;place-items:center!important;width:23px!important;height:23px!important;border:1px solid #cfd9df!important;border-radius:50%!important;color:#2b82bd!important;font-size:15px!important}
.vsr-sixt-flow .vsr-coupon-entry{padding-top:10px!important}
.vsr-sixt-flow .vsr-coupon-entry>div{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:7px!important}
.vsr-sixt-flow .vsr-coupon-entry input{
  min-width:0!important;width:100%!important;height:42px!important;padding:0 11px!important;border:1px solid #cfd9df!important;border-radius:8px!important;
  background:#fff!important;color:#15242f!important;font-size:13px!important;font-weight:750!important;text-transform:uppercase!important;box-shadow:none!important
}
.vsr-sixt-flow .vsr-coupon-entry [data-vsr-coupon-apply]{
  min-width:76px!important;height:42px!important;padding:0 13px!important;border:0!important;border-radius:8px!important;background:#0f2638!important;color:#fff!important;font-size:11px!important;font-weight:900!important;letter-spacing:.04em!important;text-transform:uppercase!important;cursor:pointer!important
}
.vsr-sixt-flow .vsr-coupon-entry [data-vsr-coupon-apply]:disabled{opacity:.65!important}
.vsr-sixt-flow [data-vsr-coupon-message]{display:block!important;min-height:18px!important;margin-top:7px!important;color:#687984!important;font-size:10.5px!important;line-height:1.4!important}
.vsr-sixt-flow [data-vsr-coupon-message].is-success{color:#0d8f43!important;font-weight:750!important}.vsr-sixt-flow [data-vsr-coupon-message].is-error{color:#c73131!important;font-weight:750!important}
.vsr-sixt-flow .vsr-coupon-remove{padding:2px 0!important;border:0!important;background:transparent!important;color:#6d7e88!important;font-size:10px!important;text-decoration:underline!important;cursor:pointer!important;box-shadow:none!important}
.vsr-sixt-flow .vsr-summary-discount{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;margin-top:12px!important;padding:11px 0!important;border-top:1px dashed #d8e1e6!important;color:#138849!important;font-size:11px!important;font-weight:800!important}
.vsr-sixt-flow .vsr-summary-discount[hidden]{display:none!important}
.vsr-sixt-flow .vsr-summary-discount b{font-weight:900!important}.vsr-sixt-flow .vsr-summary-discount strong{font-size:12px!important;font-weight:900!important}

.vsr-sixt-flow .vsr-rental-day-rule{
  margin:2px 0 17px!important;padding:11px 13px!important;border:1px solid #dce6eb!important;border-radius:9px!important;background:#f7fafb!important;
  color:#5c6d77!important;font-size:11px!important;line-height:1.55!important
}
.vsr-sixt-flow .vsr-rental-day-rule strong{color:#172833!important}

/* Protection information modal. */
html.vsr-info-open{overflow:hidden!important}
.vsr-protection-info-modal{position:fixed!important;z-index:999999!important;inset:0!important;display:grid!important;place-items:center!important;padding:24px!important}
.vsr-protection-info-modal[hidden]{display:none!important}
.vsr-protection-info-backdrop{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;border:0!important;background:rgba(6,16,23,.56)!important;backdrop-filter:blur(4px)!important;cursor:pointer!important}
.vsr-protection-info-panel{position:relative!important;z-index:2!important;width:min(520px,100%)!important;padding:30px 30px 27px!important;border-radius:16px!important;background:#fff!important;box-shadow:0 28px 80px rgba(3,14,21,.28)!important;color:#263943!important}
.vsr-protection-info-panel>span{display:block!important;margin-bottom:8px!important;color:#2b82bd!important;font-size:10px!important;font-weight:900!important;letter-spacing:.12em!important;text-transform:uppercase!important}
.vsr-protection-info-panel h3{margin:0 38px 12px 0!important;color:#0f181e!important;font-size:25px!important;line-height:1.1!important;font-weight:900!important;letter-spacing:-.03em!important}
.vsr-protection-info-panel p{margin:0 0 16px!important;color:#435761!important;font-size:14px!important;line-height:1.7!important}
.vsr-protection-info-panel small{display:block!important;padding-top:14px!important;border-top:1px solid #e7ecef!important;color:#7a8991!important;font-size:10.5px!important;line-height:1.5!important}
.vsr-protection-info-close{position:absolute!important;top:17px!important;right:17px!important;display:grid!important;place-items:center!important;width:34px!important;height:34px!important;padding:0!important;border:1px solid #d7e0e4!important;border-radius:50%!important;background:#fff!important;color:#182229!important;font-size:23px!important;line-height:1!important;cursor:pointer!important;box-shadow:none!important}

@media (max-width:1180px) and (min-width:1025px){
  .vsr-sixt-flow .vsr-protection-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:18px!important}
  .vsr-sixt-flow .vsr-protection-card{min-height:520px!important}
}

/* Mobile + portrait tablet: stacked accordion, premium package first. */
@media (max-width:1024px){
  .vsr-sixt-flow .vsr-protection-stage{padding-inline:0!important}
  .vsr-sixt-flow .vsr-protection-stage-intro{display:block!important;margin:0 0 12px!important;padding:12px 13px!important;border-radius:10px!important;font-size:11px!important}
  .vsr-sixt-flow .vsr-protection-stage-intro strong{display:block!important;margin-bottom:4px!important;font-size:12px!important;white-space:normal!important}
  .vsr-sixt-flow .vsr-protection-grid{display:flex!important;flex-direction:column!important;gap:10px!important;overflow:visible!important;padding:0!important}
  .vsr-sixt-flow .vsr-protection-card[data-level="3"]{order:1!important}
  .vsr-sixt-flow .vsr-protection-card[data-level="2"]{order:2!important}
  .vsr-sixt-flow .vsr-protection-card[data-level="1"]{order:3!important}
  .vsr-sixt-flow .vsr-protection-card[data-level="0"]{order:4!important}
  .vsr-sixt-flow .vsr-protection-card{
    min-height:0!important;border:1px solid #d4dadd!important;border-radius:12px!important;box-shadow:none!important;transform:none!important;background:#fff!important
  }
  .vsr-sixt-flow .vsr-protection-card:hover{transform:none!important;box-shadow:none!important}
  .vsr-sixt-flow .vsr-protection-card.is-selected{border:2px solid #171b1e!important}
  .vsr-sixt-flow .vsr-protection-card-head{
    display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:8px 10px!important;min-height:0!important;padding:15px 14px!important;border:0!important;background:#fff!important;cursor:pointer!important
  }
  .vsr-sixt-flow .vsr-protection-card.is-selected .vsr-protection-card-head{background:#fff!important}
  .vsr-sixt-flow .vsr-protection-select{min-width:0!important;padding-left:35px!important}
  .vsr-sixt-flow .vsr-protection-title-wrap{padding:0!important}
  .vsr-sixt-flow .vsr-protection-title-wrap em{margin:0 0 6px!important;min-height:20px!important;padding:0 7px!important;font-size:8px!important}
  .vsr-sixt-flow .vsr-protection-card h2{font-size:19px!important;line-height:1.08!important;letter-spacing:-.025em!important}
  .vsr-sixt-flow .vsr-package-stars{position:absolute!important;top:17px!important;right:50px!important;margin:0!important;font-size:14px!important;letter-spacing:0!important}
  .vsr-sixt-flow .vsr-package-radio{top:17px!important;left:14px!important;right:auto!important;width:22px!important;height:22px!important}
  .vsr-sixt-flow .vsr-protection-card.is-selected .vsr-package-radio{border-width:6px!important}
  .vsr-sixt-flow .vsr-protection-mobile-summary{
    grid-column:1 / -1!important;display:flex!important;align-items:baseline!important;justify-content:space-between!important;gap:10px!important;
    padding:2px 34px 0 35px!important;color:#65737b!important;font-size:10.5px!important;line-height:1.3!important
  }
  .vsr-sixt-flow .vsr-protection-mobile-summary span.is-good{color:#0cae4b!important;font-weight:850!important}.vsr-sixt-flow .vsr-protection-mobile-summary span.is-risk{color:#d52c2c!important;font-weight:800!important}
  .vsr-sixt-flow .vsr-protection-mobile-summary strong{color:#131b20!important;font-size:14px!important;font-weight:900!important;white-space:nowrap!important}
  .vsr-sixt-flow .vsr-protection-expand{
    position:absolute!important;top:12px!important;right:10px!important;display:grid!important;place-items:center!important;width:32px!important;height:32px!important;padding:0!important;
    border:0!important;border-radius:50%!important;background:transparent!important;color:#1d252a!important;cursor:pointer!important;box-shadow:none!important
  }
  .vsr-sixt-flow .vsr-protection-expand span{display:none!important}.vsr-sixt-flow .vsr-protection-expand i{font-style:normal!important;font-size:20px!important;font-weight:900!important;transition:transform .18s ease!important}
  .vsr-sixt-flow .vsr-protection-card.is-mobile-open .vsr-protection-expand i{transform:rotate(180deg)!important}
  .vsr-sixt-flow .vsr-protection-card-body{
    display:block!important;max-height:0!important;overflow:hidden!important;padding:0 14px!important;opacity:0!important;border-top:0 solid #e5e9eb!important;
    transition:max-height .28s ease,opacity .18s ease,padding .28s ease,border-width .18s ease!important
  }
  .vsr-sixt-flow .vsr-protection-card.is-mobile-open .vsr-protection-card-body{max-height:820px!important;padding:0 14px 14px!important;opacity:1!important;border-top-width:1px!important}
  .vsr-sixt-flow .vsr-protection-package-copy{margin:0 -14px!important;padding:11px 14px!important;font-size:10.5px!important}
  .vsr-sixt-flow .vsr-protection-excess-line{margin:0 -14px!important;padding:11px 14px!important;font-size:11.5px!important}
  .vsr-sixt-flow .vsr-protection-feature-list{padding:7px 0 0!important}
  .vsr-sixt-flow .vsr-protection-feature-row{min-height:39px!important;padding:8px 0!important;font-size:11px!important;line-height:1.35!important}
  .vsr-sixt-flow .vsr-protection-feature-row>span{gap:8px!important}.vsr-sixt-flow .vsr-protection-feature-row>span i{flex-basis:13px!important;font-size:15px!important}
  .vsr-sixt-flow .vsr-protection-info-btn{flex-basis:27px!important;width:27px!important;height:27px!important;font-size:16px!important;line-height:27px!important}
  .vsr-sixt-flow .vsr-protection-card-price{padding:13px 0 1px!important}.vsr-sixt-flow .vsr-protection-card-price strong{font-size:20px!important}.vsr-sixt-flow .vsr-protection-card-price del{font-size:10px!important}
  .vsr-protection-info-modal{align-items:end!important;padding:0!important}
  .vsr-protection-info-panel{width:100%!important;max-width:none!important;padding:24px 20px 28px!important;border-radius:18px 18px 0 0!important}
  .vsr-protection-info-panel h3{font-size:21px!important}.vsr-protection-info-panel p{font-size:13px!important;line-height:1.65!important}
}

@media (max-width:520px){
  .vsr-sixt-flow .vsr-protection-card-head{padding:14px 12px!important}
  .vsr-sixt-flow .vsr-protection-select{padding-left:32px!important}
  .vsr-sixt-flow .vsr-package-radio{left:12px!important;top:16px!important}
  .vsr-sixt-flow .vsr-package-stars{right:45px!important;top:17px!important;font-size:13px!important}
  .vsr-sixt-flow .vsr-protection-card h2{font-size:17.5px!important;max-width:72%!important}
  .vsr-sixt-flow .vsr-protection-mobile-summary{padding-left:32px!important;padding-right:30px!important;font-size:9.7px!important}
  .vsr-sixt-flow .vsr-protection-mobile-summary strong{font-size:12.5px!important}
  .vsr-sixt-flow .vsr-coupon-entry>div{grid-template-columns:minmax(0,1fr) 70px!important}
}

/* =========================================================
   v0.14.1 — Protection UI repair
   Clean desktop comparison + stacked mobile/tablet accordion.
   ========================================================= */
.vsr-sixt-flow .vsr-protection-stage{
  max-width:none!important;
  margin:0!important;
}
.vsr-sixt-flow .vsr-protection-stage-intro{
  display:flex!important;
  align-items:center!important;
  gap:12px!important;
  margin:0 0 20px!important;
  padding:15px 18px!important;
  border:0!important;
  border-radius:10px!important;
  background:#eef0f1!important;
  color:#2f3a41!important;
  font-size:13px!important;
  line-height:1.5!important;
}
.vsr-sixt-flow .vsr-protection-stage-intro .vsr-protection-intro-icon{
  display:grid!important;
  place-items:center!important;
  flex:0 0 23px!important;
  width:23px!important;
  height:23px!important;
  border-radius:50%!important;
  background:#171c20!important;
  color:#fff!important;
  font-size:13px!important;
  font-weight:900!important;
  font-style:normal!important;
}
.vsr-sixt-flow .vsr-protection-stage-intro strong{font-size:inherit!important;white-space:normal!important;color:#171c20!important}

/* Desktop: wide, readable comparison table feeling. */
@media (min-width:1025px){
  .vsr-sixt-flow .vsr-protection-grid{
    display:grid!important;
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    gap:18px!important;
    align-items:stretch!important;
    overflow:visible!important;
    margin:0!important;
    padding:0!important;
  }
  .vsr-sixt-flow .vsr-protection-card{
    display:flex!important;
    flex-direction:column!important;
    min-width:0!important;
    min-height:520px!important;
    height:100%!important;
    margin:0!important;
    padding:0!important;
    overflow:hidden!important;
    border:1px solid #d5dade!important;
    border-radius:13px!important;
    background:#fff!important;
    box-shadow:none!important;
    transform:none!important;
    cursor:default!important;
  }
  .vsr-sixt-flow .vsr-protection-card:hover{
    transform:none!important;
    border-color:#bdc6cb!important;
    box-shadow:0 10px 26px rgba(13,24,31,.055)!important;
  }
  .vsr-sixt-flow .vsr-protection-card.is-selected{
    border:2px solid #151a1e!important;
    box-shadow:none!important;
  }
  .vsr-sixt-flow .vsr-protection-card.is-selected::after{display:none!important}
  .vsr-sixt-flow .vsr-protection-card-head{
    position:relative!important;
    display:block!important;
    min-height:192px!important;
    padding:23px 20px 18px!important;
    border:0!important;
    border-bottom:1px solid #e4e7e9!important;
    background:#f3f4f5!important;
    cursor:default!important;
  }
  .vsr-sixt-flow .vsr-protection-card.is-selected .vsr-protection-card-head{background:#f3f4f5!important}
  .vsr-sixt-flow .vsr-protection-select{display:block!important;cursor:pointer!important}
  .vsr-sixt-flow .vsr-protection-title-wrap{padding-right:38px!important}
  .vsr-sixt-flow .vsr-protection-title-wrap em{
    display:inline-flex!important;
    min-height:23px!important;
    margin:0 0 10px!important;
    padding:0 9px!important;
    align-items:center!important;
    border-radius:999px!important;
    background:#e7f3fa!important;
    color:#1678ad!important;
    font-size:9px!important;
    font-weight:900!important;
    letter-spacing:.08em!important;
    text-transform:uppercase!important;
  }
  .vsr-sixt-flow .vsr-protection-card h2{
    max-width:none!important;
    margin:0!important;
    color:#151a1e!important;
    font-size:25px!important;
    line-height:1.08!important;
    font-weight:900!important;
    letter-spacing:-.035em!important;
  }
  .vsr-sixt-flow .vsr-package-stars{
    margin:42px 0 0!important;
    color:#151a1e!important;
    font-size:18px!important;
    line-height:1!important;
    letter-spacing:1px!important;
  }
  .vsr-sixt-flow .vsr-package-radio{
    position:absolute!important;
    top:22px!important;
    right:20px!important;
    left:auto!important;
    width:27px!important;
    height:27px!important;
    border:1.5px solid #cbd2d6!important;
    border-radius:50%!important;
    background:#fff!important;
    box-shadow:none!important;
  }
  .vsr-sixt-flow .vsr-protection-card.is-selected .vsr-package-radio{
    border:8px solid #171c20!important;
    background:#fff!important;
    box-shadow:none!important;
  }
  .vsr-sixt-flow .vsr-protection-mobile-summary,
  .vsr-sixt-flow .vsr-protection-expand{display:none!important}
  .vsr-sixt-flow .vsr-protection-card-body{
    display:flex!important;
    flex:1 1 auto!important;
    flex-direction:column!important;
    max-height:none!important;
    overflow:visible!important;
    opacity:1!important;
    padding:0 20px 20px!important;
    border:0!important;
    background:#fff!important;
  }
  .vsr-sixt-flow .vsr-protection-package-copy{
    margin:0 -20px!important;
    padding:13px 20px!important;
    border-bottom:1px solid #eceff1!important;
    background:#fbfbfc!important;
    color:#64717a!important;
    font-size:11.5px!important;
    line-height:1.45!important;
  }
  .vsr-sixt-flow .vsr-protection-excess-line{
    margin:0 -20px!important;
    padding:15px 20px!important;
    border-bottom:1px solid #eceff1!important;
    color:#141b20!important;
    font-size:13.5px!important;
    line-height:1.35!important;
    font-weight:850!important;
  }
  .vsr-sixt-flow .vsr-protection-excess-line.is-good{color:#08a846!important}
  .vsr-sixt-flow .vsr-protection-excess-line.is-risk{color:#d52a2a!important}
  .vsr-sixt-flow .vsr-protection-feature-list{
    display:block!important;
    margin:0!important;
    padding:12px 0 8px!important;
    border:0!important;
  }
  .vsr-sixt-flow .vsr-protection-feature-row{
    display:flex!important;
    align-items:flex-start!important;
    justify-content:space-between!important;
    gap:10px!important;
    min-height:42px!important;
    padding:9px 0!important;
    border:0!important;
    color:#1b2329!important;
    font-size:13.5px!important;
    line-height:1.4!important;
  }
  .vsr-sixt-flow .vsr-protection-feature-row>span{
    display:flex!important;
    align-items:flex-start!important;
    gap:10px!important;
    min-width:0!important;
    font-weight:550!important;
  }
  .vsr-sixt-flow .vsr-protection-feature-row>span i{
    flex:0 0 15px!important;
    width:15px!important;
    color:#111!important;
    font-size:17px!important;
    line-height:1.1!important;
    font-style:normal!important;
    font-weight:900!important;
  }
  .vsr-sixt-flow .vsr-protection-feature-row.is-yes>span i{color:#0aa84a!important}
  .vsr-sixt-flow .vsr-protection-feature-row.is-no>span{color:#69757d!important}
  .vsr-sixt-flow .vsr-protection-feature-row.is-no>span i{color:#78848b!important}
  .vsr-sixt-flow .vsr-protection-info-btn{
    display:grid!important;
    place-items:center!important;
    flex:0 0 24px!important;
    width:24px!important;
    height:24px!important;
    margin:-2px -4px 0 0!important;
    padding:0!important;
    border:0!important;
    border-radius:50%!important;
    background:transparent!important;
    color:#1f272c!important;
    font-size:16px!important;
    line-height:1!important;
  }
  .vsr-sixt-flow .vsr-protection-info-btn:hover{background:#eef1f2!important}
  .vsr-sixt-flow .vsr-protection-desktop-discount{
    display:inline-flex!important;
    align-self:flex-start!important;
    margin:auto 0 11px!important;
    padding:5px 9px!important;
    border:1px solid #ff5b20!important;
    border-radius:999px!important;
    color:#ff4e0d!important;
    background:#fff!important;
    font-size:10px!important;
    line-height:1!important;
    font-weight:850!important;
    white-space:nowrap!important;
  }
  .vsr-sixt-flow .vsr-protection-card-price{
    display:flex!important;
    align-items:baseline!important;
    flex-wrap:wrap!important;
    gap:7px!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
  }
  .vsr-sixt-flow .vsr-protection-card-price strong{
    color:#10161a!important;
    font-size:24px!important;
    line-height:1.1!important;
    font-weight:950!important;
    letter-spacing:-.035em!important;
  }
  .vsr-sixt-flow .vsr-protection-card-price del{color:#858f95!important;font-size:11px!important;font-weight:550!important}
}

/* Large tablets + mobile: premium-first vertical accordion, exactly one open. */
@media (max-width:1024px){
  .vsr-sixt-flow .vsr-protection-stage-intro{
    margin:0 0 12px!important;
    padding:11px 12px!important;
    gap:9px!important;
    border-radius:9px!important;
    font-size:11px!important;
  }
  .vsr-sixt-flow .vsr-protection-stage-intro .vsr-protection-intro-icon{flex-basis:20px!important;width:20px!important;height:20px!important;font-size:11px!important}
  .vsr-sixt-flow .vsr-protection-grid{
    display:flex!important;
    flex-direction:column!important;
    gap:10px!important;
    overflow:visible!important;
    margin:0!important;
    padding:0!important;
  }
  .vsr-sixt-flow .vsr-protection-card[data-level="3"]{order:1!important}
  .vsr-sixt-flow .vsr-protection-card[data-level="2"]{order:2!important}
  .vsr-sixt-flow .vsr-protection-card[data-level="1"]{order:3!important}
  .vsr-sixt-flow .vsr-protection-card[data-level="0"]{order:4!important}
  .vsr-sixt-flow .vsr-protection-card{
    display:block!important;
    min-height:0!important;
    height:auto!important;
    margin:0!important;
    padding:0!important;
    overflow:hidden!important;
    border:1px solid #d5dade!important;
    border-radius:12px!important;
    background:#fff!important;
    box-shadow:none!important;
    transform:none!important;
  }
  .vsr-sixt-flow .vsr-protection-card:hover{transform:none!important;box-shadow:none!important}
  .vsr-sixt-flow .vsr-protection-card.is-selected{border:2px solid #171b1e!important;box-shadow:none!important}
  .vsr-sixt-flow .vsr-protection-card.is-selected::after{display:none!important}
  .vsr-sixt-flow .vsr-protection-card-head{
    position:relative!important;
    display:block!important;
    min-height:0!important;
    padding:14px 46px 14px 14px!important;
    border:0!important;
    background:#fff!important;
    cursor:pointer!important;
  }
  .vsr-sixt-flow .vsr-protection-card.is-selected .vsr-protection-card-head{background:#fff!important}
  .vsr-sixt-flow .vsr-protection-select{
    display:grid!important;
    grid-template-columns:23px minmax(0,1fr)!important;
    gap:10px!important;
    align-items:start!important;
    min-width:0!important;
    margin:0!important;
    padding:0!important;
    cursor:pointer!important;
  }
  .vsr-sixt-flow .vsr-protection-title-wrap{min-width:0!important;padding:0!important}
  .vsr-sixt-flow .vsr-protection-title-wrap em{
    display:inline-flex!important;
    min-height:19px!important;
    margin:0 0 5px!important;
    padding:0 7px!important;
    align-items:center!important;
    border-radius:999px!important;
    background:#e7f3fa!important;
    color:#1678ad!important;
    font-size:7.5px!important;
    font-weight:900!important;
    letter-spacing:.07em!important;
    text-transform:uppercase!important;
  }
  .vsr-sixt-flow .vsr-protection-card h2{
    max-width:none!important;
    margin:0!important;
    color:#151a1e!important;
    font-size:18px!important;
    line-height:1.08!important;
    font-weight:900!important;
    letter-spacing:-.025em!important;
  }
  .vsr-sixt-flow .vsr-package-radio{
    position:static!important;
    display:block!important;
    width:22px!important;
    height:22px!important;
    margin:0!important;
    border:1.4px solid #ccd3d7!important;
    border-radius:50%!important;
    background:#fff!important;
    box-shadow:none!important;
  }
  .vsr-sixt-flow .vsr-protection-card.is-selected .vsr-package-radio{border:6px solid #171c20!important;background:#fff!important;box-shadow:none!important}
  .vsr-sixt-flow .vsr-package-stars{
    position:absolute!important;
    top:16px!important;
    right:48px!important;
    margin:0!important;
    color:#151a1e!important;
    font-size:14px!important;
    line-height:1!important;
    letter-spacing:0!important;
  }
  .vsr-sixt-flow .vsr-protection-expand{
    position:absolute!important;
    top:9px!important;
    right:8px!important;
    display:grid!important;
    place-items:center!important;
    width:34px!important;
    height:34px!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    border-radius:50%!important;
    background:transparent!important;
    color:#171d21!important;
    box-shadow:none!important;
    cursor:pointer!important;
  }
  .vsr-sixt-flow .vsr-protection-expand span{display:none!important}
  .vsr-sixt-flow .vsr-protection-expand i{display:block!important;font-style:normal!important;font-size:20px!important;line-height:1!important;font-weight:900!important;transition:transform .18s ease!important}
  .vsr-sixt-flow .vsr-protection-card.is-mobile-open .vsr-protection-expand i{transform:rotate(180deg)!important}
  .vsr-sixt-flow .vsr-protection-mobile-summary{
    display:block!important;
    margin:7px 0 0 33px!important;
    padding:0!important;
    color:#68747b!important;
  }
  .vsr-sixt-flow .vsr-protection-mobile-meta{
    display:flex!important;
    align-items:center!important;
    flex-wrap:wrap!important;
    gap:7px!important;
    min-height:18px!important;
    font-size:11px!important;
    line-height:1.25!important;
    font-weight:750!important;
  }
  .vsr-sixt-flow .vsr-protection-mobile-meta .is-good{color:#0aa94a!important}
  .vsr-sixt-flow .vsr-protection-mobile-meta .is-risk{color:#d22b2b!important}
  .vsr-sixt-flow .vsr-protection-discount-badge{
    display:inline-flex!important;
    align-items:center!important;
    min-height:20px!important;
    margin:0!important;
    padding:0 8px!important;
    border:1px solid #ff5a1f!important;
    border-radius:999px!important;
    background:#fff!important;
    color:#ff4c0b!important;
    font-size:9px!important;
    font-style:normal!important;
    font-weight:850!important;
    white-space:nowrap!important;
  }
  .vsr-sixt-flow .vsr-protection-mobile-price{
    display:flex!important;
    align-items:baseline!important;
    flex-wrap:wrap!important;
    gap:7px!important;
    margin-top:6px!important;
  }
  .vsr-sixt-flow .vsr-protection-mobile-price strong{color:#151a1e!important;font-size:16px!important;line-height:1.1!important;font-weight:900!important}
  .vsr-sixt-flow .vsr-protection-mobile-price del{color:#879198!important;font-size:10px!important;font-weight:550!important}
  .vsr-sixt-flow .vsr-protection-card-body{
    display:block!important;
    max-height:0!important;
    overflow:hidden!important;
    opacity:0!important;
    margin:0!important;
    padding:0 14px!important;
    border-top:0 solid #e4e8ea!important;
    background:#fff!important;
    transition:max-height .28s ease,opacity .18s ease,padding .28s ease,border-width .18s ease!important;
  }
  .vsr-sixt-flow .vsr-protection-card.is-mobile-open .vsr-protection-card-body{
    max-height:760px!important;
    opacity:1!important;
    padding:7px 14px 14px!important;
    border-top-width:1px!important;
  }
  .vsr-sixt-flow .vsr-protection-package-copy{
    margin:0 -14px!important;
    padding:10px 14px!important;
    border-bottom:1px solid #edf0f1!important;
    background:#fafbfb!important;
    color:#68757d!important;
    font-size:10.5px!important;
    line-height:1.45!important;
  }
  .vsr-sixt-flow .vsr-protection-excess-line{
    margin:0 -14px!important;
    padding:10px 14px!important;
    border-bottom:1px solid #edf0f1!important;
    color:#151c21!important;
    font-size:11.5px!important;
    line-height:1.35!important;
    font-weight:850!important;
  }
  .vsr-sixt-flow .vsr-protection-excess-line.is-good{color:#0aa94a!important}
  .vsr-sixt-flow .vsr-protection-excess-line.is-risk{color:#d22b2b!important}
  .vsr-sixt-flow .vsr-protection-feature-list{display:block!important;margin:0!important;padding:5px 0!important;border:0!important}
  .vsr-sixt-flow .vsr-protection-feature-row{
    display:flex!important;
    align-items:flex-start!important;
    justify-content:space-between!important;
    gap:9px!important;
    min-height:38px!important;
    padding:8px 0!important;
    border:0!important;
    color:#20292f!important;
    font-size:11.5px!important;
    line-height:1.35!important;
  }
  .vsr-sixt-flow .vsr-protection-feature-row>span{display:flex!important;align-items:flex-start!important;gap:8px!important;font-weight:550!important}
  .vsr-sixt-flow .vsr-protection-feature-row>span i{flex:0 0 13px!important;width:13px!important;font-size:15px!important;line-height:1.1!important;font-style:normal!important;font-weight:900!important}
  .vsr-sixt-flow .vsr-protection-feature-row.is-yes>span i{color:#0aa94a!important}
  .vsr-sixt-flow .vsr-protection-feature-row.is-no>span{color:#6f7a81!important}
  .vsr-sixt-flow .vsr-protection-feature-row.is-no>span i{color:#7b868d!important}
  .vsr-sixt-flow .vsr-protection-info-btn{display:grid!important;place-items:center!important;flex:0 0 28px!important;width:28px!important;height:28px!important;margin:-4px -5px 0 0!important;padding:0!important;border:0!important;border-radius:50%!important;background:transparent!important;color:#1f282e!important;font-size:16px!important;line-height:1!important}
  .vsr-sixt-flow .vsr-protection-desktop-discount{display:none!important}
  .vsr-sixt-flow .vsr-protection-card-price{display:none!important}
  .vsr-protection-info-modal{align-items:end!important;padding:0!important}
  .vsr-protection-info-panel{width:100%!important;max-width:none!important;padding:24px 20px calc(26px + env(safe-area-inset-bottom,0px))!important;border-radius:18px 18px 0 0!important}
}

@media (max-width:520px){
  .vsr-sixt-flow .vsr-protection-card-head{padding:13px 44px 13px 12px!important}
  .vsr-sixt-flow .vsr-protection-select{grid-template-columns:21px minmax(0,1fr)!important;gap:9px!important}
  .vsr-sixt-flow .vsr-package-radio{width:21px!important;height:21px!important}
  .vsr-sixt-flow .vsr-protection-card.is-selected .vsr-package-radio{border-width:6px!important}
  .vsr-sixt-flow .vsr-protection-card h2{font-size:17px!important}
  .vsr-sixt-flow .vsr-package-stars{top:15px!important;right:44px!important;font-size:13px!important}
  .vsr-sixt-flow .vsr-protection-expand{top:7px!important;right:6px!important}
  .vsr-sixt-flow .vsr-protection-mobile-summary{margin-left:30px!important}
  .vsr-sixt-flow .vsr-protection-mobile-meta{font-size:10px!important}
  .vsr-sixt-flow .vsr-protection-mobile-price strong{font-size:15px!important}
}

/* Coupon UI: quieter, premium and easy to understand. */
.vsr-sixt-flow .vsr-coupon-box{margin-top:15px!important;padding-top:14px!important;border-top:1px solid #dbe2e6!important}
.vsr-sixt-flow .vsr-coupon-toggle{font-size:11.5px!important;font-weight:850!important;color:#253743!important}
.vsr-sixt-flow .vsr-coupon-entry>div{gap:8px!important}
.vsr-sixt-flow .vsr-coupon-entry input{height:44px!important;border-radius:9px!important;font-size:12px!important;letter-spacing:.04em!important}
.vsr-sixt-flow .vsr-coupon-entry [data-vsr-coupon-apply]{height:44px!important;border-radius:9px!important;background:#152b3c!important}
.vsr-sixt-flow .vsr-summary-discount{color:#0a8f43!important}

/* v0.14.1 intentionally does not show the internal billing-rule helper box in the customer checkout. */
.vsr-sixt-flow .vsr-rental-day-rule{display:none!important}


/* ==========================================================
   v0.14.2 — Protection layout repair + true full-width funnel
   Fixes inherited carousel dimensions on compact screens,
   removes clipped accordion bodies, replaces the glyph arrow,
   and lets the booking funnel escape theme/container gutters.
   ========================================================== */

/* The booking application must be full-bleed even when the active WP theme
   puts the single template inside a constrained content container. */
.vsr-booking-flow-page{
  position:relative!important;
  left:50%!important;
  width:100vw!important;
  max-width:100vw!important;
  margin-left:-50vw!important;
  margin-right:-50vw!important;
  overflow-x:clip!important;
}
.vsr-booking-flow-inner{
  --vsr-funnel-pad:clamp(22px,3.3vw,62px);
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding-left:var(--vsr-funnel-pad)!important;
  padding-right:var(--vsr-funnel-pad)!important;
}
.vsr-sixt-flow .vsr-flow-topbar{
  width:auto!important;
  max-width:none!important;
  margin-left:calc(var(--vsr-funnel-pad) * -1)!important;
  margin-right:calc(var(--vsr-funnel-pad) * -1)!important;
  padding-left:var(--vsr-funnel-pad)!important;
  padding-right:var(--vsr-funnel-pad)!important;
}
.vsr-sixt-flow .vsr-protection-stage{
  width:100%!important;
  max-width:none!important;
  margin-left:0!important;
  margin-right:0!important;
}

/* Cleaner guidance row. */
.vsr-sixt-flow .vsr-protection-stage-intro{
  max-width:none!important;
  border:0!important;
  background:transparent!important;
  padding-left:2px!important;
  padding-right:2px!important;
}
.vsr-sixt-flow .vsr-protection-stage-intro .vsr-protection-intro-icon{
  display:grid!important;
  place-items:center!important;
  width:24px!important;
  height:24px!important;
  flex:0 0 24px!important;
  border-radius:50%!important;
  background:#171d21!important;
  color:#fff!important;
  font-size:12px!important;
  font-style:normal!important;
  font-weight:900!important;
}

/* Desktop: readable four-column comparison, no compressed cards. */
@media (min-width:1025px){
  .vsr-sixt-flow .vsr-protection-grid{
    display:grid!important;
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    gap:16px!important;
    width:100%!important;
    margin:0!important;
    padding:0 0 12px!important;
    overflow:visible!important;
  }
  .vsr-sixt-flow .vsr-protection-card{
    flex:none!important;
    flex-basis:auto!important;
    width:auto!important;
    min-width:0!important;
    max-width:none!important;
    min-height:570px!important;
    height:auto!important;
    padding:0!important;
    overflow:hidden!important;
    border:1px solid #d7dde1!important;
    border-radius:14px!important;
    background:#fff!important;
  }
  .vsr-sixt-flow .vsr-protection-card.is-selected{border:2px solid #171c20!important}
  .vsr-sixt-flow .vsr-protection-card-head{
    min-height:214px!important;
    padding:26px 56px 22px 24px!important;
    background:#f7f8f9!important;
  }
  .vsr-sixt-flow .vsr-protection-card h2{
    max-width:100%!important;
    font-size:27px!important;
    line-height:1.08!important;
  }
  .vsr-sixt-flow .vsr-package-stars{
    margin:46px 0 0!important;
    font-size:19px!important;
  }
  .vsr-sixt-flow .vsr-protection-card-body{
    display:flex!important;
    flex-direction:column!important;
    height:calc(100% - 214px)!important;
    min-height:355px!important;
    max-height:none!important;
    overflow:visible!important;
    opacity:1!important;
    padding:0 24px 22px!important;
  }
  /* Generic admin helper copy made the customer comparison noisy. The useful
     explanation remains available per benefit through the info buttons. */
  .vsr-sixt-flow .vsr-protection-package-copy{display:none!important}
  .vsr-sixt-flow .vsr-protection-excess-line{
    margin:0 -24px!important;
    padding:17px 24px!important;
    font-size:14px!important;
  }
  .vsr-sixt-flow .vsr-protection-feature-list{padding:14px 0 10px!important}
  .vsr-sixt-flow .vsr-protection-feature-row{
    min-height:45px!important;
    padding:10px 0!important;
    font-size:14px!important;
    line-height:1.38!important;
  }
  .vsr-sixt-flow .vsr-protection-card-price strong{font-size:26px!important}
}

/* Use a drawn chevron, not a font glyph. This stays centered on every device. */
.vsr-sixt-flow .vsr-protection-expand i{
  position:relative!important;
  display:block!important;
  width:10px!important;
  height:10px!important;
  font-size:0!important;
  line-height:0!important;
  transform:none!important;
}
.vsr-sixt-flow .vsr-protection-expand i::before{
  content:""!important;
  position:absolute!important;
  left:50%!important;
  top:50%!important;
  width:7px!important;
  height:7px!important;
  border-right:2px solid currentColor!important;
  border-bottom:2px solid currentColor!important;
  transform:translate(-50%,-68%) rotate(45deg)!important;
  transform-origin:center!important;
  transition:transform .18s ease!important;
}
.vsr-sixt-flow .vsr-protection-card.is-mobile-open .vsr-protection-expand i{
  transform:none!important;
}
.vsr-sixt-flow .vsr-protection-card.is-mobile-open .vsr-protection-expand i::before{
  transform:translate(-50%,-28%) rotate(225deg)!important;
}

/* Proper, consistent info icon instead of platform-dependent circled glyph. */
.vsr-sixt-flow .vsr-protection-info-btn{
  position:relative!important;
  font-size:0!important;
}
.vsr-sixt-flow .vsr-protection-info-btn::before{
  content:"i"!important;
  display:grid!important;
  place-items:center!important;
  width:17px!important;
  height:17px!important;
  border:1.5px solid #1d252a!important;
  border-radius:50%!important;
  color:#1d252a!important;
  font:900 11px/1 Inter,system-ui,sans-serif!important;
}

/* Tablet + phone: genuine vertical accordion. Reset every old carousel/flex-basis
   rule so collapsed cards can never reserve hundreds of pixels of empty space. */
@media (max-width:1024px){
  .vsr-booking-flow-inner{
    --vsr-funnel-pad:12px;
    width:100%!important;
    padding-left:var(--vsr-funnel-pad)!important;
    padding-right:var(--vsr-funnel-pad)!important;
  }
  .vsr-sixt-flow .vsr-flow-topbar{
    margin-left:calc(var(--vsr-funnel-pad) * -1)!important;
    margin-right:calc(var(--vsr-funnel-pad) * -1)!important;
  }
  .vsr-sixt-flow .vsr-protection-stage-intro{
    display:flex!important;
    align-items:flex-start!important;
    gap:8px!important;
    margin:0 2px 10px!important;
    padding:6px 2px!important;
    font-size:10.5px!important;
    line-height:1.35!important;
  }
  .vsr-sixt-flow .vsr-protection-stage-intro .vsr-protection-intro-icon{
    width:20px!important;
    height:20px!important;
    flex-basis:20px!important;
    font-size:10px!important;
  }
  .vsr-sixt-flow .vsr-protection-grid{
    display:flex!important;
    flex-direction:column!important;
    align-items:stretch!important;
    gap:9px!important;
    width:100%!important;
    max-width:none!important;
    margin:0!important;
    padding:0 0 10px!important;
    overflow:visible!important;
    scroll-snap-type:none!important;
  }
  .vsr-sixt-flow .vsr-protection-card{
    flex:0 0 auto!important;
    flex-basis:auto!important;
    align-self:stretch!important;
    width:100%!important;
    min-width:0!important;
    max-width:100%!important;
    min-height:0!important;
    height:auto!important;
    max-height:none!important;
    margin:0!important;
    padding:0!important;
    overflow:hidden!important;
    scroll-snap-align:none!important;
    border:1px solid #d6dde1!important;
    border-radius:12px!important;
    background:#fff!important;
  }
  .vsr-sixt-flow .vsr-protection-card.is-selected{border:2px solid #171c20!important}
  .vsr-sixt-flow .vsr-protection-card-head{
    position:relative!important;
    display:grid!important;
    grid-template-columns:minmax(0,1fr) 34px!important;
    grid-template-rows:auto auto!important;
    column-gap:8px!important;
    row-gap:0!important;
    min-height:0!important;
    width:100%!important;
    padding:13px 8px 13px 13px!important;
    border:0!important;
    background:#fff!important;
  }
  .vsr-sixt-flow .vsr-protection-select{
    grid-column:1!important;
    grid-row:1!important;
    display:grid!important;
    grid-template-columns:22px minmax(0,1fr)!important;
    gap:9px!important;
    align-items:start!important;
    width:100%!important;
    min-width:0!important;
  }
  .vsr-sixt-flow .vsr-protection-title-wrap{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) auto!important;
    grid-auto-rows:auto!important;
    align-items:start!important;
    gap:4px 8px!important;
    min-width:0!important;
  }
  .vsr-sixt-flow .vsr-protection-title-wrap em{
    grid-column:1!important;
    justify-self:start!important;
    margin:0 0 1px!important;
  }
  .vsr-sixt-flow .vsr-protection-card h2{
    grid-column:1!important;
    max-width:none!important;
    margin:0!important;
    font-size:18px!important;
    line-height:1.12!important;
    overflow-wrap:anywhere!important;
  }
  .vsr-sixt-flow .vsr-package-stars{
    position:static!important;
    grid-column:2!important;
    grid-row:1 / span 2!important;
    align-self:start!important;
    justify-self:end!important;
    margin:2px 0 0!important;
    padding:0!important;
    font-size:13px!important;
    line-height:1!important;
    white-space:nowrap!important;
  }
  .vsr-sixt-flow .vsr-package-radio{
    position:static!important;
    width:22px!important;
    height:22px!important;
    margin:0!important;
  }
  .vsr-sixt-flow .vsr-protection-mobile-summary{
    grid-column:1!important;
    grid-row:2!important;
    display:block!important;
    width:auto!important;
    margin:5px 0 0 31px!important;
    padding:0!important;
    min-width:0!important;
  }
  .vsr-sixt-flow .vsr-protection-mobile-meta{
    min-height:0!important;
    font-size:10.5px!important;
  }
  .vsr-sixt-flow .vsr-protection-mobile-price{
    margin-top:5px!important;
  }
  .vsr-sixt-flow .vsr-protection-mobile-price strong{
    font-size:16px!important;
    line-height:1.1!important;
  }
  .vsr-sixt-flow .vsr-protection-expand{
    position:static!important;
    grid-column:2!important;
    grid-row:1 / span 2!important;
    align-self:center!important;
    justify-self:center!important;
    display:grid!important;
    place-items:center!important;
    width:32px!important;
    height:32px!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    border-radius:50%!important;
    background:#f5f7f8!important;
    color:#1b2328!important;
  }
  .vsr-sixt-flow .vsr-protection-expand:hover{background:#edf1f3!important}

  /* Closed = truly closed. Open = natural height. No max-height clipping and no
     invisible flex-basis area underneath the compact header. */
  .vsr-sixt-flow .vsr-protection-card-body{
    display:none!important;
    width:100%!important;
    max-height:none!important;
    height:auto!important;
    overflow:visible!important;
    opacity:1!important;
    margin:0!important;
    padding:0 14px 13px!important;
    border-top:1px solid #e8ecee!important;
    background:#fff!important;
    transition:none!important;
  }
  .vsr-sixt-flow .vsr-protection-card.is-mobile-open .vsr-protection-card-body{
    display:block!important;
    max-height:none!important;
    height:auto!important;
    overflow:visible!important;
    opacity:1!important;
    padding:0 14px 13px!important;
    animation:vsrAccordionReveal .16s ease-out!important;
  }
  @keyframes vsrAccordionReveal{from{opacity:.2;transform:translateY(-3px)}to{opacity:1;transform:none}}
  .vsr-sixt-flow .vsr-protection-package-copy{display:none!important}
  .vsr-sixt-flow .vsr-protection-excess-line{
    margin:0 -14px!important;
    padding:11px 14px!important;
    font-size:11.5px!important;
  }
  .vsr-sixt-flow .vsr-protection-feature-list{
    margin:0!important;
    padding:5px 0 2px!important;
  }
  .vsr-sixt-flow .vsr-protection-feature-row{
    min-height:0!important;
    padding:9px 0!important;
    font-size:11.5px!important;
    line-height:1.35!important;
  }
  .vsr-sixt-flow .vsr-protection-info-btn{
    flex:0 0 28px!important;
    width:28px!important;
    height:28px!important;
    margin:-5px -4px -4px 0!important;
  }
  .vsr-sixt-flow .vsr-protection-card-price,
  .vsr-sixt-flow .vsr-protection-desktop-discount{display:none!important}
}

@media (max-width:520px){
  .vsr-booking-flow-inner{--vsr-funnel-pad:8px}
  .vsr-sixt-flow .vsr-protection-card-head{padding:12px 6px 12px 11px!important}
  .vsr-sixt-flow .vsr-protection-select{grid-template-columns:21px minmax(0,1fr)!important;gap:8px!important}
  .vsr-sixt-flow .vsr-protection-card h2{font-size:17px!important}
  .vsr-sixt-flow .vsr-package-stars{font-size:12.5px!important}
  .vsr-sixt-flow .vsr-protection-mobile-summary{margin-left:29px!important}
  .vsr-sixt-flow .vsr-protection-mobile-price strong{font-size:15.5px!important}
  .vsr-sixt-flow .vsr-protection-expand{width:30px!important;height:30px!important}
}

/* =========================================================
   v0.14.3 — Protection mobile polish + contextual info tooltip
   ========================================================= */

/* Use a hand-drawn CSS info mark instead of a platform-dependent glyph. */
.vsr-sixt-flow .vsr-protection-info-btn{
  appearance:none!important;
  -webkit-appearance:none!important;
  display:grid!important;
  place-items:center!important;
  flex:0 0 30px!important;
  width:30px!important;
  height:30px!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:50%!important;
  background:transparent!important;
  color:#171d21!important;
  box-shadow:none!important;
  cursor:pointer!important;
  line-height:1!important;
}
.vsr-sixt-flow .vsr-protection-info-btn>span{
  display:grid!important;
  place-items:center!important;
  box-sizing:border-box!important;
  width:18px!important;
  height:18px!important;
  min-width:18px!important;
  min-height:18px!important;
  border:1.6px solid currentColor!important;
  border-radius:50%!important;
  background:#fff!important;
  color:#171d21!important;
  font-family:Arial,Helvetica,sans-serif!important;
  font-size:12px!important;
  font-weight:800!important;
  font-style:normal!important;
  line-height:1!important;
  text-transform:none!important;
}
.vsr-sixt-flow .vsr-protection-info-btn:hover>span,
.vsr-sixt-flow .vsr-protection-info-btn:focus-visible>span{
  background:#171d21!important;
  color:#fff!important;
}
.vsr-sixt-flow .vsr-protection-info-btn:focus-visible{outline:2px solid #2B82BD!important;outline-offset:2px!important}

/* SIXT-like contextual black explanation bubble. */
html.vsr-info-open{overflow:auto!important}
.vsr-protection-info-modal{
  position:fixed!important;
  z-index:9999999!important;
  inset:0!important;
  display:block!important;
  width:0!important;
  height:0!important;
  padding:0!important;
  pointer-events:none!important;
}
.vsr-protection-info-modal[hidden]{display:none!important}
.vsr-protection-info-panel{
  --vsr-tip-y:50%;
  position:fixed!important;
  z-index:2!important;
  width:min(265px,calc(100vw - 34px))!important;
  max-width:265px!important;
  margin:0!important;
  padding:14px 16px!important;
  border:0!important;
  border-radius:7px!important;
  background:#1d1d1d!important;
  color:#fff!important;
  box-shadow:0 12px 28px rgba(0,0,0,.24)!important;
  pointer-events:auto!important;
  transform:none!important;
  animation:vsrProtectionTipIn .14s ease-out both!important;
}
.vsr-protection-info-panel::after{
  content:""!important;
  position:absolute!important;
  top:var(--vsr-tip-y)!important;
  right:-9px!important;
  width:0!important;
  height:0!important;
  border-top:9px solid transparent!important;
  border-bottom:9px solid transparent!important;
  border-left:10px solid #1d1d1d!important;
  transform:translateY(-50%)!important;
}
.vsr-protection-info-modal.is-right .vsr-protection-info-panel::after{
  right:auto!important;
  left:-9px!important;
  border-left:0!important;
  border-right:10px solid #1d1d1d!important;
}
.vsr-protection-info-panel .vsr-protection-info-title{
  display:none!important;
}
.vsr-protection-info-panel p{
  margin:0!important;
  padding:0!important;
  border:0!important;
  color:#fff!important;
  font-size:14px!important;
  line-height:1.55!important;
  font-weight:650!important;
  letter-spacing:0!important;
}
.vsr-protection-info-backdrop,
.vsr-protection-info-close,
.vsr-protection-info-panel>small{display:none!important}
@keyframes vsrProtectionTipIn{from{opacity:0;transform:translateY(3px)}to{opacity:1;transform:translateY(0)}}

@media(max-width:1024px){
  /* Smaller, cleaner package selector circle. The tap target remains the full card header. */
  .vsr-sixt-flow .vsr-protection-select{
    grid-template-columns:17px minmax(0,1fr)!important;
    gap:8px!important;
  }
  .vsr-sixt-flow .vsr-package-radio{
    box-sizing:border-box!important;
    display:block!important;
    width:17px!important;
    height:17px!important;
    min-width:17px!important;
    min-height:17px!important;
    aspect-ratio:1/1!important;
    margin:1px 0 0!important;
    border:1.3px solid #cbd3d8!important;
    border-radius:50%!important;
    background:#fff!important;
    box-shadow:none!important;
  }
  .vsr-sixt-flow .vsr-protection-card.is-selected .vsr-package-radio{
    width:17px!important;
    height:17px!important;
    min-width:17px!important;
    min-height:17px!important;
    border:4.5px solid #171c20!important;
    background:#fff!important;
    box-shadow:none!important;
  }
  .vsr-sixt-flow .vsr-protection-mobile-summary{margin-left:25px!important}

  /* Visual info mark stays small while its button retains a comfortable tap area. */
  .vsr-sixt-flow .vsr-protection-info-btn{
    flex-basis:28px!important;
    width:28px!important;
    height:28px!important;
    margin:-3px -3px 0 0!important;
  }
  .vsr-sixt-flow .vsr-protection-info-btn>span{
    width:17px!important;
    height:17px!important;
    min-width:17px!important;
    min-height:17px!important;
    font-size:11px!important;
    border-width:1.5px!important;
  }

  /* On phones/tablets use the same contextual bubble — no full-width bottom sheet. */
  .vsr-protection-info-modal{align-items:initial!important;padding:0!important}
  .vsr-protection-info-panel{
    width:min(250px,calc(100vw - 28px))!important;
    max-width:250px!important;
    padding:13px 15px!important;
    border-radius:7px!important;
  }
  .vsr-protection-info-panel p{font-size:13.5px!important;line-height:1.52!important;font-weight:650!important}
}

@media(max-width:520px){
  .vsr-sixt-flow .vsr-protection-select{grid-template-columns:16px minmax(0,1fr)!important;gap:8px!important}
  .vsr-sixt-flow .vsr-package-radio,
  .vsr-sixt-flow .vsr-protection-card.is-selected .vsr-package-radio{
    width:16px!important;height:16px!important;min-width:16px!important;min-height:16px!important
  }
  .vsr-sixt-flow .vsr-protection-card.is-selected .vsr-package-radio{border-width:4px!important}
  .vsr-sixt-flow .vsr-protection-mobile-summary{margin-left:24px!important}
}


/* =========================================================
   v0.14.4 — Protection info-icon + mobile helper hotfix
   - remove the legacy pseudo-icon so each row renders ONE info mark
   - keep the mobile helper compact on a single line
   ========================================================= */
.vsr-sixt-flow .vsr-protection-info-btn::before,
.vsr-sixt-flow .vsr-protection-info-btn::after{
  content:none!important;
  display:none!important;
}
.vsr-sixt-flow .vsr-protection-info-btn>span{
  position:relative!important;
  inset:auto!important;
  margin:0!important;
}

@media(max-width:1024px){
  .vsr-sixt-flow .vsr-protection-stage-intro{
    display:flex!important;
    align-items:center!important;
    gap:7px!important;
    min-height:0!important;
    margin:0 2px 8px!important;
    padding:4px 2px!important;
    line-height:1.2!important;
  }
  .vsr-sixt-flow .vsr-protection-stage-intro .vsr-protection-intro-icon{
    flex:0 0 18px!important;
    width:18px!important;
    height:18px!important;
    min-width:18px!important;
    min-height:18px!important;
    margin:0!important;
    font-size:9px!important;
    line-height:18px!important;
  }
  .vsr-sixt-flow .vsr-protection-stage-intro>span:last-child{
    display:block!important;
    min-width:0!important;
    margin:0!important;
    padding:0!important;
    white-space:nowrap!important;
    color:#667781!important;
    font-size:10px!important;
    line-height:1.2!important;
    letter-spacing:-.005em!important;
  }
}

@media(max-width:360px){
  .vsr-sixt-flow .vsr-protection-stage-intro>span:last-child{
    font-size:9.4px!important;
    letter-spacing:-.012em!important;
  }
}

/* =========================================================
   v0.14.5 — Protection benefit typography + vector icons
   Consistent SVG check / cross / info marks on every browser.
   ========================================================= */
.vsr-sixt-flow .vsr-protection-feature-row{
  font-family:Inter,"Segoe UI",Roboto,Arial,Helvetica,sans-serif!important;
  color:#14191d!important;
  font-size:15px!important;
  line-height:1.45!important;
  font-weight:520!important;
  letter-spacing:-.006em!important;
}
.vsr-sixt-flow .vsr-protection-feature-row>span,
.vsr-sixt-flow .vsr-protection-feature-label{
  display:flex!important;
  align-items:center!important;
  gap:12px!important;
  min-width:0!important;
  color:#14191d!important;
  font:inherit!important;
}
.vsr-sixt-flow .vsr-protection-feature-row.is-no>span,
.vsr-sixt-flow .vsr-protection-feature-row.is-no .vsr-protection-feature-label{
  color:#2f383e!important;
  font-weight:520!important;
}
/* Retire all text-glyph status icons from older versions. */
.vsr-sixt-flow .vsr-protection-feature-row>span>i{display:none!important}
.vsr-sixt-flow .vsr-protection-status-icon{
  display:grid!important;
  place-items:center!important;
  flex:0 0 20px!important;
  width:20px!important;
  height:20px!important;
  margin:0!important;
  color:#11181d!important;
}
.vsr-sixt-flow .vsr-protection-status-icon svg{
  display:block!important;
  width:20px!important;
  height:20px!important;
  overflow:visible!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:2.35!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}
.vsr-sixt-flow .vsr-protection-status-icon.is-yes{color:#08ad4b!important}
.vsr-sixt-flow .vsr-protection-status-icon.is-no{color:#7b878e!important}

/* One clean vector information button. No font glyphs / pseudo glyphs. */
.vsr-sixt-flow .vsr-protection-info-btn{
  appearance:none!important;
  -webkit-appearance:none!important;
  display:grid!important;
  place-items:center!important;
  flex:0 0 32px!important;
  width:32px!important;
  height:32px!important;
  min-width:32px!important;
  min-height:32px!important;
  margin:-5px -5px -5px 4px!important;
  padding:0!important;
  border:0!important;
  border-radius:50%!important;
  background:transparent!important;
  color:#141a1e!important;
  box-shadow:none!important;
  cursor:pointer!important;
}
.vsr-sixt-flow .vsr-protection-info-btn::before,
.vsr-sixt-flow .vsr-protection-info-btn::after,
.vsr-sixt-flow .vsr-protection-info-btn>span{display:none!important;content:none!important}
.vsr-sixt-flow .vsr-protection-info-btn>svg{
  display:block!important;
  width:20px!important;
  height:20px!important;
  overflow:visible!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:1.8!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
  pointer-events:none!important;
}
.vsr-sixt-flow .vsr-protection-info-btn>svg .vsr-info-dot{
  fill:currentColor!important;
  stroke:none!important;
}
.vsr-sixt-flow .vsr-protection-info-btn:hover,
.vsr-sixt-flow .vsr-protection-info-btn:focus-visible{
  background:#f0f2f3!important;
  color:#050708!important;
  outline:none!important;
}
.vsr-sixt-flow .vsr-protection-info-btn:focus-visible{
  box-shadow:0 0 0 2px #fff,0 0 0 4px rgba(43,130,189,.48)!important;
}

/* Keep the tooltip visually close to the SIXT-style contextual explanation. */
.vsr-protection-info-panel{
  width:min(292px,calc(100vw - 28px))!important;
  max-width:292px!important;
  padding:15px 17px!important;
  border-radius:8px!important;
  background:#1c1c1c!important;
  box-shadow:0 12px 32px rgba(0,0,0,.28)!important;
}
.vsr-protection-info-panel p{
  font-family:Inter,"Segoe UI",Roboto,Arial,Helvetica,sans-serif!important;
  color:#fff!important;
  font-size:14.5px!important;
  line-height:1.52!important;
  font-weight:650!important;
  letter-spacing:-.005em!important;
}

@media (min-width:1025px){
  .vsr-sixt-flow .vsr-protection-feature-row{
    min-height:47px!important;
    padding:10px 0!important;
    font-size:15.5px!important;
  }
}

@media (max-width:1024px){
  .vsr-sixt-flow .vsr-protection-feature-list{padding:8px 0 4px!important}
  .vsr-sixt-flow .vsr-protection-feature-row{
    min-height:46px!important;
    padding:10px 0!important;
    color:#13191d!important;
    font-size:14.25px!important;
    line-height:1.38!important;
    font-weight:540!important;
  }
  .vsr-sixt-flow .vsr-protection-feature-row>span,
  .vsr-sixt-flow .vsr-protection-feature-label{gap:10px!important}
  .vsr-sixt-flow .vsr-protection-status-icon,
  .vsr-sixt-flow .vsr-protection-status-icon svg{
    flex-basis:19px!important;
    width:19px!important;
    height:19px!important;
  }
  .vsr-sixt-flow .vsr-protection-info-btn{
    flex-basis:30px!important;
    width:30px!important;
    height:30px!important;
    min-width:30px!important;
    min-height:30px!important;
    margin:-4px -4px -4px 3px!important;
  }
  .vsr-sixt-flow .vsr-protection-info-btn>svg{width:19px!important;height:19px!important}
  .vsr-protection-info-panel{
    width:min(276px,calc(100vw - 24px))!important;
    max-width:276px!important;
    padding:14px 16px!important;
  }
  .vsr-protection-info-panel p{font-size:14px!important;line-height:1.5!important}
}

@media (max-width:520px){
  .vsr-sixt-flow .vsr-protection-card-body{padding-left:16px!important;padding-right:16px!important}
  .vsr-sixt-flow .vsr-protection-card.is-mobile-open .vsr-protection-card-body{padding-left:16px!important;padding-right:16px!important}
  .vsr-sixt-flow .vsr-protection-excess-line{margin-left:-16px!important;margin-right:-16px!important;padding-left:16px!important;padding-right:16px!important}
  .vsr-sixt-flow .vsr-protection-feature-row{font-size:14px!important}
}

/* =========================================================
   v0.14.6 — Protection feature row layout repair
   Prevent inherited generic span rules from squeezing labels
   into a narrow column. Stronger black UI typography and
   cleaner status/info alignment on desktop, tablet and phone.
   ========================================================= */
.vsr-sixt-flow .vsr-protection-feature-list .vsr-protection-feature-row{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 30px!important;
  align-items:center!important;
  column-gap:12px!important;
  width:100%!important;
  min-width:0!important;
  color:#101418!important;
  font-family:Inter,"Segoe UI",Roboto,Arial,Helvetica,sans-serif!important;
  font-size:15.5px!important;
  line-height:1.38!important;
  font-weight:650!important;
  letter-spacing:-.008em!important;
}
.vsr-sixt-flow .vsr-protection-feature-list .vsr-protection-feature-row>.vsr-protection-feature-label{
  display:grid!important;
  grid-template-columns:22px minmax(0,1fr)!important;
  align-items:center!important;
  gap:11px!important;
  width:100%!important;
  min-width:0!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
  color:#101418!important;
  font:inherit!important;
  font-weight:650!important;
}
/* Critical reset: older generic .vsr-protection-feature-list span rules were
   also styling the inner text span, causing one-word-per-line wrapping. */
.vsr-sixt-flow .vsr-protection-feature-list .vsr-protection-feature-row>.vsr-protection-feature-label>span:last-child{
  display:block!important;
  grid-template-columns:none!important;
  width:auto!important;
  min-width:0!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
  color:#101418!important;
  font:inherit!important;
  font-weight:650!important;
  white-space:normal!important;
  overflow-wrap:normal!important;
  word-break:normal!important;
  hyphens:none!important;
}
.vsr-sixt-flow .vsr-protection-feature-list .vsr-protection-feature-row.is-no>.vsr-protection-feature-label,
.vsr-sixt-flow .vsr-protection-feature-list .vsr-protection-feature-row.is-no>.vsr-protection-feature-label>span:last-child{
  color:#20262b!important;
  font-weight:620!important;
}
.vsr-sixt-flow .vsr-protection-feature-list .vsr-protection-status-icon{
  display:grid!important;
  place-items:center!important;
  width:21px!important;
  height:21px!important;
  min-width:21px!important;
  min-height:21px!important;
  margin:0!important;
}
.vsr-sixt-flow .vsr-protection-feature-list .vsr-protection-status-icon svg{
  width:21px!important;
  height:21px!important;
  stroke-width:2.45!important;
}
.vsr-sixt-flow .vsr-protection-feature-list .vsr-protection-status-icon.is-yes{color:#08a948!important}
.vsr-sixt-flow .vsr-protection-feature-list .vsr-protection-status-icon.is-no{color:#3f484e!important}
.vsr-sixt-flow .vsr-protection-feature-list .vsr-protection-info-btn{
  grid-column:2!important;
  justify-self:end!important;
  align-self:center!important;
  width:30px!important;
  height:30px!important;
  min-width:30px!important;
  min-height:30px!important;
  margin:0!important;
  color:#11171b!important;
}
.vsr-sixt-flow .vsr-protection-feature-list .vsr-protection-info-btn>svg{
  width:19px!important;
  height:19px!important;
  stroke-width:1.9!important;
}

@media (min-width:1025px){
  .vsr-sixt-flow .vsr-protection-feature-list .vsr-protection-feature-row{
    min-height:48px!important;
    padding:11px 0!important;
    font-size:15.5px!important;
  }
}

@media (max-width:1024px){
  .vsr-sixt-flow .vsr-protection-feature-list .vsr-protection-feature-row{
    grid-template-columns:minmax(0,1fr) 28px!important;
    column-gap:9px!important;
    min-height:44px!important;
    padding:9px 0!important;
    font-size:14.25px!important;
    line-height:1.35!important;
    font-weight:650!important;
  }
  .vsr-sixt-flow .vsr-protection-feature-list .vsr-protection-feature-row>.vsr-protection-feature-label{
    grid-template-columns:20px minmax(0,1fr)!important;
    gap:9px!important;
  }
  .vsr-sixt-flow .vsr-protection-feature-list .vsr-protection-status-icon,
  .vsr-sixt-flow .vsr-protection-feature-list .vsr-protection-status-icon svg{
    width:20px!important;
    height:20px!important;
    min-width:20px!important;
    min-height:20px!important;
  }
  .vsr-sixt-flow .vsr-protection-feature-list .vsr-protection-info-btn{
    width:28px!important;
    height:28px!important;
    min-width:28px!important;
    min-height:28px!important;
  }
  .vsr-sixt-flow .vsr-protection-feature-list .vsr-protection-info-btn>svg{
    width:18px!important;
    height:18px!important;
  }
}

@media (max-width:520px){
  .vsr-sixt-flow .vsr-protection-feature-list .vsr-protection-feature-row{
    font-size:14px!important;
    column-gap:8px!important;
  }
  .vsr-sixt-flow .vsr-protection-feature-list .vsr-protection-feature-row>.vsr-protection-feature-label{
    grid-template-columns:19px minmax(0,1fr)!important;
    gap:8px!important;
  }
  .vsr-sixt-flow .vsr-protection-feature-list .vsr-protection-status-icon,
  .vsr-sixt-flow .vsr-protection-feature-list .vsr-protection-status-icon svg{
    width:19px!important;
    height:19px!important;
    min-width:19px!important;
    min-height:19px!important;
  }
}


/* ============================================================
   v0.14.10 — Promo code card refresh
   ============================================================ */
.vsr-sixt-flow .vsr-coupon-box{
  margin:18px 0 0!important;
  padding:0!important;
  border:1px solid #d9e3e8!important;
  border-radius:16px!important;
  background:#fff!important;
  overflow:hidden!important;
  box-shadow:0 12px 28px rgba(15,32,46,.06)!important;
}
.vsr-sixt-flow .vsr-coupon-toggle,
.vsr-sixt-flow .vsr-coupon-toggle *{
  box-sizing:border-box!important;
}
.vsr-sixt-flow .vsr-coupon-toggle{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:14px!important;
  width:100%!important;
  min-height:82px!important;
  margin:0!important;
  padding:16px 18px!important;
  border:0!important;
  border-radius:0!important;
  background:#fff!important;
  color:#111820!important;
  box-shadow:none!important;
  text-align:left!important;
  cursor:pointer!important;
  transition:background .18s ease!important;
}
.vsr-sixt-flow .vsr-coupon-toggle:hover,
.vsr-sixt-flow .vsr-coupon-toggle:focus-visible{
  background:#f8fbfd!important;
  outline:none!important;
}
.vsr-sixt-flow .vsr-coupon-toggle.is-open{
  background:#f8fbfd!important;
}
.vsr-sixt-flow .vsr-coupon-toggle-main{
  display:flex!important;
  align-items:center!important;
  gap:13px!important;
  min-width:0!important;
  flex:1 1 auto!important;
}
.vsr-sixt-flow .vsr-coupon-icon{
  position:static!important;
  flex:0 0 42px!important;
  width:42px!important;
  height:42px!important;
  display:grid!important;
  place-items:center!important;
  border-radius:12px!important;
  background:#eaf4fa!important;
  color:#2b82bd!important;
  box-shadow:inset 0 0 0 1px rgba(43,130,189,.08)!important;
}
.vsr-sixt-flow .vsr-coupon-icon svg{
  width:21px!important;
  height:21px!important;
  display:block!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:1.8!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}
.vsr-sixt-flow .vsr-coupon-icon circle{fill:currentColor!important;stroke:none!important}
.vsr-sixt-flow .vsr-coupon-copy,
.vsr-sixt-flow .vsr-coupon-copy *{
  position:static!important;
  float:none!important;
  transform:none!important;
}
.vsr-sixt-flow .vsr-coupon-copy{
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  gap:4px!important;
  min-width:0!important;
  flex:1 1 auto!important;
}
.vsr-sixt-flow .vsr-coupon-eyebrow,
.vsr-sixt-flow .vsr-coupon-title{
  display:block!important;
  margin:0!important;
  padding:0!important;
  text-transform:none!important;
  letter-spacing:0!important;
}
.vsr-sixt-flow .vsr-coupon-eyebrow{
  color:#2b82bd!important;
  font-family:Inter,"Segoe UI",Roboto,Arial,sans-serif!important;
  font-size:11px!important;
  line-height:1.2!important;
  font-weight:800!important;
}
.vsr-sixt-flow .vsr-coupon-title{
  color:#111820!important;
  font-family:Inter,"Segoe UI",Roboto,Arial,sans-serif!important;
  font-size:17px!important;
  line-height:1.25!important;
  font-weight:850!important;
}
.vsr-sixt-flow .vsr-coupon-chevron{
  position:relative!important;
  flex:0 0 36px!important;
  width:36px!important;
  height:36px!important;
  display:block!important;
  border:1px solid #d6e0e6!important;
  border-radius:999px!important;
  background:#f7fbfd!important;
  color:#2b82bd!important;
  font-size:0!important;
  box-shadow:none!important;
}
.vsr-sixt-flow .vsr-coupon-chevron::before,
.vsr-sixt-flow .vsr-coupon-chevron::after{
  content:""!important;
  position:absolute!important;
  left:50%!important;
  top:50%!important;
  width:10px!important;
  height:2px!important;
  margin:0!important;
  border-radius:2px!important;
  background:currentColor!important;
  transform:translate(-50%,-50%)!important;
}
.vsr-sixt-flow .vsr-coupon-chevron::after{
  transform:translate(-50%,-50%) rotate(90deg)!important;
}
.vsr-sixt-flow .vsr-coupon-toggle.is-open .vsr-coupon-chevron::after{
  transform:translate(-50%,-50%) rotate(0deg)!important;
}
.vsr-sixt-flow .vsr-coupon-entry,
.vsr-sixt-flow .vsr-coupon-entry *{
  box-sizing:border-box!important;
}
.vsr-sixt-flow .vsr-coupon-entry{
  padding:16px 18px 18px!important;
  border-top:1px solid #e7edf1!important;
  background:#fbfdfe!important;
}
.vsr-sixt-flow .vsr-coupon-entry[hidden]{display:none!important}
.vsr-sixt-flow .vsr-coupon-label,
.vsr-sixt-flow .vsr-coupon-hint{
  display:block!important;
  position:static!important;
  float:none!important;
  margin:0!important;
  padding:0!important;
}
.vsr-sixt-flow .vsr-coupon-label{
  margin-bottom:8px!important;
  color:#1c2b36!important;
  font-family:Inter,"Segoe UI",Roboto,Arial,sans-serif!important;
  font-size:12px!important;
  line-height:1.35!important;
  font-weight:780!important;
}
.vsr-sixt-flow .vsr-coupon-fields{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 106px!important;
  gap:10px!important;
  align-items:stretch!important;
}
.vsr-sixt-flow .vsr-coupon-entry .vsr-coupon-fields input{
  min-width:0!important;
  width:100%!important;
  height:50px!important;
  margin:0!important;
  padding:0 15px!important;
  border:1px solid #cbd9e1!important;
  border-radius:12px!important;
  background:#fff!important;
  color:#101820!important;
  font-family:Inter,"Segoe UI",Roboto,Arial,sans-serif!important;
  font-size:14px!important;
  line-height:1!important;
  font-weight:800!important;
  letter-spacing:.04em!important;
  text-transform:uppercase!important;
  box-shadow:0 1px 2px rgba(10,28,42,.02)!important;
}
.vsr-sixt-flow .vsr-coupon-entry .vsr-coupon-fields input::placeholder{
  color:#80909b!important;
  opacity:1!important;
  text-transform:none!important;
  letter-spacing:0!important;
}
.vsr-sixt-flow .vsr-coupon-entry .vsr-coupon-fields input:focus{
  border-color:#2b82bd!important;
  outline:0!important;
  box-shadow:0 0 0 4px rgba(43,130,189,.12)!important;
}
.vsr-sixt-flow .vsr-coupon-entry .vsr-coupon-fields [data-vsr-coupon-apply]{
  min-width:0!important;
  width:106px!important;
  height:50px!important;
  margin:0!important;
  padding:0 14px!important;
  border:0!important;
  border-radius:12px!important;
  background:#2b82bd!important;
  color:#fff!important;
  font-family:Inter,"Segoe UI",Roboto,Arial,sans-serif!important;
  font-size:12px!important;
  line-height:1!important;
  font-weight:850!important;
  letter-spacing:.03em!important;
  text-transform:uppercase!important;
  box-shadow:0 8px 18px rgba(43,130,189,.18)!important;
  cursor:pointer!important;
}
.vsr-sixt-flow .vsr-coupon-entry .vsr-coupon-fields [data-vsr-coupon-apply]:hover{background:#1e70aa!important}
.vsr-sixt-flow .vsr-coupon-entry .vsr-coupon-fields [data-vsr-coupon-apply]:disabled{opacity:.68!important;cursor:wait!important}
.vsr-sixt-flow .vsr-coupon-hint{
  margin-top:8px!important;
  color:#70818d!important;
  font-family:Inter,"Segoe UI",Roboto,Arial,sans-serif!important;
  font-size:11px!important;
  line-height:1.45!important;
  font-weight:500!important;
}
.vsr-sixt-flow [data-vsr-coupon-message]{
  display:block!important;
  position:static!important;
  margin-top:6px!important;
  min-height:0!important;
  color:#6e7f8a!important;
  font-family:Inter,"Segoe UI",Roboto,Arial,sans-serif!important;
  font-size:11px!important;
  line-height:1.45!important;
}
.vsr-sixt-flow [data-vsr-coupon-message].is-success{color:#0d8f43!important;font-weight:800!important}
.vsr-sixt-flow [data-vsr-coupon-message].is-error{color:#c73131!important;font-weight:800!important}
.vsr-sixt-flow .vsr-coupon-remove{
  display:inline-flex!important;
  align-items:center!important;
  gap:6px!important;
  margin-top:10px!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  color:#637680!important;
  font-family:Inter,"Segoe UI",Roboto,Arial,sans-serif!important;
  font-size:11px!important;
  line-height:1.35!important;
  font-weight:700!important;
  text-decoration:underline!important;
  box-shadow:none!important;
  cursor:pointer!important;
}
@media (max-width:1024px){
  .vsr-sixt-flow .vsr-coupon-box{margin-top:16px!important;border-radius:14px!important}
  .vsr-sixt-flow .vsr-coupon-toggle{min-height:76px!important;padding:14px 16px!important}
  .vsr-sixt-flow .vsr-coupon-icon{flex-basis:40px!important;width:40px!important;height:40px!important}
  .vsr-sixt-flow .vsr-coupon-title{font-size:16px!important}
  .vsr-sixt-flow .vsr-coupon-entry{padding:14px 16px 16px!important}
}
@media (max-width:640px){
  .vsr-sixt-flow .vsr-coupon-toggle{min-height:72px!important;padding:14px!important;gap:12px!important}
  .vsr-sixt-flow .vsr-coupon-title{font-size:15px!important}
  .vsr-sixt-flow .vsr-coupon-eyebrow{font-size:10.5px!important}
  .vsr-sixt-flow .vsr-coupon-chevron{flex-basis:34px!important;width:34px!important;height:34px!important}
  .vsr-sixt-flow .vsr-coupon-entry{padding:14px!important}
  .vsr-sixt-flow .vsr-coupon-fields{grid-template-columns:1fr!important}
  .vsr-sixt-flow .vsr-coupon-entry .vsr-coupon-fields [data-vsr-coupon-apply]{width:100%!important}
}

/* v0.14.9 — unambiguous 24-hour time controls */
.vsr-24h-hint{display:inline!important;margin-left:5px!important;color:#2B82BD!important;font:800 9px/1 Inter,system-ui,sans-serif!important;letter-spacing:.04em!important;text-transform:uppercase!important}
.vsr-time-select{font-variant-numeric:tabular-nums!important;font-feature-settings:"tnum" 1!important;letter-spacing:.01em!important}
.vsr-booking-widget .vsr-time-select{cursor:pointer!important}
.vsr-sixt-flow .vsr-time-select{cursor:pointer!important;font-size:13px!important;font-weight:750!important;color:#111820!important}
@media(max-width:1024px){.vsr-sixt-flow .vsr-time-select{font-size:16px!important}.vsr-24h-hint{font-size:8px!important}}


/* ============================================================
   v0.14.11 — Simple, robust discount-code UI
   ============================================================ */
.vsr-sixt-flow .vsr-coupon-simple,
.vsr-sixt-flow .vsr-coupon-simple *{
  box-sizing:border-box!important;
}
.vsr-sixt-flow .vsr-coupon-simple{
  display:block!important;
  position:relative!important;
  width:100%!important;
  max-width:none!important;
  margin:16px 0 0!important;
  padding:0!important;
  border:1px solid #d9e1e6!important;
  border-radius:12px!important;
  background:#fff!important;
  overflow:hidden!important;
  box-shadow:none!important;
}
.vsr-sixt-flow .vsr-coupon-simple .vsr-coupon-toggle{
  display:flex!important;
  position:relative!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:12px!important;
  width:100%!important;
  min-width:0!important;
  min-height:54px!important;
  margin:0!important;
  padding:0 14px!important;
  border:0!important;
  border-radius:0!important;
  background:#fff!important;
  color:#111820!important;
  box-shadow:none!important;
  text-align:left!important;
  text-decoration:none!important;
  cursor:pointer!important;
  transform:none!important;
}
.vsr-sixt-flow .vsr-coupon-simple .vsr-coupon-toggle:hover,
.vsr-sixt-flow .vsr-coupon-simple .vsr-coupon-toggle:focus-visible{
  background:#f8fafb!important;
  outline:none!important;
}
.vsr-sixt-flow .vsr-coupon-simple .vsr-coupon-simple-title,
.vsr-sixt-flow .vsr-coupon-simple .vsr-coupon-simple-action,
.vsr-sixt-flow .vsr-coupon-simple .vsr-coupon-simple-plus{
  display:inline-flex!important;
  position:static!important;
  float:none!important;
  width:auto!important;
  height:auto!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
  transform:none!important;
  text-transform:none!important;
  letter-spacing:0!important;
  line-height:1!important;
}
.vsr-sixt-flow .vsr-coupon-simple .vsr-coupon-simple-title{
  color:#111820!important;
  font-family:Inter,"Segoe UI",Roboto,Arial,sans-serif!important;
  font-size:13px!important;
  font-weight:800!important;
}
.vsr-sixt-flow .vsr-coupon-simple .vsr-coupon-simple-action{
  align-items:center!important;
  gap:7px!important;
  color:#2b82bd!important;
  font-family:Inter,"Segoe UI",Roboto,Arial,sans-serif!important;
  font-size:12px!important;
  font-weight:800!important;
  white-space:nowrap!important;
}
.vsr-sixt-flow .vsr-coupon-simple .vsr-coupon-simple-plus{
  align-items:center!important;
  justify-content:center!important;
  width:24px!important;
  height:24px!important;
  min-width:24px!important;
  min-height:24px!important;
  border:1px solid #cfdbe2!important;
  border-radius:50%!important;
  color:transparent!important;
  font-size:0!important;
  line-height:0!important;
  font-weight:700!important;
  position:relative!important;
  overflow:hidden!important;
  flex:0 0 24px!important;
}
.vsr-sixt-flow .vsr-coupon-simple .vsr-coupon-simple-plus::before{
  content:"+"!important;
  position:absolute!important;
  inset:0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  color:#2b82bd!important;
  font-size:17px!important;
  line-height:1!important;
  font-weight:700!important;
  transform:translateY(-0.5px)!important;
}
.vsr-sixt-flow .vsr-coupon-simple .vsr-coupon-toggle.is-open .vsr-coupon-simple-plus::before{
  content:"−"!important;
  font-size:18px!important;
  transform:translateY(-1px)!important;
}
.vsr-sixt-flow .vsr-coupon-simple .vsr-coupon-entry{
  display:block!important;
  position:static!important;
  width:100%!important;
  margin:0!important;
  padding:12px 14px 14px!important;
  border:0!important;
  border-top:1px solid #e7ecef!important;
  background:#fff!important;
  box-shadow:none!important;
  transform:none!important;
}
.vsr-sixt-flow .vsr-coupon-simple .vsr-coupon-entry[hidden]{display:none!important}
.vsr-sixt-flow .vsr-coupon-simple .vsr-coupon-fields{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 86px!important;
  gap:8px!important;
  width:100%!important;
  margin:0!important;
  padding:0!important;
}
.vsr-sixt-flow .vsr-coupon-simple .vsr-coupon-fields input{
  width:100%!important;
  min-width:0!important;
  height:44px!important;
  margin:0!important;
  padding:0 12px!important;
  border:1px solid #cbd7de!important;
  border-radius:9px!important;
  background:#fff!important;
  color:#111820!important;
  font-family:Inter,"Segoe UI",Roboto,Arial,sans-serif!important;
  font-size:13px!important;
  font-weight:700!important;
  letter-spacing:0!important;
  text-transform:none!important;
  box-shadow:none!important;
}
.vsr-sixt-flow .vsr-coupon-simple .vsr-coupon-fields input:focus{
  border-color:#2b82bd!important;
  outline:none!important;
  box-shadow:0 0 0 3px rgba(43,130,189,.12)!important;
}
.vsr-sixt-flow .vsr-coupon-simple .vsr-coupon-fields [data-vsr-coupon-apply]{
  width:86px!important;
  min-width:0!important;
  height:44px!important;
  margin:0!important;
  padding:0 10px!important;
  border:0!important;
  border-radius:9px!important;
  background:#2b82bd!important;
  color:#fff!important;
  font-family:Inter,"Segoe UI",Roboto,Arial,sans-serif!important;
  font-size:11px!important;
  font-weight:850!important;
  letter-spacing:.02em!important;
  text-transform:uppercase!important;
  box-shadow:none!important;
}
.vsr-sixt-flow .vsr-coupon-simple [data-vsr-coupon-message]{
  display:block!important;
  margin:7px 0 0!important;
  min-height:0!important;
  color:#6b7b86!important;
  font-family:Inter,"Segoe UI",Roboto,Arial,sans-serif!important;
  font-size:10.5px!important;
  line-height:1.35!important;
}
.vsr-sixt-flow .vsr-coupon-simple [data-vsr-coupon-message].is-success{color:#0d8f43!important;font-weight:750!important}
.vsr-sixt-flow .vsr-coupon-simple [data-vsr-coupon-message].is-error{color:#c73131!important;font-weight:750!important}
.vsr-sixt-flow .vsr-coupon-simple .vsr-coupon-remove{
  display:inline-block!important;
  margin:5px 0 0!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  color:#687a85!important;
  font:700 10.5px/1.3 Inter,"Segoe UI",Roboto,Arial,sans-serif!important;
  text-decoration:underline!important;
  box-shadow:none!important;
}
@media(max-width:640px){
  .vsr-sixt-flow .vsr-coupon-simple{border-radius:11px!important}
  .vsr-sixt-flow .vsr-coupon-simple .vsr-coupon-toggle{min-height:50px!important;padding:0 12px!important}
  .vsr-sixt-flow .vsr-coupon-simple .vsr-coupon-simple-title{font-size:12.5px!important}
  .vsr-sixt-flow .vsr-coupon-simple .vsr-coupon-simple-action{font-size:11.5px!important}
  .vsr-sixt-flow .vsr-coupon-simple .vsr-coupon-entry{padding:10px 12px 12px!important}
  .vsr-sixt-flow .vsr-coupon-simple .vsr-coupon-fields{grid-template-columns:minmax(0,1fr) 78px!important}
  .vsr-sixt-flow .vsr-coupon-simple .vsr-coupon-fields [data-vsr-coupon-apply]{width:78px!important}
}


/* v0.14.15 hotfix: stop clipping/cutting in booking flow top area */
.vsr-booking-flow-page{overflow-x:hidden!important}
.vsr-booking-flow-inner{
  width:min(1760px,100%)!important;
  max-width:100%!important;
  margin:0 auto!important;
  padding:0 18px 70px!important;
}
.vsr-sixt-flow .vsr-flow-topbar,
.vsr-flow-topbar{
  width:100%!important;
  max-width:100%!important;
  margin:0 0 18px!important;
  padding:16px 18px!important;
  grid-template-columns:56px minmax(0,1fr) auto minmax(180px,300px)!important;
  gap:18px!important;
  overflow:visible!important;
}
.vsr-flow-topbar > *{min-width:0!important}
.vsr-flow-heading{min-width:0!important}
.vsr-flow-heading h1{
  white-space:normal!important;
  word-break:normal!important;
  overflow-wrap:anywhere!important;
}
.vsr-flow-back,
.vsr-sixt-flow .vsr-flow-back{
  width:48px!important;
  height:48px!important;
  min-width:48px!important;
  min-height:48px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  border-radius:999px!important;
}
.vsr-sixt-flow .vsr-flow-top-total{justify-content:flex-end!important}
.vsr-sixt-flow .vsr-flow-continue,
.vsr-flow-continue{
  width:100%!important;
  min-width:160px!important;
}

@media (max-width:1200px){
  .vsr-booking-flow-inner{padding:0 14px 80px!important}
  .vsr-sixt-flow .vsr-flow-topbar,
  .vsr-flow-topbar{
    grid-template-columns:48px minmax(0,1fr) auto minmax(150px,220px)!important;
    gap:14px!important;
    padding:14px!important;
  }
  .vsr-flow-heading h1{font-size:30px!important}
  .vsr-sixt-flow .vsr-flow-top-total strong{font-size:21px!important}
}

@media (max-width:900px){
  .vsr-booking-flow-inner{padding:0 12px 110px!important}
  .vsr-sixt-flow .vsr-flow-topbar,
  .vsr-flow-topbar{
    grid-template-columns:42px minmax(0,1fr) 140px!important;
    margin:0 0 14px!important;
    padding:10px 12px!important;
  }
}

@media (max-width:620px){
  .vsr-booking-flow-inner{padding:0 10px 120px!important}
  .vsr-sixt-flow .vsr-flow-topbar,
  .vsr-flow-topbar{
    grid-template-columns:38px minmax(0,1fr)!important;
    margin:0 0 12px!important;
    padding:8px 10px!important;
    min-height:72px!important;
  }
  .vsr-flow-heading h1{font-size:17px!important;line-height:1.08!important}
}


/* v0.14.17 — restore v0.14.15 layout; fix clipped booking-step heading only */
.vsr-sixt-flow .vsr-flow-topbar{
  overflow:visible!important;
}
.vsr-sixt-flow .vsr-flow-heading{
  overflow:visible!important;
  padding-bottom:2px!important;
}
.vsr-sixt-flow .vsr-flow-heading h1{
  font-size:clamp(24px,1.8vw,32px)!important;
  line-height:1.16!important;
  overflow:visible!important;
  text-overflow:clip!important;
  padding:0 0 2px!important;
}
@media (min-width:901px) and (max-width:1199px){
  .vsr-sixt-flow .vsr-flow-heading h1{
    font-size:24px!important;
    line-height:1.16!important;
  }
}
@media (max-width:900px){
  .vsr-sixt-flow .vsr-flow-heading h1{
    font-size:20px!important;
    line-height:1.16!important;
  }
}
@media (max-width:700px){
  .vsr-sixt-flow .vsr-flow-heading h1{
    font-size:17px!important;
    line-height:1.18!important;
    padding-bottom:1px!important;
  }
}


/* =========================================================
   v0.14.18 — Booking-flow readability + control polish
   - stronger customer-facing typography across all steps
   - round, clean rate selector circle in step 1
   - remove the blue accent line on selected extras
   - show step chips as a clean 2×2 grid on compact screens
   ========================================================= */

/* Shared funnel typography: darker, clearer, more readable. */
.vsr-sixt-flow .vsr-rate-options>h2,
.vsr-sixt-flow .vsr-rate-subhead,
.vsr-sixt-flow .vsr-flow-summary h3,
.vsr-sixt-flow .vsr-driver-form>h2{
  color:#111820!important;
  font-weight:950!important;
  letter-spacing:-.02em!important;
}
.vsr-sixt-flow .vsr-rate-choice div strong,
.vsr-sixt-flow .vsr-mileage-choice strong,
.vsr-sixt-flow .vsr-addon-copy strong,
.vsr-sixt-flow .vsr-summary-car strong{
  color:#111820!important;
  font-weight:900!important;
}
.vsr-sixt-flow .vsr-rate-choice div strong{font-size:17px!important;line-height:1.2!important}
.vsr-sixt-flow .vsr-rate-choice div small,
.vsr-sixt-flow .vsr-mileage-choice small,
.vsr-sixt-flow .vsr-addon-copy small,
.vsr-driver-intro,
.vsr-sixt-flow .vsr-flow-info{
  color:#5a6871!important;
  font-weight:600!important;
}
.vsr-sixt-flow .vsr-rate-choice div small{font-size:12.25px!important;line-height:1.5!important}
.vsr-sixt-flow .vsr-rate-choice>b,
.vsr-sixt-flow .vsr-mileage-choice>b,
.vsr-sixt-flow .vsr-addon-copy b,
.vsr-sixt-flow .vsr-protection-mobile-price strong,
.vsr-sixt-flow .vsr-summary-price strong{
  color:#111820!important;
  font-weight:900!important;
}
.vsr-sixt-flow .vsr-rate-choice>b,
.vsr-sixt-flow .vsr-mileage-choice>b,
.vsr-sixt-flow .vsr-addon-copy b{font-size:12.5px!important}
.vsr-sixt-flow .vsr-mileage-choice strong{font-size:17px!important;line-height:1.2!important}
.vsr-sixt-flow .vsr-mileage-choice small{font-size:12px!important;line-height:1.5!important}
.vsr-sixt-flow .vsr-addon-copy strong{font-size:15.5px!important;line-height:1.2!important}
.vsr-sixt-flow .vsr-addon-copy small{font-size:11.5px!important;line-height:1.5!important}
.vsr-sixt-flow .vsr-addon-copy b{margin-top:8px!important}
.vsr-driver-intro{font-size:12px!important;line-height:1.6!important}
.vsr-sixt-flow .vsr-driver-form label{color:#111820!important;font-size:12px!important;font-weight:900!important;letter-spacing:-.01em!important}
.vsr-sixt-flow .vsr-flow-info{font-size:12px!important;line-height:1.6!important}

/* Step 1 selector: always a proper circle, never an odd shape. */
.vsr-sixt-flow .vsr-rate-radio{
  box-sizing:border-box!important;
  display:block!important;
  flex:0 0 26px!important;
  width:26px!important;
  height:26px!important;
  min-width:26px!important;
  min-height:26px!important;
  aspect-ratio:1/1!important;
  border:2px solid #c8d0d5!important;
  border-radius:50%!important;
  background:#fff!important;
  box-shadow:none!important;
}
.vsr-sixt-flow .vsr-rate-choice.is-selected .vsr-rate-radio{
  border-color:#111820!important;
  box-shadow:inset 0 0 0 6px #111820!important;
}

/* Extras step: keep the selected card clean without the left blue line. */
.vsr-sixt-flow .vsr-addon-row.is-selected::before,
.vsr-sixt-flow .vsr-addon-row:has(.vsr-switch.is-active)::before{
  content:none!important;
  display:none!important;
}

/* Compact progress steps: no horizontal scrolling, clean 2 × 2 layout. */
@media (max-width:900px){
  .vsr-flow-progress{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:10px!important;
    max-width:none!important;
    margin:12px 0 16px!important;
    padding:0!important;
    overflow:visible!important;
    justify-content:stretch!important;
  }
  .vsr-flow-progress::-webkit-scrollbar{display:none!important}
  .vsr-flow-progress-step{
    flex:none!important;
    width:100%!important;
    min-width:0!important;
    min-height:58px!important;
    padding:10px 12px!important;
    align-items:flex-start!important;
    justify-content:flex-start!important;
    gap:8px!important;
    border:1px solid #dbe3e8!important;
    border-radius:12px!important;
    background:#fff!important;
    text-align:left!important;
    box-shadow:none!important;
  }
  .vsr-flow-progress-step::before{display:none!important}
  .vsr-flow-progress-step span{
    width:26px!important;
    height:26px!important;
    flex-basis:26px!important;
    margin:0!important;
  }
  .vsr-flow-progress-step strong{
    overflow:visible!important;
    text-overflow:clip!important;
    white-space:normal!important;
    color:#111820!important;
    font-size:11px!important;
    line-height:1.18!important;
    font-weight:900!important;
    letter-spacing:.01em!important;
  }
  .vsr-flow-progress-step.is-active{
    border-color:#111820!important;
    background:#fff!important;
    box-shadow:0 0 0 2px rgba(17,24,32,.04)!important;
  }
  .vsr-flow-progress-step.is-complete{
    border-color:rgba(43,130,189,.28)!important;
    background:#f7fbfe!important;
  }
}

@media (max-width:620px){
  .vsr-sixt-flow .vsr-rate-options>h2{font-size:18px!important}
  .vsr-sixt-flow .vsr-rate-choice{grid-template-columns:24px minmax(0,1fr)!important;padding:13px 12px!important}
  .vsr-sixt-flow .vsr-rate-radio{width:22px!important;height:22px!important;min-width:22px!important;min-height:22px!important}
  .vsr-sixt-flow .vsr-rate-choice.is-selected .vsr-rate-radio{box-shadow:inset 0 0 0 5px #111820!important}
  .vsr-sixt-flow .vsr-rate-choice div strong{font-size:15px!important}
  .vsr-sixt-flow .vsr-rate-choice div small{font-size:11px!important}
  .vsr-sixt-flow .vsr-rate-choice>b,
  .vsr-sixt-flow .vsr-mileage-choice>b{font-size:11.25px!important}
  .vsr-sixt-flow .vsr-mileage-choice strong{font-size:15px!important}
  .vsr-sixt-flow .vsr-mileage-choice small{font-size:11px!important}
  .vsr-sixt-flow .vsr-addon-copy strong{font-size:14px!important}
  .vsr-sixt-flow .vsr-addon-copy small{font-size:10.5px!important}
  .vsr-sixt-flow .vsr-addon-copy b{font-size:11.5px!important}
  .vsr-driver-intro,
  .vsr-sixt-flow .vsr-flow-info{font-size:10.8px!important}
  .vsr-sixt-flow .vsr-driver-form label{font-size:11px!important}
  .vsr-flow-progress{
    gap:8px!important;
    margin:10px 0 14px!important;
  }
  .vsr-flow-progress-step{
    min-height:54px!important;
    padding:9px 10px!important;
    border-radius:11px!important;
    gap:7px!important;
  }
  .vsr-flow-progress-step span{width:24px!important;height:24px!important;flex-basis:24px!important;font-size:9.5px!important}
  .vsr-flow-progress-step strong{font-size:10px!important;line-height:1.15!important}
}

/* v0.14.18a — tiny booking-step title reduction so descenders never clip */
.vsr-sixt-flow .vsr-flow-heading{padding-bottom:3px!important}
.vsr-sixt-flow .vsr-flow-heading h1{padding-bottom:3px!important}
@media (max-width:900px){
  .vsr-sixt-flow .vsr-flow-heading h1{
    font-size:19px!important;
    line-height:1.2!important;
  }
}
@media (max-width:700px){
  .vsr-sixt-flow .vsr-flow-heading h1{
    font-size:16px!important;
    line-height:1.22!important;
    padding-bottom:2px!important;
  }
}


/* =========================================================
   v0.14.25 — Exact-date availability guard in booking flow
   ========================================================= */
.vsr-sixt-flow .vsr-live-availability{
  margin:4px 0 16px!important;
  padding:16px!important;
  border:1px solid #e0c9c9!important;
  border-radius:12px!important;
  background:#fffafa!important;
  color:#111820!important;
}
.vsr-sixt-flow .vsr-live-availability[hidden]{display:none!important}
.vsr-sixt-flow .vsr-live-availability.is-checking{
  border-color:#d8e3e9!important;
  background:#f8fbfd!important;
}
.vsr-sixt-flow .vsr-live-availability.is-error{
  border-color:#e4d8bf!important;
  background:#fffaf0!important;
}
.vsr-live-availability-head{display:flex!important;align-items:flex-start!important;gap:12px!important}
.vsr-live-availability-icon{
  display:grid!important;place-items:center!important;flex:0 0 34px!important;width:34px!important;height:34px!important;
  border-radius:50%!important;background:#111820!important;color:#fff!important;font-size:15px!important;font-weight:950!important
}
.vsr-live-availability.is-unavailable .vsr-live-availability-icon{background:#c53a3a!important}
.vsr-live-availability.is-checking .vsr-live-availability-icon{background:#2b82bd!important}
.vsr-live-availability.is-error .vsr-live-availability-icon{background:#b97816!important}
.vsr-live-availability-head>div{min-width:0!important}
.vsr-live-availability-head strong{display:block!important;color:#111820!important;font-size:15.5px!important;line-height:1.25!important;font-weight:950!important}
.vsr-live-availability-head small{display:block!important;margin-top:5px!important;color:#566772!important;font-size:11.5px!important;line-height:1.55!important;font-weight:650!important}
.vsr-availability-suggestions{margin-top:16px!important;padding-top:15px!important;border-top:1px solid #eadede!important}
.vsr-availability-suggestions[hidden]{display:none!important}
.vsr-availability-suggestions-head strong{display:block!important;color:#111820!important;font-size:14px!important;font-weight:950!important}
.vsr-availability-suggestions-head small{display:block!important;margin-top:4px!important;color:#65747d!important;font-size:10.5px!important;line-height:1.5!important;font-weight:600!important}
.vsr-availability-suggestion-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;margin-top:12px!important}
.vsr-availability-suggestion-card{
  display:grid!important;grid-template-columns:92px minmax(0,1fr)!important;align-items:center!important;gap:11px!important;
  min-width:0!important;padding:10px!important;border:1px solid #d8e1e6!important;border-radius:11px!important;background:#fff!important;
  color:#111820!important;text-decoration:none!important;box-shadow:none!important;transition:border-color .16s ease,transform .16s ease,box-shadow .16s ease!important
}
.vsr-availability-suggestion-card:hover{border-color:#9cc9e2!important;transform:translateY(-1px)!important;box-shadow:0 9px 22px rgba(17,24,32,.06)!important}
.vsr-availability-suggestion-media{display:flex!important;align-items:center!important;justify-content:center!important;width:92px!important;height:70px!important;border-radius:8px!important;background:#f2f5f6!important;overflow:hidden!important}
.vsr-availability-suggestion-media img{display:block!important;width:100%!important;height:100%!important;object-fit:contain!important}
.vsr-availability-suggestion-copy{display:block!important;min-width:0!important}
.vsr-availability-suggestion-copy small,.vsr-availability-suggestion-copy strong,.vsr-availability-suggestion-copy b,.vsr-availability-suggestion-copy em{display:block!important}
.vsr-availability-suggestion-copy small{color:#71808a!important;font-size:8.5px!important;font-weight:850!important;text-transform:uppercase!important;letter-spacing:.06em!important}
.vsr-availability-suggestion-copy strong{margin-top:3px!important;color:#111820!important;font-size:13px!important;line-height:1.2!important;font-weight:950!important}
.vsr-availability-suggestion-copy b{margin-top:5px!important;color:#23333e!important;font-size:10.5px!important;font-weight:900!important}
.vsr-availability-suggestion-copy em{margin-top:6px!important;color:#2b82bd!important;font-size:9px!important;font-style:normal!important;font-weight:950!important;letter-spacing:.04em!important}
.vsr-availability-all{display:inline-flex!important;margin-top:12px!important;color:#2b82bd!important;font-size:10px!important;font-weight:950!important;letter-spacing:.05em!important;text-decoration:none!important}
.vsr-availability-retry{margin-top:12px!important;min-height:40px!important;padding:0 14px!important;border:1px solid #111820!important;border-radius:8px!important;background:#111820!important;color:#fff!important;font-size:10px!important;font-weight:950!important;letter-spacing:.05em!important;cursor:pointer!important}
.vsr-sixt-flow button.is-availability-blocked,
.vsr-sixt-flow .vsr-submit-booking:disabled,
.vsr-sixt-flow .vsr-mobile-flow-next:disabled,
.vsr-sixt-flow .vsr-flow-continue:disabled{
  cursor:not-allowed!important;opacity:.48!important;filter:saturate(.35)!important;transform:none!important;box-shadow:none!important
}
@media(max-width:700px){
  .vsr-sixt-flow .vsr-live-availability{padding:13px!important;border-radius:11px!important}
  .vsr-live-availability-icon{flex-basis:30px!important;width:30px!important;height:30px!important;font-size:13px!important}
  .vsr-live-availability-head strong{font-size:14px!important}
  .vsr-live-availability-head small{font-size:10.5px!important}
  .vsr-availability-suggestion-grid{grid-template-columns:1fr!important;gap:8px!important}
  .vsr-availability-suggestion-card{grid-template-columns:82px minmax(0,1fr)!important;padding:9px!important}
  .vsr-availability-suggestion-media{width:82px!important;height:62px!important}
}

.vsr-availability-suggestion-empty{grid-column:1/-1!important;padding:12px!important;border:1px dashed #d6dfe4!important;border-radius:9px!important;background:#fff!important;color:#5f707b!important;font-size:10.5px!important;line-height:1.55!important;font-weight:650!important}


/* =========================================================
   v0.14.26 — Smart next availability for the exact vehicle
   ========================================================= */
.vsr-sixt-flow .vsr-next-exact-period{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:16px!important;
  margin:16px 0 0!important;
  padding:14px 15px!important;
  border:1px solid #b9d7e8!important;
  border-radius:11px!important;
  background:#f3f9fd!important;
}
.vsr-sixt-flow .vsr-next-exact-period[hidden]{display:none!important}
.vsr-next-exact-copy{min-width:0!important}
.vsr-next-exact-copy small,
.vsr-next-exact-copy strong,
.vsr-next-exact-copy span{display:block!important}
.vsr-next-exact-copy small{
  color:#2b82bd!important;
  font-size:9px!important;
  line-height:1.2!important;
  font-weight:950!important;
  letter-spacing:.08em!important;
  text-transform:uppercase!important;
}
.vsr-next-exact-copy strong{
  margin-top:4px!important;
  color:#111820!important;
  font-size:14px!important;
  line-height:1.25!important;
  font-weight:950!important;
}
.vsr-next-exact-copy span{
  margin-top:5px!important;
  color:#52646f!important;
  font-size:10.8px!important;
  line-height:1.5!important;
  font-weight:650!important;
}
.vsr-sixt-flow .vsr-next-exact-period [data-vsr-use-next-period]{
  flex:0 0 auto!important;
  min-height:42px!important;
  padding:0 15px!important;
  border:0!important;
  border-radius:9px!important;
  background:#111820!important;
  color:#fff!important;
  font-size:9.5px!important;
  line-height:1!important;
  font-weight:950!important;
  letter-spacing:.055em!important;
  white-space:nowrap!important;
  cursor:pointer!important;
  box-shadow:none!important;
}
.vsr-sixt-flow .vsr-next-exact-period [data-vsr-use-next-period]:hover{background:#2b82bd!important}
@media(max-width:700px){
  .vsr-sixt-flow .vsr-next-exact-period{display:block!important;padding:13px!important}
  .vsr-sixt-flow .vsr-next-exact-period[hidden]{display:none!important}
  .vsr-next-exact-copy strong{font-size:13.5px!important}
  .vsr-next-exact-copy span{font-size:10.2px!important}
  .vsr-sixt-flow .vsr-next-exact-period [data-vsr-use-next-period]{width:100%!important;margin-top:11px!important;min-height:43px!important}
}

/* =========================================================
   v0.14.28 — Unified frontend typography & readability system
   One consistent UI sans-serif language across the public plugin.
   Light surfaces use strong near-black text; semantic colours and
   white-on-dark/button copy remain intentionally preserved for contrast.
   ========================================================= */

/* Shared typography tokens across every public-facing plugin surface. */
.vsr-booking-widget,
.vsr-fleet-section,
.vsr-results-section,
.vsr-booking-flow-page,
.vsr-customer-page,
.vsr-auth-modal,
.vsr-global-mobile-nav,
.vsr-single-car{
  --vsr-ui-ink:#101418;
  --vsr-ui-copy:#263139;
  --vsr-ui-muted:#46545d;
  --navy:#101418;
  --text:#263139;
  --muted:#46545d;
  --vsr-ink:#101418;
  --vsr-ink-2:#263139;
  --vsr-muted:#46545d;
  color:var(--vsr-ui-ink)!important;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,Helvetica,sans-serif!important;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  text-rendering:optimizeLegibility;
}
.vsr-booking-widget :is(h1,h2,h3,h4,p,span,strong,small,label,button,input,select,textarea,a),
.vsr-fleet-section :is(h1,h2,h3,h4,p,span,strong,small,label,button,input,select,textarea,a),
.vsr-results-section :is(h1,h2,h3,h4,p,span,strong,small,label,button,input,select,textarea,a),
.vsr-booking-flow-page :is(h1,h2,h3,h4,p,span,strong,small,label,button,input,select,textarea,a),
.vsr-customer-page :is(h1,h2,h3,h4,p,span,strong,small,label,button,input,select,textarea,a),
.vsr-auth-modal :is(h1,h2,h3,h4,p,span,strong,small,label,button,input,select,textarea,a),
.vsr-global-mobile-nav :is(span,strong,a,button),
.vsr-single-car :is(h1,h2,h3,h4,p,span,strong,small,label,button,input,select,textarea,a){
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,Helvetica,sans-serif!important;
}

/* Search form: labels and field values must never look washed out. */
.vsr-booking-widget .explore-field label{
  color:#101418!important;
  font-size:11px!important;
  line-height:1.25!important;
  font-weight:800!important;
  letter-spacing:.025em!important;
}
.vsr-booking-widget .explore-field input,
.vsr-booking-widget .explore-field select{
  color:#101418!important;
  font-size:13.5px!important;
  line-height:1.25!important;
  font-weight:700!important;
}
.vsr-booking-widget .explore-field input::placeholder{color:#5c6870!important;opacity:1!important;font-weight:650!important}

/* Fleet, catalogue and results copy on light surfaces. */
.vsr-fleet-section .fleet-intro,
.vsr-fleet-section .fleet-card__subtitle,
.vsr-fleet-section .vsr-card-rate,
.vsr-fleet-section .fleet-spec,
.vsr-results-section .vsr-results-top p:not(.vsr-results-eyebrow),
.vsr-results-section .vsr-search-summary-line,
.vsr-results-section .vsr-offer-main,
.vsr-results-section .vsr-offer-specs>span,
.vsr-results-section .vsr-offer-inclusions,
.vsr-results-section .vsr-offer-availability span,
.vsr-results-section .vsr-no-results,
.vsr-results-section .vsr-image-placeholder{
  color:#263139!important;
  font-weight:650!important;
}
.vsr-fleet-section .fleet-card__content h3,
.vsr-results-section .vsr-results-top h2,
.vsr-results-section .vsr-result-group-head,
.vsr-results-section .vsr-offer-titleline h2,
.vsr-results-section .vsr-offer-specs strong,
.vsr-results-section .vsr-offer-price .vsr-price-total strong,
.vsr-results-section .vsr-price-on-request,
.vsr-results-section .vsr-no-results strong{
  color:#101418!important;
  font-weight:900!important;
}
.vsr-fleet-section .fleet-card__subtitle{font-size:13px!important;line-height:1.5!important}
.vsr-fleet-section .fleet-spec{font-size:12px!important;line-height:1.35!important;font-weight:700!important}
.vsr-results-section .vsr-search-summary-line{font-size:13px!important;line-height:1.5!important}
.vsr-results-section .vsr-offer-specs>span{font-size:11.5px!important;font-weight:700!important}
.vsr-results-section .vsr-offer-inclusions{font-size:11px!important;font-weight:700!important}
.vsr-results-section .vsr-offer-availability span{font-size:10.5px!important;line-height:1.45!important}

/* Customer account / login / wishlist typography. */
.vsr-customer-page .vsr-customer-hero p,
.vsr-customer-page .vsr-customer-empty p,
.vsr-customer-page .vsr-customer-booking-grid small,
.vsr-customer-page .vsr-wishlist-meta,
.vsr-customer-page .vsr-guest-wishlist-note small,
.vsr-auth-modal .vsr-auth-modal-intro p{
  color:#36434c!important;
  font-weight:650!important;
}
.vsr-customer-page .vsr-auth-card label,
.vsr-auth-modal .vsr-auth-card label{
  color:#101418!important;
  font-size:11.5px!important;
  line-height:1.35!important;
  font-weight:800!important;
}
.vsr-customer-page .vsr-auth-card input[type=text],
.vsr-customer-page .vsr-auth-card input[type=email],
.vsr-customer-page .vsr-auth-card input[type=password],
.vsr-auth-modal .vsr-auth-card input[type=text],
.vsr-auth-modal .vsr-auth-card input[type=email],
.vsr-auth-modal .vsr-auth-card input[type=password]{
  color:#101418!important;
  font-size:13.5px!important;
  font-weight:700!important;
}
.vsr-customer-page :is(.vsr-customer-hero h1,.vsr-auth-card h2,.vsr-customer-booking-top h2,.vsr-customer-empty h2,.vsr-account-card strong,.vsr-customer-booking-grid strong),
.vsr-auth-modal :is(.vsr-auth-modal-intro h2,.vsr-auth-card h2){color:#101418!important;font-weight:900!important}

/* Booking funnel: one consistent near-black text hierarchy on all light UI. */
.vsr-sixt-flow .vsr-flow-heading h1,
.vsr-sixt-flow .vsr-rate-options>h2,
.vsr-sixt-flow .vsr-rate-subhead,
.vsr-sixt-flow .vsr-flow-summary h3,
.vsr-sixt-flow .vsr-driver-form>h2,
.vsr-sixt-flow .vsr-rate-choice div strong,
.vsr-sixt-flow .vsr-mileage-choice strong,
.vsr-sixt-flow .vsr-addon-copy strong,
.vsr-sixt-flow .vsr-summary-car strong,
.vsr-sixt-flow .vsr-summary-price strong,
.vsr-sixt-flow .vsr-summary-route strong,
.vsr-sixt-flow .vsr-summary-no-dates strong,
.vsr-sixt-flow .vsr-protection-card h2,
.vsr-sixt-flow .vsr-protection-card-price strong,
.vsr-sixt-flow .vsr-protection-mobile-price strong,
.vsr-live-availability-head strong,
.vsr-availability-suggestions-head strong,
.vsr-availability-suggestion-copy strong,
.vsr-next-exact-copy strong{
  color:#101418!important;
  font-weight:900!important;
}
.vsr-sixt-flow .vsr-flow-step-kicker,
.vsr-sixt-flow .vsr-flow-mobile-step{
  color:#37444d!important;
  font-weight:800!important;
}
.vsr-flow-progress-step{color:#3d4951!important}
.vsr-flow-progress-step strong{color:#263139!important;font-weight:850!important}
.vsr-flow-progress-step.is-active strong{color:#101418!important;font-weight:900!important}

.vsr-sixt-flow .vsr-rate-choice div small,
.vsr-sixt-flow .vsr-mileage-choice small,
.vsr-sixt-flow .vsr-addon-copy small,
.vsr-sixt-flow .vsr-summary-car small,
.vsr-sixt-flow .vsr-summary-route small,
.vsr-summary-no-dates span,
.vsr-driver-intro,
.vsr-sixt-flow .vsr-flow-info,
.vsr-sixt-flow .vsr-protection-stage-intro,
.vsr-sixt-flow .vsr-protection-package-copy,
.vsr-live-availability-head small,
.vsr-availability-suggestions-head small,
.vsr-next-exact-copy span{
  color:#35424a!important;
  font-weight:650!important;
}
.vsr-sixt-flow .vsr-rate-choice div small{font-size:12.5px!important;line-height:1.55!important}
.vsr-sixt-flow .vsr-mileage-choice small{font-size:12.25px!important;line-height:1.55!important}
.vsr-sixt-flow .vsr-addon-copy small{font-size:11.75px!important;line-height:1.55!important}
.vsr-driver-intro,.vsr-sixt-flow .vsr-flow-info{font-size:12.25px!important;line-height:1.65!important}

.vsr-sixt-flow .vsr-rate-choice>b,
.vsr-sixt-flow .vsr-mileage-choice>b,
.vsr-sixt-flow .vsr-addon-copy b,
.vsr-sixt-flow .vsr-selected-extra-line strong,
.vsr-sixt-flow .vsr-location-price-row strong,
.vsr-sixt-flow .vsr-summary-inclusion,
.vsr-sixt-flow .vsr-summary-price span{
  color:#101418!important;
  font-weight:850!important;
}

/* Protection: preserve the exact stronger style requested by the customer. */
.vsr-sixt-flow .vsr-protection-feature-list .vsr-protection-feature-row,
.vsr-sixt-flow .vsr-protection-feature-list .vsr-protection-feature-row>.vsr-protection-feature-label,
.vsr-sixt-flow .vsr-protection-feature-list .vsr-protection-feature-row>.vsr-protection-feature-label>span:last-child{
  color:#101418!important;
  font-weight:650!important;
}
.vsr-sixt-flow .vsr-protection-feature-list .vsr-protection-feature-row.is-no>.vsr-protection-feature-label,
.vsr-sixt-flow .vsr-protection-feature-list .vsr-protection-feature-row.is-no>.vsr-protection-feature-label>span:last-child{
  color:#101418!important;
  font-weight:650!important;
}
.vsr-sixt-flow .vsr-protection-feature-list .vsr-protection-status-icon.is-yes{color:#08a948!important}
.vsr-sixt-flow .vsr-protection-feature-list .vsr-protection-status-icon.is-no{color:#343c42!important}
.vsr-sixt-flow .vsr-protection-feature-list .vsr-protection-info-btn{color:#101418!important}
.vsr-sixt-flow .vsr-protection-excess-line{color:#101418!important;font-weight:850!important}
.vsr-sixt-flow .vsr-protection-excess-line.is-good{color:#079f43!important}
.vsr-sixt-flow .vsr-protection-excess-line.is-risk{color:#bd2525!important}
.vsr-sixt-flow .vsr-protection-stage-intro strong{color:#101418!important;font-weight:850!important}

/* Driver details / form controls: readable even on lower-quality screens. */
.vsr-sixt-flow .vsr-driver-form label{
  color:#101418!important;
  font-size:12px!important;
  line-height:1.35!important;
  font-weight:850!important;
}
.vsr-sixt-flow .vsr-driver-form input,
.vsr-sixt-flow .vsr-driver-form select,
.vsr-sixt-flow .vsr-driver-form textarea{
  color:#101418!important;
  font-size:14px!important;
  line-height:1.35!important;
  font-weight:700!important;
}
.vsr-sixt-flow .vsr-driver-form input::placeholder,
.vsr-sixt-flow .vsr-driver-form textarea::placeholder{color:#5a666e!important;opacity:1!important;font-weight:600!important}
.vsr-sixt-flow .vsr-driver-form .vsr-age-confirm{color:#101418!important;font-weight:700!important}

/* Summary, availability and helper content. */
.vsr-summary-inclusion,
.vsr-selected-extra-line,
.vsr-location-price-row{color:#263139!important;font-weight:700!important}
.vsr-summary-route span,
.vsr-summary-price span{color:#3d4a52!important;font-weight:800!important}
.vsr-live-availability-head small,
.vsr-availability-suggestions-head small,
.vsr-availability-suggestion-copy b,
.vsr-next-exact-copy span,
.vsr-availability-suggestion-empty{color:#35424a!important;font-weight:650!important}
.vsr-availability-suggestion-copy b{font-size:11px!important}

/* Keep intentional reverse text white for accessibility/contrast. */
.vsr-booking-widget .explore-search-btn,
.vsr-fleet-section .fleet-all__button,
.vsr-fleet-section .fleet-card__button:hover,
.vsr-results-section .vsr-select-car,
.vsr-sixt-flow .vsr-flow-continue,
.vsr-sixt-flow .vsr-rate-bottom button,
.vsr-sixt-flow .vsr-submit-booking,
.vsr-sixt-flow .vsr-mobile-flow-next,
.vsr-sixt-flow .vsr-coupon-entry [data-vsr-coupon-apply],
.vsr-sixt-flow .vsr-next-exact-period [data-vsr-use-next-period],
.vsr-customer-page .vsr-auth-card button,
.vsr-auth-modal .vsr-auth-card button,
.vsr-customer-page .vsr-customer-empty a,
.vsr-favorite-toast,
.vsr-favorite-toast a{
  color:#fff!important;
  font-weight:850!important;
}
/* Vehicle/image cards use a deliberate dark surface, so their copy stays white. */
.vsr-sixt-flow .vsr-rate-vehicle :is(h2,span,strong,small),
.vsr-fleet-section .vsr-sixt-card-link :is(h2,h3,p,span,strong,small),
.vsr-results-section .vsr-sixt-card-link :is(h2,h3,p,span,strong,small){color:#fff!important}

/* Tablet typography tuning. */
@media (max-width:1024px){
  .vsr-booking-widget .explore-field label{font-size:10.5px!important}
  .vsr-booking-widget .explore-field input,
  .vsr-booking-widget .explore-field select{font-size:13px!important}
  .vsr-sixt-flow .vsr-rate-choice div strong{font-size:16px!important}
  .vsr-sixt-flow .vsr-rate-choice div small{font-size:11.75px!important}
  .vsr-sixt-flow .vsr-mileage-choice strong{font-size:16px!important}
  .vsr-sixt-flow .vsr-mileage-choice small{font-size:11.5px!important}
  .vsr-sixt-flow .vsr-addon-copy strong{font-size:15px!important}
  .vsr-sixt-flow .vsr-addon-copy small{font-size:11px!important}
  .vsr-sixt-flow .vsr-protection-feature-list .vsr-protection-feature-row{font-size:14.25px!important;line-height:1.4!important}
  .vsr-sixt-flow .vsr-driver-form label{font-size:11.5px!important}
  .vsr-sixt-flow .vsr-driver-form input,
  .vsr-sixt-flow .vsr-driver-form select,
  .vsr-sixt-flow .vsr-driver-form textarea{font-size:13.5px!important}
}

/* Phone typography tuning: compact, but never tiny or faint. */
@media (max-width:620px){
  .vsr-booking-widget .explore-field label{font-size:10px!important;line-height:1.25!important}
  .vsr-booking-widget .explore-field input,
  .vsr-booking-widget .explore-field select{font-size:13px!important;font-weight:700!important}
  .vsr-fleet-section .fleet-card__subtitle{font-size:12.5px!important}
  .vsr-fleet-section .fleet-spec{font-size:11.5px!important}
  .vsr-sixt-flow .vsr-rate-options>h2{font-size:18px!important}
  .vsr-sixt-flow .vsr-rate-choice div strong{font-size:15px!important}
  .vsr-sixt-flow .vsr-rate-choice div small{font-size:11px!important;line-height:1.5!important}
  .vsr-sixt-flow .vsr-mileage-choice strong{font-size:15px!important}
  .vsr-sixt-flow .vsr-mileage-choice small{font-size:11px!important}
  .vsr-sixt-flow .vsr-addon-copy strong{font-size:14px!important}
  .vsr-sixt-flow .vsr-addon-copy small{font-size:10.75px!important;line-height:1.5!important}
  .vsr-sixt-flow .vsr-protection-feature-list .vsr-protection-feature-row{font-size:14px!important;line-height:1.4!important}
  .vsr-driver-intro,.vsr-sixt-flow .vsr-flow-info{font-size:11px!important;line-height:1.6!important}
  .vsr-sixt-flow .vsr-driver-form label{font-size:11px!important}
  .vsr-sixt-flow .vsr-driver-form input,
  .vsr-sixt-flow .vsr-driver-form select,
  .vsr-sixt-flow .vsr-driver-form textarea{font-size:16px!important;font-weight:700!important}
  .vsr-customer-page .vsr-auth-card label,
  .vsr-auth-modal .vsr-auth-card label{font-size:11px!important}
  .vsr-customer-page .vsr-auth-card input[type=text],
  .vsr-customer-page .vsr-auth-card input[type=email],
  .vsr-customer-page .vsr-auth-card input[type=password],
  .vsr-auth-modal .vsr-auth-card input[type=text],
  .vsr-auth-modal .vsr-auth-card input[type=email],
  .vsr-auth-modal .vsr-auth-card input[type=password]{font-size:16px!important}
}

/* =========================================================
   v0.14.29 — Frontend typography hardening / no tiny copy
   Completes the v0.14.28 pass on every remaining public surface,
   including the booking confirmation receipt returned after submit.
   ========================================================= */

/* One theme-proof UI font on every customer-facing VSR surface. */
.vsr-booking-widget,
.vsr-booking-journey,
.vsr-fleet-section,
.vsr-results-section,
.vsr-catalogue-section,
.vsr-single-car,
.vsr-booking-request,
.vsr-booking-engine,
.vsr-booking-confirmation,
.vsr-front-notice,
.vsr-booking-flow-page,
.vsr-sixt-flow,
.vsr-customer-page,
.vsr-auth-modal,
.vsr-protection-info-modal,
.vsr-global-mobile-nav,
.vsr-favorite-toast{
  --vsr-readable-ink:#101418;
  --vsr-readable-copy:#263139;
  --vsr-readable-muted:#3f4d56;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,Helvetica,sans-serif!important;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  text-rendering:optimizeLegibility;
}
.vsr-booking-widget *,
.vsr-booking-journey *,
.vsr-fleet-section *,
.vsr-results-section *,
.vsr-catalogue-section *,
.vsr-single-car *,
.vsr-booking-request *,
.vsr-booking-engine *,
.vsr-booking-confirmation *,
.vsr-front-notice *,
.vsr-booking-flow-page *,
.vsr-sixt-flow *,
.vsr-customer-page *,
.vsr-auth-modal *,
.vsr-protection-info-modal *,
.vsr-global-mobile-nav *,
.vsr-favorite-toast *{
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,Helvetica,sans-serif!important;
}

/* ---------- BOOKING SUCCESS / RECEIPT ----------
   This screen used legacy 7–9.5px type. Never allow that again. */
.vsr-booking-confirmation{
  margin:0 0 22px!important;
  padding:clamp(28px,3.2vw,46px)!important;
  border:1px solid #b9e4d4!important;
  border-radius:18px!important;
  background:linear-gradient(145deg,#f5fcf9 0%,#fff 72%)!important;
  color:#101418!important;
  box-shadow:0 16px 42px rgba(7,31,51,.065)!important;
  text-align:center!important;
}
.vsr-booking-confirmation .vsr-confirmation-check{
  width:64px!important;
  height:64px!important;
  margin:0 auto 14px!important;
  background:#e5f8f0!important;
  color:#087c58!important;
  font-size:34px!important;
  line-height:1!important;
  font-weight:900!important;
}
.vsr-booking-confirmation>span{
  color:#087c58!important;
  font-size:12px!important;
  line-height:1.25!important;
  font-weight:900!important;
  letter-spacing:.09em!important;
}
.vsr-booking-confirmation h2{
  margin:8px 0 0!important;
  color:#101418!important;
  font-size:clamp(30px,2.8vw,42px)!important;
  line-height:1.08!important;
  font-weight:850!important;
  letter-spacing:-.035em!important;
}
.vsr-booking-confirmation>p{
  max-width:780px!important;
  margin:12px auto 24px!important;
  color:#2c3942!important;
  font-size:15px!important;
  line-height:1.65!important;
  font-weight:650!important;
}
.vsr-booking-confirmation>p strong{
  color:#101418!important;
  font-weight:850!important;
}
.vsr-confirmation-grid{
  gap:12px!important;
  margin-top:2px!important;
}
.vsr-confirmation-grid>div{
  min-height:92px!important;
  padding:18px 18px!important;
  border-color:#dbe5ea!important;
  border-radius:11px!important;
  background:#fff!important;
}
.vsr-confirmation-grid small{
  color:#3c4951!important;
  font-size:11px!important;
  line-height:1.3!important;
  font-weight:850!important;
  letter-spacing:.055em!important;
}
.vsr-confirmation-grid strong{
  margin-top:8px!important;
  color:#101418!important;
  font-size:15px!important;
  line-height:1.45!important;
  font-weight:800!important;
}
.vsr-confirmation-grid .vsr-confirmation-pending{
  color:#b96d08!important;
  font-weight:850!important;
}
.vsr-confirmation-next{
  margin-top:16px!important;
  padding:22px 20px!important;
  border-radius:12px!important;
  background:#071f33!important;
  color:#fff!important;
}
.vsr-confirmation-next>strong{
  margin-bottom:13px!important;
  color:#fff!important;
  font-size:16px!important;
  line-height:1.35!important;
  font-weight:900!important;
}
.vsr-confirmation-next>span{
  gap:11px!important;
  margin:9px 0!important;
  color:#f1f5f7!important;
  font-size:13.5px!important;
  line-height:1.55!important;
  font-weight:650!important;
}
.vsr-confirmation-next b{
  width:28px!important;
  height:28px!important;
  flex:0 0 28px!important;
  background:rgba(83,183,238,.18)!important;
  color:#8bd1f4!important;
  font-size:11px!important;
  line-height:1!important;
  font-weight:900!important;
}

/* Fallback success/error notice if a receipt cannot be loaded. */
.vsr-front-notice{
  color:#101418!important;
  font-size:14px!important;
  line-height:1.55!important;
  font-weight:700!important;
}
.vsr-front-notice strong{font-weight:900!important}
.vsr-front-success{color:#075f46!important}.vsr-front-error{color:#8d2424!important}

/* ---------- BOOKING JOURNEY ---------- */
.vsr-booking-journey .vsr-journey-step>span{
  color:#35434c!important;
  font-size:11px!important;
  font-weight:900!important;
}
.vsr-booking-journey .vsr-journey-step strong{
  color:#263139!important;
  font-size:12px!important;
  line-height:1.3!important;
  font-weight:850!important;
}
.vsr-booking-journey .vsr-journey-step small{
  margin-top:3px!important;
  color:#46545d!important;
  font-size:11px!important;
  line-height:1.35!important;
  font-weight:650!important;
}
.vsr-booking-journey .vsr-journey-step.is-active strong{color:#101418!important}
.vsr-booking-journey .vsr-journey-step.is-active small{color:#31404a!important}

/* ---------- RESULTS / SEARCH SUMMARY ---------- */
.vsr-results-section .vsr-trip-route span,
.vsr-results-section .vsr-results-toolbar span{
  color:#3f4d56!important;
  font-size:10.5px!important;
  font-weight:850!important;
}
.vsr-results-section .vsr-trip-route strong{
  color:#101418!important;
  font-size:14px!important;
  line-height:1.35!important;
  font-weight:850!important;
}
.vsr-results-section .vsr-trip-route small{
  color:#36444d!important;
  font-size:12px!important;
  line-height:1.4!important;
  font-weight:650!important;
}
.vsr-results-section .vsr-trip-meta span,
.vsr-results-section .vsr-trip-meta strong{
  font-size:10.5px!important;
  line-height:1.25!important;
  font-weight:850!important;
}
.vsr-results-section .vsr-trip-change{
  font-size:11px!important;
  font-weight:900!important;
}
.vsr-results-section .vsr-catalogue-info span{font-size:10px!important;font-weight:900!important}
.vsr-results-section .vsr-catalogue-info strong{color:#263139!important;font-size:12.5px!important;font-weight:750!important}
.vsr-results-section .vsr-catalogue-info a{font-size:11px!important;font-weight:850!important}
.vsr-results-section .vsr-results-toolbar strong{color:#101418!important;font-size:19px!important;font-weight:900!important}
.vsr-results-section .vsr-results-toolbar>small{color:#3f4d56!important;font-size:11.5px!important;font-weight:650!important}
.vsr-results-section .vsr-result-group-head span{font-size:11px!important;font-weight:900!important}
.vsr-results-section .vsr-result-group-head p{color:#35424a!important;font-size:13px!important;line-height:1.55!important;font-weight:650!important}
.vsr-results-section .vsr-search-context{color:#35424a!important;font-size:12.5px!important;font-weight:650!important}
.vsr-results-section .vsr-smart-search-context small{color:#3f4d56!important;font-size:10.5px!important;font-weight:800!important}
.vsr-results-section .vsr-smart-search-context strong{color:#101418!important;font-size:12.5px!important;font-weight:850!important}

/* Legacy commercial result card fallbacks — current Sixt-style cards are already larger. */
.vsr-results-section .vsr-premium-offer .vsr-offer-titleline small{font-size:10px!important;font-weight:850!important}
.vsr-results-section .vsr-premium-offer .vsr-offer-titleline p{color:#263139!important;font-size:12.5px!important;line-height:1.5!important;font-weight:650!important}
.vsr-results-section .vsr-premium-offer .vsr-offer-status{font-size:9.5px!important;font-weight:850!important}
.vsr-results-section .vsr-premium-offer .vsr-offer-specs>span{font-size:11.5px!important;font-weight:700!important}
.vsr-results-section .vsr-premium-offer .vsr-offer-inclusions{color:#263139!important;font-size:11px!important;line-height:1.45!important;font-weight:700!important}
.vsr-results-section .vsr-premium-offer .vsr-offer-availability strong,
.vsr-results-section .vsr-premium-offer .vsr-offer-availability span{font-size:10.5px!important;line-height:1.4!important;font-weight:750!important}
.vsr-results-section .vsr-premium-offer .vsr-offer-trust{color:#3f4d56!important;font-size:10px!important;font-weight:700!important}
.vsr-results-section .vsr-premium-offer .vsr-price-label{color:#3f4d56!important;font-size:10px!important;font-weight:900!important}
.vsr-results-section .vsr-premium-offer .vsr-offer-price>small{color:#35424a!important;font-size:11px!important;line-height:1.4!important;font-weight:650!important}
.vsr-results-section .vsr-premium-offer .vsr-select-car{font-size:11px!important;font-weight:900!important}
.vsr-results-section .vsr-premium-offer .vsr-offer-details{font-size:10.5px!important;font-weight:800!important}

/* ---------- SINGLE VEHICLE PAGE ---------- */
.vsr-single-car .vsr-breadcrumb{
  color:#46545d!important;
  font-size:12px!important;
  line-height:1.4!important;
  font-weight:650!important;
}
.vsr-single-car .vsr-breadcrumb a{color:#35424a!important;font-weight:700!important}
.vsr-single-car .vsr-breadcrumb strong{color:#101418!important;font-weight:800!important}
.vsr-single-car .vsr-single-header>p{font-size:11px!important;font-weight:900!important}
.vsr-single-car .vsr-single-subtitle{color:#263139!important;font-size:15.5px!important;line-height:1.55!important;font-weight:650!important}
.vsr-single-car .vsr-single-rate span{color:#3f4d56!important;font-size:12.5px!important;font-weight:700!important}
.vsr-single-car .vsr-single-spec small{color:#3f4d56!important;font-size:10.5px!important;font-weight:750!important}
.vsr-single-car .vsr-single-spec strong{color:#101418!important;font-size:12.5px!important;font-weight:850!important}
.vsr-single-car .vsr-single-description{color:#263139!important;font-size:14.5px!important;line-height:1.75!important;font-weight:600!important}
.vsr-single-car .vsr-feature-list span{color:#263139!important;font-size:12.5px!important;line-height:1.45!important;font-weight:650!important}
.vsr-single-car .vsr-rental-details span{color:#3f4d56!important;font-size:12px!important;font-weight:700!important}
.vsr-single-car .vsr-rental-details strong{color:#101418!important;font-size:12px!important;font-weight:850!important}
.vsr-single-car .vsr-single-help strong{color:#101418!important;font-size:14px!important;font-weight:900!important}
.vsr-single-car .vsr-single-help span{color:#35424a!important;font-size:12.5px!important;line-height:1.55!important;font-weight:650!important}
.vsr-single-car .vsr-single-help a{font-size:12.5px!important;font-weight:850!important}
.vsr-single-car .vsr-single-start-booking>span{font-size:10.5px!important;font-weight:900!important}
.vsr-single-car .vsr-single-start-booking>div small{color:#3f4d56!important;font-size:12px!important;font-weight:700!important}
.vsr-single-car .vsr-single-start-booking p{color:#263139!important;font-size:13px!important;line-height:1.6!important;font-weight:650!important}
.vsr-single-car .vsr-single-start-booking>small{color:#3f4d56!important;font-size:11px!important;line-height:1.5!important;font-weight:650!important}
.vsr-single-car .vsr-single-availability-panel>strong{color:#101418!important;font-size:14px!important;font-weight:900!important}
.vsr-single-car .vsr-single-availability-panel>span{color:#35424a!important;font-size:12px!important;line-height:1.45!important;font-weight:650!important}
.vsr-single-car .vsr-single-availability-panel>div{color:#263139!important;font-size:12px!important;line-height:1.45!important;font-weight:750!important}
.vsr-single-car .vsr-single-availability-panel small{color:#3f4d56!important;font-size:11px!important;font-weight:650!important}

/* ---------- LEGACY / SIDEBAR BOOKING BUILDER ---------- */
.vsr-booking-engine .vsr-booking-request-head p,
.vsr-booking-request .vsr-booking-request-head p{font-size:10.5px!important;font-weight:900!important}
.vsr-booking-engine .vsr-booking-request-head h2,
.vsr-booking-request .vsr-booking-request-head h2{color:#101418!important;font-weight:900!important}
.vsr-booking-engine .vsr-booking-request-head span,
.vsr-booking-request .vsr-booking-request-head span{color:#35424a!important;font-size:12.5px!important;line-height:1.55!important;font-weight:650!important}
.vsr-booking-engine .vsr-book-step-title strong{color:#101418!important;font-size:13px!important;font-weight:850!important}
.vsr-booking-engine .vsr-book-step-title small{color:#3f4d56!important;font-size:11px!important;line-height:1.4!important;font-weight:650!important}
.vsr-booking-engine .vsr-smart-booking-form label,
.vsr-booking-request label{color:#101418!important;font-size:11.5px!important;line-height:1.35!important;font-weight:800!important}
.vsr-booking-engine .vsr-smart-booking-form input,
.vsr-booking-engine .vsr-smart-booking-form select,
.vsr-booking-engine .vsr-smart-booking-form textarea,
.vsr-booking-request input,
.vsr-booking-request select,
.vsr-booking-request textarea{
  color:#101418!important;
  font-size:13.5px!important;
  line-height:1.35!important;
  font-weight:700!important;
}
.vsr-booking-engine .vsr-extra-copy strong{color:#101418!important;font-size:12.5px!important;font-weight:850!important}
.vsr-booking-engine .vsr-extra-copy span{color:#35424a!important;font-size:11.5px!important;line-height:1.45!important;font-weight:650!important}
.vsr-booking-engine .vsr-extra-copy small{font-size:10.5px!important;font-weight:850!important}
.vsr-booking-engine .vsr-live-price>div{color:#35424a!important;font-size:11.5px!important;font-weight:700!important}
.vsr-booking-engine .vsr-live-price em{color:#3f4d56!important;font-size:10.5px!important;font-weight:650!important}
.vsr-booking-engine .vsr-live-price strong{color:#101418!important;font-size:12.5px!important;font-weight:850!important}
.vsr-booking-engine .vsr-live-price>small{color:#3f4d56!important;font-size:10.5px!important;line-height:1.5!important;font-weight:650!important}
.vsr-booking-engine .vsr-submit-booking{font-size:11.5px!important;font-weight:900!important}
.vsr-booking-adjusted,
.vsr-public-availability{font-size:11.5px!important;line-height:1.55!important;font-weight:650!important}

/* ---------- CUSTOMER ACCOUNT / SAVED / BOOKINGS ---------- */
.vsr-customer-page .vsr-customer-hero>span{font-size:10.5px!important;font-weight:900!important}
.vsr-customer-page .vsr-customer-hero p{color:#263139!important;font-size:14px!important;line-height:1.65!important;font-weight:650!important}
.vsr-customer-page .vsr-account-notice{font-size:12.5px!important;line-height:1.5!important;font-weight:750!important}
.vsr-customer-page .vsr-auth-card>span,
.vsr-auth-modal .vsr-auth-card>span{font-size:10px!important;font-weight:900!important}
.vsr-customer-page .vsr-auth-card label,
.vsr-auth-modal .vsr-auth-card label{font-size:11.5px!important;font-weight:800!important}
.vsr-customer-page .vsr-auth-card button,
.vsr-auth-modal .vsr-auth-card button{font-size:11.5px!important;font-weight:900!important}
.vsr-customer-page .vsr-account-stats span{color:#35424a!important;font-size:10.5px!important;font-weight:850!important}
.vsr-customer-page .vsr-account-stats small{color:#101418!important;font-size:12px!important;font-weight:800!important}
.vsr-customer-page .vsr-account-card strong{color:#101418!important;font-size:13px!important;font-weight:850!important}
.vsr-customer-page .vsr-account-card span{color:#35424a!important;font-size:11.5px!important;line-height:1.4!important;font-weight:650!important}
.vsr-customer-page .vsr-account-card>a{font-size:11.5px!important;font-weight:850!important}
.vsr-customer-page .vsr-customer-booking-top span{font-size:10px!important;font-weight:900!important}
.vsr-customer-page .vsr-customer-status{font-size:10px!important;font-weight:850!important}
.vsr-customer-page .vsr-customer-booking-grid small{color:#3f4d56!important;font-size:10.5px!important;font-weight:800!important}
.vsr-customer-page .vsr-customer-booking-grid strong{color:#101418!important;font-size:12px!important;line-height:1.4!important;font-weight:850!important}
.vsr-customer-page .vsr-booking-car-link{font-size:11px!important;font-weight:850!important}
.vsr-customer-page .vsr-customer-empty p{color:#35424a!important;font-size:13px!important;line-height:1.55!important;font-weight:650!important}
.vsr-customer-page .vsr-customer-empty a{font-size:11px!important;font-weight:900!important}
.vsr-customer-page .vsr-wishlist-meta,
.vsr-customer-page .vsr-guest-wishlist-note small{color:#35424a!important;font-size:12px!important;line-height:1.5!important;font-weight:650!important}
.vsr-favorite-btn .vsr-favorite-label{font-size:11px!important;font-weight:850!important}
.vsr-favorite-toast{font-size:12.5px!important;line-height:1.45!important;font-weight:750!important}

/* ---------- BOOKING FUNNEL SMALL TEXT THAT WAS STILL TOO LIGHT ---------- */
.vsr-sixt-flow .vsr-flow-step-kicker{font-size:10.5px!important;color:#263139!important;font-weight:900!important}
.vsr-sixt-flow .vsr-rate-total-label{color:#35424a!important;font-size:10.5px!important;font-weight:850!important}
.vsr-sixt-flow .vsr-rate-bottom>div small{color:#35424a!important;font-size:12.5px!important;font-weight:650!important}
.vsr-sixt-flow .vsr-addon-group-title{color:#35424a!important;font-size:11.5px!important;font-weight:900!important}
.vsr-sixt-flow .vsr-summary-car small{color:#35424a!important;font-size:11.5px!important;font-weight:650!important}
.vsr-sixt-flow .vsr-summary-route span{color:#35424a!important;font-size:11px!important;font-weight:750!important}
.vsr-sixt-flow .vsr-summary-route small{color:#35424a!important;font-size:12px!important;font-weight:650!important}
.vsr-sixt-flow .vsr-selected-extra-line{font-size:11.5px!important;line-height:1.45!important;font-weight:700!important}
.vsr-sixt-flow .vsr-request-note{color:#35424a!important;font-size:11.5px!important;line-height:1.55!important;font-weight:650!important}
.vsr-sixt-flow .vsr-flow-empty span{color:#35424a!important;font-size:13px!important;line-height:1.5!important;font-weight:650!important}
.vsr-sixt-flow .vsr-protection-feature-list .vsr-protection-feature-row,
.vsr-sixt-flow .vsr-protection-feature-list .vsr-protection-feature-label,
.vsr-sixt-flow .vsr-protection-feature-list .vsr-protection-feature-label>span:last-child{
  color:#101418!important;
  font-size:14.5px!important;
  line-height:1.45!important;
  font-weight:700!important;
}
.vsr-sixt-flow .vsr-protection-status-icon.is-yes{color:#08a948!important}
.vsr-sixt-flow .vsr-protection-status-icon.is-no{color:#343c42!important}

/* ---------- MOBILE NAV / MODALS ---------- */
.vsr-global-mobile-nav :is(a,button,span,strong){font-size:11.5px!important;font-weight:800!important}
.vsr-protection-info-modal .vsr-protection-info-panel{color:#101418!important}
.vsr-protection-info-modal .vsr-protection-info-panel p,
.vsr-protection-info-modal .vsr-protection-info-panel li{color:#263139!important;font-size:13.5px!important;line-height:1.6!important;font-weight:650!important}
.vsr-protection-info-modal .vsr-protection-info-panel strong{color:#101418!important;font-weight:850!important}

/* Intentional reverse surfaces stay white — never turn dark-background copy black. */
.vsr-sixt-card-link :is(h1,h2,h3,h4,p,span,strong,small),
.vsr-rate-vehicle :is(h1,h2,h3,h4,p,span,strong,small),
.vsr-confirmation-next :is(strong,span),
.vsr-flow-continue,
.vsr-rate-bottom button,
.vsr-submit-booking,
.vsr-mobile-flow-next,
.vsr-sixt-select,
.vsr-select-car,
.vsr-favorite-toast,
.vsr-favorite-toast a{
  color:#fff!important;
}
.vsr-confirmation-next b{color:#8bd1f4!important}

/* Tablet: keep the new readable scale without making compact layouts bulky. */
@media(max-width:1024px){
  .vsr-booking-confirmation{padding:30px 24px!important}
  .vsr-booking-confirmation>p{font-size:14.5px!important}
  .vsr-confirmation-grid strong{font-size:14px!important}
  .vsr-confirmation-next>span{font-size:13px!important}
  .vsr-booking-journey .vsr-journey-step strong{font-size:11.5px!important}
  .vsr-booking-journey .vsr-journey-step small{font-size:10.5px!important}
}

/* Phone: still readable; inputs remain 16px to avoid iOS zoom. */
@media(max-width:620px){
  .vsr-booking-confirmation{padding:24px 16px!important;border-radius:14px!important}
  .vsr-booking-confirmation .vsr-confirmation-check{width:58px!important;height:58px!important;font-size:30px!important}
  .vsr-booking-confirmation>span{font-size:10.5px!important}
  .vsr-booking-confirmation h2{font-size:27px!important;overflow-wrap:anywhere}
  .vsr-booking-confirmation>p{font-size:14px!important;line-height:1.6!important}
  .vsr-confirmation-grid{grid-template-columns:1fr!important;gap:10px!important}
  .vsr-confirmation-grid>div{min-height:0!important;padding:15px!important}
  .vsr-confirmation-grid small{font-size:10.5px!important}
  .vsr-confirmation-grid strong{font-size:13.5px!important}
  .vsr-confirmation-next{padding:18px 15px!important}
  .vsr-confirmation-next>strong{font-size:14.5px!important}
  .vsr-confirmation-next>span{font-size:12.5px!important;line-height:1.5!important}
  .vsr-confirmation-next b{width:26px!important;height:26px!important;flex-basis:26px!important;font-size:10.5px!important}
  .vsr-booking-journey{grid-template-columns:1fr 1fr!important}
  .vsr-booking-journey .vsr-journey-step strong{font-size:11px!important}
  .vsr-booking-journey .vsr-journey-step small{font-size:10px!important}
  .vsr-booking-engine .vsr-smart-booking-form input,
  .vsr-booking-engine .vsr-smart-booking-form select,
  .vsr-booking-engine .vsr-smart-booking-form textarea,
  .vsr-booking-request input,
  .vsr-booking-request select,
  .vsr-booking-request textarea{font-size:16px!important}
  .vsr-single-car .vsr-single-description{font-size:14px!important}
  .vsr-sixt-flow .vsr-protection-feature-list .vsr-protection-feature-row,
  .vsr-sixt-flow .vsr-protection-feature-list .vsr-protection-feature-label,
  .vsr-sixt-flow .vsr-protection-feature-list .vsr-protection-feature-label>span:last-child{font-size:14px!important}
}

/* =========================================================
   v0.14.30 — Mobile booking time-field fit + 09:00–21:00 UX
   ========================================================= */
.vsr-booking-widget .vsr-time-select,
.vsr-sixt-flow .vsr-time-select{
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  box-sizing:border-box!important;
  font-variant-numeric:tabular-nums!important;
  white-space:nowrap!important;
}

@media(max-width:620px){
  #explore-booking.vsr-booking-widget .explore-booking__bottom{
    grid-template-columns:minmax(0,1fr) minmax(120px,.72fr)!important;
    gap:8px!important;
  }
  .vsr-booking-widget .vsr-time-select{
    padding-left:36px!important;
    padding-right:28px!important;
    font-size:14px!important;
    font-weight:750!important;
  }
  .vsr-booking-widget .explore-field:has(.vsr-time-select) label{
    white-space:nowrap!important;
  }
  .vsr-sixt-flow .vsr-rental-datetime-grid{
    grid-template-columns:minmax(0,1fr) minmax(120px,.72fr)!important;
    gap:8px!important;
  }
  .vsr-sixt-flow .vsr-rental-datetime-grid .vsr-time-select{
    padding-left:12px!important;
    padding-right:30px!important;
    font-size:16px!important;
    font-weight:750!important;
  }
}

@media(max-width:390px){
  #explore-booking.vsr-booking-widget .explore-booking__bottom,
  .vsr-sixt-flow .vsr-rental-datetime-grid{
    grid-template-columns:minmax(0,1fr) minmax(116px,.72fr)!important;
    gap:7px!important;
  }
  .vsr-booking-widget .vsr-time-select{
    padding-left:34px!important;
    padding-right:26px!important;
    font-size:13.5px!important;
  }
}


/* =========================================================
   v0.14.31 — Premium search-results page + smart date recovery
   ========================================================= */
.vsr-premium-results{
  padding:54px 0 84px!important;
  background:linear-gradient(180deg,#f7fafc 0%,#ffffff 42%,#f7fafc 100%)!important;
}
.vsr-premium-results .vsr-results-inner{width:min(1320px,calc(100% - 48px))!important}
.vsr-results-hero{display:flex;align-items:flex-end;justify-content:space-between;gap:32px;margin:0 0 28px;padding:0 2px!important;text-align:left!important}
.vsr-results-hero>div:first-child{max-width:760px}
.vsr-results-hero .fleet-eyebrow{display:block;margin:0 0 8px!important;color:#2b82bd!important;font-size:11px!important;line-height:1.2!important;font-weight:900!important;letter-spacing:.11em!important;text-transform:uppercase!important}
.vsr-results-hero h1{margin:0!important;color:#101418!important;font-size:clamp(36px,4vw,56px)!important;line-height:1.02!important;font-weight:900!important;letter-spacing:-.045em!important}
.vsr-results-hero>div:first-child>p:last-child{max-width:680px;margin:12px 0 0!important;color:#35424a!important;font-size:15px!important;line-height:1.65!important;font-weight:650!important}
.vsr-results-availability-badge{flex:0 0 230px;display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto auto;align-items:center;column-gap:12px;padding:16px 18px;border:1px solid #d8e6ed;border-radius:14px;background:#fff;box-shadow:0 12px 34px rgba(7,31,51,.06)}
.vsr-results-availability-badge span{grid-column:1/-1;margin-bottom:7px;color:#2784bd!important;font-size:10px!important;font-weight:900!important;letter-spacing:.08em!important}
.vsr-results-availability-badge strong{grid-row:2/4;color:#101418!important;font-size:34px!important;line-height:1!important;font-weight:950!important}
.vsr-results-availability-badge small{color:#3d4b54!important;font-size:11.5px!important;line-height:1.35!important;font-weight:700!important}

.vsr-premium-results .vsr-trip-summary{grid-template-columns:minmax(0,1fr) auto auto!important;gap:22px!important;margin:0 0 18px!important;padding:20px 22px!important;border:1px solid #dce6eb!important;border-radius:16px!important;background:#fff!important;box-shadow:0 12px 34px rgba(7,31,51,.055)!important}
.vsr-premium-results .vsr-trip-route{gap:18px!important}
.vsr-premium-results .vsr-trip-route>div{min-width:180px}
.vsr-premium-results .vsr-trip-route span{font-size:10px!important;letter-spacing:.07em!important;text-transform:uppercase!important}
.vsr-premium-results .vsr-trip-route strong{margin-top:4px!important;font-size:16px!important;font-weight:900!important}
.vsr-premium-results .vsr-trip-route small{margin-top:4px!important;font-size:13px!important;font-weight:700!important}
.vsr-premium-results .vsr-trip-arrow{width:38px!important;height:38px!important;flex-basis:38px!important;background:#edf7fc!important;color:#2b82bd!important;font-size:17px!important}
.vsr-premium-results .vsr-trip-meta{gap:8px!important;padding-left:22px!important}
.vsr-premium-results .vsr-trip-meta span,.vsr-premium-results .vsr-trip-meta strong{padding:8px 11px!important;font-size:11px!important;font-weight:850!important}
.vsr-premium-results .vsr-trip-change{min-height:44px!important;padding:0 17px!important;border-radius:10px!important;font-size:11px!important;letter-spacing:.04em!important}

.vsr-results-filters{margin:0 0 24px;border:1px solid #dce6eb;border-radius:14px;background:#fff;overflow:hidden;box-shadow:0 8px 24px rgba(7,31,51,.035)}
.vsr-results-filters>summary{display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:62px;padding:14px 18px;cursor:pointer;list-style:none;user-select:none}
.vsr-results-filters>summary::-webkit-details-marker{display:none}
.vsr-results-filters>summary span{display:grid;gap:2px}
.vsr-results-filters>summary b{color:#101418!important;font-size:13px!important;font-weight:900!important}
.vsr-results-filters>summary small{color:#46545d!important;font-size:11.5px!important;font-weight:650!important}
.vsr-results-filters>summary i{width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#f0f5f7;color:#101418;font-style:normal;font-size:20px;font-weight:500;transition:transform .18s ease}
.vsr-results-filters[open]>summary i{transform:rotate(45deg)}
.vsr-results-filters .vsr-offer-filters{display:grid!important;grid-template-columns:repeat(6,minmax(0,1fr)) auto auto!important;align-items:end!important;gap:10px!important;margin:0!important;padding:0 18px 18px!important;border:0!important;background:#fff!important;overflow:visible!important}
.vsr-results-filters .vsr-offer-filters>div{min-width:0!important}
.vsr-results-filters .vsr-offer-filters label{display:block!important;margin:0 0 6px!important;color:#3e4b54!important;font-size:10px!important;font-weight:850!important;letter-spacing:.04em!important;text-transform:uppercase!important}
.vsr-results-filters .vsr-offer-filters select{width:100%!important;min-width:0!important;min-height:46px!important;padding:0 34px 0 12px!important;border:1px solid #d8e3e9!important;border-radius:9px!important;background:#fbfcfd!important;color:#101418!important;font-size:12px!important;font-weight:750!important}
.vsr-results-filters .vsr-offer-filters>button{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:46px!important;padding:0 16px!important;border:0!important;border-radius:9px!important;background:#101820!important;color:#fff!important;font-size:10.5px!important;font-weight:900!important;letter-spacing:.045em!important}
.vsr-results-filters .vsr-filter-reset{min-height:46px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:0 14px!important;border-radius:9px!important;background:#eef3f5!important;color:#263139!important;font-size:10.5px!important;font-weight:850!important;text-decoration:none!important}

.vsr-premium-results .vsr-results-toolbar{align-items:center!important;margin:18px 2px 16px!important}
.vsr-premium-results .vsr-results-toolbar>div>span{font-size:10px!important;letter-spacing:.075em!important}
.vsr-premium-results .vsr-results-toolbar strong{font-size:21px!important}
.vsr-premium-results .vsr-results-toolbar>small{max-width:560px;text-align:right;font-size:12px!important;line-height:1.5!important}
.vsr-premium-results .vsr-result-group-head{margin:6px 0 14px!important}
.vsr-premium-results .vsr-result-group-head span{color:#14805e!important;font-size:10.5px!important;letter-spacing:.08em!important}
.vsr-premium-results .vsr-result-group-head h2{margin-top:4px!important;color:#101418!important;font-size:23px!important;font-weight:900!important;letter-spacing:-.02em!important}
.vsr-premium-results .vsr-offer-list{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:22px!important}
.vsr-premium-results .vsr-offer-list.is-single-result{grid-template-columns:minmax(0,520px)!important;justify-content:center!important}
.vsr-premium-results .vsr-offer-list.is-two-results{grid-template-columns:repeat(2,minmax(0,520px))!important;justify-content:center!important}
.vsr-premium-results .vsr-sixt-car-card{border-radius:18px!important;box-shadow:0 15px 38px rgba(7,18,24,.16)!important}
.vsr-premium-results .vsr-sixt-card-link{min-height:515px!important}
.vsr-premium-results .vsr-sixt-card-head h2 small{font-size:11px!important}
.vsr-premium-results .vsr-sixt-card-head p{font-size:12.5px!important}
.vsr-premium-results .vsr-sixt-included{font-size:12px!important}
.vsr-premium-results .vsr-sixt-price-row>strong small{font-size:12px!important}
.vsr-premium-results .vsr-sixt-price-row>span{font-size:12px!important;font-weight:700!important}
.vsr-premium-results .vsr-sixt-card-actions>a:not(.vsr-sixt-select){font-size:11px!important}
.vsr-premium-results .vsr-sixt-select{min-height:44px!important;font-size:11px!important}

.vsr-search-error-card,.vsr-date-recommendation{display:grid;align-items:center;gap:16px;margin:0 0 18px;padding:18px 20px;border-radius:15px;background:#fff}
.vsr-search-error-card{grid-template-columns:44px minmax(0,1fr) auto;border:1px solid #f0d5cf;box-shadow:0 10px 30px rgba(119,44,31,.05)}
.vsr-search-error-icon,.vsr-date-recommendation-icon{width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:50%;font-size:18px;font-weight:950}
.vsr-search-error-icon{background:#fff0ed;color:#a13c2b}
.vsr-search-error-card>div:nth-child(2){display:grid;gap:3px}
.vsr-search-error-card span{color:#9d3a2c!important;font-size:10px!important;font-weight:900!important;letter-spacing:.07em!important}
.vsr-search-error-card strong{color:#101418!important;font-size:15px!important;font-weight:900!important}
.vsr-search-error-card p{margin:0!important;color:#3a4850!important;font-size:12.5px!important;line-height:1.55!important;font-weight:650!important}
.vsr-search-error-card>a{min-height:42px;display:inline-flex;align-items:center;justify-content:center;padding:0 14px;border:1px solid #d8e1e6;border-radius:9px;color:#101418!important;font-size:10.5px!important;font-weight:900!important;text-decoration:none!important;white-space:nowrap}

.vsr-date-recommendation{grid-template-columns:48px minmax(0,1fr) auto;border:1px solid #bae3d4;background:linear-gradient(135deg,#f4fcf8,#ffffff 70%);box-shadow:0 12px 32px rgba(14,111,78,.07)}
.vsr-date-recommendation-icon{width:48px;height:48px;background:#ddf7ed;color:#087f5b;font-size:20px}
.vsr-date-recommendation-copy{min-width:0}
.vsr-date-recommendation-copy>span{display:block;color:#087f5b!important;font-size:10px!important;font-weight:900!important;letter-spacing:.08em!important}
.vsr-date-recommendation-copy>strong{display:block;margin-top:3px;color:#101418!important;font-size:16px!important;font-weight:900!important}
.vsr-date-recommendation-copy>p{margin:4px 0 9px!important;color:#34434b!important;font-size:12.5px!important;line-height:1.5!important;font-weight:650!important}
.vsr-date-recommendation-period{display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.vsr-date-recommendation-period b{color:#101418!important;font-size:12px!important;font-weight:850!important}
.vsr-date-recommendation-period i{color:#2b82bd;font-style:normal;font-weight:900}
.vsr-date-recommendation-period em{padding:5px 8px;border-radius:999px;background:#e6f7f0;color:#087f5b;font-style:normal;font-size:10.5px;font-weight:850}
.vsr-use-recommended-dates{min-height:44px;display:inline-flex;align-items:center;justify-content:center;padding:0 16px;border-radius:9px;background:#101820;color:#fff!important;font-size:10.5px!important;font-weight:900!important;letter-spacing:.045em!important;text-decoration:none!important;white-space:nowrap}
.vsr-use-recommended-dates:hover{background:#2b82bd!important;color:#fff!important}
.vsr-results-empty{grid-column:1/-1!important;display:grid;gap:5px;margin:8px 0 0!important;padding:24px!important;border:1px dashed #ccd9e0;border-radius:14px;background:#fbfcfd;color:#35424a!important;text-align:center!important}
.vsr-results-empty strong{color:#101418!important;font-size:16px!important;font-weight:900!important}
.vsr-results-empty span{color:#3e4d56!important;font-size:12.5px!important;font-weight:650!important}
.vsr-offer-list>.vsr-date-recommendation{grid-column:1/-1!important}

@media(max-width:1050px){
  .vsr-results-filters .vsr-offer-filters{grid-template-columns:repeat(3,minmax(0,1fr)) auto auto!important}
  .vsr-premium-results .vsr-offer-list{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .vsr-premium-results .vsr-offer-list.is-single-result{grid-template-columns:minmax(0,520px)!important}
}
@media(max-width:760px){
  .vsr-premium-results{padding:32px 0 58px!important}
  .vsr-premium-results .vsr-results-inner{width:calc(100% - 24px)!important}
  .vsr-results-hero{display:block;margin-bottom:20px!important}
  .vsr-results-hero h1{font-size:34px!important}
  .vsr-results-hero>div:first-child>p:last-child{font-size:13.5px!important}
  .vsr-results-availability-badge{width:100%;margin-top:14px;grid-template-columns:auto 1fr;flex-basis:auto}
  .vsr-premium-results .vsr-trip-summary{grid-template-columns:1fr!important;gap:13px!important;padding:17px!important}
  .vsr-premium-results .vsr-trip-route{display:grid!important;grid-template-columns:minmax(0,1fr) 32px minmax(0,1fr)!important;gap:8px!important}
  .vsr-premium-results .vsr-trip-route>div{min-width:0!important}
  .vsr-premium-results .vsr-trip-route strong{font-size:14px!important}
  .vsr-premium-results .vsr-trip-route small{font-size:11.5px!important;white-space:normal!important}
  .vsr-premium-results .vsr-trip-arrow{width:32px!important;height:32px!important;flex-basis:32px!important}
  .vsr-premium-results .vsr-trip-meta{padding:12px 0 0!important;border-left:0!important;border-top:1px solid #e5ecef!important}
  .vsr-premium-results .vsr-trip-change{width:100%!important}
  .vsr-results-filters .vsr-offer-filters{grid-template-columns:1fr 1fr!important;padding:0 14px 14px!important;overflow:visible!important}
  .vsr-results-filters .vsr-offer-filters>button,.vsr-results-filters .vsr-filter-reset{width:100%!important}
  .vsr-premium-results .vsr-results-toolbar{display:block!important}
  .vsr-premium-results .vsr-results-toolbar>small{display:block;margin-top:6px;text-align:left!important}
  .vsr-premium-results .vsr-offer-list,.vsr-premium-results .vsr-offer-list.is-single-result,.vsr-premium-results .vsr-offer-list.is-two-results{grid-template-columns:1fr!important}
  .vsr-premium-results .vsr-sixt-card-link{min-height:480px!important}
  .vsr-search-error-card,.vsr-date-recommendation{grid-template-columns:42px minmax(0,1fr)!important;padding:16px!important}
  .vsr-search-error-card>a,.vsr-use-recommended-dates{grid-column:1/-1;width:100%!important}
}
@media(max-width:480px){
  .vsr-results-filters .vsr-offer-filters{grid-template-columns:1fr!important}
  .vsr-results-filters>summary{padding:13px 14px!important}
  .vsr-results-filters>summary small{font-size:10.5px!important}
  .vsr-premium-results .vsr-trip-route{grid-template-columns:1fr!important}
  .vsr-premium-results .vsr-trip-arrow{transform:rotate(90deg);margin:0 auto!important}
  .vsr-date-recommendation-period{display:grid;grid-template-columns:1fr auto 1fr;gap:6px}
  .vsr-date-recommendation-period em{grid-column:1/-1;width:max-content}
}

/* =========================================================
   v0.14.33 — Readability-only polish + anchored mobile nav
   Based on v0.14.31. No palette/background/button colour changes.
   ========================================================= */

/* Typography only: keep the v0.14.31 visual palette and contrast rules,
   while removing remaining tiny/light public-facing copy. */
body:not(.wp-admin) :is(
  .vsr-booking-widget,
  .vsr-booking-journey,
  .vsr-fleet-section,
  .vsr-results-section,
  .vsr-catalogue-section,
  .vsr-single-car,
  .vsr-booking-request,
  .vsr-booking-engine,
  .vsr-booking-confirmation,
  .vsr-front-notice,
  .vsr-booking-flow-page,
  .vsr-sixt-flow,
  .vsr-customer-page,
  .vsr-auth-modal,
  .vsr-protection-info-modal,
  .vsr-global-mobile-nav,
  .vsr-favorite-toast
){
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,Helvetica,sans-serif!important;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  text-rendering:optimizeLegibility;
}

body:not(.wp-admin) :is(
  .vsr-booking-widget,
  .vsr-results-section,
  .vsr-catalogue-section,
  .vsr-single-car,
  .vsr-booking-request,
  .vsr-booking-engine,
  .vsr-booking-flow-page,
  .vsr-sixt-flow,
  .vsr-customer-page,
  .vsr-auth-modal
) :is(p,li,dt,dd){
  font-size:14px!important;
  line-height:1.58!important;
  font-weight:700!important;
}
body:not(.wp-admin) :is(
  .vsr-booking-widget,
  .vsr-results-section,
  .vsr-catalogue-section,
  .vsr-single-car,
  .vsr-booking-request,
  .vsr-booking-engine,
  .vsr-booking-flow-page,
  .vsr-sixt-flow,
  .vsr-customer-page,
  .vsr-auth-modal
) label{
  font-size:12.5px!important;
  line-height:1.3!important;
  font-weight:850!important;
}
body:not(.wp-admin) :is(
  .vsr-booking-widget,
  .vsr-results-section,
  .vsr-catalogue-section,
  .vsr-single-car,
  .vsr-booking-request,
  .vsr-booking-engine,
  .vsr-booking-flow-page,
  .vsr-sixt-flow,
  .vsr-customer-page,
  .vsr-auth-modal
) small{
  font-size:12.5px!important;
  line-height:1.45!important;
  font-weight:700!important;
}
body:not(.wp-admin) :is(
  .vsr-booking-widget,
  .vsr-results-section,
  .vsr-catalogue-section,
  .vsr-single-car,
  .vsr-booking-request,
  .vsr-booking-engine,
  .vsr-booking-flow-page,
  .vsr-sixt-flow,
  .vsr-customer-page,
  .vsr-auth-modal
) :is(strong,b){font-weight:850!important}
body:not(.wp-admin) :is(
  .vsr-booking-widget,
  .vsr-results-section,
  .vsr-catalogue-section,
  .vsr-single-car,
  .vsr-booking-request,
  .vsr-booking-engine,
  .vsr-booking-flow-page,
  .vsr-sixt-flow,
  .vsr-customer-page,
  .vsr-auth-modal
) :is(input,select,textarea){
  font-size:15px!important;
  line-height:1.35!important;
  font-weight:750!important;
}

/* Search form. */
body:not(.wp-admin) .vsr-booking-widget.vsr-booking-widget .explore-field label{font-size:12.5px!important;font-weight:900!important}
body:not(.wp-admin) .vsr-booking-widget.vsr-booking-widget .explore-field :is(input,select){font-size:15px!important;font-weight:800!important}
body:not(.wp-admin) .vsr-booking-widget.vsr-booking-widget .vsr-24h-hint{font-size:11.5px!important;font-weight:900!important}
body:not(.wp-admin) .vsr-booking-widget.vsr-booking-widget :is(button,.explore-booking__submit){font-size:13px!important;font-weight:900!important}

/* Results / catalogue micro-copy. */
body:not(.wp-admin) .vsr-results-section.vsr-results-section :is(
  .fleet-eyebrow,.vsr-results-eyebrow,.vsr-trip-route span,.vsr-results-toolbar span,
  .vsr-catalogue-info span,.vsr-result-group-head>span,.vsr-results-availability-badge span,
  .vsr-search-error-card span,.vsr-date-recommendation-copy>span
){font-size:12px!important;font-weight:900!important}
body:not(.wp-admin) .vsr-results-section.vsr-results-section :is(
  .vsr-trip-route small,.vsr-results-toolbar>small,.vsr-catalogue-info strong,.vsr-catalogue-info a,
  .vsr-search-context,.vsr-smart-search-context small,.vsr-smart-search-context strong,
  .vsr-results-filters>summary small,.vsr-search-error-card p,.vsr-date-recommendation-copy>p,
  .vsr-results-empty span
){font-size:13.5px!important;font-weight:700!important;line-height:1.5!important}
body:not(.wp-admin) .vsr-results-section.vsr-results-section :is(
  .vsr-trip-meta span,.vsr-trip-meta strong,.vsr-trip-change,.vsr-results-filters .vsr-offer-filters label,
  .vsr-results-filters .vsr-offer-filters>button,.vsr-filter-reset,.vsr-search-error-card>a,.vsr-use-recommended-dates
){font-size:12.5px!important;font-weight:900!important}
body:not(.wp-admin) .vsr-results-section.vsr-results-section .vsr-results-filters .vsr-offer-filters select{font-size:14px!important;font-weight:800!important}
body:not(.wp-admin) .vsr-results-section.vsr-results-section :is(
  .vsr-sixt-card-head h2 small,.vsr-sixt-card-head p,.vsr-sixt-included,
  .vsr-sixt-price-row>strong small,.vsr-sixt-price-row>span,
  .vsr-sixt-card-actions>a:not(.vsr-sixt-select),.vsr-sixt-select
){font-size:13px!important;font-weight:800!important}

/* Single car details. */
body:not(.wp-admin) .vsr-single-car.vsr-single-car :is(
  .vsr-breadcrumb,.vsr-single-header>p,.vsr-single-rate span,.vsr-single-spec small,
  .vsr-single-spec strong,.vsr-feature-list span,.vsr-rental-details span,.vsr-rental-details strong,
  .vsr-single-help span,.vsr-single-start-booking>span,.vsr-single-start-booking>small,
  .vsr-single-availability-panel>span,.vsr-single-availability-panel>div,.vsr-single-availability-panel small,
  .vsr-booking-assurance span,.vsr-single-section-head>div>span,.vsr-single-section-head>a,
  .vsr-single-extra-chips strong,.vsr-single-extra-chips small
){font-size:13px!important;font-weight:750!important;line-height:1.45!important}
body:not(.wp-admin) .vsr-single-car.vsr-single-car .vsr-single-description{font-size:15px!important;font-weight:650!important;line-height:1.7!important}

/* Booking funnel: typography only, colours stay exactly as v0.14.31. */
body:not(.wp-admin) .vsr-sixt-flow.vsr-sixt-flow :is(
  .vsr-flow-step-kicker,.vsr-flow-progress-step span,.vsr-flow-progress-step strong,
  .vsr-rate-exact-chip,.vsr-rate-total-label,.vsr-rate-specs span,.vsr-rate-choice div small,
  .vsr-rate-choice>b,.vsr-mileage-choice small,.vsr-mileage-choice>b,.vsr-rate-bottom>div small,
  .vsr-flow-info,.vsr-addon-group-title,.vsr-addon-copy small,.vsr-addon-copy b,.vsr-extra-quick-add,
  .vsr-summary-car small,.vsr-summary-no-dates strong,.vsr-summary-no-dates span,.vsr-summary-route span,
  .vsr-summary-route strong,.vsr-summary-route small,.vsr-summary-inclusion,.vsr-selected-extra-line,
  .vsr-driver-form label,.vsr-request-note,.vsr-rental-day-rule,.vsr-coupon-eyebrow,.vsr-coupon-hint,
  [data-vsr-coupon-message],.vsr-coupon-remove,.vsr-coupon-toggle,.vsr-live-availability-head small,
  .vsr-availability-suggestions-head small,.vsr-availability-suggestion-copy small,
  .vsr-availability-suggestion-copy b,.vsr-availability-suggestion-copy em,.vsr-availability-all,
  .vsr-availability-retry,.vsr-availability-suggestion-empty,.vsr-next-exact-copy small,.vsr-next-exact-copy span
){font-size:12.5px!important;font-weight:750!important;line-height:1.5!important}
body:not(.wp-admin) .vsr-sixt-flow.vsr-sixt-flow :is(
  .vsr-rate-choice div strong,.vsr-mileage-choice strong,.vsr-addon-copy strong,
  .vsr-summary-car strong,.vsr-live-availability-head strong,.vsr-availability-suggestions-head strong,
  .vsr-availability-suggestion-copy strong,.vsr-next-exact-copy strong
){font-weight:900!important}
body:not(.wp-admin) .vsr-sixt-flow.vsr-sixt-flow :is(
  .vsr-protection-stage-intro,.vsr-protection-mobile-summary,.vsr-protection-mobile-meta,
  .vsr-protection-package-copy,.vsr-protection-excess-line,.vsr-protection-feature-row,
  .vsr-protection-feature-label,.vsr-protection-feature-label>span:last-child
){font-size:14px!important;font-weight:700!important;line-height:1.5!important}
body:not(.wp-admin) .vsr-sixt-flow.vsr-sixt-flow .vsr-driver-form :is(input,select,textarea){font-size:15px!important;font-weight:750!important}

/* Booking success / receipt. */
body:not(.wp-admin) .vsr-booking-confirmation.vsr-booking-confirmation>span{font-size:12px!important;font-weight:900!important}
body:not(.wp-admin) .vsr-booking-confirmation.vsr-booking-confirmation>p{font-size:15px!important;font-weight:700!important}
body:not(.wp-admin) .vsr-booking-confirmation.vsr-booking-confirmation .vsr-confirmation-grid small{font-size:12px!important;font-weight:850!important}
body:not(.wp-admin) .vsr-booking-confirmation.vsr-booking-confirmation .vsr-confirmation-grid strong{font-size:15px!important;font-weight:850!important}
body:not(.wp-admin) .vsr-booking-confirmation.vsr-booking-confirmation .vsr-confirmation-next>strong{font-size:16px!important;font-weight:900!important}
body:not(.wp-admin) .vsr-booking-confirmation.vsr-booking-confirmation .vsr-confirmation-next>span{font-size:14px!important;font-weight:700!important}
body:not(.wp-admin) .vsr-booking-confirmation.vsr-booking-confirmation .vsr-confirmation-next b{font-size:12px!important;font-weight:900!important}

/* Customer account / Saved / Bookings / Sign in. */
body:not(.wp-admin) .vsr-customer-page.vsr-customer-page :is(
  .vsr-customer-hero>span,.vsr-auth-card>span,.vsr-account-stats span,.vsr-customer-booking-top span,
  .vsr-customer-status,.vsr-customer-booking-grid small
){font-size:12px!important;font-weight:900!important}
body:not(.wp-admin) .vsr-customer-page.vsr-customer-page :is(
  .vsr-account-notice,.vsr-auth-card label,.vsr-auth-card button,.vsr-account-stats small,
  .vsr-account-card span,.vsr-account-card>a,.vsr-customer-booking-grid strong,.vsr-booking-car-link,
  .vsr-customer-empty p,.vsr-customer-empty a,.vsr-saved-card p,.vsr-saved-rate,.vsr-saved-view,
  .vsr-wishlist-meta,.vsr-guest-wishlist-note small
){font-size:13px!important;font-weight:750!important;line-height:1.5!important}
body:not(.wp-admin) .vsr-customer-page.vsr-customer-page :is(.vsr-account-card strong,.vsr-guest-wishlist-note strong){font-size:14px!important;font-weight:900!important}
body:not(.wp-admin) .vsr-auth-modal.vsr-auth-modal :is(.vsr-auth-modal-intro p,.vsr-auth-card>span,.vsr-auth-card label,.vsr-auth-card button){font-size:13px!important;font-weight:750!important;line-height:1.5!important}

/* =========================================================
   MOBILE / TABLET NAV
   Same edge-to-edge bottom position as v0.14.31 — NOT floating.
   Only cleaner sizing, black labels/icons and a restrained active state.
   ========================================================= */
@media(max-width:1024px){
  body:not(.wp-admin){padding-bottom:calc(82px + env(safe-area-inset-bottom,0px))!important}
  body:not(.wp-admin) .vsr-global-mobile-nav.vsr-global-mobile-nav{
    left:0!important;
    right:0!important;
    bottom:0!important;
    min-height:76px!important;
    padding:6px max(8px,env(safe-area-inset-right,0px)) calc(6px + env(safe-area-inset-bottom,0px)) max(8px,env(safe-area-inset-left,0px))!important;
    border:0!important;
    border-top:1px solid #dce5ea!important;
    border-radius:0!important;
    background:rgba(255,255,255,.985)!important;
    box-shadow:0 -7px 22px rgba(7,31,51,.08)!important;
    backdrop-filter:blur(16px)!important;
    -webkit-backdrop-filter:blur(16px)!important;
    overflow:visible!important;
  }
  body:not(.wp-admin) .vsr-global-mobile-nav.vsr-global-mobile-nav .vsr-mobile-nav-item{
    min-height:60px!important;
    gap:5px!important;
    padding:7px 4px!important;
    border-radius:11px!important;
    color:#101418!important;
    text-decoration:none!important;
    -webkit-tap-highlight-color:transparent!important;
  }
  body:not(.wp-admin) .vsr-global-mobile-nav.vsr-global-mobile-nav .vsr-mobile-nav-item>span{
    position:relative!important;
    width:27px!important;
    height:27px!important;
    color:#101418!important;
  }
  body:not(.wp-admin) .vsr-global-mobile-nav.vsr-global-mobile-nav .vsr-mobile-nav-item svg{
    width:23px!important;
    height:23px!important;
    stroke-width:2!important;
  }
  body:not(.wp-admin) .vsr-global-mobile-nav.vsr-global-mobile-nav .vsr-mobile-nav-item strong{
    display:block!important;
    max-width:100%!important;
    overflow:visible!important;
    color:#101418!important;
    font-size:12px!important;
    line-height:1.15!important;
    font-weight:900!important;
    letter-spacing:-.012em!important;
    white-space:nowrap!important;
    text-overflow:clip!important;
  }
  body:not(.wp-admin) .vsr-global-mobile-nav.vsr-global-mobile-nav .vsr-mobile-nav-item.is-active{
    background:#eef7fc!important;
    color:#101418!important;
  }
  body:not(.wp-admin) .vsr-global-mobile-nav.vsr-global-mobile-nav .vsr-mobile-nav-item.is-active>span{color:#237fb9!important}
  body:not(.wp-admin) .vsr-global-mobile-nav.vsr-global-mobile-nav .vsr-mobile-nav-item.is-active:before{
    top:-6px!important;
    left:34%!important;
    right:34%!important;
    height:3px!important;
    border-radius:0 0 4px 4px!important;
    background:#237fb9!important;
  }
  body:not(.wp-admin) .vsr-global-mobile-nav.vsr-global-mobile-nav .vsr-mobile-nav-badge{
    top:-6px!important;
    right:-10px!important;
    min-width:19px!important;
    height:19px!important;
    padding:0 5px!important;
    border:2px solid #fff!important;
    font-size:9px!important;
    line-height:1!important;
    font-weight:900!important;
  }
  body:not(.wp-admin) .vsr-favorite-toast{bottom:calc(92px + env(safe-area-inset-bottom,0px))!important}
}

@media(max-width:620px){
  body:not(.wp-admin) :is(
    .vsr-booking-widget,.vsr-results-section,.vsr-catalogue-section,.vsr-single-car,
    .vsr-booking-request,.vsr-booking-engine,.vsr-booking-flow-page,.vsr-sixt-flow,
    .vsr-customer-page,.vsr-auth-modal
  ) :is(input,select,textarea){font-size:16px!important}
  body:not(.wp-admin) .vsr-booking-widget.vsr-booking-widget .explore-field :is(input,select){font-size:16px!important}
  body:not(.wp-admin) .vsr-sixt-flow.vsr-sixt-flow .vsr-driver-form :is(input,select,textarea){font-size:16px!important}
  body:not(.wp-admin) .vsr-global-mobile-nav.vsr-global-mobile-nav .vsr-mobile-nav-item strong{font-size:11.5px!important}
}

@media(max-width:380px){
  body:not(.wp-admin) .vsr-global-mobile-nav.vsr-global-mobile-nav{padding-left:5px!important;padding-right:5px!important}
  body:not(.wp-admin) .vsr-global-mobile-nav.vsr-global-mobile-nav .vsr-mobile-nav-item strong{font-size:11px!important}
  body:not(.wp-admin) .vsr-global-mobile-nav.vsr-global-mobile-nav .vsr-mobile-nav-item svg{width:22px!important;height:22px!important}
}

/* ==========================================================
   v0.14.34 — Kos smart address autocomplete (hidden-map UX)
   ========================================================== */
.vsr-location-autocomplete-wrap{
  position:relative!important;
  width:100%;
}
.vsr-location-autocomplete-wrap .vsr-location-autocomplete{
  width:100%;
  cursor:text;
}
.vsr-location-autocomplete-wrap .explore-input-icon{
  z-index:2;
}
.vsr-location-suggestions{
  position:absolute;
  z-index:99999;
  top:calc(100% + 7px);
  left:0;
  right:0;
  max-height:360px;
  overflow:auto;
  padding:7px;
  border:1px solid #dce3e8;
  border-radius:12px;
  background:#fff;
  box-shadow:0 18px 45px rgba(16,20,24,.16);
  text-align:left;
}
.vsr-location-suggestions[hidden]{display:none!important}
.vsr-location-suggestion{
  appearance:none;
  -webkit-appearance:none;
  display:grid;
  grid-template-columns:34px minmax(0,1fr);
  gap:10px;
  align-items:center;
  width:100%;
  min-height:58px;
  margin:0;
  padding:9px 10px;
  border:0;
  border-radius:9px;
  background:#fff;
  color:#101418;
  font:inherit;
  text-align:left;
  cursor:pointer;
}
.vsr-location-suggestion:hover,
.vsr-location-suggestion.is-active{
  background:#f1f7fb;
}
.vsr-location-suggestion-pin{
  display:grid;
  place-items:center;
  width:34px;
  height:34px;
  border-radius:9px;
  background:#edf6fc;
  color:#2B82BD;
}
.vsr-location-suggestion-pin svg{width:18px;height:18px;display:block}
.vsr-location-suggestion-copy{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  min-width:0;
  gap:2px 7px;
}
.vsr-location-suggestion-copy strong{
  flex:0 0 100%;
  overflow:hidden;
  color:#101418!important;
  font-size:13.5px!important;
  font-weight:800!important;
  line-height:1.25!important;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.vsr-location-suggestion-copy small{
  min-width:0;
  overflow:hidden;
  color:#5d6972!important;
  font-size:11.5px!important;
  font-weight:650!important;
  line-height:1.3!important;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.vsr-location-suggestion-copy em{
  display:inline-flex;
  align-items:center;
  min-height:18px;
  padding:0 6px;
  border-radius:999px;
  background:#eaf5fc;
  color:#1E70AA!important;
  font-size:8px!important;
  font-style:normal;
  font-weight:900!important;
  letter-spacing:.05em;
}
.vsr-location-loading,
.vsr-location-empty{
  padding:14px 12px;
  color:#4f5b64;
  font-size:12.5px;
  font-weight:650;
  line-height:1.45;
}
.vsr-location-loading{display:flex;align-items:center;gap:9px}
.vsr-location-loading span{
  width:15px;height:15px;border:2px solid #d5e3ec;border-top-color:#2B82BD;border-radius:50%;
  animation:vsr-location-spin .7s linear infinite;
}
@keyframes vsr-location-spin{to{transform:rotate(360deg)}}
.vsr-location-attribution{
  margin-top:5px;
  padding:7px 9px 3px;
  border-top:1px solid #edf0f2;
  color:#8a949c;
  font-size:9px;
  font-weight:600;
  text-align:right;
}
/* Search widget: no select arrow on the address fields. */
.vsr-booking-widget .vsr-location-autocomplete-wrap::after{display:none!important}
/* Booking details: give the pin its own space without changing the rest of the form. */
.vsr-sixt-flow .vsr-driver-form .vsr-location-autocomplete-wrap .explore-input-icon{
  position:absolute;
  top:calc(50% + 3px);
  left:14px;
  width:18px;
  height:18px;
  transform:translateY(-50%);
  color:#2B82BD;
  pointer-events:none;
}
.vsr-sixt-flow .vsr-driver-form .vsr-location-autocomplete-wrap input.vsr-location-autocomplete{
  padding-left:42px!important;
  padding-right:14px!important;
}
@media(max-width:700px){
  .vsr-location-suggestions{
    top:calc(100% + 5px);
    max-height:310px;
    padding:6px;
    border-radius:10px;
  }
  .vsr-location-suggestion{
    grid-template-columns:32px minmax(0,1fr);
    min-height:56px;
    padding:8px;
  }
  .vsr-location-suggestion-pin{width:32px;height:32px}
  .vsr-location-suggestion-copy strong{font-size:13px!important}
  .vsr-location-suggestion-copy small{font-size:11px!important}
}
.vsr-location-attribution a{color:inherit!important;text-decoration:none!important;font:inherit!important}
.vsr-location-attribution a:hover{text-decoration:underline!important}

/* v0.14.35 — Google Places secure-proxy autocomplete attribution/status */
.vsr-location-service-note{
  margin-top:5px;
  padding:8px 10px;
  border-top:1px solid #edf0f2;
  color:#5f6b74;
  font-size:10.5px;
  font-weight:650;
  line-height:1.4;
}
.vsr-location-attribution.is-google{
  color:#6a737b!important;
  font-weight:750!important;
  letter-spacing:.01em;
}
