/*
Theme Name: Sociedad Engage
Theme URI: https://sociedadcrema.online
Author: Sociedad / Engage
Author URI: https://sociedadcrema.online
Description: Theme oficial Sociedad Engage (layout propio, sin Elementor)
Version: 1.0.0
Text Domain: sociedad-engage
*/
body {
  background-color: #e6e6e6;
}


 /* Fondo ligeramente más oscuro SOLO en móvil */
.icons-mobile-wrapper {
    background-color: #f2f2f2;
}

@media (min-width: 768px) {
    .icons-mobile-wrapper {
        background-color: transparent;
    }
}

/* para comentario */
.comment-list .children {
    margin-left: 60px;
    margin-top: 15px;
}

.comment-list li {
    margin-bottom: 15px;
}

.comment-list .children {
    margin-left: 45px;
    margin-top: 10px;
}

.comment-list .comment-content p {
    margin-bottom: 6px;
}

/* ===== COMENTARIOS MODERNOS ===== */
.comment-card {
    background: #f1f3f6;
    padding: 14px 16px;
    border-radius: 14px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    border: 1px solid #a1a1a1;
    transition: all .2s ease;
}

.comment-card:hover {
    box-shadow: 0 4px 14px rgba(0,0,0,0.06);
}

.comment-list li {
    margin-bottom: 18px;
}

.comment-list .children {
    margin-left: 55px;
    margin-top: 12px;
}

.comment-content {
    line-height: 1.5;
    color: #333;
}

.comment-content p {
    margin-bottom: 6px;
}

.comment-list .reply {
    margin-top: 6px;
    font-size: 13px;
}

.comment-list .reply a {
    color: #0d6efd;
    text-decoration: none;
}

.comment-list .reply a:hover {
    text-decoration: underline;
}

/* ajsute para los iconos del menu */
.offcanvas svg {
  flex-shrink: 0;
}
.offcanvas svg {
  opacity: .95;
}
/* evita saltos raros en movil para iconos creados nuevos */
header svg,
.offcanvas svg {
  display: inline-block;
  vertical-align: middle;
  flex-shrink: 0;
}