/*
Ability Esports — Section component (ability_theme_section_open/close()).
Not yet used by any live template — ready for the future page-composition
work in /docs/IMPLEMENTATION-BLUEPRINT.md.
*/

.ae-section {
	padding-block: var(--ae-space-3xl);
}

.ae-section--tight {
	padding-block: var(--ae-space-xl);
}

.ae-section__header {
	max-width: var(--ae-measure-narrow);
	margin-bottom: var(--ae-space-xl);
}

.ae-section__eyebrow {
	font-size: var(--ae-text-eyebrow);
	letter-spacing: var(--ae-tracking-eyebrow);
	color: var(--ae-color-brand-primary-bright);
	margin: 0 0 var(--ae-space-sm) 0;
}

.ae-section__heading {
	margin: 0 0 var(--ae-space-sm) 0;
}

.ae-section__text {
	color: var(--ae-color-text-secondary);
	margin: 0;
}
