/* V8.19.22 - Limpieza de textos y respuestas con sangría */
.download-note,
.download-note-v81920,
.comment-alert.success {
    display: none !important;
}
.design-comments .comments-list {
    display: grid;
    gap: 12px;
}
.design-comments .comment-item {
    margin: 0;
}
.comment-text {
    margin-bottom: 6px;
    white-space: pre-line;
}
.reply-details {
    margin-top: 6px !important;
}
.reply-details summary {
    font-size: 13px;
    padding: 4px 0;
}
.comment-replies {
    margin-top: 6px !important;
    margin-left: 14px !important;
    padding-left: 14px !important;
    border-left: 3px solid rgba(242, 182, 84, .75) !important;
    display: grid;
    gap: 6px !important;
}
.comment-replies .reply-item,
.reply-item {
    margin: 0 !important;
    padding: 12px 14px !important;
    border-radius: 16px !important;
    background: #FFF8EA !important;
    border: 1px solid rgba(242, 182, 84, .35) !important;
    box-shadow: none !important;
}
.reply-item .comment-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}
.reply-item .comment-meta::before {
    content: "↳ Respuesta";
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 3px 8px;
    background: rgba(242, 182, 84, .25);
    color: #9A6400;
    font-size: 11px;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: .02em;
}
.comment-reply-form {
    margin-top: 6px !important;
    gap: 8px !important;
}
.comment-reply-form textarea {
    min-height: 74px !important;
}
