.g-badge{display:inline-flex;flex-direction:column;gap:6px;color:#4c4e4e;text-decoration:none!important;white-space:nowrap;line-height:1.1}.g-badge[data-clickable="true"]{cursor:pointer}.g-badge[data-clickable="false"]{cursor:default}.g-badge:hover,.g-badge:active,.g-badge:visited{color:#4c4e4e;text-decoration:none!important}.g-badge__top{display:inline-flex;align-items:center;gap:8px}.g-badge__g svg{width:20px;height:20px;display:block}.g-badge__text{font-size:19px}.g-badge__rating,.g-badge__count{font-weight:700}@media (max-width:767px){.g-badge__text{font-size:16px}}.g-stars{--g-star-size:24px;--star-min-x:3.5;--star-max-x:21;display:inline-flex;gap:2px;align-items:center}.g-star{width:var(--g-star-size);height:var(--g-star-size);display:inline-flex;transform-origin:50% 60%}.g-star__svg{width:var(--g-star-size);height:var(--g-star-size);display:block}.g-star__base{fill:#D6DAE4}.g-star__fill{fill:#ffb542}.g-badge:hover .g-star{animation:g-star-swing 1s infinite}.g-badge:hover .g-star:nth-child(1){animation-delay:0ms}.g-badge:hover .g-star:nth-child(2){animation-delay:70ms}.g-badge:hover .g-star:nth-child(3){animation-delay:140ms}.g-badge:hover .g-star:nth-child(4){animation-delay:210ms}.g-badge:hover .g-star:nth-child(5){animation-delay:280ms}@keyframes g-star-swing{0%{transform:rotate(0deg) scale(1)}20%{transform:rotate(12deg) scale(1.08)}40%{transform:rotate(-8deg) scale(1.08)}60%{transform:rotate(6deg) scale(1.08)}80%{transform:rotate(-4deg) scale(1.08)}100%{transform:rotate(0deg) scale(1.08)}}