/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.5.1764872923
Updated: 2025-12-04 19:28:43

*/

/*Aqui inician los estilos para los cursos y la plataforma en general*/

/* --- LIMPIEZA Y ESPACIADO TIPO "APPLE/MINIMAL" PARA LEARNDASH --- */
body.single-sfwd-courses main.sfwd-courses  {
    padding-top: 40px !important;
}
/* 1. Contenedor de la lista: le damos aire por fuera */
body .learndash-wrapper .ld-item-list {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
    border: none !important;
    box-shadow: 0 10px 50px rgba(0,0,0,0.04) !important; /* Sombra muy suave */
}

/* 2. El título "Conferencias" */
body .learndash-wrapper .ld-item-list .ld-item-list-items .ld-section-heading {
    padding: 20px 0 !important;
    border-bottom: 1px solid #f0f0f0 !important;
    margin-bottom: 0 !important;
}

/* 3. CADA LECCIÓN: Aquí es donde damos el "aire" que pides */
body .learndash-wrapper .ld-item-list .ld-item-list-item {
    padding-top: 40px !important;    /* Espacio arriba interno */
    padding-bottom: 40px !important; /* Espacio abajo interno */
    padding-left: 30px !important;
    padding-right: 30px !important;
    background-color: #ffffff !important;
    border-bottom: 1px solid #f7f7f7 !important;
    display: flex !important;
    align-items: center !important;
}

/* 4. Título de la conferencia: más limpio y espaciado */
body .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-title {
    font-size: 19px !important;
    font-weight: 400 !important;
    color: #1a1a1a !important;
    margin-left: 15px !important;
    letter-spacing: -0.2px !important;
}

/* 5. Icono de estado (el círculo): más minimalista */
body .learndash-wrapper .ld-item-list .ld-item-list-item .ld-status-icon {
    width: 28px !important;
    height: 28px !important;
    border: 1.5px solid #dcdcdc !important; /* Borde más fino */
    background: transparent !important;
}

/* 6. Quitar fondos grises que ensucian */
body .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-name {
    background: transparent !important;
}

/* 7. Barra de progreso fina (look moderno) */
body .learndash-wrapper .ld-progress-bar {
    height: 3px !important;
    background-color: #f0f0f0 !important;
    border-radius: 10px !important;
}

/*Interna de leccion o tema*/
body.single-sfwd-lessons main.sfwd-lessons  {
    padding-top: 40px !important;
}

/*Aqui finalizan los estilos para los cursos y la plataforma en general*/

