
.thanks-modular-crosslink__tile--lift:hover { transform: scale(1.05); transition: transform .2s ease; }

.thanks-modular-crosslink__cta--lift:hover { transform: scale(1.05); transition: transform .2s ease; }

.thanks-modular-crosslink__btn--lift:hover { transform: scale(1.05); transition: transform .2s ease; }

.thanks-modular-crosslink__thumb--lift:hover { transform: scale(1.1); transition: transform .2s ease; }

/* Hover effect moved out of the sem directive (framework-independent) */
.thanks-modular-crosslink__contact-link .thanks-modular-crosslink__thumb--lift { transition: transform 0.3s ease; }
.thanks-modular-crosslink__contact-link:hover .thanks-modular-crosslink__thumb--lift { transform: scale(1.1); }
@media (prefers-reduced-motion: reduce) {
    .thanks-modular-crosslink__contact-link:hover .thanks-modular-crosslink__thumb--lift { transform: none; }
}

