/*
Theme Name:   Campaign Child
Theme URI:    https://shellie.digital
Description:  Reusable Astra child theme for political / civic campaign client sites.
Author:       Shellie Gardner
Author URI:   https://shellie.digital
Template:     astra
Version:      1.0.0
Text Domain:  campaign-child
*/

/*
Colors, typography, and layout are entirely handled through the WordPress
Customizer (Astra Global Palette + Typography) and stored in the database. 
This file inherits core heading choices dynamically to eliminate manual inspection.
*/

/* ── Page Header block (ACF: eyebrow / header_title / subtitle) ── */
.campaign-page-header {
	position: relative;
	background-color: var(--ast-global-color-6);
	text-align: left;
	padding: 60px 20px 50px;
	overflow: hidden;
}



.campaign-page-header__inner {
	position: relative;
	max-width: var(--ast-container-default-xlg-width, 1200px);
	margin-left: auto;
	margin-right: auto;
}

.campaign-page-header__eyebrow {
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 4px;
	text-transform: uppercase;
	color: var(--ast-global-color-2);
	margin: 0 0 20px;
}

/* Inherits your global Customizer H1 settings completely */
.campaign-page-header__title {
	margin: 0 0 20px;
}

/* Inherits your global Customizer H4 settings completely */
.campaign-page-header__subtitle {
	font-style: italic;
	color: color-mix(in srgb, var(--ast-global-color-0) 65%, transparent);
	margin: 0 0 30px;
}

.campaign-page-header__divider {
	width: 90px;
	height: 4px;
	margin: 0;
	background: linear-gradient(to right, var(--ast-global-color-2), var(--ast-global-color-1));
}

.campaign-page-header__bottom-bar {
	height: 4px;
	width: 100%;
	background: linear-gradient(to right, var(--ast-global-color-2), var(--ast-global-color-1));
}