.rev-container {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
}
.rev-stars {
    display: inline-flex;
    align-items: center;
    line-height: 1;
}
.rev-star {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    user-select: none;
}
.rev-text {
    line-height: 1.2;
}
