/*
Theme Name: Mainstream Democrats PAC
Theme URI: https://mainstreamdemocrats.org
Author: E11 Group
Author URI: https://e11group.com
Description: Child theme of Launchpad for Mainstream Democrats PAC. Card-on-navy splash layout with Roboto Condensed typography.
Template: launchpad
Tags: block-theme, full-site-editing, child-theme
Version: 0.1.0
Text Domain: mainstream-democrats
*/

/* Override core block-library body defaults */
body {
	background-color: var(--wp--preset--color--dark);
	color: var(--wp--preset--color--contrast);
	font-family: var(--wp--preset--font-family--primary);
	font-size: 1rem;
	line-height: 1.7;
}

/* Card wrapper — semi-transparent white card on navy background */
.mdp-card-wrapper {
	background: rgba(255, 255, 255, 0.9);
	border-radius: 10px;
}

/* Footer — remove WP's default block gap margin on the template part */
footer.wp-block-template-part {
	margin-block-start: 0 !important;
}

/* Disclaimer box */
.mdp-disclaimer {
	border: 1px solid #bbbbbb;
	text-transform: uppercase;
}

/* Footer links — uppercase, no underline by default */
.mdp-footer-links a:where(:not(.wp-block-button__link)) {
	text-decoration: none !important;
	text-transform: uppercase;
}

.mdp-footer-links a:where(:not(.wp-block-button__link)):hover {
	text-decoration: underline !important;
}

/* ── Home: Mission Statement ──────────────────────────────── */
.mdp-mission {
	font-size: 1.25rem;
	line-height: 1.2;
	font-weight: 400;
	text-align: center;
	padding: 24px 20px 0;
}

.mdp-mission u {
	text-decoration-thickness: 1px;
	text-underline-offset: 2px;
}

.mdp-mission strong {
	font-weight: 600;
}

/* ── Home: Donate CTA ────────────────────────────────────── */
.mdp-donate-cta {
	padding: 48px 20px 0;
	text-align: center;
}

/* ── Inner Pages: Article Content ────────────────────────── */
.mdp-article-content {
	padding: 48px 20px;
	font-size: 17px;
	line-height: 1.5;
	font-weight: 400;
	text-align: left;
}

.mdp-article-content h1 {
	font-size: 2rem;
	margin-bottom: 1.5rem;
}

.mdp-article-content h2 {
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 2em 0 0.75em;
}

.mdp-article-content h3 {
	font-size: 20px;
	font-weight: 400;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 2px;
	margin: 1.5em 0 0.5em;
}

.mdp-article-content ul {
	padding-left: 1.5em;
}

.mdp-article-content li {
	margin-bottom: 0.5em;
}

/* ── 404: Not Found ─────────────────────────────────────── */
.mdp-not-found {
	padding: 80px 20px;
	text-align: center;
}

/* ── Responsive ──────────────────────────────────────────── */
@media (min-width: 768px) {
	.mdp-mission {
		font-size: 24px;
		padding: 34px 32px 0;
	}

	.mdp-donate-cta {
		padding: 72px 32px 0;
	}

	.mdp-article-content {
		padding: 80px 32px;
		font-size: 20px;
	}

	.mdp-article-content h1 {
		font-size: clamp(2.5rem, 2rem + 2vw, 3.12rem);
	}

	.mdp-not-found {
		padding: 120px 32px;
	}
}

@media (max-width: 768px) {
	.mdp-card-wrapper {
		border-radius: 8px;
	}
}
