
.avis-redaction { border: 1px solid #eee; padding: 1rem; margin: 1rem 0; border-radius: 6px;  background:#fff;     padding-left: 20px;
    padding-bottom: 40px; }

.avis-redaction .points-forts h3 { color: #1a7f37; margin-bottom: 0.5rem; font-size: 0.95rem; letter-spacing:0.4px; }
.avis-redaction .points-faibles h3 { color: #c62828; margin-top: 0px; margin-bottom: 0.5rem; font-size: 0.95rem; letter-spacing:0.4px; }

.entry-content .avis-redaction ul { list-style: none; margin: 0; padding: 0;  padding-top: 5px; }
.entry-content .avis-redaction li { position: relative; padding-left: 28px; margin: 0.6rem 0; line-height:1.3; margin-bottom: 15px; }

.points-faibles,.points-forts {position: relative;padding-left: 35px; }

/* check icon for points-forts */
.avis-redaction .points-forts li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 10px;
    font-weight: 700;
    color: #20b24c;
    background: rgba(32,178,76,0.09);
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

/* cross icon for points-faibles */
.avis-redaction .points-faibles li::before {
    content: "✖";
    position: absolute;
    left: 0;
    top: 10px;
    font-weight: 700;
    color: #d32f2f;
    background: rgba(211,47,47,0.06);
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

/* subtle divider like mockup */
.avis-redaction { background: #f7f7f7; }
.avis-redaction .divider { height:1px; background:#eee; margin:12px 0; }
