
.rating-container {
    display: flex;
    flex-direction: column;
    max-width: 300px;
    background-color: #f7f7f7;
    padding: 10px 24px;
    border-radius: 10px;
}
 
.rating-header {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.rating-number {
    font-size: 24px;
    font-weight: bold;
    margin-right: 15px;
}

.stars-container {
    position: relative;
    display: inline-block;
}

.stars-background {
    display: inline-block;
    color: #e0e0e0;
    position: relative;
    z-index: 0;
}

.stars-foreground {
    position: absolute;
    top: 0;
    left: 0;
    color: #ffc107;
    overflow: hidden;
    z-index: 1;
    white-space: nowrap;
}

.star {
    font-size: 24px;
}

.review-info {
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
    color: #666;
}

.write-review {
    color: #e74c3c;
    text-decoration: none;
    font-weight: bold;
}

.container_x1y2z3 {
    /* width: 90%;
    max-width: 1200px; */
    margin: auto;
}

.title_a1b2c3 {
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    margin: 34px 0 0 0 !important;
    color: #5e5e5e;
}
.caption_a1b2c3{
    margin:  0 0 34px 0 !important;
    text-align: center;

}

.grid_layout_r1s2t3 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}

.card_n1m2o3 {
    background: white;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: 0.3s;
}

.card_n1m2o3:hover {
    /* transform: translateY(-5px); */
}

.image_x7y8z9 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 180px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 10px;
}

.image_x7y8z9 img {
    height: 100px;
}

.heading_q2w3e4 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 8px;
}

.stars_rating_k4l5m6 {
    color: #FFD700;
    font-size: 16px;
}

.sub_ratings_p9o8i7 {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin-top: 10px;
}
.revw_thumbnail {
    width: 41px !important;
    border: 1px solid #dedede;
    height: 38px !important;
    margin: 4px;
    border-radius: 5px;
    cursor: zoom-in;
}

.placeholder_text {
    color: #b1b1b1;
    font-size: 60px;

}
.review_section_g5h6j7 {
    margin-top: 30px;
}
.play_button {
    position: absolute;
    top: 30%;
    right: 25%;
    width: 50%;
    color: white;
    border-radius: 50%;
    background: #00000099;
    padding: 3px 8px;
}


.review_card_u8i9o0 {
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    margin-top: 15px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.avatar_k9l8m7 {
    width: 55px;
    height: 55px;
    background: #ddd;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    margin-right: 15px;
}

.review_text_y6t5r4 {
    flex: 1;
}

.review_name_b5n4m3 {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}

.review_date_x1c2v3 {
    font-size: 12px;
    color: gray;
    margin-bottom: 5px;
}

.stars_rating_x9y8z7 {
    color: #FFD700;
}

.actions_t4r5y6 {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.actions_t4r5y6 a {
    color: #ff4b5c;
    font-weight: bold;
    text-decoration: none;
    font-size: 14px;
}

.actions_t4r5y6 a:hover {
    text-decoration: underline;
}

@media (max-width: 460px) {
    .card_n1m2o3 {
        width: 48%;
    }
}

@media (min-width: 460px) and (max-width: 769px) {
    .card_n1m2o3 {
        width: 32%;
    }
}

@media (max-width: 768px) {
    .grid_layout_r1s2t3 {
        display: flex;
        flex-wrap: wrap;
        gap: 0px !important;
    }

    .card_n1m2o3 {
        /* width: 32%; */
        margin: 2px;
    }

    .card_n1m2o3 {
        padding: 8px;
    }

    .sub_ratings_p9o8i7 {
        font-size: 11px;
        margin-top: 0px;
    }

    .image_x7y8z9 img {
        height: 100%;
        width: 100%;
    }

    .image_x7y8z9 {
        height: 72px;
    }

    .heading_q2w3e4,
    .stars_rating_k4l5m6 {
        font-size: 13px;
    }

    .review_card_u8i9o0 {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .avatar_k9l8m7 {
        margin-bottom: 10px;
    }

    .rating-container {
        padding: 8px;
        flex-direction: row;
    }

    .rating-number,
    .star {
        font-size: 16px;
    }

    .review-info {
        font-size: 14px;
    }

    .common_desc {
        font-size: 13px;
    }
}