.custom-hover-column-4a6e3456 {
	transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.4s cubic-bezier(0.25, 1, 0.5, 1) !important;
	will-change: transform, box-shadow;
}

.custom-hover-column-4a6e3456:hover {
	transform: translateY(-8px) scale(1.02) !important;
	box-shadow: 0 15px 30px rgba(150, 132, 90, 0.15) !important;
	z-index: 10;
}
