.elementor-4049 .elementor-element.elementor-element-17ef0ed7{--display:flex;}/* Start custom CSS *//* 1. OCULTAR BOTÓN MENSAJES */
.wp-block-sensei-lms-button-learner-messages {
    display: none !important;
}

/* 2. LIMPIEZA DE LA LISTA DE CURSOS */
ul.wp-block-post-template {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

li.wp-block-post {
    margin-bottom: 40px !important;
    list-style-type: none !important;
}

/* 3. ESTILO DE LA TARJETA (CARD) */
.wp-block-post .has-border-color {
    border-radius: 15px !important;
    border: 1px solid #e5e5e5 !important;
    background: #ffffff !important;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05) !important;
    padding: 25px !important;
    transition: all 0.3s ease;
}

.wp-block-post .has-border-color:hover {
    box-shadow: 0 8px 25px rgba(0,0,0,0.1) !important;
    transform: translateY(-3px);
}

/* 4. ARREGLAR TÍTULOS (MENOS GIGANTES Y SIN CURSIVA) */
h2.wp-block-post-title, 
h2.wp-block-post-title a {
    font-size: 24px !important; /* Tamaño más equilibrado */
    font-weight: 800 !important;
    font-style: normal !important; /* Quita la inclinación */
    color: #222 !important;
    line-height: 1.2 !important;
    text-decoration: none !important;
}

h2.wp-block-post-title a:hover {
    color: #f16b61 !important; /* El color de tu marca al pasar el ratón */
}

/* 5. AUTOR Y EXTRACTO */
.wp-block-post-author__name {
    font-weight: 700 !important;
    font-size: 14px !important;
}

.wp-block-post-excerpt p {
    font-size: 15px !important;
    color: #666 !important;
    line-height: 1.5 !important;
}

/* 6. BARRA DE PROGRESO SENSEI */
.sensei-progress-bar__label {
    font-weight: 600 !important;
    margin-bottom: 10px !important;
}

.sensei-progress-bar__bar {
    height: 10px !important;
    border-radius: 10px !important;
    background-color: #f0f0f0 !important;
}

.sensei-progress-bar__progress {
    border-radius: 10px !important;
    background-color: #f16b61 !important; /* Color coral de la marca */
}

/* 7. BOTÓN "CONTINUE" (ESTILO PROGRAMA) */
.wp-block-button__link,
button.wp-block-button__link {
    background-color: #f16b61 !important;
    color: #fff !important;
    border-radius: 6px !important;
    padding: 12px 25px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    border: none !important;
    transition: 0.3s !important;
}

.wp-block-button__link:hover {
    background-color: #333 !important;
    transform: scale(1.05);
}

/* 8. ARREGLAR NAVEGACIÓN LATERAL MI CUENTA (REPASO) */
.woocommerce-MyAccount-navigation ul {
    list-style: none !important;
    padding: 0 !important;
}

.woocommerce-MyAccount-navigation-link a {
    background: #fdfdfd !important;
    border: 1px solid #eee !important;
    border-radius: 8px !important;
    padding: 12px 15px !important;
    margin-bottom: 5px !important;
    display: block !important;
    color: #444 !important;
    font-weight: 600 !important;
}

.woocommerce-MyAccount-navigation-link.is-active a {
    background: #f16b61 !important;
    color: white !important;
    border-color: #f16b61 !important;
}/* End custom CSS */