.es-round-avatar {
    align-items: center;
    border: var(--3f2cb110);
    border-radius: 50%;
    display: flex;
    height: var(--0ce0845e);
    justify-content: center;
    margin-right: -8px;
    object-fit: cover;
    width: var(--013f77af)
}

.es-num-avatar {
    background: #111827;
    color: #fff;
    font-size: 12px
}

.es-avatar-group {
    display: flex
}

.es-heart-avatar {
    background: linear-gradient(259.41deg, #f6a1e8 21.42%, #ef7ce0 61.14%, #e858d9)
}

.es-circle:not(:last-child) {
    margin-right: 4px
}

.es-badge-box {
    align-items: var(--ae94e594);
    background: #fff;
    border: 2px solid #e9e9e9;
    border-radius: var(--412b342a);
    cursor: var(--743f2f6e);
    display: inline-flex;
    flex-direction: column;
    gap: 5px;
    padding: 15px;
    position: relative
}

.es-badge-sources {
    display: flex;
    gap: 5px
}

.es-badge-rating-text {
    color: var(--c94dd1b4);
    text-align: var(--0447d9db)
}

.es-badge-average-rating,
.es-badge-num-reviews {
    font-weight: 700
}

.es-card-background {
    background: var(--f974c4a2);
    border: 2px solid var(--f974c4a2)
}

.es-badge-close-icon {
    align-items: center;
    background: #fff;
    border: 1px solid #d6dae4;
    border-radius: 50%;
    box-shadow: 0 2px 1px rgba(0, 0, 0, .05), 0 0 1px rgba(0, 0, 0, .25);
    color: #464b5b;
    cursor: pointer;
    display: flex;
    height: 26px;
    justify-content: center;
    opacity: 0;
    padding: 5px;
    pointer-events: none;
    position: absolute;
    right: -8px;
    top: -8px;
    transition: all .3s;
    width: 26px;
    z-index: 999999
}

.es-badge-box:hover .es-badge-close-icon {
    opacity: 1;
    pointer-events: all
}

.es-badge-box .es-avatar-group {
    margin-left: -8px
}

.es-badge-box:hover .es-badge-stars svg {
    animation: swing 1s infinite;
    transform: scale(1.2)
}

.es-custom-logo {
    border-radius: 50%;
    height: 20px;
    object-fit: contain;
    width: 20px
}

@keyframes swing {
    20% {
        transform: rotate(15deg)
    }

    40% {
        transform: rotate(-10deg)
    }

    60% {
        transform: rotate(5deg)
    }

    80% {
        transform: rotate(-5deg)
    }

    to {
        transform: rotate(0deg)
    }
}

.es-review-btn,
.es-review-btn:active,
.es-review-btn:focus {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    align-items: center;
    background-color: var(--aaf5b3d6);
    border: var(--39b416e1);
    border-radius: var(--64120388);
    color: var(--435a7be8);
    cursor: pointer;
    display: flex;
    justify-content: center;
    margin-top: 5px;
    overflow: hidden;
    padding: var(--6e862008);
    text-align: center;
    text-decoration: none;
    text-overflow: ellipsis;
    transition: all .15s ease-out;
    white-space: nowrap;
    width: 100%;
    z-index: 1
}

.es-review-btn:hover {
    background-color: var(--36c64d7a);
    color: var(--435a7be8)
}

.es-badge-box.es-dark {
    background: #000;
    border: 2px solid #373739
}

.es-dark .es-badge-close-icon {
    background: #000;
    border: 1px solid #000
}

.es-dark .es-badge-close-icon svg path {
    fill: #fff
}

.es-button-icon {
    align-items: center;
    display: flex;
    height: 20px;
    margin-right: 10px;
    width: 20px
}

.es-button-image {
    width: 100%
}

@media (max-width:576px) {
    .es-badge-close-icon {
        opacity: 1
    }
}