/*
 * Temporary validation override for Events Grid Featured cards.
 * This file forces hover/cursor behavior independently of plugin build assets.
 */

section.events .events_featured-item,
section.events .events_featured-item.box,
section.events .events_featured-item[data-event-url] {
	cursor: pointer !important;
	transition: background-color 0.3s ease !important;
}

section.events .events_featured-item:hover,
section.events .events_featured-item.box:hover,
section.events .events_featured-item[data-event-url]:hover {
	background: #e4dde2 !important;
}

section.events .events_featured-item > span[aria-hidden="true"] svg path {
	transition: fill 0.4s ease !important;
}

section.events .events_featured-item:hover > span[aria-hidden="true"] svg path:first-child {
	fill: #e4dde2 !important;
}

section.events .events_featured-item:hover > span[aria-hidden="true"] svg path:last-child {
	fill: #815374 !important;
}
