/*
 * FemiX "Major gifts and foundations" — split into two sections:
 * a quiet, editorial invitation block (portrait + funding priorities), and a
 * centered inquiry form matching the Partner/Investor page treatment.
 * Scoped to the Give page only.
 */

/* Sponsor one founder — full-width left-aligned header; copy and CTA
   centered vertically against the portrait, with deliberate spacing
   before the button. */
.fmxp-page--give #sponsor-a-founder .fmxp-heading {
  width: min(100%, 1160px);
  max-width: 1160px;
  margin-inline: auto;
  text-align: left;
}

.fmxp-page--give #sponsor-a-founder .fmxp-story {
  align-items: center;
}

.fmxp-page--give #sponsor-a-founder .fmxp-story > div > p {
  margin-bottom: 32px;
}

.fmxp-page--give #sponsor-a-founder .fmxp-story > div > a.fmxp-button {
  margin-top: 0;
}

/* Invitation block */
.fmxp-page--give #major-gift-invitation .fmxp-heading {
  width: min(100%, 1160px);
  max-width: 1160px;
  margin-inline: auto;
  text-align: left;
}

.fmxp-page--give #major-gift-invitation .fmxp-heading .fmxp-intro {
  max-width: 100%;
  text-align: left;
}

.fmxp-page--give #major-gift-invitation .fmxp-checklist li {
  align-items: center;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(36, 20, 61, .1);
}

.fmxp-page--give #major-gift-invitation .fmxp-checklist svg {
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  margin-top: 0;
  padding: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--fmxp-purple), var(--fmxp-purple-hover));
  color: var(--fmxp-white);
}

.fmxp-page--give #major-gift-invitation .fmxp-checklist span {
  color: var(--fmxp-ink);
  font: 600 16px/1.4 Poppins, sans-serif;
}

.fmxp-page--give #major-gift-invitation .fmxp-button--outline-light {
  border-color: var(--fmxp-purple);
  background: var(--fmxp-white);
  color: var(--fmxp-purple) !important;
}

.fmxp-page--give #major-gift-invitation .fmxp-button--outline-light:hover {
  border-color: var(--fmxp-purple-hover);
  background: var(--fmxp-lavender);
  color: var(--fmxp-purple-hover) !important;
}

/* Inquiry form — same centered, widened treatment as Partners/Investors */
.fmxp-page--give #major-gift .fmxp-shell {
  width: min(1280px, calc(100% - 48px));
}

@media (max-width: 640px) {
  .fmxp-page--give #major-gift .fmxp-shell {
    width: calc(100% - 36px);
  }
}

/* Donate and gift-levels disclaimers — pinned to the left edge of the
   container instead of centered. */
.fmxp-page--give #donate .fmxp-disclosure,
.fmxp-page--give #gift-levels .fmxp-disclosure {
  margin: 30px 0 0;
  text-align: left;
}
