.elementor-26680 .elementor-element.elementor-element-5b8af0b{--display:flex;}.elementor-26680 .elementor-element.elementor-element-5b4f455{--display:flex;}/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-87f30e5 */:root{
  --text-main:#1a1a1a;
  --text-muted:#555;
  --accent:#bdb700;
  --accent-dark:#9f9a00;
  --border:#e6e6e6;
  --radius:14px;
}

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

/* 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,.06));
  border:1px solid rgba(189,183,0,.45);
  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:18px;
}

/* BOTÓN */
.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;
}

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

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

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

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

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

/* VENTAJAS / LIMITACIONES */
.lmb-twoCol{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px;
  margin-top:12px;
}

.lmb-col{
  background:linear-gradient(90deg,rgba(189,183,0,.12),transparent);
  border-left:4px solid var(--accent);
  border-radius:12px;
  padding:16px;
}

.lmb-miniTitle{
  color:var(--accent-dark);
  text-transform:uppercase;
  font-size:13px;
  margin-bottom:6px;
}

/* TABLA */
.lmb-tableWrap{
  margin-top:18px;
  border:1px solid rgba(189,183,0,.35);
  border-radius:14px;
  overflow:hidden;
}

.lmb-table{
  width:100%;
  border-collapse:collapse;
}

.lmb-table thead th{
  background:linear-gradient(90deg,rgba(189,183,0,.25),rgba(189,183,0,.1));
  padding:14px;
  text-align:left;
}

.lmb-table td{
  padding:12px;
  border-bottom:1px solid #eee;
}

.lmb-table tbody tr:nth-child(even){
  background:rgba(189,183,0,.05);
}

.lmb-table tbody td:first-child{
  font-weight:800;
}

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

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

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

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