/* 하성용 후보 홈 — 2페이지 반응형 (1: 랜딩·정책 / 2: 비례 13인) */

.ha-site {
  --ha-blue: #0046a6;
  --ha-blue-deep: #003380;
  --ha-blue-light: #2563eb;
  --ha-accent: #60a5fa;
  --ha-bg: #eef4fc;
  --ha-card: #ffffff;
  --ha-text: #0f172a;
  --ha-muted: #475569;
  --ha-max: 1140px;
  --ha-pad: clamp(16px, 4vw, 32px);
  --ha-gap: clamp(20px, 3vw, 32px);
  --ha-radius: 20px;
  font-family: "Noto Sans KR", "Apple SD Gothic Neo", sans-serif;
  -webkit-font-smoothing: antialiased;
  background: var(--ha-bg);
  color: var(--ha-text);
  min-height: 100dvh;
}

.ha-site--home {
  background: linear-gradient(165deg, #dce8fa 0%, #f4f8ff 38%, #e8f0fc 100%);
}

.ha-site *,
.ha-site *::before,
.ha-site *::after {
  box-sizing: border-box;
}

/* ── 네비 ── */
.ha-nav {
  position: sticky;
  top: 0;
  z-index: 300;
  background: rgba(0, 70, 166, 0.97);
  color: #fff;
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.ha-nav__inner {
  max-width: var(--ha-max);
  margin: 0 auto;
  padding: 12px var(--ha-pad);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.ha-nav a {
  color: #dbeafe;
  text-decoration: none;
  font-size: 13px;
  font-weight: 800;
}
.ha-nav__brand {
  display: flex;
  flex-direction: column;
  gap: 0;
  line-height: 1.2;
  color: #fff;
  text-decoration: none;
}
.ha-nav__brand-name {
  font-size: 17px;
  font-weight: 900;
  letter-spacing: -0.03em;
}
.ha-nav__brand-sub {
  font-size: 10px;
  font-weight: 700;
  color: #93c5fd;
  letter-spacing: 0.04em;
}
.ha-nav__tabs {
  display: flex;
  gap: 6px;
}
.ha-nav__tab {
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  color: #bfdbfe;
  text-decoration: none;
  border: 1px solid transparent;
}
.ha-nav__tab--active,
.ha-nav__tab:hover {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
}

/* ── 공통 섹션 ── */
.ha-main {
  max-width: var(--ha-max);
  margin: 0 auto;
  padding: var(--ha-gap) var(--ha-pad) 48px;
}

.ha-section {
  margin-bottom: var(--ha-gap);
}
.ha-section__head {
  margin-bottom: 18px;
}
.ha-section__title {
  font-size: clamp(1.2rem, 3.5vw, 1.55rem);
  font-weight: 900;
  letter-spacing: -0.03em;
  margin: 0 0 8px;
  color: var(--ha-blue);
}
.ha-section__sub {
  font-size: 14px;
  color: var(--ha-muted);
  line-height: 1.55;
  margin: 0;
}
.ha-section__foot {
  margin: 14px 0 0;
  font-size: 13px;
}
.ha-section__foot a {
  color: var(--ha-blue);
  font-weight: 800;
}
.ha-section--card {
  background: var(--ha-card);
  border-radius: var(--ha-radius);
  padding: clamp(20px, 4vw, 28px);
  border: 1px solid rgba(0, 70, 166, 0.08);
  box-shadow: 0 12px 40px rgba(0, 70, 166, 0.07);
}
.ha-section--direction .ha-pillar {
  background: linear-gradient(180deg, #fafcff 0%, #fff 100%);
  border: 1px solid rgba(0, 70, 166, 0.12);
  box-shadow: 0 4px 16px rgba(0, 70, 166, 0.05);
}

/* ── PAGE1: 포스터형 히어로 ── */
.ha-hero--poster {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  border-radius: var(--ha-radius);
  overflow: hidden;
  box-shadow: 0 28px 80px rgba(0, 52, 130, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.5);
}
@media (min-width: 900px) {
  .ha-hero--poster {
    grid-template-columns: 0.92fr 1.08fr;
    min-height: 520px;
  }
}
.ha-hero__visual {
  position: relative;
  background: linear-gradient(160deg, #003380 0%, #1e40af 50%, #0f172a 100%);
  min-height: 420px;
}
.ha-hero__visual-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 50% 20%, rgba(96, 165, 250, 0.35), transparent),
    linear-gradient(0deg, rgba(0, 40, 120, 0.5) 0%, transparent 45%);
  pointer-events: none;
  z-index: 1;
}
.ha-hero__figure {
  margin: 0;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 0;
  position: relative;
  z-index: 2;
}
.ha-hero__photo {
  width: 100%;
  max-width: 520px;
  height: auto;
  max-height: min(78vh, 640px);
  object-fit: cover;
  object-position: top center;
  display: block;
  filter: drop-shadow(0 16px 40px rgba(0, 0, 0, 0.35));
}
.ha-hero__symbol {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: linear-gradient(145deg, #fff 0%, #dbeafe 100%);
  color: var(--ha-blue);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
  border: 2px solid rgba(255, 255, 255, 0.9);
}
.ha-hero__symbol-num {
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
}
.ha-hero__symbol-txt {
  font-size: 8px;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-top: 2px;
}
.ha-hero__panel {
  padding: clamp(24px, 5vw, 36px);
  background: linear-gradient(155deg, #0046a6 0%, #1d4ed8 42%, #0f2744 100%);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ha-hero__eyebrow {
  font-size: 11px;
  font-weight: 800;
  color: #93c5fd;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.ha-hero__party {
  font-size: 15px;
  font-weight: 800;
  margin-top: 6px;
  color: #e0f2fe;
}
.ha-hero__slogan {
  font-size: clamp(1.85rem, 6.5vw, 2.65rem);
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -0.04em;
  margin: 14px 0 6px;
}
.ha-hero__slogan em {
  font-style: normal;
  color: var(--ha-accent);
  text-shadow: 0 2px 20px rgba(96, 165, 250, 0.4);
}
.ha-hero__name {
  font-size: clamp(1.35rem, 4vw, 1.75rem);
  font-weight: 900;
  letter-spacing: -0.02em;
}
.ha-hero__role {
  font-size: 14px;
  margin-top: 10px;
  opacity: 0.92;
  line-height: 1.5;
  color: #cbd5e1;
}
.ha-hero__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}
.ha-hero__badge {
  font-size: 11px;
  font-weight: 800;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.22);
}
.ha-hero__badge--dday {
  background: #fff;
  color: var(--ha-blue);
  border: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.ha-hero__pledge-chips {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.ha-hero__pledge-chips li {
  font-size: 11px;
  font-weight: 700;
  line-height: 1.35;
  padding: 8px 12px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  max-width: 100%;
}
.ha-hero__cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}
.ha-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.ha-btn:active {
  transform: scale(0.98);
}
.ha-btn--primary {
  background: #fff;
  color: var(--ha-blue);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}
.ha-btn--ghost {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.45);
}
.ha-btn--white {
  background: #fff;
  color: var(--ha-blue);
}
.ha-btn--outline {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.45);
}
@media (min-width: 900px) {
  .ha-hero__visual {
    min-height: 100%;
  }
  .ha-hero__photo {
    max-height: 580px;
  }
}

/* ── 민주당 정책 ── */
.ha-policy-grid {
  display: grid;
  gap: 12px;
}
@media (min-width: 600px) {
  .ha-policy-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 900px) {
  .ha-policy-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.ha-policy-card {
  position: relative;
  background: linear-gradient(180deg, #f8fbff 0%, #fff 100%);
  border: 1px solid rgba(0, 70, 166, 0.1);
  border-radius: 14px;
  padding: 18px 18px 16px 44px;
  box-shadow: 0 2px 12px rgba(0, 70, 166, 0.05);
}
.ha-policy-card__num {
  position: absolute;
  left: 14px;
  top: 16px;
  font-size: 11px;
  font-weight: 900;
  color: var(--ha-blue-light);
  opacity: 0.7;
}
.ha-policy-card h3 {
  font-size: 15px;
  font-weight: 900;
  color: var(--ha-blue);
  margin-bottom: 8px;
}
.ha-policy-card p {
  font-size: 13px;
  line-height: 1.55;
  color: var(--ha-muted);
}

/* ── 제주 정책 ── */
.ha-jeju-grid {
  display: grid;
  gap: 14px;
}
@media (min-width: 640px) {
  .ha-jeju-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.ha-jeju-card {
  background: var(--ha-card);
  border-radius: 14px;
  padding: 16px 18px;
  border-left: 4px solid var(--ha-blue);
  box-shadow: 0 2px 12px rgba(15, 23, 42, 0.06);
}
.ha-jeju-card h3 {
  font-size: 14px;
  font-weight: 900;
  margin-bottom: 10px;
}
.ha-jeju-card ul {
  margin: 0;
  padding-left: 1.1em;
  font-size: 13px;
  line-height: 1.55;
  color: var(--ha-muted);
}

/* ── 하성용 방향 ── */
.ha-pillar-list {
  display: grid;
  gap: 14px;
}
@media (min-width: 720px) {
  .ha-pillar-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.ha-pillar {
  background: var(--ha-card);
  border-radius: 14px;
  padding: 18px;
  border: 1px solid rgba(0, 70, 166, 0.1);
}
.ha-pillar h3 {
  font-size: 15px;
  font-weight: 900;
  color: var(--ha-blue);
  margin-bottom: 12px;
  line-height: 1.35;
}
.ha-pillar ul {
  margin: 0;
  padding-left: 1.1em;
  font-size: 13px;
  line-height: 1.55;
  color: var(--ha-muted);
}

/* ── 배너 CTA → 2페이지 ── */
/* ── 홈: 비례 13인 포토월 ── */
.ha-roster-section {
  margin-bottom: var(--ha-gap);
  padding: clamp(20px, 4vw, 28px);
  background: linear-gradient(160deg, #fff 0%, #f0f6ff 100%);
  border-radius: var(--ha-radius);
  border: 1px solid rgba(0, 70, 166, 0.14);
  box-shadow: 0 12px 40px rgba(0, 70, 166, 0.1);
}
.ha-roster-section__head {
  text-align: center;
  margin-bottom: 20px;
}
.ha-roster-section__eyebrow {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: var(--ha-blue-light);
  margin: 0 0 6px;
}
.ha-roster-wall {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
@media (min-width: 520px) {
  .ha-roster-wall {
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
  }
}
@media (min-width: 800px) {
  .ha-roster-wall {
    grid-template-columns: repeat(5, 1fr);
    gap: 14px;
  }
}
@media (min-width: 1024px) {
  .ha-roster-wall {
    grid-template-columns: repeat(7, 1fr);
  }
}
.ha-roster-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s ease;
}
.ha-roster-tile:hover {
  transform: translateY(-3px);
}
.ha-roster-tile__frame {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 5;
  border-radius: 14px;
  overflow: hidden;
  background: linear-gradient(145deg, #1e3a5f, #0046a6);
  box-shadow: 0 6px 20px rgba(0, 70, 166, 0.22);
  border: 2px solid rgba(255, 255, 255, 0.85);
}
.ha-roster-tile__frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(0, 50, 130, 0.35) 100%);
  pointer-events: none;
}
.ha-roster-tile__frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
  display: block;
}
.ha-roster-tile__fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 2rem;
  font-weight: 900;
  color: #fff;
}
.ha-roster-tile__seq {
  position: absolute;
  left: 8px;
  bottom: 8px;
  z-index: 1;
  font-size: 11px;
  font-weight: 900;
  color: #fff;
  background: rgba(0, 70, 166, 0.88);
  padding: 3px 8px;
  border-radius: 999px;
}
.ha-roster-tile__name {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: -0.02em;
  color: var(--ha-blue-deep);
  text-align: center;
  line-height: 1.2;
}
.ha-roster-tile__sym {
  font-size: 9px;
  font-weight: 700;
  color: var(--ha-muted);
}
.ha-roster-section__foot {
  text-align: center;
  margin: 22px 0 4px;
}
.ha-roster-section__foot .ha-btn {
  display: inline-block;
  padding: 12px 22px;
  font-size: 14px;
}

.ha-banner-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  text-align: center;
  padding: 26px 22px;
  border-radius: var(--ha-radius);
  background: linear-gradient(120deg, #0046a6 0%, #2563eb 50%, #1e40af 100%);
  color: #fff;
  text-decoration: none;
  box-shadow: 0 16px 48px rgba(0, 70, 166, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.ha-banner-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 56px rgba(0, 70, 166, 0.32);
}
.ha-banner-cta__label {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  opacity: 0.9;
}
.ha-banner-cta strong {
  font-size: clamp(1.15rem, 3.5vw, 1.4rem);
  font-weight: 900;
  letter-spacing: -0.02em;
}
.ha-banner-cta__go {
  font-size: 13px;
  opacity: 0.92;
  margin-top: 4px;
}

/* ── 소통 카드 ── */
.ha-engage--premium {
  background: var(--ha-card);
  border-radius: var(--ha-radius);
  padding: clamp(22px, 4vw, 28px);
  border: 1px solid rgba(0, 70, 166, 0.12);
  box-shadow: 0 16px 48px rgba(0, 70, 166, 0.1);
}
.ha-engage__head h2 {
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.05em;
  color: var(--ha-blue);
  margin: 0 0 8px;
}
.ha-engage__head p {
  font-size: 14px;
  color: var(--ha-muted);
  line-height: 1.5;
  margin: 0 0 16px;
}
.ha-engage__official {
  margin: 16px 0 0;
  font-size: 13px;
}
.ha-engage__official a {
  color: var(--ha-blue);
  font-weight: 800;
}
.ha-direct-form .btn-send,
.ha-engage--premium .election-direct-form .btn-send {
  background: linear-gradient(135deg, #0046a6, #1e40af);
  border-radius: 12px;
  font-weight: 800;
}
.ha-direct-links a,
.ha-engage--premium .election-direct-links a {
  border-color: rgba(0, 70, 166, 0.25);
  color: var(--ha-blue);
  font-weight: 800;
}
.ha-direct-form input,
.ha-direct-form textarea,
.ha-engage--premium .election-direct-form input,
.ha-engage--premium .election-direct-form textarea {
  border-radius: 12px;
  border-color: #cbd5e1;
}

.ha-section--page2 {
  text-align: center;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.ha-page2-eyebrow {
  font-size: 12px;
  font-weight: 800;
  color: var(--ha-blue-light);
  letter-spacing: 0.08em;
  margin: 0 0 6px;
}
.ha-page2-note {
  margin-top: 24px;
  padding: 14px 16px;
  font-size: 12px;
  line-height: 1.55;
  color: var(--ha-muted);
  text-align: center;
  background: var(--ha-card);
  border-radius: 12px;
  border: 1px solid rgba(0, 70, 166, 0.1);
}
.ha-page2-note a {
  color: var(--ha-blue);
  font-weight: 800;
}

/* ── PAGE2: 비례 후보 그리드 ── */
.ha-prop-grid {
  display: grid;
  gap: 16px;
}
@media (min-width: 560px) {
  .ha-prop-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 960px) {
  .ha-prop-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.ha-prop-card {
  background: var(--ha-card);
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(0, 70, 166, 0.12);
  box-shadow: 0 8px 28px rgba(0, 70, 166, 0.08);
  scroll-margin-top: 80px;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.ha-prop-card:hover {
  box-shadow: 0 12px 36px rgba(0, 70, 166, 0.14);
  transform: translateY(-2px);
}
.ha-prop-card--has-photo .ha-prop-card__head {
  flex-direction: column;
  align-items: stretch;
  padding: 0;
}
.ha-prop-card--has-photo .ha-prop-card__avatar {
  width: 100%;
  height: auto;
  min-height: 200px;
  aspect-ratio: 4 / 5;
  max-height: 300px;
  border-radius: 0;
  font-size: 0;
  position: relative;
  background: #1e3a5f;
}
.ha-prop-card--has-photo .ha-prop-card__avatar::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(0, 70, 166, 0.25) 100%);
  pointer-events: none;
}
.ha-prop-card--has-photo .ha-prop-card__avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
}
.ha-prop-card--has-photo .ha-prop-card__meta {
  padding: 14px 16px 0;
}
.ha-prop-card__photo-badge {
  position: absolute;
  left: 12px;
  bottom: 12px;
  z-index: 2;
  font-size: 11px;
  font-weight: 900;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(0, 70, 166, 0.92);
  color: #fff;
  letter-spacing: 0.02em;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.ha-prop-card__head {
  display: flex;
  gap: 14px;
  padding: 16px;
  align-items: flex-start;
}
.ha-prop-card__avatar {
  width: 80px;
  height: 100px;
  border-radius: 12px;
  flex-shrink: 0;
  background: linear-gradient(160deg, #dbeafe, #93c5fd);
  display: grid;
  place-items: center;
  font-size: 28px;
  font-weight: 900;
  color: var(--ha-blue);
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 70, 166, 0.15);
}
.ha-prop-card__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.ha-prop-card__meta {
  min-width: 0;
  flex: 1;
}
.ha-prop-card__seq {
  font-size: 11px;
  font-weight: 800;
  color: var(--ha-blue);
}
.ha-prop-card__name {
  font-size: 1.2rem;
  font-weight: 900;
  letter-spacing: -0.02em;
  margin: 2px 0;
}
.ha-prop-card__intro {
  font-size: 12px;
  color: var(--ha-muted);
  line-height: 1.45;
}
.ha-prop-card__pledges {
  padding: 0 16px 14px;
  border-bottom: 1px solid #e2e8f0;
  background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
}
.ha-prop-card__pledges-title {
  font-size: 13px;
  font-weight: 900;
  color: var(--ha-blue);
  letter-spacing: 0.04em;
  margin: 0 0 8px;
}
.ha-prop-card__slogan,
.ha-prop-card__pledge-summary {
  font-size: 12px;
  font-weight: 700;
  color: var(--ha-text);
  line-height: 1.5;
  margin: 0 0 8px;
}
.ha-prop-card__pledges ul {
  margin: 0;
  padding-left: 1.15em;
  font-size: 13px;
  line-height: 1.55;
  color: var(--ha-text);
}
.ha-prop-card__pledges li {
  margin-bottom: 6px;
}
.ha-prop-card__pledges li:last-child {
  margin-bottom: 0;
}
.ha-prop-card__pledge-src {
  margin: 10px 0 0;
  font-size: 11px;
}
.ha-prop-card__pledge-src a {
  color: var(--ha-blue);
  font-weight: 800;
}
.ha-prop-card__pledge-empty {
  padding: 12px 16px;
  font-size: 12px;
  color: var(--ha-muted);
  border-bottom: 1px solid #e2e8f0;
}
.ha-prop-card__body {
  padding: 0 16px 16px;
  border-top: 1px solid #e2e8f0;
}
.ha-prop-form label {
  display: block;
  font-size: 11px;
  font-weight: 800;
  color: var(--ha-muted);
  margin: 12px 0 6px;
}
.ha-prop-form input,
.ha-prop-form textarea {
  width: 100%;
  font-family: inherit;
  font-size: 14px;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #cbd5e1;
  margin-bottom: 8px;
}
.ha-prop-form textarea {
  min-height: 72px;
  resize: vertical;
}
.ha-prop-form .btn-send {
  width: 100%;
  padding: 12px;
  border: none;
  border-radius: 10px;
  background: linear-gradient(135deg, #0046a6, #1e40af);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  font-family: inherit;
}
.ha-prop-form .form-status {
  font-size: 12px;
  font-weight: 700;
  margin-top: 8px;
  min-height: 1.2em;
}
.ha-prop-form .form-status--ok {
  color: #047857;
}
.ha-prop-form .form-status--err {
  color: #b91c1c;
}

.ha-site .election-legal-footer--page-end {
  max-width: var(--ha-max);
}
