.elementor-kit-24888{--e-global-color-primary:#0984E3D9;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-9bc1b4e:#4054B2;--e-global-color-2e5275d3:#23A455;--e-global-color-3f219e59:#000;--e-global-color-ad2bfe5:#FFF;--e-global-color-428bf16:#6EC1E4;--e-global-color-09e0b01:#23A48C;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-24888 e-page-transition{background-color:#FFBC7D;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* --- NUEVO FORMATO LIMPIO Y DE ALTO CONTRASTE (FONDO BLANCO) --- */

/* Contenedor principal de la lista de comentarios */
.comment-list {
    padding-left: 0 !important;
}

/* Tarjeta principal del comentario */
.ast-comment {
    background-color: #ffffff !important;
    border-radius: 8px !important;
    padding: 25px !important;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.07) !important;
    border: 1px solid #e9e9e9 !important;
}

/* Espacio entre comentarios */
.comment-list .comment {
	margin-bottom: 25px !important;
}

/* Contenedor de la información del autor */
.ast-comment-info {
    align-items: center !important;
}

/* Avatar del autor */
.ast-comment-avatar-wrap .avatar {
    border-radius: 50% !important;
    width: 50px !important;
    height: 50px !important;
}

.ast-comment-avatar-wrap {
    margin-right: 15px !important;
}

/* Nombre del autor */
.ast-comment-cite-wrap .fn {
    font-size: 1.1em !important;
    font-weight: bold !important;
    color: #222222 !important; 
}

/* Fecha y hora del comentario */
.ast-comment-time .timendate a {
    font-size: 0.9em !important;
    color: #777777 !important;
}

/* Texto del comentario */
.ast-comment-content {
    line-height: 1.7 !important;
    padding-top: 15px !important;
    color: #444444 !important;
}

/* Botón de Responder de Alto Contraste */
.ast-reply-link .comment-reply-link {
    background-color: #200040 !important; /* Púrpura oscuro como fondo */
    color: #ffffff !important; /* Texto blanco */
    padding: 10px 18px !important;
    border-radius: 5px !important;
    border: none !important;
    font-weight: bold !important;
    font-size: 0.9em !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
}

/* Efecto al pasar el ratón sobre el botón de responder */
.ast-reply-/* End custom CSS */