/* Home best compact v1 */

.fo-cmd-best{
  min-height:78px!important;
  margin-top:13px!important;
  padding:11px 70px 11px 14px!important;
  border-radius:21px!important;
}

.fo-cmd-best::after{
  right:14px!important;
  width:44px!important;
  height:44px!important;
  border-radius:15px!important;
  font-size:23px!important;
}

.fo-cmd-best .t{
  margin:0 0 5px!important;
  font-size:13px!important;
  line-height:1.2!important;
}

.fo-cmd-best .b,
#fo-cmd-best{
  font-size:13.5px!important;
  line-height:1.45!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}

.fo-cmd-best > div:first-child{
  min-width:0!important;
  width:100%!important;
}

/* Animated trophy */
@keyframes foBestCupFloat{
  0%,100%{
    transform:translateY(-50%) translateY(0) rotate(-2deg) scale(1);
    filter:drop-shadow(0 3px 5px rgba(251,191,36,.20));
  }
  50%{
    transform:translateY(-50%) translateY(-4px) rotate(2deg) scale(1.06);
    filter:drop-shadow(0 7px 10px rgba(251,191,36,.48));
  }
}

.fo-cmd-best::after{
  animation:foBestCupFloat 2.8s ease-in-out infinite!important;
  transform-origin:center!important;
  will-change:transform,filter;
}

@media (prefers-reduced-motion:reduce){
  .fo-cmd-best::after{
    animation:none!important;
  }
}
