/*
 * Mirrors the icon interaction Element Pack's Hover Box already applies
 * on :hover, but keyed to the .active class instead — so it also fires
 * when tcm-hbss-script.js sets .active based on scroll position.
 *
 * If a given Hover Box instance uses a different hover effect (e.g. no
 * rotation, or a different angle), adjust/remove this rule accordingly.
 */
.bdt-ep-hover-box-item.active .bdt-ep-hover-box-icon-wrap i,
.bdt-ep-hover-box-item.active .bdt-ep-hover-box-icon-wrap svg {
	transform: rotate(90deg) !important;
	transition: transform 0.25s;
}
