.star {
    font-size: 30px;
    color: rgb(255, 171, 64);
}

.star.empty {
    color: #e0e0e0;
}

.star.half {
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

.agr-review {
    text-align: center;
}

.text-container {
    font-size: 14px;
    white-space: nowrap;
}

@media (max-width: 767px) {
    .star {
        font-size: 22px;
    }

    .text-container {
        font-size: 12px;
    }
}
