/* ============================================================
   Ultimate Travel — campervan-hire content block  [ultimate_campervan_content]
   Scoped under .utqbc. Brand colours come from --p / --p2 (set inline).
   ============================================================ */
.utqbc{--p:#00adbc;--p2:#1b8a9f;--pd:#0b8f9c;--ink:#22323a;--body:#4a5960;--mut:#8a99a0;--soft:#eef6f7;--line:#e3ebed;
  font-family:'Work Sans',system-ui,-apple-system,'Segoe UI',Roboto,Arial,sans-serif;color:var(--ink);line-height:1.6}
.utqbc *{box-sizing:border-box}
.utqbc h2,.utqbc h3,.utqbc h4{font-family:'Raleway','Work Sans',Arial,sans-serif;font-weight:700;line-height:1.15;margin:0}
.utqbc section{padding:40px 0;border-bottom:1px solid var(--line)}
.utqbc section:last-child{border-bottom:0}
.utqbc h2{font-size:26px;font-weight:800;margin-bottom:8px}
.utqbc .utqbc-sub{color:var(--body);font-size:15px;margin:0 0 20px;max-width:760px}
.utqbc .utqbc-intro p{font-size:17px;color:var(--body);max-width:820px;margin:0}
/* grids */
.utqbc .utqbc-g3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
/* vehicle types — real images */
.utqbc .utqbc-vt{border:1px solid var(--line);border-radius:14px;overflow:hidden;background:#fff}
.utqbc .utqbc-vt .ph{height:160px;background:#dfe8ea center/cover no-repeat}
.utqbc .utqbc-vt .tb{padding:16px 18px}
.utqbc .utqbc-vt h3{font-size:18px;margin-bottom:6px}
.utqbc .utqbc-vt p{font-size:14px;color:var(--body);margin:0}
.utqbc .utqbc-vt .who{display:block;margin-top:10px;font-size:12.5px;color:var(--pd);font-weight:700}
/* brands */
.utqbc .utqbc-brands{display:flex;flex-wrap:wrap;gap:12px}
.utqbc .utqbc-brands span{border:1px solid var(--line);border-radius:10px;padding:12px 20px;font-family:'Raleway';font-weight:800;font-size:16px;background:#fbfdfd}
.utqbc .utqbc-brands span.haslogo{padding:10px 16px;display:inline-flex;align-items:center;min-height:56px}
.utqbc .utqbc-brands span.haslogo img{max-height:34px;max-width:130px;width:auto;height:auto;display:block}
/* locations */
.utqbc .utqbc-lh{font-size:13px;text-transform:uppercase;letter-spacing:.08em;color:var(--mut);margin:16px 0 8px}
.utqbc .utqbc-pins{display:flex;flex-wrap:wrap;gap:8px}
.utqbc .utqbc-pins span{background:var(--soft);border-radius:8px;padding:8px 13px;font-size:13.5px;font-weight:600}
.utqbc .utqbc-pins span:before{content:'\1F4CD  '}
/* trips */
.utqbc .utqbc-trip{border:1px solid var(--line);border-radius:14px;overflow:hidden;display:block;text-decoration:none;color:inherit;transition:box-shadow .12s,transform .12s}
.utqbc a.utqbc-trip:hover{box-shadow:0 12px 26px rgba(20,40,48,.12);transform:translateY(-2px);border-color:var(--p)}
.utqbc .utqbc-trip .ph{height:120px;background:linear-gradient(135deg,var(--p),var(--p2))}
.utqbc .utqbc-trip .tb{padding:14px 16px}
.utqbc .utqbc-trip h3{font-size:16px;margin-bottom:4px;color:var(--ink)}
.utqbc .utqbc-trip p{font-size:13px;color:var(--body);margin:0}
.utqbc .utqbc-trip .utqbc-readmore{display:inline-block;margin-top:9px;font-size:13px;font-weight:700;color:var(--pd)}
/* steps */
.utqbc .utqbc-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;counter-reset:s}
.utqbc .utqbc-step{padding:18px;border:1px solid var(--line);border-radius:14px}
.utqbc .utqbc-step h3{font-size:16px;margin-bottom:4px}
.utqbc .utqbc-step h3:before{counter-increment:s;content:counter(s);display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:50%;background:var(--p);color:#fff;font-family:'Raleway';font-weight:800;margin-right:10px;font-size:14px}
.utqbc .utqbc-step p{font-size:13.5px;color:var(--body);margin:0}
/* table */
.utqbc .utqbc-table{width:100%;border-collapse:collapse;font-size:14px}
.utqbc .utqbc-table th,.utqbc .utqbc-table td{text-align:left;padding:12px 14px;border-bottom:1px solid var(--line)}
.utqbc .utqbc-table th{background:var(--soft);font-family:'Raleway';font-weight:700}
.utqbc .utqbc-table td:first-child{font-weight:700}
/* faq */
.utqbc .utqbc-faq details{border:1px solid var(--line);border-radius:12px;padding:0 18px;margin-bottom:10px}
.utqbc .utqbc-faq summary{list-style:none;cursor:pointer;font-weight:700;font-size:15.5px;padding:15px 0;display:flex;justify-content:space-between;align-items:center}
.utqbc .utqbc-faq summary::-webkit-details-marker{display:none}
.utqbc .utqbc-faq summary:after{content:'+';color:var(--p);font-weight:800;font-size:20px;margin-left:14px}
.utqbc .utqbc-faq details[open] summary:after{content:'\2212'}
.utqbc .utqbc-faq p{padding:0 0 15px;margin:0;color:var(--body);font-size:14.5px;line-height:1.6}
@media(max-width:760px){
  .utqbc .utqbc-g3,.utqbc .utqbc-steps{grid-template-columns:1fr}
  .utqbc h2{font-size:22px}
  .utqbc section{padding:30px 0}
}
