.elementor-17913 .elementor-element.elementor-element-9eec16e{--display:flex;}/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-ed2386f */html{
  scroll-behavior:smooth;
}

:root{
  --text-main:#1a1a1a;
  --text-muted:#555;
  --accent:#bdb700;
  --accent-dark:#9f9a00;
  --border:#e6e6e6;
  --radius:14px;
}

.lmb-article{
  max-width:980px;
  margin:auto;
  font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  line-height:1.65;
  color:var(--text-main);
}

/* HERO */
.lmb-hero h1{
  font-size:38px;
  margin-bottom:12px;
}

.lmb-lead{
  color:var(--text-muted);
  max-width:860px;
  margin:10px 0;
}

/* CTA CON IMAGEN */
.lmb-ctaIntro{
  background:linear-gradient(90deg,rgba(189,183,0,.18),rgba(189,183,0,.05));
  border-left:5px solid var(--accent);
  border-radius:var(--radius);
  padding:28px;
  margin:32px 0;
}

.lmb-ctaWithImage{
  display:grid;
  grid-template-columns:1.1fr 1fr;
  gap:26px;
  align-items:center;
}

.lmb-ctaImage img{
  width:100%;
  max-height:240px;
  object-fit:cover;
  border-radius:12px;
}

.lmb-ctaText p{
  font-size:18px;
  font-weight:600;
  margin-bottom:16px;
}

.lmb-btn{
  background:linear-gradient(180deg,var(--accent),var(--accent-dark));
  color:#000;
  padding:12px 24px;
  border-radius:999px;
  font-weight:800;
  text-decoration:none;
  display:inline-block;
}

/* H2 */
.lmb-content h2{
  margin-top:46px;
  font-size:26px;
  border-left:5px solid var(--accent);
  padding-left:14px;
}

/* H3 */
.lmb-content h3{
  margin-top:20px;
  font-size:18px;
}

.lmb-checklist{
  padding-left:18px;
  color:var(--text-muted);
}

.lmb-checklist li::marker{
  color:var(--accent);
}

/* CTA FINAL */
.lmb-ctaBox{
  margin-top:50px;
  padding:26px;
  border-left:5px solid var(--accent);
  background:rgba(189,183,0,.08);
  border-radius:var(--radius);
  display:flex;
  justify-content:space-between;
  flex-wrap:wrap;
  gap:16px;
}

/* FAQ */
.lmb-faqPlain details{
  border-bottom:1px solid var(--border);
  padding:14px 0;
}

.lmb-faqPlain summary{
  font-weight:800;
  cursor:pointer;
}

.muted{
  color:var(--text-muted);
}

@media(max-width:900px){
  .lmb-ctaWithImage{
    grid-template-columns:1fr;
  }
}/* End custom CSS */