/* bcp-emergency.css -- Understrap Child v3.66.0 */

.bcp-emg-page { max-width: 100%; overflow-x: hidden; }

:root {
  --red:#b91c1c;--red-dk:#991b1b;--orange:#c2410c;
  --navy:#1e3a5f;--navy-dk:#162d48;--teal:#0f766e;
  --purple:#361E54;--sky:#05B4EB;--white:#fff;
  --off:#f8f8f8;--ink:#1a1228;--muted:#6b6580;--border:#e2ddf0;
}








/* Switch */




/* ---- EMERGENCIES ---- */

/* Hero tile: 999 + 112 side by side */
.emg-hero-tile{
  background:#A31919;
  padding:18px 14px 0;
}
.emg-hero-tile__title{
  font-size:26px;font-weight:900;color:#fff;
  margin-bottom:8px;letter-spacing:-.01em;
}
.emg-hero-tile__row{
  display:flex;
  gap:8px;
  margin-bottom:0;
}
.emg-hero-tile__card{
  background:rgba(0,0,0,.18);
  border-radius:10px;
  padding:14px;
  display:flex;
  flex-direction:column;
  gap:10px;
  flex:1;
}
.emg-hero-tile__card--112{background:rgba(0,0,0,.18)}
.emg-hero-tile__purpose{font-size:10px;color:rgba(255,255,255,.8);line-height:1.5}
.emg-hero-tile__call-btn{
  display:flex;align-items:center;justify-content:center;gap:8px;
  background:#fff;border-radius:8px;padding:11px 10px;
  font-size:16px;font-weight:900;border:none;cursor:pointer;
  font-family:inherit;transition:opacity .12s;width:100%;
}
.emg-hero-tile__call-btn:hover{opacity:.88}
.emg-hero-tile__call-btn--999{color:var(--red)}
.emg-hero-tile__call-btn--112{color:var(--orange)}
.emg-hero-tile__call-btn svg{width:18px;height:18px;flex-shrink:0}
.emg-hero-tile__free{font-size:9px;color:rgba(255,255,255,.65);font-weight:700;letter-spacing:.05em}
.emg-hero-tile__list{
  display:flex;flex-direction:column;gap:3px;margin-top:2px;align-items:center;
}
.emg-hero-tile__svc{
  font-size:10px;color:rgba(255,255,255,.92);
  font-weight:700;
  text-align:center;
  justify-content:center;
}
.emg-hero-tile__svc::before{content:"";display:none}
.emg-hero-tile__note{font-size:10px;color:rgba(255,255,255,.55);font-style:italic;line-height:1.5}

