.elementor-875 .elementor-element.elementor-element-054597b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for shortcode, class: .elementor-element-b8ee835 */.mis-cursos {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
}
.curso-card {
  background: #fff;
  padding: 16px;
  border-radius: 12px;
  box-shadow: 0 0 8px rgba(0,0,0,0.08);
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.curso-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
.enlace-curso {
  text-decoration: none;
  color: inherit;
  display: block;
}
.curso-img {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 10px;
}
.barra-contenedor {
  background: #eee;
  border-radius: 50px;
  height: 12px;
  overflow: hidden;
  margin: 8px 0;
}
.barra-progreso {
  background: #0073aa;
  height: 100%;
  transition: width 0.3s ease;
}
.progreso-texto {
  font-size: 14px;
  color: #333;
}/* End custom CSS */