.tb-21dd50d9-container {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.tb-21dd50d9-avatars {
    display: flex;
    align-items: center;
}

.tb-21dd50d9-avatar {
    border-radius: 50%;
    overflow: hidden;
    transition: transform 0.2s ease;
}

.tb-21dd50d9-avatar img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tb-21dd50d9-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.tb-21dd50d9-stars {
    display: flex;
    align-items: center;
    line-height: 1;
}

.tb-21dd50d9-star {
    display: inline-block;
    line-height: 1;
}

.tb-21dd50d9-star svg {
    display: block;
}

.tb-21dd50d9-text {
    margin-top: 4px;
}
