.meta {
    width: fit-content;
    display: inline-block;
}

.comment_container .description {
    width: 80%;
}

/* Responsive: hide product details on mobile */
@media only screen and (max-width: 768px) {
    .review-bloc {
        width: 100% !important;
        margin-bottom: 2rem;
    }

    /* Adjust rating badge size on mobile */
    .review-bloc .rounded-full {
        width: 80px !important;
        height: 80px !important;
        line-height: 60px !important;
        font-size: 20px !important;
    }

    /* Adjust logo sizes on mobile */
    .review-bloc img[alt="Trustpilot"],
    .review-bloc img[alt="Google"],
    .review-bloc img[alt="CBDOO"] {
        width: 60px !important;
    }
}