.fvrb-frontend{
  --fvrb-primary:#1d4ed8;--fvrb-secondary:#0f172a;--fvrb-primary-rgb:29,78,216;--fvrb-secondary-rgb:15,23,42;
  --fvrb-primary-dark:var(--fvrb-primary);
  --fvrb-dark:var(--fvrb-secondary);
  --fvrb-text:#334155;
  --fvrb-muted:#64748b;
  --fvrb-border:#e5e7eb;
  --fvrb-soft:#f8fafc;
  --fvrb-success:#16a34a;
  --fvrb-danger:#dc2626;
  --fvrb-warning:#ea580c;
  font-family:inherit;
  color:var(--fvrb-dark);
}
.fvrb-frontend *{box-sizing:border-box}
.fvrb-f-card{max-width:1180px;margin:0 auto;background:#fff;border:1px solid var(--fvrb-border);border-radius:24px;box-shadow:0 18px 50px rgba(var(--fvrb-secondary-rgb),.08);overflow:hidden}
.fvrb-f-card-pro{border-radius:26px}
.fvrb-f-head{padding:34px 40px;background:radial-gradient(circle at top right,rgba(59,130,246,.45),transparent 32%),linear-gradient(135deg,var(--fvrb-secondary),var(--fvrb-primary));color:#fff}
.fvrb-hero-grid{display:grid;grid-template-columns:1fr auto;gap:28px;align-items:center}
.fvrb-f-head span{display:inline-flex;background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.24);border-radius:999px;padding:7px 14px;font-size:13px;margin-bottom:14px;color:#fff}
.fvrb-f-head h2{margin:0;font-size:34px;line-height:1.14;color:#fff;font-weight:800;letter-spacing:-.02em}
.fvrb-f-head p{margin:12px 0 0;color:#dbeafe;font-size:16px;max-width:680px}
.fvrb-hero-steps{display:grid;grid-template-columns:repeat(3,92px);gap:10px}
.fvrb-hero-steps div{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.22);border-radius:18px;padding:13px 10px;text-align:center;backdrop-filter:blur(10px)}
.fvrb-hero-steps b{width:30px;height:30px;border-radius:50%;background:#fff;color:var(--fvrb-primary);display:inline-flex;align-items:center;justify-content:center;font-size:14px;margin-bottom:8px}
.fvrb-hero-steps small{display:block;color:#dbeafe;font-size:12px;line-height:1.25}
.fvrb-booking-form{padding:30px}
.fvrb-form-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:24px;align-items:start}
.fvrb-form-main{min-width:0}
.fvrb-section-title{display:flex;align-items:center;gap:10px;margin:6px 0 18px;font-size:18px;font-weight:750;color:var(--fvrb-secondary)}
.fvrb-section-title:not(:first-child){margin-top:28px}
.fvrb-section-title span{width:31px;height:31px;border-radius:50%;background:#dbeafe;color:var(--fvrb-primary);display:inline-flex;align-items:center;justify-content:center;font-size:14px;font-weight:800}
.fvrb-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.fvrb-field{margin-bottom:16px}
.fvrb-field-wide{grid-column:1/-1}
.fvrb-field label{display:block;margin-bottom:7px;font-weight:650;color:#334155;font-size:14px}
.fvrb-field input,.fvrb-field select,.fvrb-field textarea{width:100%;border:1px solid #dbe2ea;border-radius:13px;padding:12px 13px;min-height:48px;background:#fff;color:var(--fvrb-secondary);box-shadow:none;font-size:15px}
.fvrb-field input[type=file]{padding:10px;background:#f8fafc}
.fvrb-field textarea{min-height:112px;resize:vertical}
.fvrb-field input:focus,.fvrb-field select:focus,.fvrb-field textarea:focus{border-color:var(--fvrb-primary);box-shadow:0 0 0 4px rgba(var(--fvrb-primary-rgb),.1);outline:none}
.fvrb-field-help{display:block;margin-top:6px;color:#64748b;font-size:12px}
.fvrb-vehicle-choice{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-bottom:16px}
.fvrb-vehicle-card{border:1px solid #e2e8f0;background:#fff;border-radius:18px;padding:15px;text-align:left;cursor:pointer;transition:.2s ease;min-height:138px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:8px;color:var(--fvrb-secondary);box-shadow:0 8px 20px rgba(var(--fvrb-secondary-rgb),.04)}
.fvrb-vehicle-card:hover{transform:translateY(-2px);border-color:#bfdbfe;box-shadow:0 12px 28px rgba(var(--fvrb-primary-rgb),.10)}
.fvrb-vehicle-card.is-selected{border-color:var(--fvrb-primary);background:#eff6ff;box-shadow:0 12px 30px rgba(var(--fvrb-primary-rgb),.16)}
.fvrb-vehicle-card img{width:52px;height:52px;border-radius:15px;object-fit:cover;background:#eff6ff}
.fvrb-vehicle-icon{width:52px;height:52px;border-radius:15px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#e0f2fe,#dbeafe);color:var(--fvrb-primary);font-size:22px;font-weight:800}
.fvrb-vehicle-card strong{font-size:15px;color:var(--fvrb-secondary);line-height:1.2}
.fvrb-vehicle-card small{color:#64748b;font-size:12px}
.fvrb-no-vehicle-message{border:1px solid #fed7aa;background:#fff7ed;color:#9a3412;border-radius:14px;padding:12px 14px;margin-bottom:16px}
.fvrb-live-summary{position:sticky;top:30px}
.fvrb-summary-card{background:#f8fafc;border:1px solid #e5e7eb;border-radius:22px;padding:18px;box-shadow:0 10px 24px rgba(var(--fvrb-secondary-rgb),.05)}
.fvrb-summary-label{display:inline-flex;color:var(--fvrb-primary);background:#dbeafe;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:750;margin-bottom:12px}
.fvrb-summary-card h3{margin:0 0 14px;font-size:23px;line-height:1.2;color:var(--fvrb-secondary)}
.fvrb-summary-card ul{list-style:none;margin:0 0 16px;padding:0;display:grid;gap:10px}
.fvrb-summary-card li{display:flex;justify-content:space-between;gap:12px;background:#fff;border:1px solid #e5e7eb;border-radius:13px;padding:11px 12px}
.fvrb-summary-card li span{color:#64748b;font-size:12px}
.fvrb-summary-card li strong{color:var(--fvrb-secondary);font-size:13px;text-align:right;max-width:55%;word-break:break-word}
.fvrb-price-box{display:grid;grid-template-columns:1fr;gap:12px;background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:14px;margin:0 0 14px}
.fvrb-price-box div{background:#f8fafc;border:1px solid #e5e7eb;border-radius:14px;padding:14px}
.fvrb-price-box span{display:block;color:#64748b;font-size:12px;margin-bottom:6px}
.fvrb-price-box strong{font-size:22px;color:var(--fvrb-secondary);line-height:1.2}
.fvrb-price-box small{color:#64748b;line-height:1.45}
.fvrb-price-box.is-ready{border-color:#86efac;background:#f0fdf4}
.fvrb-price-box.is-error{border-color:#fecaca;background:#fef2f2}
.fvrb-payment-note{background:#fff7ed;border:1px solid #fed7aa;border-radius:15px;padding:13px;color:#9a3412;font-size:13px;line-height:1.5}
.fvrb-payment-note strong{display:block;color:#7c2d12;margin-bottom:5px}
.fvrb-payment-note p{margin:0}
.fvrb-submit-btn{width:100%;border:0;border-radius:15px;background:linear-gradient(135deg,var(--fvrb-primary),var(--fvrb-primary));color:#fff;padding:15px 22px;font-size:16px;font-weight:750;cursor:pointer;transition:.2s ease;box-shadow:0 12px 26px rgba(var(--fvrb-primary-rgb),.24)}
.fvrb-submit-btn:hover{transform:translateY(-1px);background:linear-gradient(135deg,var(--fvrb-primary),var(--fvrb-primary))}
.fvrb-submit-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}
.fvrb-response{margin-top:16px;border-radius:14px;padding:13px 15px;display:none;line-height:1.5}
.fvrb-response.success{display:block;background:#f0fdf4;border:1px solid #bbf7d0;color:#166534}
.fvrb-response.error{display:block;background:#fef2f2;border:1px solid #fecaca;color:#991b1b}
.fvrb-availability-box{border-radius:14px;padding:12px 14px;margin:0 0 20px;font-size:14px;line-height:1.45}
.fvrb-availability-box.is-ok{display:block!important;background:#f0fdf4;border:1px solid #bbf7d0;color:#166534}
.fvrb-availability-box.is-warning{display:block!important;background:#fff7ed;border:1px solid #fed7aa;color:#9a3412}
.fvrb-availability-box.is-loading{display:block!important;background:#f8fafc;border:1px solid #e5e7eb;color:#64748b}
.fvrb-empty-state{padding:42px 28px;text-align:center;background:#fff}
.fvrb-empty-icon{width:74px;height:74px;border-radius:22px;display:inline-flex;align-items:center;justify-content:center;background:#eff6ff;font-size:36px;margin-bottom:18px}
.fvrb-empty-state h3{margin:0 0 8px;color:var(--fvrb-secondary);font-size:24px}
.fvrb-empty-state p{margin:0 auto 18px;color:#64748b;max-width:560px;line-height:1.6}
.fvrb-empty-actions{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}
.fvrb-empty-actions a{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:10px 16px;border-radius:12px;background:var(--fvrb-primary);color:#fff;text-decoration:none;font-weight:700}
.fvrb-empty-actions a:nth-child(2){background:var(--fvrb-secondary)}
.fvrb-public-note{background:#f8fafc;border:1px solid #e5e7eb;border-radius:14px;padding:12px 14px!important}
.fvrb-alert{padding:18px;margin:24px;background:#fff7ed;border:1px solid #fed7aa;border-radius:16px;color:#9a3412}
.fvrb-track-wrap .fvrb-f-card{max-width:820px}
.fvrb-track-form{padding:28px}
.fvrb-track-result{margin-top:18px;background:#f8fafc;border:1px solid #e5e7eb;border-radius:18px;padding:16px}
.fvrb-track-status{display:flex;justify-content:space-between;gap:12px;align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:14px;margin-bottom:14px}
.fvrb-track-status span,.fvrb-track-grid span{display:block;color:#64748b;font-size:12px;margin-bottom:5px}
.fvrb-track-status strong{font-size:20px;color:var(--fvrb-secondary)}
.fvrb-track-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.fvrb-track-grid div{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:12px}
.fvrb-track-grid strong{color:var(--fvrb-secondary)}.fvrb-track-wide{grid-column:1/-1}
@media(max-width:1024px){.fvrb-form-layout{grid-template-columns:1fr}.fvrb-live-summary{position:relative;top:auto}.fvrb-summary-card{position:relative}.fvrb-hero-grid{grid-template-columns:1fr}.fvrb-hero-steps{grid-template-columns:repeat(3,1fr)}}
@media(max-width:767px){.fvrb-f-card{border-radius:18px}.fvrb-f-head{padding:24px}.fvrb-f-head h2{font-size:25px}.fvrb-f-head p{font-size:14px}.fvrb-booking-form,.fvrb-track-form{padding:20px}.fvrb-form-grid,.fvrb-vehicle-choice{grid-template-columns:1fr}.fvrb-hero-steps{grid-template-columns:1fr}.fvrb-summary-card li{display:block}.fvrb-summary-card li strong{text-align:left;max-width:none;display:block;margin-top:4px}.fvrb-track-status{display:block}.fvrb-track-grid{grid-template-columns:1fr}.fvrb-track-wide{grid-column:auto}}

/* v1.2.2 capacity and booking polish */
.fvrb-vehicle-card{position:relative;overflow:hidden}
.fvrb-vehicle-card:before{content:'';position:absolute;inset:0;border-radius:18px;background:linear-gradient(135deg,rgba(var(--fvrb-primary-rgb),.06),rgba(var(--fvrb-secondary-rgb),.03));opacity:0;transition:.2s ease;pointer-events:none}
.fvrb-vehicle-card:hover:before,.fvrb-vehicle-card.is-selected:before{opacity:1}
.fvrb-vehicle-card.is-selected{border-color:var(--fvrb-primary);background:#fff;box-shadow:0 12px 30px rgba(var(--fvrb-primary-rgb),.16)}
.fvrb-vehicle-card.is-capacity-bad{border-color:#fecaca;background:#fff7f7}
.fvrb-vehicle-card.is-capacity-bad.is-selected{box-shadow:0 12px 30px rgba(220,38,38,.12)}
.fvrb-vehicle-card.is-capacity-ok.is-selected{border-color:var(--fvrb-primary)}
.fvrb-vehicle-card.is-recommended:after{content:'Recommended';position:absolute;right:10px;top:10px;background:#dcfce7;color:#166534;border:1px solid #bbf7d0;border-radius:999px;padding:4px 8px;font-size:10px;font-weight:800;letter-spacing:.01em}
.fvrb-card-meta{display:flex!important;gap:6px;flex-wrap:wrap;margin-top:2px}
.fvrb-card-meta span{display:inline-flex;align-items:center;border:1px solid #e5e7eb;background:#f8fafc;border-radius:999px;padding:3px 7px;color:#475569;font-size:11px;font-weight:650}
.fvrb-card-capacity{display:block!important;color:#334155!important;font-size:12px!important;font-weight:700;margin-top:1px}
.fvrb-vehicle-card.is-capacity-bad .fvrb-card-capacity{color:#991b1b!important}
.fvrb-capacity-guide{border-radius:14px;padding:12px 14px;margin:0 0 16px;font-size:14px;line-height:1.5}
.fvrb-capacity-guide.is-ok{display:block!important;background:#f0fdf4;border:1px solid #bbf7d0;color:#166534}
.fvrb-capacity-guide.is-error{display:block!important;background:#fef2f2;border:1px solid #fecaca;color:#991b1b}
.fvrb-capacity-guide span{display:inline-block;margin-top:3px}
.fvrb-summary-advice{border-radius:13px;padding:10px 12px;margin:0 0 12px;font-size:13px;line-height:1.45}
.fvrb-summary-advice.is-ok{display:block!important;background:#f0fdf4;border:1px solid #bbf7d0;color:#166534}
.fvrb-summary-advice.is-error{display:block!important;background:#fef2f2;border:1px solid #fecaca;color:#991b1b}
.fvrb-submit-btn.is-blocked{background:#94a3b8!important;box-shadow:none!important;cursor:not-allowed!important}
.fvrb-response.success strong{font-size:15px;color:#14532d}
.fvrb-price-box.is-error{border-color:#fecaca;background:#fff7f7}
.fvrb-price-box.is-ready{border-color:rgba(var(--fvrb-primary-rgb),.25);background:linear-gradient(180deg,#fff,rgba(var(--fvrb-primary-rgb),.04))}

/* v1.3.0 larger typography + vehicle listing shortcode */
.fvrb-frontend{font-size:16px;line-height:1.55}
.fvrb-f-head h2{font-size:40px;line-height:1.12}
.fvrb-f-head p{font-size:18px;line-height:1.55}
.fvrb-f-head span{font-size:14px}
.fvrb-section-title{font-size:20px}
.fvrb-field label{font-size:15.5px;margin-bottom:8px}
.fvrb-field input,.fvrb-field select,.fvrb-field textarea{font-size:16px;min-height:54px;padding:14px 16px;border-radius:15px}
.fvrb-field-help{font-size:13px}
.fvrb-vehicle-card strong{font-size:17px}
.fvrb-vehicle-card small{font-size:13px}
.fvrb-card-meta span{font-size:12.5px;padding:4px 8px}
.fvrb-card-capacity{font-size:13.5px!important}
.fvrb-summary-label{font-size:13px;padding:7px 12px}
.fvrb-summary-card h3{font-size:26px}
.fvrb-summary-card li span{font-size:13px}
.fvrb-summary-card li strong{font-size:14.5px}
.fvrb-price-box span{font-size:13px}
.fvrb-price-box strong{font-size:25px}
.fvrb-price-box small{font-size:14px}
.fvrb-submit-btn{font-size:17px;min-height:54px}
.fvrb-response{font-size:15.5px}
.fvrb-availability-box,.fvrb-capacity-guide{font-size:15.5px}

.fvrb-listing-wrap{--fvrb-gold:#f59e0b;--fvrb-orange:#ea580c;max-width:100%;}
.fvrb-rent-showcase{max-width:1420px;margin:0 auto;padding:64px 28px 48px;background:radial-gradient(circle at top left,rgba(var(--fvrb-primary-rgb),.06),transparent 28%),linear-gradient(180deg,#fff 0%,#fffaf4 100%);border-radius:28px;overflow:hidden}
.fvrb-rent-head{text-align:center;max-width:1120px;margin:0 auto 40px}
.fvrb-rent-badge{display:inline-flex;align-items:center;gap:9px;border:1px solid rgba(234,88,12,.28);background:#fffaf4;color:var(--fvrb-secondary);border-radius:999px;padding:8px 18px;font-size:18px;font-weight:700;box-shadow:0 8px 22px rgba(234,88,12,.07)}
.fvrb-rent-badge span{color:var(--fvrb-orange)}
.fvrb-rent-head h2{font-size:64px;line-height:1.05;letter-spacing:-.045em;margin:20px 0 14px;color:var(--fvrb-primary);font-weight:850}
.fvrb-rent-head h2 span{background:linear-gradient(90deg,var(--fvrb-orange),var(--fvrb-gold));-webkit-background-clip:text;background-clip:text;color:transparent}
.fvrb-rent-head p{margin:0;color:#4b5563;font-size:22px;line-height:1.5}
.fvrb-rent-divider{height:28px;display:flex;align-items:center;justify-content:center;gap:16px;margin:6px 0 10px}
.fvrb-rent-divider:before,.fvrb-rent-divider:after{content:'';width:112px;height:1px;background:linear-gradient(90deg,transparent,rgba(234,88,12,.35))}
.fvrb-rent-divider:after{background:linear-gradient(90deg,rgba(234,88,12,.35),transparent)}
.fvrb-rent-divider i{width:12px;height:12px;display:block;background:linear-gradient(135deg,var(--fvrb-orange),var(--fvrb-gold));transform:rotate(45deg);border-radius:2px}
.fvrb-rent-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:34px;max-width:1180px;margin:0 auto}
.fvrb-rent-card{background:#fff;border:1px solid rgba(15,23,42,.10);border-radius:24px;padding:14px;box-shadow:0 18px 46px rgba(15,23,42,.10);transition:.25s ease;overflow:hidden}
.fvrb-rent-card:hover{transform:translateY(-5px);box-shadow:0 24px 58px rgba(15,23,42,.14);border-color:rgba(234,88,12,.26)}
.fvrb-rent-media{height:245px;border-radius:18px;overflow:hidden;position:relative;background:#f3f4f6}
.fvrb-rent-media img{width:100%;height:100%;object-fit:cover;display:block;transition:.35s ease}
.fvrb-rent-card:hover .fvrb-rent-media img{transform:scale(1.04)}
.fvrb-rent-placeholder{height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,rgba(var(--fvrb-primary-rgb),.10),rgba(234,88,12,.10))}
.fvrb-rent-placeholder span{width:68px;height:68px;border-radius:22px;display:inline-flex;align-items:center;justify-content:center;background:#fff;color:var(--fvrb-primary);font-size:30px;font-weight:850;box-shadow:0 12px 25px rgba(15,23,42,.08)}
.fvrb-rent-active{position:absolute;left:16px;top:16px;display:inline-flex;align-items:center;gap:7px;background:#238636;color:#fff;border-radius:999px;font-size:15px;font-weight:850;padding:8px 13px;box-shadow:0 10px 18px rgba(22,101,52,.22)}.fvrb-rent-active i{width:8px;height:8px;border-radius:50%;background:#fff;display:inline-block}
.fvrb-rent-icon{position:absolute;right:16px;top:16px;width:56px;height:56px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:rgba(255,255,255,.94);font-size:25px;box-shadow:0 10px 24px rgba(15,23,42,.11)}
.fvrb-rent-body{padding:22px 8px 4px;text-align:center}
.fvrb-rent-body h3{margin:0 0 12px;color:var(--fvrb-primary);font-size:34px;line-height:1.08;font-weight:850;letter-spacing:-.025em}
.fvrb-rent-meta{display:flex;align-items:center;justify-content:center;gap:12px;color:#64748b;font-size:17px;margin-bottom:20px;min-height:26px;flex-wrap:wrap}
.fvrb-rent-meta span:first-child{color:var(--fvrb-orange);font-weight:750}
.fvrb-rent-meta span + span{border-left:1px solid #e5e7eb;padding-left:12px}
.fvrb-rent-actions{display:grid;grid-template-columns:1fr 1fr;gap:12px;border-top:1px solid #eef2f7;padding-top:16px;margin-bottom:14px}
.fvrb-rent-actions a{display:flex;align-items:center;justify-content:center;gap:9px;min-height:56px;border:1px solid rgba(234,88,12,.30);border-radius:12px;background:#fffaf4;color:#3f2f17;text-decoration:none;font-size:18px;font-weight:750;transition:.2s ease}
.fvrb-rent-actions a b{width:23px;height:23px;border-radius:50%;background:#ecfdf5;color:#166534;display:inline-flex;align-items:center;justify-content:center;font-size:13px}
.fvrb-rent-actions a:hover{border-color:var(--fvrb-orange);color:var(--fvrb-orange);transform:translateY(-1px)}
.fvrb-rent-select{display:flex;align-items:center;justify-content:center;gap:12px;width:100%;min-height:64px;border-radius:12px;background:linear-gradient(135deg,var(--fvrb-primary),var(--fvrb-secondary));color:#fff!important;text-decoration:none;font-size:21px;font-weight:850;box-shadow:0 14px 26px rgba(var(--fvrb-primary-rgb),.2);transition:.2s ease}
.fvrb-rent-select:hover{transform:translateY(-1px);box-shadow:0 18px 34px rgba(var(--fvrb-primary-rgb),.28)}
.fvrb-rent-select b{margin-left:auto;padding-right:12px;font-size:20px}
.fvrb-rent-note{display:flex;align-items:center;justify-content:center;gap:13px;margin:34px auto 0;color:#334155;font-size:20px;text-align:center;background:rgba(255,250,244,.86);border:1px solid rgba(234,88,12,.16);border-radius:999px;padding:12px 22px;max-width:max-content}
.fvrb-rent-note span{width:36px;height:36px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:#ffedd5;color:var(--fvrb-orange);font-weight:900}

@media(max-width:1280px){.fvrb-rent-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.fvrb-rent-head h2{font-size:52px}.fvrb-rent-media{height:220px}}
@media(max-width:900px){.fvrb-rent-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.fvrb-f-head h2{font-size:34px}.fvrb-rent-head h2{font-size:42px}.fvrb-rent-head p{font-size:18px}.fvrb-rent-media{height:215px}}
@media(max-width:640px){.fvrb-rent-showcase{padding:38px 14px;border-radius:18px}.fvrb-rent-grid{grid-template-columns:1fr}.fvrb-rent-head h2{font-size:34px}.fvrb-rent-badge{font-size:16px}.fvrb-rent-media{height:220px}.fvrb-rent-body h3{font-size:28px}.fvrb-rent-actions a{font-size:16px}.fvrb-rent-select{font-size:19px}.fvrb-rent-note{font-size:16px;border-radius:16px}.fvrb-field input,.fvrb-field select,.fvrb-field textarea{font-size:15.5px}.fvrb-section-title{font-size:18px}}

/* v1.3.2 — selected vehicle highlight, listing/button/font/responsive polish */
.fvrb-frontend input[type=number]::-webkit-outer-spin-button,
.fvrb-frontend input[type=number]::-webkit-inner-spin-button{appearance:none;-webkit-appearance:none;margin:0}
.fvrb-frontend input[type=number]{appearance:textfield;-moz-appearance:textfield}

/* Booking form: bigger and clearer reading size */
.fvrb-f-head h2{font-size:42px;line-height:1.12}
.fvrb-f-head p{font-size:18.5px}
.fvrb-section-title{font-size:21px;letter-spacing:-.01em}
.fvrb-field label{font-size:16.5px;font-weight:750}
.fvrb-field input,.fvrb-field select,.fvrb-field textarea{font-size:17px;min-height:56px;padding:15px 17px}
.fvrb-vehicle-card{min-height:156px;padding:17px;border-radius:20px;position:relative;overflow:hidden}
.fvrb-vehicle-card strong{font-size:18px}
.fvrb-vehicle-card small{font-size:13.5px}
.fvrb-card-meta span{font-size:13px}
.fvrb-card-capacity{font-size:14px!important}
.fvrb-summary-card h3{font-size:27px}.fvrb-summary-card li span{font-size:13.5px}.fvrb-summary-card li strong{font-size:15px}
.fvrb-price-box strong{font-size:26px}.fvrb-submit-btn{font-size:18px;min-height:58px}

/* When a vehicle is selected from listing or form, keep selected card colorful and de-emphasize others */
.fvrb-vehicle-choice.has-selection .fvrb-vehicle-card:not(.is-selected){filter:grayscale(1);opacity:.50;background:#f8fafc;border-color:#e5e7eb;box-shadow:none;transform:none}
.fvrb-vehicle-choice.has-selection .fvrb-vehicle-card:not(.is-selected) img{filter:grayscale(1)}
.fvrb-vehicle-choice.has-selection .fvrb-vehicle-card:not(.is-selected):hover{opacity:.72;filter:grayscale(.65);border-color:#cbd5e1;box-shadow:0 8px 20px rgba(15,23,42,.06)}
.fvrb-vehicle-choice.has-selection .fvrb-vehicle-card.is-selected{filter:none!important;opacity:1;background:linear-gradient(135deg,rgba(var(--fvrb-primary-rgb),.08),#fff);border:2px solid var(--fvrb-primary);box-shadow:0 16px 38px rgba(var(--fvrb-primary-rgb),.20)}
.fvrb-vehicle-choice.has-selection .fvrb-vehicle-card.is-selected:after{content:'Selected';position:absolute;right:11px;top:11px;background:var(--fvrb-primary);color:#fff;border-radius:999px;padding:5px 10px;font-size:11px;font-weight:900;letter-spacing:.01em;z-index:2}
.fvrb-vehicle-choice.has-selection .fvrb-vehicle-card.is-selected img{filter:none!important}

/* Listing: slightly smaller typography, balanced cards, fixed select button */
.fvrb-rent-showcase{max-width:1360px;padding:58px 28px 46px}
.fvrb-rent-badge{font-size:15px;padding:7px 16px}
.fvrb-rent-head{margin-bottom:34px}
.fvrb-rent-head h2{font-size:52px;line-height:1.08;letter-spacing:-.035em;margin:18px 0 12px}
.fvrb-rent-head p{font-size:18px;line-height:1.55}
.fvrb-rent-grid{max-width:1120px;gap:28px}
.fvrb-rent-media{height:220px}
.fvrb-rent-body{padding:18px 8px 4px}
.fvrb-rent-body h3{font-size:28px;margin-bottom:9px}
.fvrb-rent-meta{font-size:14.5px;margin-bottom:16px;gap:10px}
.fvrb-rent-actions{gap:10px;padding-top:14px;margin-bottom:12px}
.fvrb-rent-actions a{min-height:48px;font-size:15px;line-height:1.2;padding:0 10px}
.fvrb-rent-actions a b{width:20px;height:20px;font-size:12px;flex:0 0 auto}
.fvrb-rent-select{min-height:56px;font-size:17px;padding:0 18px;justify-content:space-between;text-align:left;line-height:1.15;white-space:nowrap}
.fvrb-rent-select b{margin-left:12px;padding-right:0;flex:0 0 auto}
.fvrb-rent-note{font-size:16px;margin-top:30px;padding:10px 18px}.fvrb-rent-note span{width:31px;height:31px}

@media(max-width:1180px){
  .fvrb-form-layout{grid-template-columns:1fr}.fvrb-live-summary{position:relative;top:auto}.fvrb-vehicle-choice{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:1024px){
  .fvrb-f-card{max-width:calc(100% - 28px)}.fvrb-f-head h2{font-size:36px}.fvrb-f-head p{font-size:16.5px}.fvrb-rent-head h2{font-size:44px}.fvrb-rent-media{height:205px}.fvrb-rent-grid{grid-template-columns:repeat(2,minmax(0,1fr));max-width:760px}
}
@media(max-width:767px){
  .fvrb-f-card{max-width:100%;border-radius:18px}.fvrb-f-head{padding:24px 18px}.fvrb-hero-grid{gap:18px}.fvrb-hero-steps{grid-template-columns:repeat(3,1fr);gap:7px}.fvrb-hero-steps div{padding:9px 6px;border-radius:14px}.fvrb-hero-steps b{width:26px;height:26px;font-size:12px}.fvrb-hero-steps small{font-size:10px}.fvrb-f-head h2{font-size:30px}.fvrb-f-head p{font-size:15px}.fvrb-booking-form,.fvrb-track-form{padding:18px}.fvrb-form-grid,.fvrb-vehicle-choice{grid-template-columns:1fr}.fvrb-section-title{font-size:19px}.fvrb-field label{font-size:15.5px}.fvrb-field input,.fvrb-field select,.fvrb-field textarea{font-size:16px;min-height:54px}.fvrb-vehicle-card{min-height:140px}.fvrb-summary-card{padding:16px}.fvrb-summary-card li{display:flex}.fvrb-summary-card li strong{max-width:58%}.fvrb-rent-showcase{padding:42px 16px;border-radius:20px}.fvrb-rent-grid{grid-template-columns:1fr;max-width:390px;gap:20px}.fvrb-rent-head h2{font-size:34px}.fvrb-rent-head p{font-size:15.5px}.fvrb-rent-media{height:210px}.fvrb-rent-body h3{font-size:26px}.fvrb-rent-actions a{font-size:14.5px}.fvrb-rent-select{font-size:16.5px}.fvrb-rent-note{font-size:14.5px;border-radius:18px;max-width:100%;align-items:flex-start;text-align:left}
}
@media(max-width:420px){
  .fvrb-booking-form,.fvrb-track-form{padding:14px}.fvrb-field input,.fvrb-field select,.fvrb-field textarea{padding:13px 14px}.fvrb-hero-steps{display:none}.fvrb-rent-media{height:185px}.fvrb-rent-actions{grid-template-columns:1fr}.fvrb-rent-select{min-height:52px}.fvrb-rent-head h2{font-size:30px}.fvrb-rent-card{padding:12px;border-radius:20px}.fvrb-summary-card li{display:block}.fvrb-summary-card li strong{display:block;margin-top:4px;max-width:100%;text-align:left}
}

/* v1.3.3 payment QR and destination/vehicle polish */
.fvrb-payment-qr{margin:14px 0 0;background:#ffffff;border:1px solid rgba(var(--fvrb-primary-rgb),.18);border-radius:16px;padding:14px;text-align:center;box-shadow:0 8px 18px rgba(var(--fvrb-secondary-rgb),.04)}
.fvrb-payment-qr strong{display:block;color:var(--fvrb-secondary);font-size:15px;margin-bottom:10px;font-weight:850}
.fvrb-payment-qr img{display:block;max-width:170px;width:100%;height:auto;margin:0 auto 8px;border-radius:14px;border:1px solid #e5e7eb;background:#fff;padding:8px;box-shadow:0 8px 18px rgba(15,23,42,.08)}
.fvrb-payment-qr small{display:block;color:#64748b;font-size:12px;line-height:1.45}
.fvrb-vehicle-card .fvrb-card-capacity{min-height:18px}
.fvrb-vehicle-card:not(.is-capacity-ok):not(.is-capacity-bad) .fvrb-card-capacity{color:#64748b!important}
@media(max-width:767px){.fvrb-payment-qr img{max-width:150px}.fvrb-payment-qr strong{font-size:14px}}
