#lgcomment.page-product-box {
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2);
    margin-top: 2rem;
    background: #fff;
    padding: 1.25rem 1.875rem;
    display: inline-block;
    width: 100%;
}

#lgcomment .content-button {
    text-align: center;
    margin: 0px 0px 10px 0px;
}

/* Grille des avis : uniquement Bootstrap .row / .col (pas de flex custom sur #lgcomment) */
#lgcomment .lgcomments-reviews-grid {
    margin-bottom: 0.5rem;
}

/* La colonne garde le padding horizontal Bootstrap (gouttière entre cartes). */
#lgcomment .productComment {
    margin-bottom: 1.5rem;
}

#lgcomment .productComment .lgcomments-review-card {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 1rem 1.1rem;
    background: #fff;
    height: 100%;
}

#lgcomment .productComment .info-block {
    margin-bottom: 0.75rem;
}

#lgcomment .productComment-card-head {
    display: table;
    width: 100%;
    margin-bottom: 0.5rem;
}

#lgcomment .productComment-user-ico {
    display: table-cell;
    vertical-align: middle;
    width: 2.25rem;
    padding-right: 0.5rem;
    color: #888;
    font-size: 1.25rem;
    line-height: 1;
}

#lgcomment .productComment .nick {
    display: table-cell;
    vertical-align: middle;
    font-size: 0.95rem;
    font-weight: 600;
    color: #222222;
}

#lgcomment .productComment .nick .order {
    display: block;
    margin-top: 0.25rem;
    padding-left: 0;
    font-weight: 400;
    font-size: 0.8rem;
}

#lgcomment .productComment .date {
    font-size: 0.75rem;
    color: #666666;
    margin-bottom: 0.5rem;
}

#lgcomment .productComment-stars {
    margin-bottom: 0.5rem;
}

#lgcomment .productComment .title {
    font-size: 0.95rem;
    color: #222222;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

#lgcomment .productComment .comment {
    font-size: 0.95rem;
    color: #000000;
}

#lgcomment .productComment .content-block {
    border: none;
    padding: 0;
    margin: 0;
}

#lgcomment .productComment .answer {
    padding-left: 0;
    padding-top: 0.75rem;
    margin-top: 0.75rem;
    border-top: 1px solid #eeeeee;
    color: #777777;
    font-style: italic;
}

#lgcomment .rating-hidden {
    visibility: hidden;
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
}

#lgcomment #more_less {
    text-align: center;
    margin-top: 0.5rem;
    margin-bottom: 0.25rem;
    clear: both;
}

.lgcomment_summary {
    border-bottom: 3px solid #e7e7e7;
    padding: 1rem 0 1.25rem;
    margin-bottom: 1.25rem;
    font-family: "Open Sans", sans-serif;
    width: 100%;
    background: #ffffff;
    color: #777777;
}

.lgcomment-filter-heading {
    text-transform: uppercase;
    font-weight: bold;
}

.commentfilter {
    cursor: pointer;
    margin-bottom: 0.5rem;
}

.commentfilter.commentfilter-disabled,
.commentfilter.commentfilter-disabled * {
    pointer-events: none;
    cursor: default;
}

.commentfilter.commentfilter-disabled {
    opacity: 0.45;
}

.commentfilter span {
    display: inline-block;
}

.commentfilterreset {
    cursor: pointer;
}

#lgcomment .commentfilterreset.lgcomment-reset-hidden {
    display: none !important;
}

@media (max-width: 992px) {
    #lgcomment .content-button .lgcomment_button {
        white-space: normal;
    }
}

@media (max-width: 768px) {
    #lgcomment .productComment .info-block {
        text-align: left;
    }

    #lgcomment .productComment .nick {
        font-size: 1rem;
    }

    #lgcomment .productComment .date {
        font-size: 0.85rem;
    }
}

.comment_anchor {
    cursor: pointer;
}

#lgcomment .lgcomments_law_block {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #cccccc;
    padding: 15px;
    font-weight: bold;
    margin-bottom: 15px;
}
