/* Subscribe page only — enqueued solely on /subscribe/ */

/* Hide theme page title + social share on this page (keep sitewide CTAs elsewhere). */
.entry-header,
.jeg_share_top_container,
.jeg_share_bottom_container,
.jeg_share_button,
.jeg_sharelist,
.share-secondary {
  display: none !important;
}

/* On the subscribe page itself, hide redundant midbar Subscribe button (not other pages). */
body.page-id-664 .jeg_nav_item.jeg_button_1,
body.page-subscribe .jeg_nav_item.jeg_button_1 {
  display: none !important;
}

.cgm-sub {
  --cgm-navy: #0b1f33;
  --cgm-gold: #c4a35a;
  --cgm-ink: #1a1a1a;
  --cgm-muted: #5a6570;
  max-width: 720px;
  margin: 1.5rem auto 3.5rem;
  padding: 0 1.25rem;
  color: var(--cgm-ink);
  box-sizing: border-box;
}
.cgm-sub *, .cgm-sub *::before, .cgm-sub *::after { box-sizing: border-box; }
.cgm-sub-title {
  margin: 0 0 0.75rem;
  font-size: clamp(1.6rem, 3vw, 2.1rem);
  line-height: 1.2;
  color: var(--cgm-navy);
}
.cgm-sub-lede {
  margin: 0 0 1.25rem;
  font-size: 1.05rem;
  line-height: 1.55;
  color: var(--cgm-muted);
  max-width: 38rem;
}
.cgm-sub-embed {
  width: 100%;
  overflow: hidden;
  border: 1px solid #e6e8eb;
  border-radius: 8px;
  padding: 0.75rem 0.5rem 1rem;
  background: #fff;
}
.cgm-sub-embed iframe {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: 540px;
  height: 560px;
  border: 0;
  overflow: hidden;
}
@media (max-width: 600px) {
  .cgm-sub { margin-top: 1rem; padding: 0 1rem; }
  .cgm-sub-embed { padding: 0.5rem 0.15rem 0.75rem; }
  .cgm-sub-embed iframe {
    width: 100%;
    height: 620px;
  }
}
