/* Animated menu item — desktop only */
@media (min-width: 1025px) {
    .animated-menu-item > a,
    .animated-menu-item > a:visited,
    .animated-menu-item > a:link {
        animation: ramada-color-sweep 3s ease-in-out infinite !important;
        -webkit-text-fill-color: unset !important;
        background: none !important;
        background-clip: unset !important;
        -webkit-background-clip: unset !important;
    }

    @keyframes ramada-color-sweep {
        0%   { color: #413c3c !important; }
        50%  { color: #D21942 !important; }
        100% { color: #413c3c !important; }
    }
}
