
.ricostudy-star {
    color: #f1c40f;
    font-size: 20px;
}
.ricostudy-review-slide {
    width: 95%;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    padding: 20px;
    min-height: 250px;
    border-radius: 10px;
    padding: 15px;
    border: 1px solid #eee;
    margin: 10px;
    background: #fff;
}
.ricostudy-prev, .ricostudy-next {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px 20px;
    margin: 10px;
    cursor: pointer;
}



/* Slider Navigation Buttons */
.review-slider-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.owl-prev, .owl-next {
    position: absolute;
    bottom: 10px;
    padding: 10px 15px;
    background-color: #333;
    color: white;
    border: none;
    border-radius: 4px;
    z-index: 100;
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
}

.owl-prev {
    left: 10px;
}

.owl-next {
    right: 10px;
}

.review-box {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
    padding: 15px;
    border-radius: 10px;
    background: #fff;
    margin: 10px;
}
