/*
Generated time: March 25, 2026 07:20
This file was created by the app developer. Feel free to contact the original developer with any questions. It was minified (compressed) by AVADA. AVADA do NOT own this script.
*/
.trustpilot-score-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 350px;
    padding: 36px 44px;
    gap: 24px;
    border-radius: var(--border-radius);
    background-color: #00b67A1C;
    color: var(--font-color)
}

.trustpilot-score-card:hover {
    background-color: #00b67936
}

.trustpilot-logo {
    width: 110px;
    margin-bottom: 20px
}

.score {
    font-size: 24px;
    font-weight: 500;
    line-height: 100%
}

.actual-score {
    font-size: 60px;
    color: #000
}

.stars {
    position: relative;
    height: 33px;
    width: 100%
}

.rating-stars {
    position: absolute;
    height: 33px;
    width: auto;
    top: 0;
    left: 50%;
    translate: -50% 0;
    z-index: 1
}

.rating-stars.green {
    z-index: 2;
    clip-path: inset(0 calc(100% - var(--fill)) 0 0)
}

.reviews-number {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px
}

.reviews-number p {
    margin: 0;
    line-height: 130%;
    font-size: 15px
}

.people {
    display: flex
}

.person {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: 3px solid #fff;
    background-color: #fff;
    margin-left: -15px
}

h3.card-title {
    font-size: 20px;
    line-height: 120%;
    text-align: center
}

@media (max-width:989px) {
    .trustpilot-score-card {
        width: 300px;
        padding: 25px 30px;
        gap: 16px
    }

    h3.card-title {
        font-size: 18px
    }
}