@keyframes bounceWithPause {
    0% { transform: translateY(0); }
    15% { transform: translateY(-5px); color: var(--primary); } /* Rychlý výskok + změna barvy */
    30% { transform: translateY(0);  } /* Rychlý návrat + zpět na původní barvu */
    100% { transform: translateY(0);  } /* Pauza se základní barvou */
}

a.menu-highlight {
    display: inline-block;
    animation: bounceWithPause 1.5s infinite ease-in-out;
}

/* přihlášwní recenzí*/

/* ----------------------------------------------
 * Generated by Animista on 2025-4-3 7:34:29
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation pulsate-bck
 * ----------------------------------------
 */
@-webkit-keyframes pulsate-bck {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes pulsate-bck {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}


#item-1742938911238 > div > div.ba-leave-review-wrapper > div > div.ba-comments-login-wrapper > div.ba-guest-login-wrapper > span {
  /*animace*/
	-webkit-animation: pulsate-bck 0.5s ease-in-out infinite both;
	        animation: pulsate-bck 0.5s ease-in-out infinite both;
  
    --vh: 12.200000000000001px;
    -webkit-locale: auto;
    -webkit-text-size-adjust: none!important;
    -webkit-tap-highlight-color: transparent;
    border-radius: 3px;
    color: #fff !important;
    cursor: pointer;
    display: inline-flex;
    font-size: 16px !important;
    font-weight: bold !important;
    letter-spacing: 0px !important;
    line-height: initial !important;
    margin: 0 0 25px;
    padding: 15px 40px;
    transition: all .3s;
    background: var(--primary) !important;
}