/* -------------------------------------------------------------------------- *
 * Ambassador (FundraiserPage) 2-column own-render layout — ADR-0014. Split out
 * of donation-form.css. The portrait renders in the left column (core
 * post-featured-image block), so suppress the Phlox theme's featured-image top
 * "hero" (the entry-media > img) on child campaign pages only. The featured
 * image itself is kept (the Követek grid card + og:image read it) — we only hide
 * its theme-rendered hero here. Scoped to our FundraiserPage body class so
 * umbrella + non-campaign pages are untouched. (Theme-coupled to Phlox's
 * entry-media markup by necessity — there is no filter on the theme's
 * featured-image render.)
 * -------------------------------------------------------------------------- */
body.charitable-sc-fundraiser-page .entry-media > img.wp-post-image {
	display: none !important;
}

/* -------------------------------------------------------------------------- *
 * PSWP donation-form block (ADR-0021 D3).
 * Front end: the React app mounts into #pswp-root and brings its own MUI styles,
 * so we only give the wrapper a little breathing room. Editor: a disabled,
 * visually-faithful mockup (real layout, inert) — never a live payment app in the
 * editor. The mockup borrows the dark form palette so it reads as "the donation
 * form" at a glance.
 * -------------------------------------------------------------------------- */
.charitable-sc-pswp-form {
	margin: 0 auto;
}
.charitable-sc-pswp-form--missing p {
	margin: 0;
	padding: 0.75rem 1rem;
	font-size: 0.85rem;
	color: #8a6d00;
	background: #fcf3e3;
	border: 1px solid #f0e3c0;
	border-radius: 6px;
}

.charitable-sc-pswp-mock {
	background: #28527A;
	color: #d9d9d9;
	border-radius: 10px;
	padding: 1.25rem 1.5rem 1.5rem;
	text-align: center;
	font-family: inherit;
}
.charitable-sc-pswp-mock__title {
	margin: 0 0 0.75rem;
	font-size: 0.7rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #959595;
}
.charitable-sc-pswp-mock__tabs {
	display: flex;
	gap: 0.5rem;
	justify-content: center;
	margin-bottom: 1rem;
}
.charitable-sc-pswp-mock__tabs span {
	flex: 1;
	max-width: 11rem;
	padding: 0.45rem 0.75rem;
	font-size: 0.8rem;
	border-radius: 6px 6px 0 0;
	background: rgba(255, 255, 255, 0.06);
	border-bottom: 2px solid transparent;
}
.charitable-sc-pswp-mock__tabs span.is-active {
	background: rgba(138, 196, 208, 0.18);
	border-bottom-color: #8ac4d0;
	color: #fff;
}
.charitable-sc-pswp-mock__cols {
	display: flex;
	gap: 1.5rem;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 1rem;
}
.charitable-sc-pswp-mock__col-title {
	margin: 0 0 0.5rem;
	font-size: 0.95rem;
	font-weight: 600;
	color: #fff;
}
.charitable-sc-pswp-mock__chip {
	display: inline-block;
	margin: 0 0.25rem 0.5rem;
	padding: 0.4rem 0.8rem;
	font-size: 0.85rem;
	border-radius: 6px;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(138, 196, 208, 0.35);
}
.charitable-sc-pswp-mock__fields {
	display: flex;
	flex-direction: column;
	gap: 0.4rem;
	max-width: 18rem;
	margin: 0 auto 1rem;
}
.charitable-sc-pswp-mock__field {
	display: block;
	padding: 0.5rem 0.75rem;
	font-size: 0.8rem;
	text-align: left;
	color: #959595;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 6px;
}
.charitable-sc-pswp-mock__button {
	display: inline-block;
	padding: 0.55rem 1.6rem;
	font-size: 0.9rem;
	font-weight: 600;
	color: #28527A;
	background: #8ac4d0;
	border-radius: 6px;
}
.charitable-sc-pswp-mock__note {
	margin: 1rem 0 0;
	font-size: 0.7rem;
	font-style: italic;
	color: #7f97ad;
}
