/* SD26 palette override, layered on top of cd-page.css */
:root{
  --navy:#244190;
  --navy2:#1b3170;
  --orange:#c8a24a;
  --off:#f6f7fb;
  --border:#dfe3ee;
  --muted:#5f6880;
}

/* Site header bar carrying the Senate District 26 mark */
.sdhead{background:#fff;border-bottom:3px solid var(--navy);padding:18px 16px 14px;text-align:center}
.sdhead a{display:inline-block;text-decoration:none}
.sdhead img{width:330px;max-width:86%;height:auto;display:block;margin:0 auto}
.sdhead .sdsub{font-family:'DM Mono',monospace;font-size:.6rem;text-transform:uppercase;letter-spacing:.11em;color:var(--muted);font-weight:700;margin-top:10px}
@media(max-width:420px){.sdhead img{width:280px}}

/* Split collection schedule callouts on block cards */
.splitnote{background:#fff6e5;border:1px solid #e6c98a;border-left:4px solid var(--orange);
  border-radius:8px;padding:10px 12px;margin:0 0 12px;font-size:.84rem;line-height:1.55;color:#3a3320}
.splitnote b{color:var(--navy)}
.whereh{display:flex;align-items:center;gap:9px;margin:14px 0 8px;padding-bottom:7px;
  border-bottom:2px solid var(--navy)}
.whereh .wn{flex:0 0 22px;height:22px;border-radius:50%;background:var(--navy);color:#fff;
  font-family:'DM Mono',monospace;font-size:.7rem;font-weight:700;display:flex;
  align-items:center;justify-content:center}
.whereh b{font-family:'DM Sans',sans-serif;font-size:.9rem;font-weight:800;color:var(--navy);line-height:1.3}
