/**
 * Community Engagement Page Styles
 *
 * @package Eryvium
 * @since Eryvium 1.0.0
 */

.community-engagement-page {
	/* Page-specific styles */
}

.community-engagement-content {
	padding: var(--spacing-section-vertical) 0;
}

.community-engagement-content-wrapper {
	max-width: var(--container-content-max-width);
	margin: 0 auto;
}

.community-engagement-page .post-content {
	/* Content styles */
}

/* Hide video overlay on Community Engagement page */
.community-engagement-page .why-hpmsm-video__overlay {
	display: none !important;
}

/* Change gradient for chrome-regions-section: blue at top, white at bottom */
.community-engagement-page .chrome-regions-section {
	background: linear-gradient(180deg, #CCE3FB 0%, #FFFFFF 100%);
}

/* Principles section: icons with white background */
.community-engagement-page .principles-card__icon {
	background: #fff;
}

.community-engagement-page .principles-card__icon .material-icons {
	color: var(--color-night-core);
	font-size: 28px;
}

