/* How many Children in Kundli */

body.page-how-many-children .hmc-form-card {
  max-width: 460px;
  margin: 0 auto;
  overflow: visible;
}

/* Gauge: tender tier (the Milan gauge only ships good/fair) */
body.page-how-many-children .milan-gauge-wrap--tender .milan-gauge__needle-line {
  stroke: #9a2f45;
}

body.page-how-many-children .milan-gauge-wrap--tender .milan-gauge__needle-hub {
  fill: #7a1834;
}

body.page-how-many-children .milan-gauge-wrap--tender .milan-gauge__needle-hub-outer {
  fill: none;
  stroke: #d4a017;
  stroke-width: 2;
}

body.page-how-many-children .milan-gauge-wrap--tender .milan-gauge__score-num {
  fill: #9a2f45;
}

body.page-how-many-children .milan-score-value--tender {
  color: #9a2f45;
}

/* Hero — the indicative count */
body.page-how-many-children .hmc-hero {
  text-align: center;
  padding: 1.4rem 1rem 1.2rem;
  margin: 0 0 1rem;
  background: linear-gradient(180deg, rgba(122, 24, 52, 0.08) 0%, rgba(255, 205, 128, 0.2) 100%);
  border: 1px solid var(--cream-border);
  border-radius: 12px;
}

body.page-how-many-children .hmc-hero--tender {
  background: linear-gradient(180deg, rgba(122, 24, 52, 0.08) 0%, rgba(226, 213, 220, 0.35) 100%);
}

body.page-how-many-children .hmc-hero__label {
  margin: 0 0 0.35rem;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--muted);
}

body.page-how-many-children .hmc-hero__count {
  margin: 0;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: clamp(2.6rem, 11vw, 4rem);
  font-weight: 700;
  line-height: 1;
  color: var(--crimson, #7a1834);
}

body.page-how-many-children .hmc-hero__name {
  margin: 0.45rem 0 0;
  font-size: clamp(1.05rem, 4vw, 1.3rem);
  font-weight: 700;
  color: var(--ink);
}

body.page-how-many-children .hmc-hero__twins {
  margin: 0.55rem 0 0;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--crimson, #7a1834);
}

body.page-how-many-children .hmc-person {
  margin: 0 0 0.2rem;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--ink);
}

body.page-how-many-children .hmc-birth-line {
  margin: 0 0 0.85rem;
  font-size: 0.9rem;
  color: var(--muted);
}

body.page-how-many-children .hmc-summary {
  margin: 0 0 0.5rem;
  padding: 0.85rem 1rem;
  font-size: 0.98rem;
  line-height: 1.55;
  color: var(--ink);
  background: var(--cream-card);
  border: 1px solid var(--cream-border);
  border-radius: 10px;
}

/* Notes */
body.page-how-many-children .hmc-note,
body.page-how-many-children .hmc-fields-note {
  margin: 0 0 0.75rem;
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--muted);
}

body.page-how-many-children .hmc-fields-note a {
  color: var(--crimson, #7a1834);
  font-weight: 600;
}

/* Chart cards */
body.page-how-many-children .hmc-chart-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 0 0 1.25rem;
}

body.page-how-many-children .hmc-chart-card {
  flex: 1 1 200px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  padding: 0.85rem 1rem;
  border: 1px solid var(--cream-border);
  border-radius: 10px;
  background: #fff;
}

body.page-how-many-children .hmc-chart-card__label {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--muted);
}

body.page-how-many-children .hmc-chart-card__sub {
  font-size: 0.9rem;
  color: var(--ink);
}

body.page-how-many-children .hmc-sign {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
}

body.page-how-many-children .hmc-sign__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  flex: none;
  border-radius: 50%;
  background: var(--crimson, #7a1834);
  overflow: hidden;
}

body.page-how-many-children .hmc-sign__icon img {
  width: 1.85rem;
  height: 1.85rem;
}

body.page-how-many-children .hmc-sign__name {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--ink);
}

/* Factor lists */
body.page-how-many-children .hmc-factors__head {
  margin: 1rem 0 0.5rem;
  font-size: 0.98rem;
  font-weight: 700;
  color: var(--crimson, #7a1834);
}

body.page-how-many-children .hmc-factors {
  list-style: none;
  margin: 0 0 0.75rem;
  padding: 0;
}

body.page-how-many-children .hmc-factors li {
  position: relative;
  padding: 0.6rem 0.75rem;
  margin-bottom: 0.5rem;
  font-size: 0.93rem;
  line-height: 1.5;
  color: var(--ink);
  background: var(--cream-card);
  border: 1px solid var(--cream-border);
  border-left: 4px solid var(--gold, #c9a227);
  border-radius: 8px;
}

body.page-how-many-children .hmc-factors--support li {
  border-left-color: #15803d;
}

body.page-how-many-children .hmc-factors--limit li {
  border-left-color: #9a2f45;
}

body.page-how-many-children .hmc-factor--affliction {
  border-left-color: #9a2f45;
}

body.page-how-many-children .hmc-factors--key li {
  background: #fff;
  border-left: 1px solid var(--cream-border);
}

body.page-how-many-children .hmc-pts {
  display: inline-block;
  min-width: 2.2rem;
  margin-right: 0.35rem;
  font-weight: 700;
  color: var(--crimson, #7a1834);
}

body.page-how-many-children .hmc-factor--affliction .hmc-pts {
  color: #9a2f45;
}

/* Remedies */
body.page-how-many-children .hmc-remedies {
  margin: 0 0 1rem;
  padding-left: 1.15rem;
}

body.page-how-many-children .hmc-remedies li {
  margin-bottom: 0.55rem;
  font-size: 0.93rem;
  line-height: 1.55;
  color: var(--ink);
}

/* Disclaimer */
body.page-how-many-children .hmc-disclaimer {
  margin: 1.5rem 0 1rem;
  padding: 0.9rem 1rem;
  border: 1px solid var(--cream-border);
  border-radius: 10px;
  background: #fff;
}

body.page-how-many-children .hmc-disclaimer__title {
  margin: 0 0 0.35rem;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--crimson, #7a1834);
}

body.page-how-many-children .hmc-disclaimer p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.55;
  color: var(--muted);
}

/* Related calculators */
body.page-how-many-children .hmc-related-wrap {
  margin-top: 1rem;
}

body.page-how-many-children .hmc-related {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 0.85rem;
  padding: 0.85rem 1rem;
  background: #fbf5ee;
  border: 1px solid #ece1d2;
  border-radius: 12px;
}

body.page-how-many-children .hmc-related__label {
  font-weight: 700;
  color: #4a0e1f;
}

body.page-how-many-children .hmc-related__link {
  color: #b3123b;
  font-weight: 600;
  text-decoration: none;
}

body.page-how-many-children .hmc-related__link:hover {
  text-decoration: underline;
}
