#ccp-page-2026-situational-awareness {
		--theme-color-primary: var(--bs-primary);
		--theme-color-secondary: var(--bs-secondary);
		--theme-color-accent: var(--bs-secondary);
}
#ccp-page-2026-situational-awareness .heading {
		font-family: var(--ccp-heading-font-family);
}
#ccp-page-2026-situational-awareness .hero-headline.display-3 {
		font-size: clamp(2.25rem, 4vw, 3.5rem) !important;
}
#ccp-page-2026-situational-awareness .hero-headline.display-4 {
		font-size: clamp(2rem, 3.5vw, 3rem) !important;
}
#ccp-page-2026-situational-awareness .lead {
		font-size: 1.125rem;
}
#ccp-page-2026-situational-awareness .btn-lg {
		--bs-btn-padding-x: 2.5rem;
		--bs-btn-padding-y: 1rem;
}
@media (max-width: 767.98px) {
		#ccp-page-2026-situational-awareness #ccp-promo-banner-front {
				padding-inline: 1rem;
		}
		#ccp-page-2026-situational-awareness #ccp-hero-banner-content {
				margin-inline: -1rem;
		}
}
#ccp-page-2026-situational-awareness blockquote:not(.pull-quote) {
		font-size: 1.05rem;
}
#ccp-page-2026-situational-awareness .numbered-fact-item {
		position: relative;
		overflow: hidden;
}
#ccp-page-2026-situational-awareness .numbered-fact-item::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 3px;
		background: var(--theme-color-primary);
}
#ccp-page-2026-situational-awareness .pull-quote {
		position: relative;
		font-style: normal;
		font-size: 1.05rem;
}
#ccp-page-2026-situational-awareness .pull-quote::before {
		content: "";
		position: absolute;
		left: 0;
		top: 0.85rem;
		bottom: 0.85rem;
		width: 4px;
		border-radius: 4px;
		background: var(--theme-color-secondary);
}
#ccp-page-2026-situational-awareness .numbered-fact-item {
		background: #fff;
		border: 1px solid #dee2e6;
		border-radius: 0.375rem;
		padding: 1.5rem;
}
#ccp-page-2026-situational-awareness .numbered-fact-item::before {
		background: var(--theme-color-secondary);
}
#ccp-page-2026-situational-awareness .numbered-fact-item__num {
		display: block;
		font-family: var(--ccp-heading-font-family);
		font-size: 1.5rem;
		color: var(--theme-color-secondary);
		line-height: 1;
		margin-bottom: 0.5rem;
}
#ccp-page-2026-situational-awareness .stroke-block {
		border-inline-start: 0.25rem solid var(--bs-secondary) !important;
}
#ccp-page-2026-situational-awareness .checklist-item__num {
		flex: 0 0 auto;
		min-width: 2.5rem;
		font-family: var(--ccp-heading-font-family);
		font-size: 1.5rem;
		color: var(--theme-color-secondary);
		line-height: 1;
}