.elementor-29523 .elementor-element.elementor-element-7fa5bff{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;}.elementor-29523 .elementor-element.elementor-element-7fa5bff:not(.elementor-motion-effects-element-type-background), .elementor-29523 .elementor-element.elementor-element-7fa5bff > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0D3758;}/* Start custom CSS for html, class: .elementor-element-dda77ba *//* ======================================================
   🔵 CURSO DEL MES - EXACTO tamaño Consultorías
====================================================== */

.ecae-dashboard-wrapper {
    max-width: 600px;   /* 🔥 igual que Consultorías */
    margin: 40px auto;
    padding: 0 20px;
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
}

/* =========================
   🔒 Locked UX + CTA Button
========================= */

.ecae-locked{
  border: 1px solid rgba(1,79,125,.25);
  background: linear-gradient(180deg, #f6f9fb 0%, #ffffff 100%);
  padding: 18px 20px;
  border-radius: 12px;
  color:#123;

  /* 🔥 IMPORTANTE: quitar límite pequeño */
  max-width: 900px;   /* igual proporción visual que Consultorías */
  margin: 0 auto;

  box-shadow: 0 10px 28px rgba(0,0,0,.06);
}

.ecae-locked-title{
  color:#014f7d;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 6px;
}

.ecae-locked-text{
  color:#334;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 14px;
}

.ecae-locked-actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}

.ecae-locked-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  background:#014f7d;
  color:#fff !important;
  padding:8px 16px;
  border-radius:6px;
  text-decoration:none !important;
  font-size:13px;
  transition: all 0.25s ease;
  box-shadow: 0 4px 12px rgba(1,79,125,0.25);
}

/* Hover FIX (igual que Consultorías) */
.ecae-locked-btn:hover,
.ecae-locked-btn:focus,
.ecae-locked-btn:active{
  background:#02639c !important;
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(1,79,125,0.35);
  color:#fff !important;
  opacity:1 !important;
  filter:none !important;
  text-decoration:none !important;
}

.ecae-locked-btn:before,
.ecae-locked-btn:after{
  content:none !important;
  display:none !important;
}

/* Responsive */
@media (max-width: 600px){
  .ecae-locked-actions{
    flex-direction:column;
  }
  .ecae-locked-btn{
    width:100%;
  }
}/* End custom CSS */