/* ---------- Process ---------- */

.mcs-process {
	background: var(--wp--preset--color--primary);
	color: var(--wp--preset--color--primary-foreground);
	border-block: 1px solid color-mix(in srgb, #fff 15%, transparent);
}

.mcs-process h2,
.mcs-process .wp-block-heading {
	color: #fff;
}

.mcs-process .mcs-lead,
.mcs-process-note {
	margin-top: 1.25rem;
	padding: 1.25rem;
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: var(--mcs-radius-lg);
	background: rgba(255, 255, 255, 0.05);
	color: rgba(255, 255, 255, 0.8);
	font-size: 0.875rem;
	line-height: 1.65;
}

.mcs-process-head {
	display: grid;
	gap: 2.5rem;
	align-items: center;
}

.mcs-process-photo {
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: var(--mcs-radius-xl);
}

.mcs-process-photo img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.mcs-process .wp-block-columns {
	margin-top: 3.5rem;
}

.mcs-process .gecko-knowledge-tip-card {
	position: relative;
	border: 1px solid rgba(255, 255, 255, 0.15);
	background: rgba(255, 255, 255, 0.05);
	color: #fff;
}

.mcs-process .gecko-knowledge-tip-card h3,
.mcs-process .gecko-knowledge-tip-card .wp-block-heading {
	color: #fff;
	font-size: 1.125rem !important;
}

.mcs-process .gecko-knowledge-tip-card .gecko-muted,
.mcs-process .gecko-knowledge-tip-card p {
	color: rgba(255, 255, 255, 0.75);
}

.mcs-process .gecko-knowledge-tip-card.has-bg-dark .gecko-knowledge-tip-icon,
.mcs-process .gecko-knowledge-tip-icon {
	background: var(--wp--preset--color--accent) !important;
}

.mcs-process .gecko-knowledge-tip-icon img {
	filter: brightness(0) saturate(100%);
}

.mcs-process .gecko-knowledge-tip-subtitle {
	position: absolute;
	top: 1.25rem;
	right: 1.5rem;
	margin: 0;
	color: rgba(255, 255, 255, 0.25);
	font-family: var(--wp--preset--font-family--fraunces);
	font-size: 1.875rem;
	font-weight: 600;
	line-height: 1;
}

@media (min-width: 75rem) {
	.mcs-process-head {
		grid-template-columns: 7fr 5fr;
	}
}
