/* Fix ONLY the Book Now button (menu-item-657) - kill grow animation */

#menu-item-657 > a:hover,
#menu-item-657 > a:focus,
#menu-item-657 > a.uael-menu-item:hover,
#menu-item-657 > a.uael-menu-item:focus {
    transform: none !important;
    scale: 1 !important;
    background-color: #4169E1 !important;
}

#menu-item-657 > a,
#menu-item-657 > a.uael-menu-item {
    transition: background-color 0.3s ease !important;
}

/* Also target by the animation class but only for this specific menu item */
.uael-animation__grow #menu-item-657 > a:hover,
.uael-animation__grow #menu-item-657 > a:focus {
    transform: none !important;
    scale: 1 !important;
}
