.why-chess-kicker {
	font-size: 0.9rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #ffffff;
	opacity: 0.85;
	margin: 0 0 6px 0;
}

.why-chess-card {
	text-align: center;
	padding: 40px 28px;
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.5s ease, transform 0.5s ease, box-shadow 0.3s ease;
}

.why-chess-card:hover {
	transform: translateY(-6px);
}

.why-chess-card.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.wp-block-column:nth-child(2) .why-chess-card {
	transition-delay: 0.1s;
}

.wp-block-column:nth-child(3) .why-chess-card {
	transition-delay: 0.2s;
}

.why-chess-icon-wrap {
	display: flex;
	justify-content: center;
	margin-bottom: 22px;
	color: var(--wp--preset--color--primary);
	transition: color 250ms ease, transform 250ms ease, filter 250ms ease;
}

.why-chess-icon-wrap svg {
	width: 78px;
	height: 78px;
	display: block;
}

.why-chess-card:hover .why-chess-icon-wrap {
	color: var(--wp--preset--color--accent);
	transform: scale(1.06);
	filter: drop-shadow(0 6px 16px rgba(0, 0, 0, 0.25));
}

.why-chess-card__title {
	font-weight: 700;
	font-size: 26px;
	margin-bottom: 12px;
	color: var(--wp--preset--color--primary);
}

.why-chess-card__text {
	margin: 0;
}

@media (prefers-reduced-motion: reduce) {
	.why-chess-card {
		opacity: 1;
		transform: none;
		transition: none;
	}

	.why-chess-card:hover .why-chess-icon-wrap {
		transform: none;
	}
}
