.testimonial-item {
    border-radius: 12px;
    background-color: white;
    padding: 24px;
    border: 1px solid #ededed;
}

.testimonial-item .testimonial-header {
    display: flex;
    gap: 10px;
}

.testimonial-item .thumbnail {
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 999px;
    overflow: hidden;
}

.testimonial-item .thumbnail img {
    width: 100%;
}

.testimonial-item .title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 2px;
    line-height: 1.4em;
}

.testimonial-item .position {
    margin-bottom: 0px;
    font-weight: 300;
    line-height: 1.4em;
    font-size: 12px;
}

.testimonial-item .description {
    font-size: 12px;
    line-height: 1.6em;
    font-weight: 400;
    margin-bottom: 24px;
    border-bottom: 1px solid #ededed;
    padding-bottom: 16px;
}

.testimonial-item .feed-rating {
    margin-bottom: 10px;
    color: #FFB800;
    letter-spacing: 3px;
    position: relative;
    white-space: nowrap;
    line-height: 1.2em;
    display: inline-block;
}

.testimonial-item .feed-rating .star:before {
    content: "★★★★★";
}

.testimonial-item .feed-rating .star.front {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    overflow: hidden;
}

.testimonial-item .feed-rating .star.back {
    opacity: 0.2;
}