.vendor-review-platform-wrapper {
    grid-area: vendorReviewPlatform;
    align-self: center;
}
.global-chart .vendor-review-platform-wrapper {
    align-self: center;
    margin-bottom: .5rem;
}
.global-chart.logooffer-stacked .vendor-review-platform-wrapper {
    margin-bottom: 0;
}
 /*Hover Rating and Trust Pilot Review Count*/
.inChart-reviewCount-container {
    background-color: #fff;
    color: #484848;
    padding: 0 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    grid-area: reviewCountTrustPilot;
    align-self: start;
}
.review-party-logo {
    width: 75px;
    margin-top: .25rem;
    margin-bottom: .25rem;
}
.rating-review-count {
    margin-bottom: 0;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.25;
}
.top-choices:has(.hover-rating-container) .rating-wrapper {
    cursor: pointer;
}
.hover-rating-container {
    display: none;
    background-color: #484848;
    color: #FFFFFF;
    padding: .25rem .5rem;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: .25rem;
    position: absolute;
    top: 2.25rem;
    left: 0;
    width: 100%;
    border-radius: 5px;
}
.rating-wrapper:hover .hover-rating-container {
    display: block;
}
.global-chart .hover-rating-container {
    left: auto;
    top: 0;
    right: -95%;
    z-index: 99;
}
.reviewScore-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 14px;
    gap: .5rem;
    width: 100%;
}
.reviewScore-wrapper p {
    font-weight: 500;
    margin-bottom: 0;
    color:#FFFFFF;
}
p.reviewScore-score-1 {
    color: #2BD347;
}
p.reviewScore-score-2 {
    color: #FFDB58;
}
.hwr-content-customize ol {
    margin-top: 1rem;
}

@media screen and (max-width: 991px) {
    .global-chart .top-choices:has(.vendor-review-platform-wrapper) .product-start .card-body {
        display: grid;
        grid-template-columns: min-content;
        grid-template-rows: min-content;
        grid-template-areas:
              'chartRank vendorLogo'
              'chartRank vendorReviewPlatform';
    }
    .logooffer-stacked.global-chart .top-choices:has(.vendor-review-platform-wrapper) .product-start .card-body {
        display: flex !important;
    }

    .inChart-reviewCount-container, .rating-wrapper:hover .hover-rating-container, .vendor-review-platform-wrapper {
        display: none;
    }
    .global-chart .inChart-reviewCount-container, .rating-wrapper:hover .hover-rating-container, .vendor-review-platform-wrapper {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: flex-end;
        gap: 4px;
    }
    .logooffer-stacked .inChart-reviewCount-container, .rating-wrapper:hover .hover-rating-container, .vendor-review-platform-wrapper {
        justify-content: flex-start;
        align-items: center;
    }
    .review-party-logo {
        width: 65px;
    }
    .global-chart .review-party-logo {
        width: 55px;
        margin: 0 !important;
    }
    .logooffer-stacked .review-party-logo {
        padding-bottom: 4px;
    }
    .global-chart .rating-review-count {
        font-size: 9px;
    }
}
@media screen and (max-width: 767px) {
    .top-choices .card .product-start:has(.inChart-reviewCount-container) .product-image {
        position: static;
        transform: none;
    }
}