/* V59 district-only year marker. No homepage layout or motion rules live here. */
.district-year-2026-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:62px;
  padding:7px 11px;
  margin:0 0 12px;
  border:1px solid rgba(255,107,34,.28);
  border-radius:999px;
  color:#c84b16;
  background:rgba(255,107,34,.08);
  font:800 12px/1 system-ui,sans-serif;
  letter-spacing:.12em;
}
