.vendor-review-platform-wrapper {
    grid-area: vendorReviewPlatform;
    align-self: center;
}
.global-chart .vendor-review-platform-wrapper {
    align-self: center;
    margin-bottom: 1rem
}

 /*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;
}
.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) {
    .inChart-reviewCount-container, .rating-wrapper:hover .hover-rating-container, .vendor-review-platform-wrapper {
        display: none;
    }
}

@media screen and (max-width: 992px) {
    .inChart-reviewCount-container {
        align-self: end;
    }
}