.bd-reveal {
	animation: bd-reveal 480ms ease both;
}

@keyframes bd-reveal {
	from {
		opacity: 0;
		transform: translateY(12px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.bd-route-list li::before {
	transition: background-color 200ms ease;
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	.bd-reveal,
	.bd-card,
	.bd-arrow-link::before,
	.bd-arrow-link::after,
	.entry-content .wp-block-kadence-column.bd-card-col > .kt-inside-inner-col {
		animation: none !important;
		transition: none !important;
		transform: none !important;
	}
}
