/*
Theme Name:   EduBlink Child
Theme URI:    https://demo.edublink.co/
Author:       DevsBlink
Author URI:   https://themeforest.net/user/devsblink/portfolio
Description:  EduBlink Child Theme For LMS and Education Purpose.
Version:      1.0.0
Template:     edublink
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain:  edublink-child
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

* If you are not familiar with Child Themes, you can read about it here:
* http://codex.wordpress.org/Child_Themes
*/

/* 🌙 Estilo definitivo para "Contenidos" en modo oscuro de LearnPress */

body.single-lp_course .course-section .course-item {
  display: flex;
  align-items: center;
  padding: 14px 20px !important;
  margin: 0 12px 12px 12px !important;
  background: transparent !important;

  /* Borde visible alrededor de cada lección */
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 6px !important;

  box-shadow: none !important;
}

body.single-lp_course .course-section {
  padding: 0 !important;
  border: none !important;
}

/* Título blanco */
body.single-lp_course .course-item-title {
  font-size: 15px !important;
  font-weight: 500 !important;
  color: #ffffff !important;
  line-height: 1.6 !important;
  transition: color 0.2s ease !important;
}

/* Hover en verde */
body.single-lp_course .course-item:hover .course-item-title {
  color: #1ab69d !important;
}

/* Ícono gris claro */
body.single-lp_course .course-item-ico {
  font-size: 14px !important;
  color: #cccccc !important;
  margin-right: 10px !important;
  transition: color 0.2s ease !important;
}

/* Hover ícono en verde */
body.single-lp_course .course-item:hover .course-item-ico {
  color: #1ab69d !important;
}















