/*
Theme Name: CABI
Theme URI: https://cabi.ie
Author: CABI Taxi App Limited
Author URI: https://cabi.ie
Description: Custom theme for CABI - Ireland's newest taxi app. An Irish-owned taxi platform created by a taxi driver, for drivers and passengers. All text, contact details and brand content are editable from Appearance > Customize.
Version: 1.2
Requires at least: 6.1
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cabi
*/

:root{
  --plum:#46206F;
  --plum-deep:#2A1148;
  --plum-bright:#7A3FB8;
  --plum-soft:#5E2E92;
  --lav:#F3EEFA;
  --lav-2:#ECE3F8;
  --circle:#E8DCF6;
  --ink:#262130;
  --muted:#6C6579;
  --line:#EAE3F3;
  --white:#fff;
  --f-disp:'Bricolage Grotesque',system-ui,sans-serif;
  --f-body:'Manrope',system-ui,sans-serif;
  --f-logo:'DM Serif Display',Georgia,serif;
  --shadow:0 18px 50px -22px rgba(70,32,111,.45);
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:var(--f-body);color:var(--ink);background:#fff;line-height:1.6;-webkit-font-smoothing:antialiased}
img{max-width:100%;display:block}
a{color:inherit}
::-webkit-scrollbar{width:9px;height:9px}
::-webkit-scrollbar-thumb{background:var(--lav-2);border-radius:9px}

@keyframes fadeUp{from{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}
.fu{animation:fadeUp .5s ease both}
.fu2{animation:fadeUp .5s .1s ease both}
.fu3{animation:fadeUp .5s .2s ease both}
.fu4{animation:fadeUp .5s .3s ease both}

.wrap{max-width:1120px;margin:0 auto;padding:0 26px}

/* ---------- LOGO ---------- */
.logo-tile{display:inline-flex;align-items:center;justify-content:center;background:var(--plum);border-radius:16px;color:#fff;font-family:var(--f-logo);line-height:.9;letter-spacing:.01em}
.logo-tile .c{font-size:1.32em;margin-right:.01em}
.logo-tile.sm{width:54px;height:54px;font-size:19px;border-radius:13px}
.logo-tile.md{width:78px;height:78px;font-size:27px}
.logo-tile.driver{flex-direction:column;line-height:1}
.logo-tile.driver .sub{font-family:var(--f-body);font-weight:700;font-size:.32em;letter-spacing:.34em;margin-top:.15em;padding-left:.34em}

/* ---------- NAV ---------- */
header{position:sticky;top:0;z-index:60;background:rgba(255,255,255,.92);backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}
.nav{display:flex;align-items:center;gap:22px;height:78px}
.brand{display:flex;align-items:center;gap:11px;cursor:pointer;flex-shrink:0}
.brand .logo-tile{width:46px;height:46px;font-size:16px;border-radius:11px}
.brand .wm{font-family:var(--f-logo);font-size:22px;color:var(--plum);letter-spacing:.01em}
.navlinks{display:flex;gap:6px;margin-left:auto}
.navlinks button{background:none;border:none;font-family:var(--f-body);font-weight:600;font-size:15px;color:var(--muted);padding:9px 15px;border-radius:9px;cursor:pointer;position:relative;transition:color .18s,background .18s}
.navlinks button:hover{color:var(--plum);background:var(--lav)}
.navlinks button.on{color:var(--plum)}
.navlinks button.on::after{content:"";position:absolute;left:15px;right:15px;bottom:2px;height:2.5px;border-radius:2px;background:var(--plum)}
.btn{font-family:var(--f-body);font-weight:700;cursor:pointer;border:none;transition:transform .15s,box-shadow .15s,background .15s,color .15s;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:8px}
.btn-fill{background:var(--plum);color:#fff;border-radius:11px;padding:13px 26px;font-size:15px}
.btn-fill:hover{background:var(--plum-bright);transform:translateY(-2px);box-shadow:var(--shadow)}
.btn-pill{background:var(--plum);color:#fff;border-radius:100px;padding:11px 24px;font-size:14.5px}
.btn-pill:hover{background:var(--plum-bright);transform:translateY(-2px)}
.btn-ghost{background:transparent;color:#fff;border:1.8px solid rgba(255,255,255,.6);border-radius:11px;padding:11px 24px;font-size:15px}
.btn-ghost:hover{background:#fff;color:var(--plum);border-color:#fff}
.btn-out{background:transparent;color:var(--plum);border:1.8px solid var(--plum);border-radius:11px;padding:11px 24px;font-size:15px}
.btn-out:hover{background:var(--plum);color:#fff}
.hamb{display:none;margin-left:auto;background:none;border:none;cursor:pointer;padding:8px}
.hamb span{display:block;width:24px;height:2.4px;background:var(--plum);border-radius:2px;margin:5px 0;transition:.2s}

/* ---------- PAGE SECTIONS ---------- */
/* (Removed SPA tab rules: WordPress adds a `page` body class to all Pages,
   which the old `.page{display:none}` rule hid. Inner pages now render.) */

/* ---------- HERO ---------- */
.hero{position:relative;min-height:560px;display:flex;align-items:center;overflow:hidden;background:#241038}
.hero-img{position:absolute;inset:0;background-size:cover;background-position:center 32%}
.hero-img::after{content:"";position:absolute;inset:0;background:linear-gradient(100deg,rgba(28,12,48,.86) 0%,rgba(38,17,64,.62) 38%,rgba(38,17,64,.12) 70%,rgba(38,17,64,0) 100%)}
.hero-inner{position:relative;z-index:2;padding:64px 0 120px;max-width:600px}
.hero h1{font-family:var(--f-disp);color:#fff;font-weight:800;font-size:clamp(38px,6vw,62px);line-height:1.02;letter-spacing:-.015em;margin-bottom:20px}
.hero h1 .lead{font-family:var(--f-logo);font-weight:400;font-size:1.06em;display:inline}
.hero .tagline{color:rgba(255,255,255,.92);font-size:clamp(18px,2.4vw,23px);font-weight:600;margin-bottom:34px}
.hero .cta{display:flex;gap:14px;flex-wrap:wrap}
.hero-curve{position:absolute;left:0;right:0;bottom:-1px;z-index:2;width:100%;display:block}

/* ---------- INTRO ---------- */
.intro{padding:62px 0 10px;text-align:center}
.intro .kicker{color:var(--plum-bright);font-weight:700;font-size:13px;letter-spacing:.16em;text-transform:uppercase;margin-bottom:14px}
.intro p{max-width:760px;margin:0 auto 18px;font-size:18px;color:var(--muted)}
.intro p strong{color:var(--ink);font-weight:700}

/* ---------- 3 COLUMNS ---------- */
.cols{padding:54px 0 30px}
.col-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.col{text-align:center;padding:8px 12px}
.col .ic{width:74px;height:74px;border-radius:50%;background:var(--circle);display:flex;align-items:center;justify-content:center;margin:0 auto 20px;color:var(--plum)}
.col .ic svg{width:34px;height:34px}
.col h3{font-family:var(--f-disp);color:var(--plum);font-weight:700;font-size:21px;margin-bottom:12px}
.col p{color:var(--muted);font-size:15.5px;max-width:300px;margin:0 auto}
.col .underline{width:42px;height:3px;background:var(--plum);border-radius:3px;margin:18px auto 0;opacity:.55}

/* ---------- FEATURE STRIP ---------- */
.feat-wrap{padding:42px 0 64px}
.feat{background:var(--lav);border-radius:26px;padding:40px 34px;display:grid;grid-template-columns:repeat(4,1fr);gap:30px}
.feat-item{display:flex;flex-direction:column;gap:6px}
.feat-item .ic{width:50px;height:50px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;color:var(--plum);margin-bottom:8px;box-shadow:0 6px 16px -8px rgba(70,32,111,.4)}
.feat-item .ic svg{width:24px;height:24px}
.feat-item h4{font-family:var(--f-disp);font-weight:700;font-size:16px;color:var(--plum);margin-bottom:2px}
.feat-item p{font-size:13.5px;color:var(--muted)}

/* ---------- DOWNLOAD BANNER ---------- */
.dl-wrap{padding:0 0 70px}
.dl{background:linear-gradient(120deg,var(--plum-deep),var(--plum) 70%,var(--plum-soft));border-radius:26px;padding:40px 44px;display:flex;align-items:center;justify-content:space-between;gap:30px;flex-wrap:wrap;box-shadow:var(--shadow)}
.dl-left{display:flex;align-items:center;gap:22px}
.dl-left .txt h3{font-family:var(--f-disp);color:#fff;font-weight:700;font-size:27px;line-height:1.1}
.dl-left .txt p{color:rgba(255,255,255,.72);font-weight:500;margin-top:4px}
.badges{display:flex;gap:12px;flex-wrap:wrap}
.badge{display:inline-flex;align-items:center;gap:10px;background:#000;color:#fff;border-radius:12px;padding:9px 17px;text-decoration:none;border:1px solid rgba(255,255,255,.18);transition:transform .15s}
.badge:hover{transform:translateY(-2px)}
.badge svg{width:24px;height:24px;flex-shrink:0}
.badge .b-sm{font-size:9.5px;opacity:.85;line-height:1;letter-spacing:.02em}
.badge .b-lg{font-size:17px;font-weight:600;line-height:1.15;font-family:var(--f-body)}

/* ---------- GENERIC PAGE HEADER ---------- */
.phead{background:var(--lav);padding:58px 0;border-bottom:1px solid var(--line)}
.phead .kicker{color:var(--plum-bright);font-weight:700;font-size:13px;letter-spacing:.16em;text-transform:uppercase;margin-bottom:12px}
.phead h1{font-family:var(--f-disp);color:var(--plum);font-weight:800;font-size:clamp(30px,4.6vw,46px);letter-spacing:-.01em;line-height:1.05}
.phead p{color:var(--muted);font-size:18px;margin-top:14px;max-width:640px}

/* ---------- SPLIT (image + text) ---------- */
.split{padding:64px 0}
.split-grid{display:grid;grid-template-columns:1fr 1fr;gap:54px;align-items:center}
.split-grid.rev .media{order:2}
.media img{border-radius:22px;box-shadow:var(--shadow);width:100%;object-fit:cover}
.split-txt h2{font-family:var(--f-disp);color:var(--plum);font-weight:700;font-size:clamp(24px,3vw,32px);margin-bottom:18px;line-height:1.15}
.split-txt p{color:var(--muted);font-size:16.5px;margin-bottom:14px}
.split-txt p strong{color:var(--ink)}
.split-txt .vision{font-family:var(--f-disp);color:var(--plum);font-weight:700;font-size:20px;margin:6px 0 14px}

/* ---------- TICK LIST ---------- */
.ticks{list-style:none;display:grid;gap:13px;margin-top:6px}
.ticks li{display:flex;align-items:flex-start;gap:13px;font-size:16px;color:var(--ink);font-weight:500}
.ticks li .tk{flex-shrink:0;width:25px;height:25px;border-radius:50%;background:var(--circle);color:var(--plum);display:flex;align-items:center;justify-content:center;margin-top:1px}
.ticks li .tk svg{width:13px;height:13px}

/* ---------- FAQ ---------- */
.faq-sec{padding:18px 0 70px}
.faq-sec h2{font-family:var(--f-disp);color:var(--plum);font-weight:700;font-size:28px;margin-bottom:24px;text-align:center}
.faq{max-width:780px;margin:0 auto;display:grid;gap:12px}
.faq details{border:1px solid var(--line);border-radius:14px;background:#fff;overflow:hidden;transition:border-color .2s,box-shadow .2s}
.faq details[open]{border-color:var(--plum);box-shadow:0 14px 36px -22px rgba(70,32,111,.5)}
.faq summary{list-style:none;cursor:pointer;padding:18px 22px;font-family:var(--f-disp);font-weight:600;font-size:16.5px;color:var(--ink);display:flex;justify-content:space-between;align-items:center;gap:16px}
.faq summary::-webkit-details-marker{display:none}
.faq summary .plus{flex-shrink:0;width:26px;height:26px;border-radius:50%;background:var(--lav);color:var(--plum);display:flex;align-items:center;justify-content:center;font-size:20px;line-height:1;transition:transform .25s,background .2s}
.faq details[open] summary .plus{transform:rotate(45deg);background:var(--plum);color:#fff}
.faq .ans{padding:0 22px 20px;color:var(--muted);font-size:15.5px}
.faq .ans strong{color:var(--ink)}
.faq .ans ul{margin:8px 0 0 18px}
.faq .ans li{margin-bottom:5px}

/* ---------- MID CTA ---------- */
.midcta{background:var(--lav);border-radius:26px;padding:46px 40px;text-align:center;margin:10px 0 4px}
.midcta h3{font-family:var(--f-disp);color:var(--plum);font-weight:700;font-size:26px;margin-bottom:10px}
.midcta p{color:var(--muted);max-width:560px;margin:0 auto 22px;font-size:16px}

/* ---------- CONTACT ---------- */
.contact{padding:60px 0 80px}
.contact-grid{display:grid;grid-template-columns:1.3fr 1fr;gap:46px}
.field{margin-bottom:18px}
.field label{display:block;font-weight:600;font-size:14px;color:var(--ink);margin-bottom:7px}
.field input,.field textarea{width:100%;border:1.6px solid var(--line);border-radius:12px;padding:13px 15px;font-family:var(--f-body);font-size:15px;color:var(--ink);background:#fff;transition:border-color .18s,box-shadow .18s}
.field input:focus,.field textarea:focus{outline:none;border-color:var(--plum);box-shadow:0 0 0 4px rgba(122,63,184,.12)}
.field textarea{min-height:130px;resize:vertical}
.form-note{font-size:13px;color:var(--muted);margin-top:6px}
.cinfo{background:var(--lav);border-radius:20px;padding:30px}
.cinfo h3{font-family:var(--f-disp);color:var(--plum);font-weight:700;font-size:20px;margin-bottom:18px}
.cinfo .row{display:flex;gap:14px;align-items:flex-start;padding:14px 0;border-bottom:1px solid var(--line)}
.cinfo .row:last-child{border-bottom:none}
.cinfo .row .ic{flex-shrink:0;width:40px;height:40px;border-radius:11px;background:#fff;color:var(--plum);display:flex;align-items:center;justify-content:center;box-shadow:0 6px 14px -8px rgba(70,32,111,.4)}
.cinfo .row .ic svg{width:19px;height:19px}
.cinfo .row .lab{font-size:12px;color:var(--muted);font-weight:600;letter-spacing:.04em;text-transform:uppercase}
.cinfo .row .val{font-size:15.5px;color:var(--ink);font-weight:600;word-break:break-word}
.cinfo .row a{text-decoration:none}
.cinfo .row a:hover{color:var(--plum-bright)}
#formOK{display:none;background:#EAF8EF;border:1px solid #BFE6CC;color:#1B7A43;border-radius:12px;padding:14px 16px;font-weight:600;font-size:14.5px;margin-bottom:18px}

/* ---------- LEGAL ---------- */
.legal{padding:50px 0 80px}
.legal .doc{max-width:820px;margin:0 auto}
.legal .meta{color:var(--muted);font-size:14px;margin-bottom:30px;padding-bottom:20px;border-bottom:1px solid var(--line)}
.legal h3{font-family:var(--f-disp);color:var(--plum);font-weight:700;font-size:19px;margin:30px 0 10px}
.legal p{color:var(--ink);font-size:15px;margin-bottom:11px;opacity:.92}
.legal ul{margin:4px 0 14px 22px}
.legal li{font-size:15px;color:var(--ink);opacity:.92;margin-bottom:6px}

/* ---------- COMING SOON ---------- */
.soon-hero{position:relative;background:linear-gradient(120deg,var(--plum-deep),var(--plum) 68%,var(--plum-soft));padding:72px 0 116px;overflow:hidden;text-align:center}
.soon-hero .logo-tile{background:rgba(255,255,255,.12);margin:0 auto 22px}
.soon-hero .kicker{color:#E8DCF6;font-weight:700;font-size:13px;letter-spacing:.18em;text-transform:uppercase;margin-bottom:14px}
.soon-hero h1{font-family:var(--f-disp);color:#fff;font-weight:800;font-size:clamp(32px,5.4vw,54px);letter-spacing:-.015em;line-height:1.04;margin-bottom:16px}
.soon-hero p{color:rgba(255,255,255,.82);font-size:18px;max-width:560px;margin:0 auto}
.soon-body{padding:54px 0 84px}
.soon-grid{display:grid;grid-template-columns:1fr 1fr;gap:26px;max-width:920px;margin:0 auto}
.soon-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:34px 30px;box-shadow:var(--shadow)}
.soon-card .ic{width:60px;height:60px;border-radius:50%;background:var(--circle);color:var(--plum);display:flex;align-items:center;justify-content:center;margin-bottom:18px}
.soon-card .ic svg{width:28px;height:28px}
.soon-card h3{font-family:var(--f-disp);color:var(--plum);font-weight:700;font-size:22px;margin-bottom:10px}
.soon-card>p{color:var(--muted);font-size:15.5px;margin-bottom:20px}
.okmsg{display:none;background:#EAF8EF;border:1px solid #BFE6CC;color:#1B7A43;border-radius:12px;padding:13px 15px;font-weight:600;font-size:14px;margin-bottom:16px}

/* ---------- FOOTER ---------- */
footer{background:var(--plum-deep);color:rgba(255,255,255,.72);padding:54px 0 26px}
.foot-grid{display:grid;grid-template-columns:1.4fr 1fr 1.2fr;gap:40px;padding-bottom:34px;border-bottom:1px solid rgba(255,255,255,.12)}
.foot-brand .logo-tile{background:rgba(255,255,255,.1)}
.foot-brand p{margin-top:16px;font-size:14.5px;max-width:280px;line-height:1.7}
footer h5{color:#fff;font-family:var(--f-disp);font-weight:600;font-size:15px;margin-bottom:16px;letter-spacing:.02em}
.foot-links{list-style:none;display:grid;gap:11px}
.foot-links button{background:none;border:none;color:rgba(255,255,255,.72);font-family:var(--f-body);font-size:14.5px;cursor:pointer;padding:0;text-align:left;transition:color .15s}
.foot-links button:hover{color:#fff}
.foot-contact div{font-size:14.5px;margin-bottom:11px;line-height:1.6}
.foot-contact a{text-decoration:none;color:rgba(255,255,255,.82)}
.foot-contact a:hover{color:#fff}
.foot-contact .lab{color:rgba(255,255,255,.5);font-size:11.5px;text-transform:uppercase;letter-spacing:.08em;display:block;margin-bottom:2px}
.copyright{padding-top:24px;display:flex;justify-content:space-between;gap:14px;flex-wrap:wrap;font-size:12.5px;color:rgba(255,255,255,.5)}

@media(max-width:880px){
  .navlinks,.nav .btn-pill{display:none}
  .hamb{display:block}
  .mobile-open .navlinks{display:flex;position:absolute;top:78px;left:0;right:0;flex-direction:column;background:#fff;border-bottom:1px solid var(--line);padding:14px 26px;gap:4px;box-shadow:var(--shadow)}
  .mobile-open .navlinks button{width:100%;text-align:left}
  .col-grid{grid-template-columns:1fr;gap:34px}
  .feat{grid-template-columns:1fr 1fr;gap:26px}
  .split-grid{grid-template-columns:1fr;gap:30px}
  .split-grid.rev .media{order:0}
  .contact-grid{grid-template-columns:1fr;gap:30px}
  .foot-grid{grid-template-columns:1fr;gap:30px}
  .dl{padding:32px 28px}
}
@media(max-width:520px){
  .feat{grid-template-columns:1fr}
  .hero-inner{padding:48px 0 110px}
}


/* ===== WordPress editor content (Pages) styled to match brand ===== */
.entry-content{max-width:820px}
.entry-content h2{font-family:var(--f-disp);color:var(--plum);font-weight:700;font-size:clamp(22px,3vw,30px);margin:30px 0 14px;line-height:1.2}
.entry-content h3{font-family:var(--f-disp);color:var(--plum);font-weight:700;font-size:19px;margin:26px 0 10px}
.entry-content p{color:var(--ink);font-size:16px;margin-bottom:14px;opacity:.94}
.entry-content ul{margin:6px 0 16px 22px}
.entry-content li{font-size:16px;color:var(--ink);opacity:.94;margin-bottom:7px}
.entry-content a{color:var(--plum);font-weight:600}
.entry-content strong{color:var(--ink)}
.entry-content img{border-radius:18px;box-shadow:var(--shadow);margin:18px 0}

/* Core "Details" block used for FAQs -> styled as accordion */
.entry-content details{border:1px solid var(--line);border-radius:14px;background:#fff;overflow:hidden;margin-bottom:12px;padding:0;transition:border-color .2s,box-shadow .2s}
.entry-content details[open]{border-color:var(--plum);box-shadow:0 14px 36px -22px rgba(70,32,111,.5)}
.entry-content details>summary{list-style:none;cursor:pointer;padding:18px 22px;font-family:var(--f-disp);font-weight:600;font-size:16.5px;color:var(--ink)}
.entry-content details>summary::-webkit-details-marker{display:none}
.entry-content details>summary::marker{content:""}
.entry-content details>*:not(summary){padding:0 22px}
.entry-content details>*:last-child{padding-bottom:18px}

/* Tick / benefit lists inside Passenger & Driver pages */
.cabi-listpage .entry-content ul{list-style:none;margin-left:0;display:grid;gap:13px}
.cabi-listpage .entry-content ul li{display:flex;align-items:flex-start;gap:13px;font-weight:500;padding-left:0}
.cabi-listpage .entry-content ul li::before{content:"";flex-shrink:0;width:25px;height:25px;border-radius:50%;margin-top:1px;background:var(--circle) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2346206F' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12l5 5L20 6'/%3E%3C/svg%3E") center/14px no-repeat}

/* admin bar offset */
body.admin-bar header{top:32px}
@media(max-width:782px){body.admin-bar header{top:46px}}
@media(max-width:880px){body.admin-bar .mobile-open .navlinks{top:124px}}

/* WP alignment + utility */
.aligncenter{margin-left:auto;margin-right:auto;display:block}
.screen-reader-text{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(1px,1px,1px,1px)}

/* ===== WordPress nav menu (header) ===== */
.navlinks ul{display:flex;gap:6px;list-style:none;margin:0;padding:0}
.navlinks li{margin:0}
.navlinks a{display:block;text-decoration:none;font-weight:600;font-size:15px;color:var(--muted);padding:9px 15px;border-radius:9px;transition:color .18s,background .18s;position:relative}
.navlinks a:hover{color:var(--plum);background:var(--lav)}
.navlinks .current-menu-item>a,.navlinks .current_page_item>a{color:var(--plum)}
.navlinks .current-menu-item>a::after,.navlinks .current_page_item>a::after{content:"";position:absolute;left:15px;right:15px;bottom:2px;height:2.5px;border-radius:2px;background:var(--plum)}
@media(max-width:880px){
  .mobile-open .navlinks ul{flex-direction:column;gap:2px}
  .mobile-open .navlinks a{width:100%}
}

/* ===== Refine tick lists: only top-level lists on list pages ===== */
.cabi-listpage .entry-content > ul{list-style:none;margin-left:0;display:grid;gap:13px}
.cabi-listpage .entry-content > ul > li{display:flex;align-items:flex-start;gap:13px;font-weight:500;padding-left:0}
.cabi-listpage .entry-content > ul > li::before{content:"";flex-shrink:0;width:25px;height:25px;border-radius:50%;margin-top:1px;background:var(--circle) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2346206F' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12l5 5L20 6'/%3E%3C/svg%3E") center/14px no-repeat}
.cabi-listpage .entry-content details ul{list-style:disc;margin:8px 0 0 20px;display:block;gap:0}
.cabi-listpage .entry-content details ul li{display:list-item;padding-left:0}
.cabi-listpage .entry-content details ul li::before{display:none}
.entry-content .wp-block-list{margin:6px 0 16px 22px}

/* ===== List-page heading centred like preview FAQ ===== */
.cabi-listpage .entry-content h2{text-align:left}

/* ===== Footer links as anchors ===== */
.foot-links a{display:inline-block;color:rgba(255,255,255,.72);text-decoration:none;font-size:14.5px;transition:color .15s}
.foot-links a:hover{color:#fff}
.foot-legal a{color:rgba(255,255,255,.82);text-decoration:underline;font-size:14px}
.foot-legal a:hover{color:#fff}
.brand{text-decoration:none}

/* ===== Full-width rounded banner image on list/about pages ===== */
.page-banner{border-radius:22px;overflow:hidden;box-shadow:var(--shadow);margin:0 auto 8px;max-width:980px}
.page-banner img{width:100%;height:360px;object-fit:cover;display:block}
.cabi-listpage .entry-content{margin-left:auto;margin-right:auto}
@media(max-width:600px){.page-banner img{height:240px}}