/* 2-col grid */
.emg-
.emg-grid { display: grid !important; grid-template-columns: 1fr 1fr !important; gap: 8px; }
.emg-card{
  background:#fff;border-radius:9px;border:1.5px solid;
  padding:11px 11px 10px;display:flex;flex-direction:column;gap:6px;text-align:center;
}
.emg-card__purpose{font-size:10px;color:#555;line-height:1.5;flex:1}
.emg-card__label{font-size:11px;font-weight:800}
.emg-card__btn{
  display:flex;align-items:center;justify-content:center;gap:7px;
  color:#fff;border-radius:6px;padding:9px 8px;
  font-size:13px;font-weight:800;border:none;cursor:pointer;
  font-family:inherit;transition:opacity .12s;width:100%;
}
.emg-card__btn:hover{opacity:.85}
.emg-card__btn svg{width:15px;height:15px;flex-shrink:0}
.emg-card__free{font-size:9px;font-weight:700;letter-spacing:.04em}
.emg-card__sub{font-size:9px;color:#555;line-height:1.4}

/* Silent CTA -- moved below tiles */
.silent-ct
.silent-cta__items{display:flex;flex-direction:column;gap:5px}
.silent-cta__item{
  display:flex;align-items:flex-start;gap:8px;
  background:rgba(0,0,0,.15);border:1px solid rgba(255,255,255,.15);
  border-radius:7px;padding:9px 12px;
}
.silent-cta__dot{
  width:26px;height:26px;background:rgba(255,255,255,.2);border-radius:50%;
  display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px;
  font-size:9px;font-weight:900;color:#fff;letter-spacing:-.01em;
  border:2px solid rgba(255,255,255,.5);
  flex-shrink:0;
}
.silent-cta__text{font-size:11px;color:rgba(255,255,255,.85);line-height:1.5}
.silent-cta__text strong{color:#fff}
.silent-cta__link{color:var(--sky);font-weight:700;text-decoration:underline}

/* ---- NON-URGENT ---- */
.nu-hero{background:var(--navy);padding:18px 14px 16px}
.nu-hero__title{font-size:22px;font-weight:900;color:#fff;margin-bottom:4px;letter-spacing:-.01em}
.nu-hero__sub{font-size:11px;color:rgba(255,255,255,.7);line-height:1.5;display:flex;align-items:center;gap:6px;margin-top:6px}
.nu-hero__emg-btn{background:var(--red);color:#fff;border:none;border-radius:6px;padding:5px 10px;font-size:11px;font-weight:800;cursor:pointer;font-family:inherit;display:inline-flex;align-items:center;gap:4px;}
.nu-hero__emg-btn:hover{background:var(--red-dk)}

.nu-

.nu-big{border-radius:10px;margin-bottom:10px;overflow:hidden;border:2px solid rgba(0,0,0,.08)}
.nu-big__top{padding:14px 16px 12px;text-align:center}
.nu-big--101 .nu-big__top{background:var(--navy)}
.nu-big--111 .nu-big__top{background:var(--teal)}
.nu-big--111 .nu-big__purpose{color:#ffffff;}
.nu-big__purpose{font-size:12px;color:rgba(255,255,255,.88);line-height:1.5;margin-bottom:14px}
.nu-big__btn{
  display:inline-flex;align-items:center;justify-content:center;gap:9px;
  background:#fff;border-radius:9px;padding:12px 28px;
  font-size:17px;font-weight:900;border:none;cursor:pointer;
  font-family:inherit;transition:opacity .12s;
}
.nu-big__btn:hover{opacity:.88}
.nu-big__btn svg{width:20px;height:20px;flex-shrink:0}
.nu-big--101 .nu-big__btn{color:var(--navy)}
.nu-big--111 .nu-big__btn{color:var(--teal)}
.nu-big__free{
  display:inline-block;background:rgba(255,255,255,.18);border-radius:20px;
  padding:3px 10px;font-size:9px;font-weight:800;color:rgba(255,255,255,.9);
  letter-spacing:.08em;margin-top:8px;
}
.nu-big__bottom{background:var(--navy);padding:9px 14px}
.nu-big__note{font-size:10px;color:rgba(255,255,255,.7);line-height:1.5}

.nu-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:4px}

/* OOH */
.nu-ooh{margin-top:20px;border:1.5px solid #c7d2fe;border-radius:10px;background:#fff;overflow:hidden}
.nu-ooh__head{background:var(--navy);padding:12px 14px}
.nu-ooh__title{font-size:13px;font-weight:800;color:#fff;margin-bottom:2px}
.nu-ooh__sub{font-size:10px;color:rgba(255,255,255,.55)}
.nu-ooh-row{
  display:flex;align-items:center;gap:10px;padding:11px 14px;
  border-top:1px solid var(--border);
  cursor:pointer;transition:background .12s;width:100%;text-align:left;
}
.nu-ooh-row:hover{background:#f5f4fa}
.nu-ooh-row__p{font-size:11px;color:#333;line-height:1.4;flex:1}
.nu-ooh-row__btn{
  display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;
  background:var(--navy);color:#fff;border-radius:7px;padding:7px 12px;
  font-size:9px;font-weight:700;flex-shrink:0;min-width:90px;
}
.nu-ooh-row__btn svg{width:12px;height:12px;margin-bottom:1px}
.nu-ooh-row__num{font-size:11px;font-weight:900;letter-spacing:-.01em}
.nu-ooh-row__free{
  font-size:8px;font-weight:800;letter-spacing:.05em;
  background:rgba(5,180,235,.25);color:var(--sky);
  padding:1px 5px;border-radius:3px;flex-shrink:0;
}

/* Confirm overlay */
.dov{display:none;position:fixed;inset:0;background:rgba(0,0,0,.55);z-index:9999;align-items:center;justify-content:center;padding:20px}

.dov.on{display:flex}
.dbox{background:#0a0418;border:1px solid rgba(255,255,255,.15);border-radius:14px;padding:24px 24px 24px;width:100%;max-width:340px;animation:su .22s ease;text-align:center}
@keyframes su{from{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}
.dbox__n{font-size:42px;font-weight:900;color:#fff;line-height:1;margin-bottom:20px;letter-spacing:.02em}
.dbox__btns{display:flex;gap:10px}
.dbox__call{
  flex:2;padding:14px;background:var(--red);color:#fff;border-radius:10px;
  font-size:14px;font-weight:800;display:flex;align-items:center;justify-content:center;
  gap:8px;text-decoration:none;transition:background .12s;
}
.dbox__call:hover{background:var(--red-dk);color:#fff}
.dbox__call svg{width:18px;height:18px}
.dbox__cancel{flex:1;padding:14px;background:rgba(255,255,255,.1);color:rgba(255,255,255,.65);border-radius:10px;font-size:13px;font-weight:700;cursor:pointer;font-family:inherit}
.dbox__cancel:hover{background:rgba(255,255,255,.18)}

@media(max-width:380px){.emg-grid,.nu-grid{grid-template-columns:1fr}.emg-hero-tile__row{flex-direction:column}}

.ooh-tile{
  background:#fff;border:1.5px solid var(--border);border-radius:9px;
  padding:11px 11px 10px;display:flex;flex-direction:column;gap:5px;
  text-align:center;cursor:pointer;font-family:inherit;
  transition:box-shadow .14s;
}
.ooh-tile:hover{box-shadow:0 4px 14px rgba(0,0,0,.1)}
.ooh-tile__p{font-size:10px;color:#555;line-height:1.45;flex:1}
.ooh-tile__lbl{font-size:11px;font-weight:800;color:var(--navy)}
.ooh-tile__btn{
  display:flex;align-items:center;justify-content:center;gap:6px;
  background:var(--navy);color:#fff;border-radius:6px;
  padding:8px;font-size:12px;font-weight:800;
}
.ooh-tile__btn svg{width:14px;height:14px;flex-shrink:0}
.ooh-tile__num{font-size:12px;font-weight:900;color:var(--navy);letter-spacing:-.01em}
.ooh-tile__free{
  font-size:9px;font-weight:800;letter-spacing:.04em;
  background:#22c55e;color:#fff;
  padding:3px 8px;border-radius:4px;align-self:center;
  text-transform:uppercase;
}

/* Unified emergency tile -- same structure as 999/112 */
.emg-tile {
  border-radius: 10px;
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border: 1.5px solid rgba(255,255,255,.1);
}

.emg-body{padding:8px 8px 8px;background:#A31919;margin-top:0}

.emg-tile {
  border-radius: 10px;
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border: 1.5px solid rgba(255,255,255,.1);
}

.emg-tile__caps {
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
  color: rgba(255,255,255,.9);
  text-align: center;
}

.emg-tile__caps--warning {
  color: #fde68a;
}

.emg-tile__sub-warn {
  font-size: 10px;
  font-weight: 700;
  color: rgba(255,255,255,.8);
  text-align: center;
  line-height: 1.4;
  margin-bottom: 2px;
}

.emg-tile--gas   { background: rgba(0,0,0,.18); }
.emg-tile--power { background: rgba(0,0,0,.18); }
.emg-tile--danger{ background: rgba(0,0,0,.18); }

.emg-tile__btn--gas   { color: #c2410c; }
.emg-tile__btn--power { color: #b45309; }
.emg-tile__btn--danger{ color: var(--red); }

/* Caps title above call button */
.emg-tile__caps {
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
  color: rgba(255,255,255,.9);
  text-align: center;
}
/* 112 "Same as 999" larger text */
.emg-tile__same999 {
  font-size: 14px;
  font-weight: 800;
  color: rgba(255,255,255,.85);
  text-align: center;
  margin-top: 4px;
}

/* FREE line below Emergencies: title */
.emg-hero-tile__free-line {
  font-size: 12px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 14px;
  letter-spacing: .02em;
}

.emg-tile__caps--warning { color: #fde68a; letter-spacing: .1em; }
.emg-tile__sub-warn {
  font-size: 10px;
  font-weight: 700;
  color: rgba(255,255,255,.8);
  text-align: center;
  line-height: 1.4;
  margin-bottom: 2px;
}

/* Focus visible for keyboard navigation (WCAG 2.4.7) */
:focus-visible {
  outline: 3px solid #05B4EB;
  outline-offset: 2px;
  border-radius: 4px;
}
button:focus-visible, a:focus-visible {
  outline: 3px solid #ffdd00;
  outline-offset: 3px;
}

.emg-tile__112-note {
  font-size: 9px;
  color: rgba(255,255,255,.6);
  line-height: 1.55;
  text-align: center;
  font-style: italic;
  margin-top: 4px;
  padding: 0 2px;
}

.emg-tile__notlife {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  background: rgba(255,255,255,.15);
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 6px;
  padding: 7px 10px;
  font-size: 10px;
  font-weight: 700;
  color: rgba(255,255,255,.9);
  cursor: pointer;
  font-family: inherit;
  transition: background .12s;
  width: 100%;
  text-decoration: none;
}
.emg-tile__notlife:hover {
  background: rgba(255,255,255,.28);
  color: #fff;
}
.nu-big__caps{font-size:13px;font-weight:900;letter-spacing:.12em;color:rgba(255,255,255,.9);margin-bottom:10px;}

/* Online / web link button inside tile */
.emg-tile__weblink {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  background: rgba(255,255,255,.15);
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 6px;
  padding: 7px 10px;
  font-size: 10px;
  font-weight: 700;
  color: rgba(255,255,255,.9);
  text-decoration: none;
  margin-top: 4px;
  transition: background .12s;
}
.emg-tile__weblink:hover {
  background: rgba(255,255,255,.28);
  color: #fff;
}

/* 101 channel line */
.nu-big__channel {
  font-size: 11px; font-weight: 700;
  color: rgba(255,255,255,.7);
  margin-bottom: 10px;
}
/* 101 rate text — no background, plain */
.nu-big__rate {
  font-size: 10px;
  color: rgba(255,255,255,.65);
  margin-top: 6px;
}
/* 101 web link in bottom strip */
.nu-big__weblink {
  display: flex; align-items: center; justify-content: center; gap: 5px;
  color: #fff; text-decoration: none;
  font-size: 11px; font-weight: 700;
  background: rgba(255,255,255,.18); border: 1.5px solid rgba(255,255,255,.5);
  border-radius: 6px; padding: 10px 12px; transition: background .12s;
  margin: 4px 0;
}
.nu-big__weblink:hover { background: rgba(255,255,255,.30); color: #fff; }
/* Sub-tiles inside 111 bottom */
.nu-big__bottom--subtiles {
  display: flex; gap: 8px; padding: 10px;
  background: var(--teal);
}
.nu-sub-tile {
  flex: 1; background: rgba(0,0,0,.15);
  border: 1px solid rgba(255,255,255,.25); border-radius: 8px;
  padding: 10px; display: flex; flex-direction: column; gap: 6px;
  text-align: center;
}
.nu-sub-tile__label { font-size: 11px; font-weight: 800; }
.nu-sub-tile__desc  { font-size: 9px; color: rgba(255,255,255,.7); line-height: 1.45; flex: 1; }
.nu-sub-tile__top   { font-size: 9px; color: rgba(255,255,255,.75); line-height: 1.45; font-style: italic; }
.nu-sub-tile__btn {
  display: flex; align-items: center; justify-content: center; gap: 5px;
  color: #fff; border-radius: 6px; padding: 8px 6px;
  font-size: 10px; font-weight: 800; border: none; cursor: pointer;
  font-family: inherit; width: 100%; transition: opacity .12s;
}
.nu-sub-tile__btn:hover { opacity: .85; }
.nu-sub-tile__btn svg { width: 13px; height: 13px; flex-shrink: 0; }
.nu-sub-tile__note { font-size: 9px; color: rgba(255,255,255,.6); }

/* Crimestoppers embedded inside Police tile */
.nu-police-crime {
  margin-top: 2px;
  background: #e0f2fe;
  border-radius: 8px;
  padding: 12px;
  text-align: center;
}
.nu-police-crime__label {
  font-size: 11px;
  font-weight: 800;
  color: #1e3a5f;
  margin-bottom: 4px;
}
.nu-police-crime__desc {
  font-size: 9px;
  color: #334155;
  line-height: 1.5;
  margin-bottom: 10px;
}
.nu-police-crime__btns {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: center;
}
.nu-police-crime__call {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  background: var(--navy);
  color: #fff;
  border: 1.5px solid rgba(255,255,255,.4);
  border-radius: 7px;
  padding: 9px 18px;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
  font-family: inherit;
  transition: background .12s;
  width: 100%;
}
.nu-police-crime__call:hover { background: var(--navy-dk); }
.nu-police-crime__call svg { width: 14px; height: 14px; flex-shrink: 0; }
.nu-police-crime__web {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  background: var(--navy);
  border: none;
  border-radius: 6px;
  padding: 8px 14px;
  font-size: 10px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  width: 100%;
  transition: background .12s;
}
.nu-police-crime__web:hover { background: var(--navy-dk); color: #fff; }

.ooh-new__free {
  font-size: 9px;
  font-weight: 700;
  color: #15803d;
  background: rgba(21,128,61,.1);
  padding: 3px 8px;
  border-radius: 4px;
  align-self: center;
}
.ooh-new__std {
  font-size: 9px;
  font-weight: 700;
  color: #888;
  background: rgba(0,0,0,.06);
  padding: 3px 8px;
  border-radius: 4px;
  align-self: center;
}
.emg-nlt__note{font-size:9px;font-weight:700;color:rgba(255,255,255,.7);text-align:center;}

/* "If you cannot speak on 999" button above 999/112 tiles */
.emg-cannot-speak {
  background: #fff;
  border: none;
  border-radius: 8px;
  padding: 11px 14px;
  margin-bottom: 8px;
  text-align: center;
  width: 100%;
  font-family: inherit;
  cursor: pointer;
}
.emg-cannot-speak__title {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 16px;
  font-weight: 900;
  color: var(--red);
  margin-bottom: 4px;
}
.emg-cannot-speak__sub {
  font-size: 10px;
  color: #555;
  line-height: 1.5;
}
/* Web link buttons inside silent section */
.silent-cta__weblink {
  display: inline-flex !important;
  margin-top: 6px;
  font-size: 10px !important;
  padding: 6px 10px !important;
  background: rgba(255,255,255,.2) !important;
  border-color: rgba(255,255,255,.4) !important;
  color: #fff !important;
}

/* ── Card tab buttons ────────────────────────────────────────── */
.sw--cards {
  display: flex;
  background: #0a0418;
  padding: 8px 8px;
  gap: 6px;
  position: sticky;
  top: 0;
  z-index: 60;
  box-shadow: 0 2px 8px rgba(0,0,0,.35);
}
.sw__card {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1px;
  padding: 10px 6px;
  border-radius: 8px;
  border: 1.5px solid transparent;
  cursor: pointer;
  font-family: inherit;
  transition: opacity .13s, border-color .13s;
  opacity: .55;
}
.sw__card--on { opacity: 1; border-color: rgba(255,255,255,.35) !important; }
.sw__card:hover:not(.sw__card--on) { opacity: .8; }

/* Emergency: red */
.sw__card--emg { background: #8B0000; }
/* Non-Emergency: navy */
.sw__card--nu  { background: var(--navy); }
/* BCP OOH: deep purple */
.sw__card--ooh { background: var(--purple); }

.sw__card__l1 {
  font-size: 10px;
  font-weight: 900;
  color: #fff;
  letter-spacing: .03em;
  line-height: 1.2;
}
.sw__card__l2 {
  font-size: 9px;
  font-weight: 700;
  color: rgba(255,255,255,.75);
  line-height: 1.2;
}

/* ── Cannot-speak as tappable button ─────────────────────────── */
.emg-cannot-speak--btn {
  display: block;
  cursor: pointer;
  text-decoration: none;
  transition: opacity .12s;
}
.emg-cannot-speak--btn:hover {
  opacity: .88;
}

/* ── Silent section title bar ────────────────────────────────── */
.silent-cta__titlebar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.silent-cta__close {
  background: rgba(255,255,255,.15);
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 50%;
  width: 24px; height: 24px;
  display: flex; align-items: center; justify-content: center;
  font-size: 14px; color: rgba(255,255,255,.85);
  cursor: pointer; font-family: inherit;
  flex-shrink: 0;
  transition: background .12s;
}
.silent-cta__close:hover { background: rgba(255,255,255,.3); }
.silent-cta__sectitle {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  font-weight: 800;
  color: #fff;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.silent-cta__backtop {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 9px;
  font-weight: 700;
  color: rgba(255,255,255,.5);
  text-decoration: none;
  background: rgba(255,255,255,.08);
  border-radius: 5px;
  padding: 4px 8px;
  transition: color .12s;
}
.silent-cta__backtop:hover { color: rgba(255,255,255,.9); }
.emg-tile__btn--silent{color:var(--red);}


/* === Rating widget CSS (from bcp-home.css) === */
.cmvp-rating {
  background: #fff;
  border: 1px solid #e2ddf0;
  border-radius: 12px;
  overflow: hidden;
  margin: 0;
  width: 100%;
  box-shadow: 0 4px 20px rgba(54,30,84,.08);
}
.cmvp-rating__header {
  background: #361E54;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.cmvp-rating__title {
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  flex: 1;
}
.cmvp-rating__badge { display: none; }
.cmvp-rating__body { padding: 18px 20px; }

/* Summary */
.cmvp-rating__summary {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #f7f6fb;
  border: 1px solid #e2ddf0;
  border-radius: 8px;
  padding: 12px 16px;
  margin-bottom: 14px;
}
.cmvp-rating__avg {
  font-size: 38px;
  font-weight: 700;
  color: #361E54;
  line-height: 1;
  font-family: Georgia, serif;
}
.cmvp-rating__avg-stars { display: flex; gap: 2px; margin-bottom: 3px; }
.cmvp-rating__count { font-size: 11px; color: #6b6580; }

/* Dimension bars */
.cmvp-dim-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
  font-size: 11px;
}
.cmvp-dim-row__label { min-width: 110px; color: #6b6580; }
.cmvp-dim-row__track {
  flex: 1;
  height: 5px;
  background: #ede9f8;
  border-radius: 3px;
  overflow: hidden;
}
.cmvp-dim-row__fill { height: 100%; background: #05B4EB; border-radius: 3px; }
.cmvp-dim-row__val { min-width: 24px; text-align: right; font-weight: 700; color: #361E54; font-size: 11px; }

.cmvp-rating__divider { height: 1px; background: #e2ddf0; margin: 14px 0; }

/* Star input rows */
.cmvp-star-label {
  font-size: 11px;
  font-weight: 700;
  color: #361E54;
  margin-bottom: 10px;
}
.cmvp-star-row {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 6px;
}
.cmvp-star-row__name { min-width: 110px; font-size: 11px; color: #6b6580; }
.cmvp-stars { display: flex; gap: 2px; }
.cmvp-star {
  width: 20px; height: 20px;
  color: #d4cde8;
  cursor: pointer;
  transition: color .1s, transform .1s;
  flex-shrink: 0;
}
.cmvp-star:hover,
.cmvp-star.on { color: #f5a623; }
.cmvp-star:hover { transform: scale(1.15); }
.cmvp-star svg { width: 100%; height: 100%; fill: currentColor; }

/* Thumbs */
.cmvp-rating__q { font-size: 11px; font-weight: 700; color: #361E54; margin-bottom: 8px; }


.cmvp-thumb:hover { border-color: #05B4EB; color: #05B4EB; }
.cmvp-thumb.yes { border-color: #22c55e; background: #dcfce7; color: #166534; }
.cmvp-thumb.no  { border-color: #ef4444; background: #fee2e2; color: #991b1b; }


/* Tags */
.cmvp-tags { display: flex; flex-wrap: wrap; gap: 5px; margin-bottom: 14px; }
.cmvp-tag {
  border: 1.5px solid #e2ddf0;
  border-radius: 20px;
  padding: 3px 10px;
  font-size: 10px;
  font-weight: 600;
  color: #6b6580;
  cursor: pointer;
  background: #fff;
  font-family: inherit;
  transition: all .1s;
}
.cmvp-tag:hover,
.cmvp-tag.on { border-color: #361E54; background: #361E54; color: #fff; }

/* Comment */
.cmvp-comment-label { font-size: 11px; font-weight: 600; color: #6b6580; display: block; margin-bottom: 5px; }
.cmvp-comment {
  width: 100%;
  min-height: 70px;
  border: 1.5px solid #e2ddf0;
  border-radius: 7px;
  padding: 8px 10px;
  font-family: inherit;
  font-size: 12px;
  color: #1a1228;
  resize: vertical;
  outline: none;
  transition: border-color .15s;
  margin-bottom: 12px;
  border: 2px solid #c4b5d4;
  border-radius: 6px;
}
.cmvp-comment:focus { border-color: #05B4EB; }

/* Submit */
.cmvp-submit {
  width: 100%;
  padding: 10px;
  background: #361E54;
  color: #fff;
  border: none;
  border-radius: 7px;
  font-family: inherit;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  transition: background .15s;
}
.cmvp-submit:hover { background: #462D68; }

/* Success */
.cmvp-success {
  display: none;
  text-align: center;
  padding: 28px 20px;
}
.cmvp-success__icon { font-size: 32px; margin-bottom: 8px; }
.cmvp-success__title { font-size: 16px; font-weight: 700; color: #361E54; margin-bottom: 6px; }
.cmvp-success__body { font-size: 12px; color: #6b6580; line-height: 1.5; }

/* Reviews */
.cmvp-reviews { margin-top: 16px; display: flex; flex-direction: column; gap: 10px; }
.cmvp-review {
  background: #f7f6fb;
  border: 1px solid #e2ddf0;
  border-radius: 7px;
  padding: 12px 14px;
}
.cmvp-review__top { display: flex; align-items: center; gap: 8px; margin-bottom: 6px; }
.cmvp-review__av {
  width: 26px; height: 26px;
  border-radius: 50%;
  background: #462D68;
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.cmvp-review__name { font-size: 11px; font-weight: 700; color: #361E54; }
.cmvp-review__date { font-size: 10px; color: #6b6580; }
.cmvp-review__stars { display: flex; gap: 2px; margin-left: auto; }
.cmvp-review__stars .cmvp-star { width: 11px; height: 11px; color: #f5a623; }
.cmvp-review__text { font-size: 11px; color: #1a1228; line-height: 1.5; }
.cmvp-review__tags { display: flex; flex-wrap: wrap; gap: 4px; margin-top: 6px; }
.cmvp-review__tag {
  font-size: 9px;
  font-weight: 700;
  padding: 1px 6px;
  border-radius: 10px;
  background: #ede9f8;
  color: #462D68;
}

/* ── Rate This Page band ──────────────────────────────────────── */
.bcp-rate-band {
  background: var(--bcp-purple);
  border-top: 3px solid var(--bcp-sky);
}
.bcp-rate-band__toggle {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 20px;
  background: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
  text-align: left;
}
.bcp-rate-band__toggle:hover { background: rgba(255,255,255,.06); }
.bcp-rate-band__icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--bcp-sky);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--bcp-purple);
}
.bcp-rate-band__label {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  flex: 1;
  text-align: left;
}
.bcp-rate-band__sub {
  font-size: 10px;
  color: rgba(255,255,255,.55);
}
/* bcp-rate-band__chevron removed - using inline ▼ */
.bcp-rate-band__panel {
  padding: 0 20px 20px;
}
.bcp-rate-band__panel[hidden] { display: none; }

/* Rating widget header inline sub-text */
.cmvp-rating__sub-inline {
  font-size: 10px;
  color: #6b6580;
  margin-left: 8px;
}
.cmvp-star-label {
  font-size: 11px;
  font-weight: 700;
  color: #361E54;
  margin-bottom: 10px;
}
.cmvp-star-row {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 6px;
}
.cmvp-star-row__name { min-width: 110px; font-size: 11px; color: #6b6580; }
.cmvp-stars { display: flex; gap: 2px; }
.cmvp-star {
  width: 20px; height: 20px;
  color: #d4cde8;
  cursor: pointer;
  transition: color .1s, transform .1s;
  flex-shrink: 0;
}
.cmvp-star:hover,
.cmvp-star.on { color: #f5a623; }
.cmvp-star:hover { transform: scale(1.15); }
.cmvp-star svg { width: 100%; height: 100%; fill: currentColor; }

/* Thumbs */
.cmvp-rating__q { font-size: 11px; font-weight: 700; color: #361E54; margin-bottom: 8px; }


.cmvp-thumb:hover { border-color: #05B4EB; color: #05B4EB; }
.cmvp-thumb.yes { border-color: #22c55e; background: #dcfce7; color: #166534; }
.cmvp-thumb.no  { border-color: #ef4444; background: #fee2e2; color: #991b1b; }


/* Tags */
.cmvp-tags { display: flex; flex-wrap: wrap; gap: 5px; margin-bottom: 14px; }
.cmvp-tag {
  border: 1.5px solid #e2ddf0;
  border-radius: 20px;
  padding: 3px 10px;
  font-size: 10px;
  font-weight: 600;
  color: #6b6580;
  cursor: pointer;
  background: #fff;
  font-family: inherit;
  transition: all .1s;
}
.cmvp-tag:hover,
.cmvp-tag.on { border-color: #361E54; background: #361E54; color: #fff; }

/* Comment */
.cmvp-comment-label { font-size: 11px; font-weight: 600; color: #6b6580; display: block; margin-bottom: 5px; }
.cmvp-comment {
  width: 100%;
  min-height: 70px;
  border: 1.5px solid #e2ddf0;
  border-radius: 7px;
  padding: 8px 10px;
  font-family: inherit;
  font-size: 12px;
  color: #1a1228;
  resize: vertical;
  outline: none;
  transition: border-color .15s;
  margin-bottom: 12px;
  border: 2px solid #c4b5d4;
  border-radius: 6px;
}
.cmvp-comment:focus { border-color: #05B4EB; }

/* Submit */
.cmvp-submit {
  width: 100%;
  padding: 10px;
  background: #361E54;
  color: #fff;
  border: none;
  border-radius: 7px;
  font-family: inherit;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  transition: background .15s;
}
.cmvp-submit:hover { background: #462D68; }

/* Success */
.cmvp-success {
  display: none;
  text-align: center;
  padding: 28px 20px;
}
.cmvp-success__icon { font-size: 32px; margin-bottom: 8px; }
.cmvp-success__title { font-size: 16px; font-weight: 700; color: #361E54; margin-bottom: 6px; }
.cmvp-success__body { font-size: 12px; color: #6b6580; line-height: 1.5; }

/* Reviews */
.cmvp-reviews { margin-top: 16px; display: flex; flex-direction: column; gap: 10px; }
.cmvp-review {
  background: #f7f6fb;
  border: 1px solid #e2ddf0;
  border-radius: 7px;
  padding: 12px 14px;
}
.cmvp-review__top { display: flex; align-items: center; gap: 8px; margin-bottom: 6px; }
.cmvp-review__av {
  width: 26px; height: 26px;
  border-radius: 50%;
  background: #462D68;
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.cmvp-review__name { font-size: 11px; font-weight: 700; color: #361E54; }
.cmvp-review__date { font-size: 10px; color: #6b6580; }
.cmvp-review__stars { display: flex; gap: 2px; margin-left: auto; }
.cmvp-review__stars .cmvp-star { width: 11px; height: 11px; color: #f5a623; }
.bcp-rate-band {
  background: var(--bcp-purple);
  border-top: 3px solid var(--bcp-sky);
}
.bcp-rate-band__toggle {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 20px;
  background: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
  text-align: left;
}
.bcp-rate-band__toggle:hover { background: rgba(255,255,255,.06); }
.bcp-rate-band__icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--bcp-sky);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--bcp-purple);
}
.bcp-rate-band__label {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  flex: 1;
  text-align: left;
}
.bcp-rate-band__sub {
  font-size: 10px;
  color: rgba(255,255,255,.55);
}
/* bcp-rate-band__chevron removed - using inline ▼ */
.bcp-rate-band__panel {
  padding: 0 20px 20px;
}
.bcp-rate-band__panel[hidden] { display: none; }

/* Rating widget header inline sub-text */
.cmvp-rating__sub-inline {
  font-size: 10px;
  color: #6b6580;
  margin-left: 8px;
}
/* Submit row */
.cmvp-submit-row {
  margin-top: 12px;
  text-align: right;
}
.cmvp-submit-btn {
  background: var(--bcp-purple, #361E54);
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 10px 24px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  font-family: inherit;
  transition: background .12s;
}
.cmvp-submit-btn:hover { background: #4a2a72; }

.cmvp-thumbs {
  display: inline-flex;
  gap: 8px;
  margin-bottom: 12px;
}
.cmvp-thumb {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: none;
  border: 1.5px solid #c4b5d4;
  border-radius: 6px;
  padding: 6px 14px;
  font-size: 12px;
  font-weight: 700;
  color: #361E54;
  cursor: pointer;
  font-family: inherit;
  transition: background .12s;
}
.cmvp-thumb:hover, .cmvp-thumb.active { background: #f0ecf8; }
.cmvp-thumb svg { width: 16px; height: 16px; }

/* Rate band toggle label arrow */
.bcp-rate-band__label {
  flex: 1;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-align: left;
  transition: none;
}
.bcp-rate-band__toggle[aria-expanded="true"] .bcp-rate-band__label {
  /* ▼ rotates via JS would need a wrapper - use Unicode directly */
}
