.es-lpmc-student-correction {
    margin: 30px 0;
    padding: 22px;
    border: 2px solid #d63638;
    border-radius: 12px;
    background: #fff;
}
.es-lpmc-student-correction h3 { margin:0 0 8px; }
.es-lpmc-student-correction__intro { margin:0 0 16px; color:#50575e; }
.es-lpmc-student-correction__content {
    padding:18px;
    border:1px solid #e2e4e7;
    border-radius:8px;
    background:#fcfcfc;
    line-height:1.9;
    overflow-wrap:anywhere;
}
.es-lpmc-student-correction__content .es-lpmc-teacher-comment {
    display:inline;
    padding:2px 5px;
    border-radius:3px;
}
