* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.container__comentario-box {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}


@media (min-width: 1400px) {
    .container__comentario-box {
        margin-bottom: 55px;
    }

  }

.container__general-comentario {
    height: 100%;
    max-width: 2222px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-top: 2px solid #6b6b6b3b;
}

.container__escribir-comentario {
    height: 20px;
    width: 95%;
    margin-bottom: 8px;
    margin-top: 27px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.container__comentario-user {
    width: 40px;
    height: 35px;
    margin-left: 20px;
    margin-right: 12px;
}

.container__comentario-user > img {
    width: 100%;
    height: 100%;
    background-color: transparent;
}

.container__input-comentario {
    width: 100%;
}


.container__input-comentario input {
    outline: none;
    width: 100%;
    height: 35px;
    margin-left: 5px;
    border: 1px solid #7c7c7c;
    border-radius: 20px;
    padding-left: 14px;
    font-size: 16px;
    color: #6b6b6b;
    background: #fefefe;
}


.btn_comentar {
    margin: 0 18px;
    color: #fff;
    height: 35px;
    display: flex;
    font-size: 16px;
    background: #2196F3;
    border: 2px solid #03A9F4;
    padding: 1px 8px 1px 7px;
    border-radius: 5px;
    align-items: center;
    flex-direction: column;
    align-content: center;
    justify-content: center;
}

.container__all-comentarios {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;

}

.container__preguntas-consultas {
    /* width: fit-content; */
    display: flex;
    justify-content: space-between;
    margin: 22px;
    background-color: #ffffffab;
    color: #403e3e;
    font-family: system-ui;
    font-weight: 600;
    font-size: 14px;
    padding: 8px;
    border-radius: 20px 15px 15px 0;

}

.comentario__contenedor--2 {
    display: flex;
    font-size: 16px;
    margin: 10px;
}

.borrar_btn-comentario {
    margin: -22px -7px;
    border-radius: 50%;
    color: #fefefe;
    font-weight: bold;
    font-size: 16px;
    height: 21px;
    width: 21px;
    min-width: 21px;
    min-height: 21px;
    background: #ff4747;
    display: flex;
    justify-content: center;
}


.container__respuestas-consultas {
    max-height: 500px;
    display: flex;
    margin: 5px;
    background-color: #ff464624;
    color: #494949;
    font-family: monospace, sans-serif;
    font-size: 14px;
    padding: 8px;
    border-radius: 15px;

}

.botonera__comentario-user {
    display: flex;
    justify-content: space-evenly;
    color: #65676b;
    font-weight: 600;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    line-height: 8px;
    font-size: 13px;
    margin: 10px 0px 0px;


}


.botonera__comentario-user a {
    text-decoration: none;
    color: #65676b;
    transition: all 1s;
}

.container__img-preguntas {
    width: 35px;
    height: 35px;
    margin-right: 5px;
    margin-top: 3px;
}

.container__img-preguntas img {
    width: 35px;
    height: 35px;
}

.nombre__user-comentario {
    margin-bottom: 5px;
}

.nombre__user-comentario span{
    color: #1b1b1b;
    font-weight: 600;
    font-size: 19px;
}


.content__msj-user {
    margin: 10px 0;
}


.content__respuesta-user {
    width: 95%;
    margin: 8px 0 0;
    float: right;

}

/* ===== Comentarios alineados al estilo calido del detalle ===== */
.ml-comments-wrapper.social-comments {
    max-width: 1180px;
    margin: 36px auto 74px;
    padding: 24px;
    border-radius: 20px;
    border: 1px solid #ffd7b5;
    background: linear-gradient(180deg, #ffffff 0%, #fff8ee 100%);
    box-shadow: 0 20px 40px rgba(217, 119, 6, 0.12);
}

.ml-comments-wrapper.social-comments .social-comments__brand {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border-radius: 999px;
    border: 1px solid #fdba74;
    background: #fff3e1;
    color: #9a3412;
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.03em;
    padding: 5px 10px;
    text-transform: uppercase;
}

.ml-comments-wrapper.social-comments .social-comments__title {
    color: #1f2937;
}

.ml-comments-wrapper.social-comments .social-comments__subtitle {
    color: #6b7280;
}

.ml-comments-wrapper.social-comments .social-comments__stat {
    border: 1px solid #ffd7b5;
    border-radius: 14px;
    background: #fffaf3;
    box-shadow: 0 8px 18px rgba(251, 146, 60, 0.08);
}

.ml-comments-wrapper.social-comments .social-comments__stat strong {
    color: #9a3412;
}

.ml-comments-wrapper.social-comments .social-breakdown__row {
    border-radius: 12px;
    border: 1px solid #ffe3c8;
    background: #fffdf8;
    padding: 8px 10px;
}

.ml-comments-wrapper.social-comments .social-breakdown__bar {
    background: #ffe8cb;
}

.ml-comments-wrapper.social-comments .social-breakdown__bar > span {
    background: linear-gradient(135deg, #fb923c, #f97316);
}

.ml-comments-wrapper.social-comments .social-comments__trust {
    border: 1px solid #fed7aa;
    border-radius: 12px;
    background: #fff7ed;
}

.ml-comments-wrapper.social-comments .social-comments__toolbar {
    border: 1px solid #ffe1c4;
    border-radius: 14px;
    background: #fffaf4;
    padding: 12px;
}

.ml-comments-wrapper.social-comments .social-toolbar__field,
.ml-comments-wrapper.social-comments .social-toolbar__select {
    border-color: #fdba74;
    background: #ffffff;
}

.ml-comments-wrapper.social-comments .social-comment-compose {
    border: 1px solid #ffd9ba;
    border-radius: 16px;
    background: linear-gradient(180deg, #ffffff 0%, #fff8ef 100%);
    box-shadow: 0 12px 28px rgba(217, 119, 6, 0.1);
}

.ml-comments-wrapper.social-comments .social-avatar {
    background: linear-gradient(135deg, #f97316, #fb923c);
    color: #ffffff;
}

.ml-comments-wrapper.social-comments .social-comment-card {
    border: 1px solid #ffe2c8;
    border-radius: 15px;
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(217, 119, 6, 0.08);
}

.ml-comments-wrapper.social-comments .social-rating-pill {
    border: 1px solid #fdba74;
    background: #fff7e8;
    color: #9a3412;
}

.ml-comments-wrapper.social-comments .social-btn-primary,
.ml-comments-wrapper.social-comments .btn__publicar-comentario {
    border: none;
    border-radius: 999px;
    background: linear-gradient(135deg, #ff8f1f, #f97316);
    color: #ffffff;
    box-shadow: 0 10px 22px rgba(249, 115, 22, 0.26);
}

.ml-comments-wrapper.social-comments .social-btn-secondary {
    border: 1px solid #fed7aa;
    border-radius: 999px;
    background: #ffffff;
    color: #9a3412;
}

.ml-comments-wrapper.social-comments .social-btn-link {
    color: #c2410c;
}

.ml-comments-wrapper.social-comments .social-btn-link--danger {
    color: #dc2626;
}

.ml-comments-wrapper.social-comments .social-reply-item {
    border: 1px solid #ffe2c8;
    border-radius: 12px;
    background: #fffaf4;
}

.ml-comments-wrapper.social-comments .social-reply-form textarea,
.ml-comments-wrapper.social-comments .social-comment-compose textarea {
    border-color: #fdba74;
    background: #ffffff;
}

.ml-comments-wrapper.social-comments .social-counter {
    color: #9a3412;
}

@media (max-width: 720px) {
    .ml-comments-wrapper.social-comments {
        margin: 28px auto 66px;
        padding: 15px;
        border-radius: 16px;
    }

    .ml-comments-wrapper.social-comments .social-comments__toolbar {
        padding: 10px;
    }
}

.ml-comments-wrapper.social-comments .social-comment-card.notification-focus-parent {
    border-color: #fb923c;
    box-shadow: 0 0 0 2px rgba(251, 146, 60, 0.34), 0 16px 34px rgba(217, 119, 6, 0.18);
}

.ml-comments-wrapper.social-comments .social-comment-card.notification-focus-parent .social-reply-item.notification-focus-target {
    border-color: #fb923c;
    background: #fff2e5;
}

.ml-comments-wrapper.social-comments .social-comment-card.notification-focus-parent,
.ml-comments-wrapper.social-comments .social-reply-item.notification-focus-target {
    scroll-margin-top: 126px;
}



