/* V8.19.21 - Comentarios con respuestas */
.download-button-v81920,
.detail-actions-v81920 .button,
.download-login-button {
    text-transform: none;
}

.comment-item {
    position: relative;
}

.comment-text {
    white-space: pre-line;
}

.comment-replies {
    margin-top: 12px;
    margin-left: 18px;
    padding-left: 16px;
    border-left: 3px solid rgba(242, 182, 84, .45);
    display: grid;
    gap: 10px;
}

.comment-replies .comment-item {
    background: rgba(250, 247, 240, .72);
    border-color: rgba(242, 182, 84, .35);
}

.reply-details {
    margin-top: 10px;
}

.reply-details summary {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    color: #B37600;
    font-weight: 950;
    font-size: 13px;
    list-style: none;
    user-select: none;
}

.reply-details summary::-webkit-details-marker {
    display: none;
}

.reply-details summary::before {
    content: "↳";
    font-weight: 950;
}

.comment-reply-form {
    margin-top: 10px;
    display: grid;
    gap: 10px;
}

.comment-reply-form textarea {
    width: 100%;
    min-height: 86px;
    border-radius: 16px;
    border: 1px solid rgba(242, 182, 84, .75);
    background: #FFFDF8;
    color: #111;
    font: inherit;
    padding: 14px;
    resize: vertical;
    outline: none;
}

.comment-reply-form textarea:focus {
    box-shadow: 0 0 0 4px rgba(242, 182, 84, .18);
}

.comment-reply-actions {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
    color: #6B7280;
    font-size: 12px;
    font-weight: 800;
}

.comment-reply-actions button {
    border: 0;
    border-radius: 999px;
    background: #F2B654;
    color: #111;
    font-weight: 950;
    padding: 10px 16px;
    cursor: pointer;
}

.reply-locked {
    margin-top: 10px;
    color: #6B7280;
    font-size: 13px;
    font-weight: 800;
    background: #F3F4F6;
    border-radius: 14px;
    padding: 10px 12px;
}
