
.rating-result {
    border-radius: 0px 50px 0px;
    padding: 20px 5px;
}

.rating-result .rating-box {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.rating-comment .avatar {
    width: 32px;
    height: 32px;
    padding: 5px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-content: center;
    font-size: 16px;
    font-weight: 800;
}

.horizontal-scrollable img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}