/**
 * Mission & vision — the bits theme.json can't express: the circular icon disc
 * and equal-height cards. Loaded only when .ab-mission-vision is on the page.
 */
.ab-mission-vision {
	--ab-mv-icon-bg: #e6f1f9; /* light-blue icon disc */
}

/* Cards fill the column so both sit at equal height regardless of copy length. */
.ab-mission-vision .ab-mv-card {
	height: 100%;
	box-shadow: var(--wp--preset--shadow--soft);
}

.ab-mv-card__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: var(--ab-mv-icon-bg);
	color: var(--wp--preset--color--ab-blue);
}

.ab-mv-card__icon svg {
	width: 28px;
	height: 28px;
}

/* Vision card: warm orange disc (mission keeps the blue disc above). */
.ab-mv-card__icon--orange {
	background: #fdebd7;
	color: var(--wp--preset--color--ab-orange);
}
