.giftflow-volunteer-cta {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 1rem;
	padding: 2.5rem 2rem;
	border-radius: var(--wp--preset--border-radius--medium, 12px);
	background: var(--wp--preset--color--base, #f9fafb);
	font-family: inherit;
}

.giftflow-volunteer-cta__icon {
	color: var(--wp--preset--color--primary, var(--wp--preset--color--vivid-cyan-blue, #3b82f6));
}

.giftflow-volunteer-cta__icon svg {
	width: 48px;
	height: 48px;
	display: block;
}

.giftflow-volunteer-cta__heading {
	margin: 0;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.3;
	color: var(--wp--preset--color--contrast, #1f2937);
}

.giftflow-volunteer-cta__description {
	max-width: 580px;
	line-height: 1.65;
	color: var(--wp--preset--color--contrast-2, #6b7280);
}

.giftflow-volunteer-cta__description p {
	margin: 0;
}

.giftflow-volunteer-cta__action {
	margin-top: 0.25rem;
}

.giftflow-volunteer-cta__button {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.75rem 2rem;
	font-size: 0.95rem;
	font-weight: 600;
	line-height: 1.4;
	text-decoration: none;
	border-radius: var(--wp--preset--border-radius--small, 8px);
	color: var(--wp--preset--color--base, #ffffff);
	background: var(--wp--preset--color--primary, var(--wp--preset--color--vivid-cyan-blue, #3b82f6));
	transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
	cursor: pointer;
}

.giftflow-volunteer-cta__button:hover {
	transform: translateY(-1px);
	/* box-shadow: 0 4px 12px rgba(59, 130, 246, 0.35); */
	text-decoration: none;
	opacity: 0.92;
}

.giftflow-volunteer-cta__button:focus-visible {
	/* outline: 2px solid var(--wp--preset--color--primary, #3b82f6); */
	outline-offset: 2px;
}

.giftflow-volunteer-cta__button:active {
	transform: translateY(0);
}
