.ti-stars {
    margin: 20px 0 20px 0;
}

.ti-review-item .ti-stars .ti-star {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url('./f.svg') no-repeat center center;
    background-size: contain;
    margin-right: 2px;
}

.ti-verified-tooltip {
    color: #fff !important;
    background-color: #3B404B !important;
    padding: 0px 10px;
    border-radius: 4px;
    font-size: 11px !important;
    line-height: 22px !important;
    font-weight: 500;
    display: inline-block;
    position: absolute;
    left: 0px;
    margin-left: 25px;
    top: -4px;
    white-space: nowrap;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.ti-verified-review:hover .ti-verified-tooltip {
    opacity: 1;
    margin-left: 20px;
}

.ti-verified-review {
    display: inline-block;
    background: url(https://hostiumcomafd82.zapwp.com/m:0/a:https://web.archive.org/web/20210828213217im_/https://cdn.trustindex.io/assets/icon/trustindex-verified-icon.svg);
    background-size: contain;
    width: 15px;
    height: 15px;
    margin-left: 7px;
    position: relative;
    z-index: 2;
}

.review {
    background-color: #fff;
    color: #000;
    padding: 20px;
    margin: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.review.lazy-loaded {
    visibility: visible;
    opacity: 1;
}

.ti-profile-details {
    display: flex;
    align-items: center;
}

.ti-name {
    margin-right: 10px;
    font-weight: 800;
}

.trustpilot-slider {
    display: flex;
    flex-wrap: wrap;
}

.ti-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
