
/*
 * CEMI Core v0.9.4
 * Limpieza Single Property
 *
 * Objetivo:
 * - Estabilizar la ficha individual.
 * - Separar reglas de single property de shortcodes/cards.
 * - Mejorar orden móvil.
 * - Mantener modos especiales: lotes y propiedad cerrada.
 */

/* ═════════════════════════════════════════════════════
   01 · Base single
═════════════════════════════════════════════════════ */
.cemi-single-property{
  --single-bg:#f8fafc;
  --single-card:#ffffff;
  --single-dark:#1A2231;
  --single-muted:#64748b;
  --single-pink:#D7266B;
  --single-line:rgba(26,34,49,.08);
  --single-soft:#f6f7fa;
  --single-radius:18px;
  --single-shadow:0 8px 22px rgba(26,34,49,.045);
  --single-shadow-strong:0 12px 28px rgba(26,34,49,.08);
  background:var(--single-bg);
  color:var(--single-dark);
}

.cemi-single-property *{
  box-sizing:border-box;
}

.cemi-property-wrap{
  width:100%;
  max-width:1280px;
  margin:0 auto;
  padding:24px 18px 48px;
  display:grid;
  grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr);
  gap:22px;
  align-items:start;
}

.cemi-prop-left,
.cemi-prop-right{
  min-width:0;
}

.cemi-sticky-panel{
  position:sticky;
  top:22px;
  display:block;
}

/* ═════════════════════════════════════════════════════
   02 · Tarjetas del single
═════════════════════════════════════════════════════ */
.cemi-single-property .cemi-card{
  background:var(--single-card);
  border:1px solid var(--single-line);
  border-radius:var(--single-radius);
  padding:18px;
  margin:0 0 14px;
  box-shadow:var(--single-shadow);
}

.cemi-single-property .cemi-card h2,
.cemi-single-property .cemi-card h3{
  margin:0 0 12px;
  color:var(--single-dark);
  font-weight:900;
  line-height:1.15;
}

/* ═════════════════════════════════════════════════════
   03 · Título / ubicación
═════════════════════════════════════════════════════ */
.cemi-card-title h1{
  margin:0 0 8px;
  color:var(--single-dark);
  font-size:22px;
  line-height:1.16;
  font-weight:900;
}

.cemi-location,
.cemi-municipio-front{
  display:flex;
  align-items:center;
  gap:6px;
  color:var(--single-muted);
  font-size:13px;
  line-height:1.35;
}

.cemi-municipio-front{
  margin-top:5px;
}

.cemi-municipio-front span{
  color:var(--single-dark);
  font-weight:900;
}

/* ═════════════════════════════════════════════════════
   04 · Precio / Métodos de pago
═════════════════════════════════════════════════════ */
.cemi-card-price{
  text-align:center;
  border:2px solid var(--single-pink);
  background:#fff;
  box-shadow:var(--single-shadow-strong);
}

.cemi-price-label,
.cemi-price-m2{
  display:block;
  margin:0 0 6px;
  color:var(--single-muted);
  font-size:12px;
  font-weight:900;
  line-height:1;
  text-transform:uppercase;
  letter-spacing:.04em;
}

.cemi-price-main{
  color:var(--single-dark);
  font-size:30px;
  line-height:1.05;
  font-weight:900;
}

.cemi-price-period,
.cemi-price-monthly{
  color:var(--single-muted);
  font-size:13px;
  font-weight:800;
}

.cemi-card-payment-methods h3{
  text-align:center;
}

.cemi-credits-wrap,
.cemi-payment-mobile-pills{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  justify-content:center;
}

.cemi-credit-pill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:7px 13px;
  border-radius:999px;
  background:#fde8f1;
  border:1px solid rgba(215,38,107,.2);
  color:#9b1a4a;
  font-size:12px;
  line-height:1;
  font-weight:900;
}

.cemi-payment-methods-mobile-inline{
  display:none;
}

/* ═════════════════════════════════════════════════════
   05 · Galería single
═════════════════════════════════════════════════════ */
.cemi-gallery{
  position:relative;
  margin:0 0 14px;
}

.cemi-gallery-main{
  position:relative;
  overflow:hidden;
  border-radius:var(--single-radius);
  background:#e2e8f0;
  box-shadow:var(--single-shadow-strong);
}

.cemi-gallery-track{
  display:flex;
  width:100%;
  transition:transform .25s ease;
  will-change:transform;
}

.cemi-gallery-slide{
  flex:0 0 100%;
  min-width:100%;
  position:relative;
}

.cemi-gallery-img{
  display:block;
  width:100%;
  height:auto;
  aspect-ratio:16/10;
  object-fit:cover;
}

.cemi-gallery-empty{
  min-height:360px;
  display:flex;
  align-items:center;
  justify-content:center;
}

.cemi-gallery-placeholder{
  color:var(--single-muted);
  font-weight:900;
}

.cemi-gallery-arrow{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  z-index:5;
  width:38px;
  height:38px;
  border:0;
  border-radius:999px;
  background:rgba(255,255,255,.94);
  color:var(--single-dark);
  font-size:24px;
  font-weight:900;
  line-height:1;
  cursor:pointer;
  box-shadow:0 8px 20px rgba(0,0,0,.14);
}

.cemi-gallery-prev{
  left:12px;
}

.cemi-gallery-next{
  right:12px;
}

.cemi-gallery-counter{
  position:absolute;
  right:12px;
  bottom:12px;
  z-index:5;
  padding:6px 10px;
  border-radius:999px;
  background:rgba(26,34,49,.82);
  color:#fff;
  font-size:12px;
  font-weight:900;
}

.cemi-gallery-thumbs{
  display:flex;
  gap:8px;
  overflow-x:auto;
  padding:10px 2px 2px;
  scrollbar-width:none;
}

.cemi-gallery-thumbs::-webkit-scrollbar{
  display:none;
}

.cemi-gallery-thumb{
  flex:0 0 74px;
  width:74px;
  height:58px;
  border:2px solid transparent;
  border-radius:10px;
  overflow:hidden;
  padding:0;
  background:#fff;
  cursor:pointer;
}

.cemi-gallery-thumb.is-active{
  border-color:var(--single-pink);
}

.cemi-gallery-thumb img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
}

/* ═════════════════════════════════════════════════════
   06 · Datos rápidos / m²
═════════════════════════════════════════════════════ */
.cemi-facts-grid{
  display:grid;
  gap:8px;
}

.cemi-facts-grid-rooms{
  grid-template-columns:repeat(4,minmax(0,1fr));
}

.cemi-facts-grid-m2{
  grid-template-columns:repeat(2,minmax(0,1fr));
}

.cemi-fact{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  min-height:62px;
  padding:12px 8px;
  border-radius:14px;
  background:#f8fafc;
  text-align:center;
}

.cemi-fact-num{
  color:var(--single-pink);
  font-size:20px;
  line-height:1;
  font-weight:900;
}

.cemi-fact-lbl{
  margin-top:5px;
  color:var(--single-muted);
  font-size:10px;
  line-height:1.15;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.04em;
}

.cemi-card-m2 .cemi-fact{
  background:var(--single-dark);
}

.cemi-card-m2 .cemi-fact-num,
.cemi-card-m2 .cemi-fact-unit{
  color:var(--single-pink);
}

.cemi-card-m2 .cemi-fact-lbl{
  color:#fff;
}

/* ═════════════════════════════════════════════════════
   07 · Servicios / equipamiento
═════════════════════════════════════════════════════ */
.cemi-services-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:8px;
}

.cemi-service-item{
  display:flex;
  gap:10px;
  align-items:flex-start;
  padding:11px;
  border-radius:14px;
  background:#f8fafc;
}

.cemi-service-icon{
  flex:0 0 auto;
  width:28px;
  height:28px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  background:#fde8f1;
  color:#9b1a4a;
  font-size:14px;
}

.cemi-service-item strong{
  display:block;
  color:var(--single-dark);
  font-size:13px;
  font-weight:900;
}

.cemi-service-item small{
  display:block;
  margin-top:2px;
  color:var(--single-muted);
  font-size:12px;
  line-height:1.35;
}

.cemi-equip-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:9px;
}

.cemi-equip-item{
  display:flex;
  align-items:center;
  gap:9px;
  padding:10px;
  border-radius:14px;
  background:#f8fafc;
}

.cemi-equip-icon{
  display:flex;
  align-items:center;
  justify-content:center;
  width:28px;
  height:28px;
  border-radius:999px;
  background:#fde8f1;
  color:var(--single-pink);
}

.cemi-equip-text{
  color:var(--single-dark);
  font-size:13px;
  font-weight:900;
}

.cemi-facility-notes,
.cemi-dist-notes{
  color:var(--single-muted);
  font-size:13px;
  line-height:1.55;
}

/* ═════════════════════════════════════════════════════
   08 · Tabs
═════════════════════════════════════════════════════ */
.cemi-tabs-wrap{
  background:#fff;
  border:1px solid var(--single-line);
  border-radius:var(--single-radius);
  overflow:hidden;
  margin-bottom:14px;
  box-shadow:var(--single-shadow);
}

.cemi-tabs-wrap .cemi-tabs-nav{
  display:flex;
  gap:0;
  overflow-x:auto;
  border-bottom:1px solid var(--single-line);
  background:#fff;
  scrollbar-width:none;
}

.cemi-tabs-wrap .cemi-tabs-nav::-webkit-scrollbar{
  display:none;
}

.cemi-tab-btn{
  flex:0 0 auto;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  min-height:48px;
  padding:0 16px;
  border:0;
  background:#fff;
  color:var(--single-muted);
  font-size:13px;
  font-weight:900;
  cursor:pointer;
}

.cemi-tab-btn.is-active{
  color:var(--single-pink);
  background:#fff7fb;
}

.cemi-tab-panel{
  display:none;
}

.cemi-tab-panel.is-active{
  display:block;
}

.cemi-tab-content{
  padding:16px;
}

/* ═════════════════════════════════════════════════════
   09 · Lotes / Unidades dentro del single
═════════════════════════════════════════════════════ */
.cemi-card-units{
  border:1px solid rgba(215,38,107,.16);
  background:linear-gradient(180deg,#fff 0%,#fff7fb 100%);
  box-shadow:var(--single-shadow-strong);
}

.cemi-units-front-head{
  display:grid;
  grid-template-columns:1fr auto;
  gap:14px;
  align-items:start;
  padding-bottom:12px;
  margin-bottom:12px;
  border-bottom:1px solid var(--single-line);
}

.cemi-units-front-head h3{
  margin:0;
  color:var(--single-dark);
  font-size:20px;
  font-weight:900;
}

.cemi-units-front-head span{
  display:block;
  margin-top:4px;
  color:var(--single-muted);
  font-size:12px;
  font-weight:800;
}

.cemi-units-front-head small{
  display:inline-flex;
  margin-top:8px;
  padding:6px 10px;
  border-radius:999px;
  background:var(--single-dark);
  color:#fff;
  font-size:11px;
  font-weight:900;
}

.cemi-units-summary{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:6px;
  min-width:170px;
}

.cemi-units-summary span{
  display:flex;
  align-items:center;
  justify-content:center;
  padding:8px 9px;
  border-radius:12px;
  background:#fff;
  border:1px solid var(--single-line);
  color:var(--single-dark);
  font-size:11px;
  font-weight:900;
  text-align:center;
}

.cemi-units-front-note{
  margin:0 0 12px;
  padding:10px 12px;
  border-radius:12px;
  background:#fff;
  color:var(--single-muted);
  font-size:13px;
  line-height:1.55;
}

.cemi-units-front-list{
  display:grid;
  grid-template-columns:1fr;
  gap:10px;
}

.cemi-unit-front-card{
  position:relative;
  overflow:hidden;
  padding:13px;
  border:1px solid var(--single-line);
  border-radius:16px;
  background:#fff;
  box-shadow:0 8px 20px rgba(26,34,49,.05);
}

.cemi-unit-front-card:before{
  content:'';
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  width:4px;
  background:var(--single-pink);
}

.cemi-unit-front-card.is-apartado:before{
  background:#d99a00;
}

.cemi-unit-front-card.is-vendido:before,
.cemi-unit-front-card.is-no_disponible:before{
  background:#94a3b8;
}

.cemi-unit-front-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
  margin-bottom:10px;
}

.cemi-unit-front-top strong{
  color:var(--single-dark);
  font-size:15px;
  font-weight:900;
}

.cemi-unit-status{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:6px 9px;
  border-radius:999px;
  background:#eafaf0;
  color:#0f8f45;
  font-size:10px;
  font-weight:900;
  text-transform:uppercase;
}

.cemi-unit-front-card.is-apartado .cemi-unit-status{
  background:#fff7df;
  color:#9a6a00;
}

.cemi-unit-front-card.is-vendido .cemi-unit-status,
.cemi-unit-front-card.is-no_disponible .cemi-unit-status{
  background:#eef2f7;
  color:#64748b;
}

.cemi-unit-front-data{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:7px;
}

.cemi-unit-front-data span{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:34px;
  padding:7px 9px;
  border-radius:12px;
  background:#f6f7fa;
  color:var(--single-dark);
  font-size:12px;
  font-weight:900;
  text-align:center;
}

.cemi-unit-front-data b{
  color:var(--single-dark);
  font-weight:900;
}

.cemi-unit-front-data .cemi-unit-price{
  grid-column:1 / -1;
  background:var(--single-pink);
  color:#fff;
  font-size:14px;
}

.cemi-unit-services,
.cemi-unit-notes{
  margin-top:9px;
  color:var(--single-muted);
  font-size:12px;
  line-height:1.45;
}

.cemi-unit-services{
  color:#334155;
  font-weight:900;
}

/* ═════════════════════════════════════════════════════
   10 · Propiedad cerrada
═════════════════════════════════════════════════════ */
.cemi-closed-notice{
  grid-column:1 / -1;
  display:flex;
  gap:14px;
  align-items:center;
  padding:16px;
  margin:0 0 14px;
  border:1px solid rgba(215,38,107,.18);
  border-radius:var(--single-radius);
  background:linear-gradient(135deg,#fff 0%,#fff1f7 100%);
  box-shadow:var(--single-shadow-strong);
}

.cemi-closed-stamp{
  flex:0 0 auto;
  min-width:112px;
  text-align:center;
  padding:12px 16px;
  border-radius:14px;
  background:var(--single-pink);
  color:#fff;
  font-size:15px;
  font-weight:900;
  letter-spacing:.08em;
}

.cemi-closed-notice strong{
  display:block;
  color:var(--single-dark);
  font-size:18px;
  font-weight:900;
}

.cemi-closed-notice p{
  margin:5px 0 8px;
  color:var(--single-muted);
  font-size:13px;
}

.cemi-closed-link{
  display:inline-flex;
  padding:8px 12px;
  border-radius:999px;
  background:var(--single-dark);
  color:#fff!important;
  font-size:12px;
  font-weight:900;
  text-decoration:none!important;
}

.cemi-gallery-closed .cemi-gallery-img{
  filter:saturate(.82) brightness(.82);
}

.cemi-gallery-closed .cemi-gallery-slide[data-closed-label]:after{
  content:attr(data-closed-label);
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%) rotate(-14deg);
  z-index:6;
  min-width:220px;
  padding:14px 22px;
  border:3px solid #fff;
  border-radius:16px;
  background:rgba(215,38,107,.88);
  color:#fff;
  font-size:28px;
  line-height:1;
  font-weight:900;
  letter-spacing:.12em;
  text-align:center;
  pointer-events:none;
}

.cemi-gallery-closed .cemi-gallery-slide[data-closed-label=""]:after{
  display:none;
}

/* ═════════════════════════════════════════════════════
   11 · Modo con lotes
═════════════════════════════════════════════════════ */
@media(min-width:1025px){
  .cemi-property-wrap.cemi-has-units{
    grid-template-columns:minmax(360px,.92fr) minmax(0,1.25fr);
  }

  .cemi-property-wrap.cemi-has-units .cemi-prop-right{
    grid-column:1;
    grid-row:1;
  }

  .cemi-property-wrap.cemi-has-units .cemi-prop-left{
    grid-column:2;
    grid-row:1;
  }

  .cemi-property-wrap.cemi-has-units .cemi-sticky-panel{
    position:static;
    display:flex;
    flex-direction:column;
  }

  .cemi-property-wrap.cemi-has-units .cemi-card-title{order:1}
  .cemi-property-wrap.cemi-has-units .cemi-card-units{order:2}
  .cemi-property-wrap.cemi-has-units .cemi-card-price{order:3}
  .cemi-property-wrap.cemi-has-units .cemi-card-payment-methods{order:4}
  .cemi-property-wrap.cemi-has-units .cemi-card-rooms{order:5}
  .cemi-property-wrap.cemi-has-units .cemi-card-m2{order:6}
  .cemi-property-wrap.cemi-has-units .cemi-card-services{order:7}
  .cemi-property-wrap.cemi-has-units .cemi-card-contact{order:99}
}

/* ═════════════════════════════════════════════════════
   12 · Responsive single
═════════════════════════════════════════════════════ */
@media(max-width:1024px){
  .cemi-property-wrap{
    grid-template-columns:1fr;
    padding:16px 14px 38px;
  }

  .cemi-sticky-panel{
    position:static;
  }
}

@media(max-width:640px){
  .cemi-property-wrap{
    display:flex;
    flex-direction:column;
    padding:10px 10px 30px;
    gap:0;
  }

  .cemi-prop-right,
  .cemi-sticky-panel{
    display:contents;
    position:static;
  }

  .cemi-single-property .cemi-card{
    padding:14px;
    margin-bottom:12px;
  }

  .cemi-card-title{order:1}
  .cemi-card-price{order:2}
  .cemi-card-payment-methods{order:3}
  .cemi-prop-left{order:4}
  .cemi-card-rooms{order:5}
  .cemi-card-m2{order:6}
  .cemi-card-services{order:7}
  .cemi-card-contact{order:99}

  .cemi-property-wrap.cemi-has-units .cemi-card-title{order:1}
  .cemi-property-wrap.cemi-has-units .cemi-card-units{order:2}
  .cemi-property-wrap.cemi-has-units .cemi-card-price{order:3}
  .cemi-property-wrap.cemi-has-units .cemi-card-payment-methods{order:4}
  .cemi-property-wrap.cemi-has-units .cemi-prop-left{order:5}
  .cemi-property-wrap.cemi-has-units .cemi-card-rooms{order:6}
  .cemi-property-wrap.cemi-has-units .cemi-card-m2{order:7}
  .cemi-property-wrap.cemi-has-units .cemi-card-services{order:8}
  .cemi-property-wrap.cemi-has-units .cemi-card-contact{order:99}

  .cemi-card-title h1{
    font-size:18px;
  }

  .cemi-location,
  .cemi-municipio-front{
    font-size:12px;
  }

  .cemi-price-main{
    font-size:25px;
  }

  .cemi-card-payment-methods{
    display:none;
  }

  .cemi-payment-methods-mobile-inline{
    display:block;
    margin-top:12px;
  }

  .cemi-payment-mobile-title{
    margin-bottom:8px;
    color:var(--single-muted);
    font-size:12px;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:.04em;
    text-align:center;
  }

  .cemi-gallery-img{
    aspect-ratio:1/1;
  }

  .cemi-gallery-arrow{
    width:34px;
    height:34px;
    font-size:22px;
  }

  .cemi-gallery-thumb{
    flex-basis:64px;
    width:64px;
    height:50px;
  }

  .cemi-facts-grid-rooms{
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:6px;
  }

  .cemi-facts-grid-m2,
  .cemi-services-grid,
  .cemi-equip-grid,
  .cemi-unit-front-data,
  .cemi-units-summary{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .cemi-fact{
    min-height:54px;
    padding:10px 5px;
  }

  .cemi-fact-num{
    font-size:18px;
  }

  .cemi-fact-lbl{
    font-size:9px;
  }

  .cemi-tabs-wrap .cemi-tabs-nav{
    display:flex;
    overflow-x:auto;
  }

  .cemi-tab-btn{
    min-height:44px;
    padding:0 13px;
    font-size:12px;
  }

  .cemi-tab-content{
    padding:13px;
  }

  .cemi-units-front-head{
    grid-template-columns:1fr;
  }

  .cemi-closed-notice{
    flex-direction:column;
    align-items:flex-start;
    order:0;
    padding:14px;
  }

  .cemi-closed-stamp{
    width:100%;
    min-width:0;
  }

  .cemi-gallery-closed .cemi-gallery-slide[data-closed-label]:after{
    min-width:170px;
    padding:12px 18px;
    font-size:20px;
  }
}



/* CEMI v1.0.3 completa — Front competitivo, SEO interno y CTA */
.cemi-summary-front{
  margin:10px 0 0;
  padding:9px 11px;
  border-radius:12px;
  background:#f8fafc;
  color:#1A2231;
  font-size:13px;
  line-height:1.35;
  font-weight:800;
}
.cemi-competitive-pills{
  display:flex;
  flex-wrap:wrap;
  gap:6px;
  margin-top:10px;
}
.cemi-competitive-pills span{
  display:inline-flex;
  padding:6px 9px;
  border-radius:999px;
  background:#fde8f1;
  color:#9b1a4a;
  font-size:11px;
  line-height:1;
  font-weight:900;
}
.cemi-gallery-chips{
  position:absolute;
  left:12px;
  bottom:12px;
  z-index:8;
  display:flex;
  flex-wrap:wrap;
  gap:6px;
  max-width:calc(100% - 24px);
}
.cemi-gallery-chips a,
.cemi-gallery-chips button{
  appearance:none;
  border:0;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:30px;
  padding:7px 11px;
  border-radius:999px;
  background:rgba(26,34,49,.86);
  color:#fff!important;
  font-size:11px;
  line-height:1;
  font-weight:900;
  text-decoration:none!important;
  cursor:pointer;
  backdrop-filter:blur(8px);
}
.cemi-gallery-chips .is-active{background:#D7266B}
.cemi-card-credit-commercial{
  background:linear-gradient(135deg,#1A2231 0%,#252f44 100%)!important;
  color:#fff!important;
  border:0!important;
}
.cemi-card-credit-commercial h3{color:#fff!important;margin-bottom:8px!important}
.cemi-card-credit-commercial p{
  margin:0 0 12px;
  color:rgba(255,255,255,.78);
  font-size:13px;
  line-height:1.45;
}
.cemi-credit-commercial-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:9px 13px;
  border-radius:999px;
  background:#D7266B;
  color:#fff!important;
  font-size:12px;
  font-weight:900;
  text-decoration:none!important;
}
.cemi-cta-note{
  width:100%;
  margin-top:8px;
  padding:8px 10px;
  border-radius:12px;
  background:#f8fafc;
  color:#64748b;
  font-size:12px;
  line-height:1.35;
  font-weight:700;
  text-align:center;
}
.cemi-seo-links-wrap{
  width:100%;
  max-width:1280px;
  margin:0 auto;
  padding:0 18px 0;
}
.cemi-seo-links-card{
  position:relative;
  overflow:hidden;
  margin-bottom:14px;
}
.cemi-seo-links-card:before{
  content:'';
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  width:4px;
  background:#D7266B;
}
.cemi-seo-links-head{margin-bottom:10px}
.cemi-seo-links-head span{
  display:inline-flex;
  margin-bottom:6px;
  padding:5px 9px;
  border-radius:999px;
  background:#1A2231;
  color:#fff;
  font-size:10px;
  line-height:1;
  font-weight:900;
  letter-spacing:.04em;
  text-transform:uppercase;
}
.cemi-seo-links-head h3{
  margin:0;
  color:#1A2231;
  font-size:18px;
  font-weight:900;
}
.cemi-seo-links-card p{
  margin:0 0 12px;
  color:#64748b;
  font-size:13px;
  line-height:1.45;
}
.cemi-seo-links-grid{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
.cemi-seo-links-grid a,
.cemi-seo-links-grid span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:8px 12px;
  border-radius:999px;
  background:#fde8f1;
  border:1px solid rgba(215,38,107,.18);
  color:#9b1a4a!important;
  font-size:12px;
  line-height:1;
  font-weight:900;
  text-decoration:none!important;
  transition:background .18s ease, color .18s ease, border-color .18s ease, transform .18s ease;
}
.cemi-seo-links-grid a:hover{
  background:#D7266B;
  color:#fff!important;
  transform:translateY(-1px);
}
@media(max-width:640px){
  .cemi-gallery-chips{
    position:relative;
    left:auto;
    bottom:auto;
    z-index:1;
    max-width:none;
    padding:8px 2px 0;
  }
  .cemi-gallery-chips a,
  .cemi-gallery-chips button{
    background:#1A2231;
    font-size:10px;
    min-height:28px;
    padding:6px 10px;
  }
  .cemi-gallery-chips .is-active{background:#D7266B}
  .cemi-seo-links-wrap{padding:0 10px}
  .cemi-seo-links-grid{gap:6px}
  .cemi-seo-links-grid a,
  .cemi-seo-links-grid span{
    width:100%;
    justify-content:flex-start;
  }
}

/* ── Datos rápidos bajo el título (puntos 3) ── */
.cemi-title-facts{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px}
.cemi-title-fact{display:inline-flex;align-items:center;gap:5px;font-size:13px;color:var(--color-text-secondary,#64748b);background:var(--cemi-bg-card2,#f3f4f6);border-radius:999px;padding:4px 10px;font-weight:500}
.cemi-title-fact svg{color:#dd3d7b;flex-shrink:0}

/* ── Descripción colapsable (punto 2) ── */
.cemi-dist-collapsible{overflow:hidden;max-height:72px;transition:max-height .35s ease;position:relative}
.cemi-dist-collapsible.is-open{max-height:1200px}
.cemi-dist-collapsible:not(.is-open)::after{content:'';position:absolute;bottom:0;left:0;right:0;height:28px;background:linear-gradient(to bottom,rgba(255,255,255,0),rgba(255,255,255,1))}
html.cemi-dark .cemi-dist-collapsible:not(.is-open)::after{background:linear-gradient(to bottom,rgba(26,34,49,0),rgba(26,34,49,1))}
.cemi-dist-toggle{display:inline-flex;align-items:center;gap:5px;margin-top:8px;background:none;border:none;color:#dd3d7b;font-size:13px;font-weight:600;cursor:pointer;padding:0;font-family:Montserrat,Arial,sans-serif;transition:opacity .2s}
.cemi-dist-toggle:hover{opacity:.8}
.cemi-dist-toggle svg{transition:transform .25s}
.cemi-dist-toggle[aria-expanded="true"] svg{transform:rotate(180deg)}
.cemi-dist-toggle[aria-expanded="true"]{display:none}

/* Niveles en grid m² — ya usa la misma clase cemi-fact */

/* ── Tarjeta de asesor ── */
.cemi-asesor-card{display:flex;align-items:center;gap:12px;margin-bottom:14px;padding-bottom:14px;border-bottom:0.5px solid rgba(26,34,49,.08)}
html.cemi-dark .cemi-asesor-card{border-color:rgba(255,255,255,.08)}
.cemi-asesor-avatar{width:44px;height:44px;border-radius:50%;background:#dd3d7b;color:#fff;font-size:15px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0;letter-spacing:.5px}
.cemi-asesor-info{flex:1;min-width:0}
.cemi-asesor-name{font-size:14px;font-weight:700;color:#1a2231;margin-bottom:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
html.cemi-dark .cemi-asesor-name{color:#e2e8f0}
.cemi-asesor-role{font-size:12px;color:#64748b}
.cemi-asesor-responde{font-size:11px;color:#64748b;text-align:center;margin-bottom:12px;font-style:italic}

/* ── Amenidades como chips con check ── */
.cemi-card-amenidades h2{margin-bottom:14px}
.cemi-amenidades-chips{display:flex;flex-wrap:wrap;gap:8px}
.cemi-amenidad-chip{display:inline-flex;align-items:center;gap:6px;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:999px;padding:5px 12px;font-size:13px;font-weight:500;color:#15803d;white-space:nowrap}
.cemi-amenidad-chip svg{color:#16a34a;flex-shrink:0}
html.cemi-dark .cemi-amenidad-chip{background:rgba(21,128,61,.15);border-color:rgba(21,128,61,.3);color:#86efac}
html.cemi-dark .cemi-amenidad-chip svg{color:#86efac}

/* ══════════════════════════════════
   CERCANAS — slider escritorio 3 tarjetas
   v1.1.58: regresa a carrusel horizontal, no lista vertical
   ══════════════════════════════════ */
.cemi-nearby-full-wrap .cemi-nearby-card{overflow:hidden;}
.cemi-nearby-full-wrap .cemi-nearby-slider-wrap{position:relative;overflow:hidden;width:100%;padding:0 42px;box-sizing:border-box;}
.cemi-nearby-full-wrap .cemi-nearby-track{display:flex!important;flex-direction:row!important;align-items:stretch!important;gap:0!important;width:100%;will-change:transform;transition:transform .35s ease;}
.cemi-nearby-full-wrap .cemi-nearby-slide{flex:0 0 33.333333%!important;min-width:33.333333%!important;width:33.333333%!important;max-width:33.333333%!important;display:block!important;padding:0 8px!important;box-sizing:border-box!important;background:transparent!important;border:0!important;border-radius:0!important;overflow:visible!important;text-decoration:none!important;}
.cemi-nearby-full-wrap .cemi-nearby-slide:hover{box-shadow:none!important;border-color:transparent!important;}
.cemi-nearby-full-wrap .cemi-nearby-img-wrap{position:relative;width:100%!important;height:auto!important;aspect-ratio:1/1!important;border-radius:16px 16px 0 0!important;overflow:hidden!important;margin:0!important;border:1px solid rgba(26,34,49,.09);border-bottom:0;background:#fff;}
.cemi-nearby-full-wrap .cemi-nearby-img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important;transition:transform .35s ease;}
.cemi-nearby-full-wrap .cemi-nearby-slide:hover .cemi-nearby-img{transform:scale(1.035);}
.cemi-nearby-full-wrap .cemi-nearby-info{min-height:112px;padding:12px 13px 14px!important;border:1px solid rgba(26,34,49,.09);border-top:0;border-radius:0 0 16px 16px;box-shadow:0 10px 24px rgba(26,34,49,.07);background:#fff;display:flex;flex-direction:column;gap:5px;min-width:0;}
html.cemi-dark .cemi-nearby-full-wrap .cemi-nearby-img-wrap,html.cemi-dark .cemi-nearby-full-wrap .cemi-nearby-info{background:#1a2231;border-color:rgba(255,255,255,.08);}
.cemi-nearby-full-wrap .cemi-nearby-price{font-size:16px!important;line-height:1.1!important;font-weight:900!important;color:#dd3d7b!important;margin:0!important;}
.cemi-nearby-full-wrap .cemi-nearby-title{font-size:13px!important;font-weight:850!important;color:#1a2231!important;line-height:1.25!important;margin:0!important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
html.cemi-dark .cemi-nearby-full-wrap .cemi-nearby-title{color:#e2e8f0!important;}
.cemi-nearby-full-wrap .cemi-nearby-loc{font-size:11.5px!important;color:#64748b!important;line-height:1.25!important;margin:0!important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.cemi-nearby-full-wrap .cemi-nearby-facts{display:flex!important;flex-wrap:wrap;gap:5px;padding:8px 10px 0;border-left:1px solid rgba(26,34,49,.09);border-right:1px solid rgba(26,34,49,.09);background:#fff;}
html.cemi-dark .cemi-nearby-full-wrap .cemi-nearby-facts{background:#1a2231;border-color:rgba(255,255,255,.08);}
.cemi-nearby-full-wrap .cemi-nearby-fact{background:#f3f4f6;border-radius:999px;padding:3px 7px;font-size:10.5px;color:#64748b;display:flex;align-items:center;gap:4px;}
.cemi-nearby-badge{position:absolute;top:9px;left:9px;background:#dd3d7b;color:#fff;font-size:10px;font-weight:800;padding:4px 8px;border-radius:999px;letter-spacing:.04em;text-transform:uppercase;z-index:3;}
.cemi-nearby-full-wrap .cemi-card-badge{display:none!important;}
.cemi-nearby-full-wrap .cemi-nearby-prev,.cemi-nearby-full-wrap .cemi-nearby-next{display:flex!important;position:absolute;top:42%;transform:translateY(-50%);width:34px;height:34px;border-radius:999px;border:1px solid rgba(26,34,49,.12);background:#fff;color:#1a2231;align-items:center;justify-content:center;cursor:pointer;z-index:5;box-shadow:0 10px 24px rgba(26,34,49,.12);}
.cemi-nearby-full-wrap .cemi-nearby-prev{left:4px;}.cemi-nearby-full-wrap .cemi-nearby-next{right:4px;}
.cemi-nearby-full-wrap .cemi-nearby-head{margin-bottom:14px;}.cemi-nearby-full-wrap .cemi-nearby-head h2{margin:0 0 3px;}.cemi-nearby-full-wrap .cemi-nearby-head span{font-size:12px;color:#64748b;}
@media(max-width:1024px){.cemi-nearby-full-wrap .cemi-nearby-slide{flex-basis:50%!important;min-width:50%!important;width:50%!important;max-width:50%!important;}}
@media(max-width:640px){.cemi-nearby-full-wrap .cemi-nearby-slider-wrap{padding:0 34px;}.cemi-nearby-full-wrap .cemi-nearby-slide{flex-basis:100%!important;min-width:100%!important;width:100%!important;max-width:100%!important;padding:0 6px!important;}.cemi-nearby-full-wrap .cemi-nearby-prev,.cemi-nearby-full-wrap .cemi-nearby-next{width:30px;height:30px;}}

/* ══════════════════════════════════
   MAPA — más grande y visible
   Se mueve fuera del tab al sidebar cuando hay coordenadas
   ══════════════════════════════════ */
.cemi-tab-panel[data-panel="mapa"] .cemi-tab-content{ padding:16px!important; }
.cemi-tab-panel[data-panel="mapa"] iframe{
    height:380px!important;
    border-radius:12px;
    display:block;
    width:100%;
}
.cemi-map-cta{
    display:inline-flex;
    align-items:center;
    gap:6px;
    margin-top:12px;
    font-size:13px;
    font-weight:600;
    color:#dd3d7b;
    text-decoration:none;
}
.cemi-map-cta:hover{ text-decoration:underline; }

/* CEMI Core v1.2.02 — refuerzo móvil para Lotes */
@media (max-width:768px){
  .cemi-single-property.cemi-single-land-lots .cemi-card-units,
  .cemi-single-property.cemi-single-land-lots .cemi-card-primary-facts,
  .cemi-single-property.cemi-single-land-lots .cemi-card-services{
    width:100% !important;
    max-width:100% !important;
  }
}

/* CEMI Core v1.2.06 — resumen y tarjetas oscuras para lotes */
.cemi-card-land-summary,
.cemi-card-land-lots-detail{
  border:1px solid rgba(255,255,255,.08);
  background:linear-gradient(180deg,#101827 0%,#182235 100%);
  box-shadow:0 18px 40px rgba(15,23,42,.22);
}

.cemi-card-land-summary .cemi-payment-methods-mobile-inline,
.cemi-card-land-summary .cemi-price-payment-note,
.cemi-card-land-summary .cemi-credit-pill{
  background:transparent;
}

.cemi-land-summary-head h3{
  margin:0;
  color:#fff;
  font-size:22px;
  font-weight:900;
}

.cemi-land-summary-head p{
  margin:6px 0 0;
  color:rgba(255,255,255,.75);
  font-size:13px;
  line-height:1.5;
  font-weight:700;
}

.cemi-land-summary-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
  margin-top:16px;
}

.cemi-land-summary-item,
.cemi-land-summary-price{
  border:1px solid rgba(255,255,255,.08);
  border-radius:16px;
  background:rgba(255,255,255,.04);
}

.cemi-land-summary-item{
  padding:14px;
}

.cemi-land-summary-item span,
.cemi-land-summary-price span{
  display:block;
  color:rgba(255,255,255,.68);
  font-size:11px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.04em;
}

.cemi-land-summary-item strong{
  display:block;
  margin-top:6px;
  color:#fff;
  font-size:28px;
  line-height:1;
  font-weight:900;
}

.cemi-land-summary-item.is-available strong{color:#ff6fa4;}

.cemi-land-summary-price{
  margin-top:12px;
  padding:16px;
}

.cemi-land-summary-price strong{
  display:block;
  margin-top:6px;
  color:#fff;
  font-size:28px;
  line-height:1.08;
  font-weight:900;
}

.cemi-land-summary-note{
  margin-top:12px;
  padding:12px 14px;
  border-radius:14px;
  background:rgba(255,255,255,.05);
  color:rgba(255,255,255,.82);
  font-size:13px;
  line-height:1.55;
}

.cemi-payment-methods-in-land-summary{
  margin-top:14px;
  padding:14px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:16px;
  background:rgba(255,255,255,.04);
}

.cemi-card-land-summary .cemi-payment-mobile-title{
  color:#fff;
}

.cemi-card-land-summary .cemi-credit-pill{
  border-color:rgba(255,255,255,.1);
  background:rgba(255,255,255,.06);
  color:#fff;
}

.cemi-card-land-summary .cemi-price-payment-note{
  margin-top:10px;
  padding:10px 12px;
  border-radius:12px;
  background:rgba(255,255,255,.06);
  color:rgba(255,255,255,.84);
}

.cemi-card-land-summary .cemi-price-payment-note span{color:#fff;}

.cemi-units-front-head-dark{
  padding-bottom:14px;
  margin-bottom:16px;
  border-bottom:1px solid rgba(255,255,255,.08);
}

.cemi-units-front-head-dark h3{color:#fff;}
.cemi-units-front-head-dark span{color:rgba(255,255,255,.76);}
.cemi-units-front-head-dark small{
  background:rgba(255,255,255,.1);
  color:#fff;
}

.cemi-units-summary-dark span{
  background:rgba(255,255,255,.06);
  border-color:rgba(255,255,255,.08);
  color:#fff;
}

.cemi-units-front-note-dark{
  background:rgba(255,255,255,.05);
  color:rgba(255,255,255,.82);
}

.cemi-land-lots-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}

.cemi-land-lot-card{
  position:relative;
  overflow:hidden;
  padding:16px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:18px;
  background:linear-gradient(180deg,rgba(255,255,255,.05) 0%,rgba(255,255,255,.03) 100%);
}

.cemi-land-lot-card:before{
  content:'';
  position:absolute;
  inset:0 auto 0 0;
  width:4px;
  background:#ff4f90;
}

.cemi-land-lot-card.is-apartado:before{background:#f2b94b;}
.cemi-land-lot-card.is-vendido:before,
.cemi-land-lot-card.is-no_disponible:before{background:#64748b;}

.cemi-land-lot-top{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:10px;
}

.cemi-land-lot-name strong{
  display:block;
  color:#fff;
  font-size:34px;
  line-height:1;
  font-weight:900;
}

.cemi-land-lot-name span{
  display:block;
  margin-top:6px;
  color:rgba(255,255,255,.72);
  font-size:12px;
  font-weight:800;
  letter-spacing:.04em;
  text-transform:uppercase;
}

.cemi-land-lot-card .cemi-unit-status{
  background:rgba(32,185,97,.14);
  color:#7bf0a8;
}

.cemi-land-lot-card.is-apartado .cemi-unit-status{
  background:rgba(242,185,75,.14);
  color:#ffd87d;
}

.cemi-land-lot-card.is-vendido .cemi-unit-status,
.cemi-land-lot-card.is-no_disponible .cemi-unit-status{
  background:rgba(148,163,184,.14);
  color:#d8e0ea;
}

.cemi-land-lot-measures{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  margin-top:14px;
}

.cemi-land-lot-measures div{
  padding:11px 10px;
  border:1px solid rgba(255,255,255,.06);
  border-radius:14px;
  background:rgba(255,255,255,.04);
  text-align:center;
}

.cemi-land-lot-measures span{
  display:block;
  color:rgba(255,255,255,.66);
  font-size:10px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.04em;
}

.cemi-land-lot-measures strong{
  display:block;
  margin-top:5px;
  color:#fff;
  font-size:16px;
  font-weight:900;
}

.cemi-land-lot-price{
  margin-top:12px;
  padding:13px 14px;
  border-radius:14px;
  background:#ff4f90;
  color:#fff;
  font-size:20px;
  font-weight:900;
  text-align:center;
}

.cemi-land-lot-services,
.cemi-land-lot-notes{
  margin-top:10px;
  color:rgba(255,255,255,.78);
  font-size:12px;
  line-height:1.55;
}

.cemi-land-lot-services{
  font-weight:800;
  color:#fff;
}

@media (max-width: 900px){
  .cemi-land-lots-grid{grid-template-columns:1fr;}
}

@media (max-width: 640px){
  .cemi-land-summary-grid{grid-template-columns:1fr 1fr;}
  .cemi-land-summary-item strong,
  .cemi-land-summary-price strong{font-size:24px;}
}


/* CEMI Core v1.2.07 — ajuste fino tarjetas de lotes */
.cemi-land-lot-name strong{
  font-size:28px;
  line-height:1.05;
}

.cemi-land-lot-top-note{
  display:block;
  margin-top:6px;
  color:rgba(255,255,255,.76);
  font-size:12px;
  line-height:1.4;
  font-weight:700;
  text-transform:none;
  letter-spacing:0;
}

.cemi-land-lot-measures{
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:8px;
  margin-top:14px;
}

.cemi-land-lot-measures div{
  min-height:72px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  padding:10px 8px;
}

.cemi-land-lot-measures strong{
  order:1;
  margin-top:0;
  color:#fff;
  font-size:15px;
  font-weight:900;
  line-height:1.1;
}

.cemi-land-lot-measures span{
  order:2;
  margin-top:5px;
  color:rgba(255,255,255,.66);
  font-size:10px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.04em;
}

.cemi-land-lot-price{
  margin-top:10px;
}

.cemi-land-lot-services{
  margin-top:10px;
  padding:10px 12px;
  border-radius:12px;
  background:rgba(255,255,255,.05);
  color:rgba(255,255,255,.88);
  font-size:12px;
  line-height:1.5;
  font-weight:700;
}

.cemi-land-lot-services strong{
  color:#fff;
}

@media (max-width: 640px){
  .cemi-land-lot-name strong{font-size:24px;}
  .cemi-land-lot-measures{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;}
  .cemi-land-lot-measures div{min-height:66px;padding:9px 6px;}
  .cemi-land-lot-measures strong{font-size:13px;}
  .cemi-land-lot-measures span{font-size:9px;}
}


/* CEMI Core v1.2.08 — nota de lote y cercanías más limpias */
.cemi-land-lot-top-note{
  display:none !important;
}

.cemi-land-lot-notes-inline{
  display:block;
  margin:10px 0 0;
  padding:10px 12px;
  border-radius:12px;
  background:rgba(255,255,255,.05);
  color:rgba(255,255,255,.84);
  font-size:12px;
  line-height:1.45;
  font-weight:700;
  text-align:left;
  width:100%;
}

/* Cercanías: conservar etiquetas y referencia, quitar recuadro exterior */
.cemi-card-nearby .cemi-nearby-item,
.cemi-nearby-item,
.cemi-nearby-row,
.cemi-nearby-place,
.cemi-nearby-chip-row,
.cemi-nearby-location-row{
  box-shadow:none !important;
}

.cemi-card-nearby .cemi-nearby-item,
.cemi-nearby-item,
.cemi-nearby-row,
.cemi-nearby-place,
.cemi-nearby-location-row{
  border-color:transparent !important;
  background:transparent !important;
}

.cemi-card-nearby .cemi-nearby-grid,
.cemi-card-nearby .cemi-nearby-list{
  gap:8px !important;
}

.cemi-card-nearby .cemi-nearby-label,
.cemi-card-nearby .cemi-nearby-pill,
.cemi-card-nearby .cemi-nearby-tag{
  background:rgba(215,38,107,.10);
  border:1px solid rgba(215,38,107,.14);
}

.cemi-card-nearby .cemi-nearby-reference,
.cemi-card-nearby .cemi-nearby-detail,
.cemi-card-nearby .cemi-nearby-text{
  background:transparent !important;
  border:0 !important;
}


/* CEMI Core v1.2.10 — corrección real de lotes y cercanías */

/* LOTES: estructura forzada */
.cemi-card-land-lots-detail .cemi-land-lots-grid{
  display:grid !important;
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  gap:14px !important;
}

.cemi-card-land-lots-detail .cemi-land-lot-card{
  display:block !important;
  width:100% !important;
}

.cemi-card-land-lots-detail .cemi-land-lot-top{
  display:flex !important;
  align-items:flex-start !important;
  justify-content:space-between !important;
  gap:12px !important;
  width:100% !important;
}

.cemi-card-land-lots-detail .cemi-land-lot-name{
  min-width:0 !important;
  flex:1 1 auto !important;
}

.cemi-card-land-lots-detail .cemi-land-lot-name strong{
  display:block !important;
  color:#fff !important;
  font-size:26px !important;
  line-height:1.08 !important;
  font-weight:900 !important;
}

.cemi-card-land-lots-detail .cemi-land-lot-measures{
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:8px !important;
  width:100% !important;
  margin-top:14px !important;
}

.cemi-card-land-lots-detail .cemi-land-lot-measure{
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:center !important;
  min-height:66px !important;
  padding:9px 6px !important;
  border-radius:14px !important;
  background:rgba(255,255,255,.04) !important;
  border:1px solid rgba(255,255,255,.06) !important;
  text-align:center !important;
}

.cemi-card-land-lots-detail .cemi-land-lot-measure strong{
  order:1 !important;
  margin:0 !important;
  color:#fff !important;
  font-size:14px !important;
  line-height:1.1 !important;
  font-weight:900 !important;
}

.cemi-card-land-lots-detail .cemi-land-lot-measure span{
  order:2 !important;
  margin-top:5px !important;
  color:rgba(255,255,255,.66) !important;
  font-size:9.5px !important;
  font-weight:800 !important;
  text-transform:uppercase !important;
  letter-spacing:.04em !important;
}

.cemi-card-land-lots-detail .cemi-land-lot-price{
  display:block !important;
  width:100% !important;
  margin-top:10px !important;
}

.cemi-card-land-lots-detail .cemi-land-lot-reference{
  display:block !important;
  width:100% !important;
  margin:10px 0 0 !important;
  padding:10px 12px !important;
  border-radius:12px !important;
  background:rgba(255,255,255,.05) !important;
  text-align:left !important;
  clear:both !important;
}

.cemi-card-land-lots-detail .cemi-land-lot-reference span,
.cemi-card-land-lots-detail .cemi-land-lot-services span{
  display:block !important;
  margin-bottom:4px !important;
  color:rgba(255,255,255,.60) !important;
  font-size:10px !important;
  font-weight:900 !important;
  text-transform:uppercase !important;
  letter-spacing:.04em !important;
}

.cemi-card-land-lots-detail .cemi-land-lot-reference strong,
.cemi-card-land-lots-detail .cemi-land-lot-services strong{
  display:block !important;
  color:rgba(255,255,255,.90) !important;
  font-size:12px !important;
  line-height:1.45 !important;
  font-weight:800 !important;
}

.cemi-card-land-lots-detail .cemi-land-lot-services{
  display:block !important;
  width:100% !important;
  margin-top:10px !important;
  padding:10px 12px !important;
  border-radius:12px !important;
  background:rgba(255,255,255,.05) !important;
  text-align:left !important;
  clear:both !important;
}

/* Ocultar salidas anteriores de notas para evitar duplicidad */
.cemi-card-land-lots-detail .cemi-land-lot-top-note,
.cemi-card-land-lots-detail .cemi-land-lot-notes,
.cemi-card-land-lots-detail .cemi-land-lot-notes-inline{
  display:none !important;
}

/* Móvil: los 3 datos siguen en el mismo renglón */
@media (max-width:900px){
  .cemi-card-land-lots-detail .cemi-land-lots-grid{
    grid-template-columns:1fr !important;
  }
}
@media (max-width:640px){
  .cemi-card-land-lots-detail .cemi-land-lot-measures{
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    gap:6px !important;
  }
  .cemi-card-land-lots-detail .cemi-land-lot-name strong{
    font-size:22px !important;
  }
  .cemi-card-land-lots-detail .cemi-land-lot-measure{
    min-height:62px !important;
    padding:8px 4px !important;
  }
}

/* CERCANÍAS: quitar recuadro que delimita cada referencia, conservar etiqueta y texto */
.cemi-card-nearby .cemi-nearby-item,
.cemi-card-nearby .cemi-nearby-row,
.cemi-card-nearby .cemi-nearby-location-row,
.cemi-card-nearby .cemi-nearby-place,
.cemi-card-nearby .cemi-nearby-chip-row,
.cemi-card-nearby .cemi-nearby-entry,
.cemi-card-nearby .cemi-nearby-box,
.cemi-card-nearby [class*="nearby-item"],
.cemi-card-nearby [class*="nearby-row"],
.cemi-card-nearby [class*="nearby-place"],
.cemi-card-nearby [class*="nearby-entry"],
.cemi-card-nearby [class*="nearby-box"]{
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
  padding-left:0 !important;
  padding-right:0 !important;
}

.cemi-card-nearby .cemi-nearby-grid,
.cemi-card-nearby .cemi-nearby-list,
.cemi-card-nearby [class*="nearby-grid"],
.cemi-card-nearby [class*="nearby-list"]{
  gap:6px !important;
}

.cemi-card-nearby .cemi-nearby-label,
.cemi-card-nearby .cemi-nearby-pill,
.cemi-card-nearby .cemi-nearby-tag,
.cemi-card-nearby [class*="nearby-label"],
.cemi-card-nearby [class*="nearby-pill"],
.cemi-card-nearby [class*="nearby-tag"]{
  background:rgba(215,38,107,.10) !important;
  border:1px solid rgba(215,38,107,.14) !important;
  box-shadow:none !important;
}

.cemi-card-nearby .cemi-nearby-reference,
.cemi-card-nearby .cemi-nearby-detail,
.cemi-card-nearby .cemi-nearby-text,
.cemi-card-nearby [class*="nearby-reference"],
.cemi-card-nearby [class*="nearby-detail"],
.cemi-card-nearby [class*="nearby-text"]{
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
  padding-left:0 !important;
  padding-right:0 !important;
}


/* CEMI Core v1.2.10 — fix ESCRITORIO lotes + cercanías */

/* Desktop: evitar que cualquier regla vieja mande contenido a columnas/lado derecho */
@media (min-width: 901px){
  body.single-cemi_property .cemi-card-land-lots-detail,
  body.single-opalestate_property .cemi-card-land-lots-detail,
  .cemi-single-property .cemi-card-land-lots-detail{
    display:block !important;
    width:100% !important;
    max-width:100% !important;
    overflow:visible !important;
  }

  body.single-cemi_property .cemi-card-land-lots-detail .cemi-land-lots-grid,
  body.single-opalestate_property .cemi-card-land-lots-detail .cemi-land-lots-grid,
  .cemi-single-property .cemi-card-land-lots-detail .cemi-land-lots-grid{
    display:grid !important;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:14px !important;
    align-items:stretch !important;
  }

  body.single-cemi_property .cemi-card-land-lots-detail .cemi-land-lot-card,
  body.single-opalestate_property .cemi-card-land-lots-detail .cemi-land-lot-card,
  .cemi-single-property .cemi-card-land-lots-detail .cemi-land-lot-card{
    display:block !important;
    position:relative !important;
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    float:none !important;
    clear:none !important;
    grid-column:auto !important;
    overflow:hidden !important;
  }

  body.single-cemi_property .cemi-card-land-lots-detail .cemi-land-lot-body,
  body.single-opalestate_property .cemi-card-land-lots-detail .cemi-land-lot-body,
  .cemi-single-property .cemi-card-land-lots-detail .cemi-land-lot-body{
    display:block !important;
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    float:none !important;
    clear:both !important;
  }

  body.single-cemi_property .cemi-card-land-lots-detail .cemi-land-lot-top,
  body.single-opalestate_property .cemi-card-land-lots-detail .cemi-land-lot-top,
  .cemi-single-property .cemi-card-land-lots-detail .cemi-land-lot-top{
    display:flex !important;
    width:100% !important;
    align-items:flex-start !important;
    justify-content:space-between !important;
    gap:12px !important;
    float:none !important;
    clear:both !important;
  }

  body.single-cemi_property .cemi-card-land-lots-detail .cemi-land-lot-name,
  body.single-opalestate_property .cemi-card-land-lots-detail .cemi-land-lot-name,
  .cemi-single-property .cemi-card-land-lots-detail .cemi-land-lot-name{
    display:block !important;
    flex:1 1 auto !important;
    width:auto !important;
    max-width:calc(100% - 110px) !important;
    min-width:0 !important;
    float:none !important;
  }

  body.single-cemi_property .cemi-card-land-lots-detail .cemi-land-lot-name strong,
  body.single-opalestate_property .cemi-card-land-lots-detail .cemi-land-lot-name strong,
  .cemi-single-property .cemi-card-land-lots-detail .cemi-land-lot-name strong{
    display:block !important;
    color:#fff !important;
    font-size:26px !important;
    line-height:1.08 !important;
    font-weight:900 !important;
    white-space:normal !important;
  }

  body.single-cemi_property .cemi-card-land-lots-detail .cemi-unit-status,
  body.single-opalestate_property .cemi-card-land-lots-detail .cemi-unit-status,
  .cemi-single-property .cemi-card-land-lots-detail .cemi-unit-status{
    flex:0 0 auto !important;
    float:none !important;
  }

  body.single-cemi_property .cemi-card-land-lots-detail .cemi-land-lot-measures,
  body.single-opalestate_property .cemi-card-land-lots-detail .cemi-land-lot-measures,
  .cemi-single-property .cemi-card-land-lots-detail .cemi-land-lot-measures{
    display:grid !important;
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    gap:8px !important;
    width:100% !important;
    max-width:100% !important;
    margin:14px 0 0 !important;
    float:none !important;
    clear:both !important;
  }

  body.single-cemi_property .cemi-card-land-lots-detail .cemi-land-lot-measure,
  body.single-opalestate_property .cemi-card-land-lots-detail .cemi-land-lot-measure,
  .cemi-single-property .cemi-card-land-lots-detail .cemi-land-lot-measure{
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:center !important;
    min-height:66px !important;
    width:auto !important;
    max-width:none !important;
    float:none !important;
    clear:none !important;
    padding:9px 6px !important;
    border-radius:14px !important;
    background:rgba(255,255,255,.04) !important;
    border:1px solid rgba(255,255,255,.06) !important;
    text-align:center !important;
  }

  body.single-cemi_property .cemi-card-land-lots-detail .cemi-land-lot-measure strong,
  body.single-opalestate_property .cemi-card-land-lots-detail .cemi-land-lot-measure strong,
  .cemi-single-property .cemi-card-land-lots-detail .cemi-land-lot-measure strong{
    order:1 !important;
    display:block !important;
    margin:0 !important;
    color:#fff !important;
    font-size:14px !important;
    line-height:1.1 !important;
    font-weight:900 !important;
  }

  body.single-cemi_property .cemi-card-land-lots-detail .cemi-land-lot-measure span,
  body.single-opalestate_property .cemi-card-land-lots-detail .cemi-land-lot-measure span,
  .cemi-single-property .cemi-card-land-lots-detail .cemi-land-lot-measure span{
    order:2 !important;
    display:block !important;
    margin:5px 0 0 !important;
    color:rgba(255,255,255,.66) !important;
    font-size:9.5px !important;
    font-weight:800 !important;
    text-transform:uppercase !important;
    letter-spacing:.04em !important;
  }

  body.single-cemi_property .cemi-card-land-lots-detail .cemi-land-lot-price,
  body.single-opalestate_property .cemi-card-land-lots-detail .cemi-land-lot-price,
  .cemi-single-property .cemi-card-land-lots-detail .cemi-land-lot-price{
    display:block !important;
    width:100% !important;
    max-width:100% !important;
    margin:10px 0 0 !important;
    float:none !important;
    clear:both !important;
    grid-column:1 / -1 !important;
  }

  body.single-cemi_property .cemi-card-land-lots-detail .cemi-land-lot-reference,
  body.single-opalestate_property .cemi-card-land-lots-detail .cemi-land-lot-reference,
  .cemi-single-property .cemi-card-land-lots-detail .cemi-land-lot-reference,
  body.single-cemi_property .cemi-card-land-lots-detail .cemi-land-lot-services,
  body.single-opalestate_property .cemi-card-land-lots-detail .cemi-land-lot-services,
  .cemi-single-property .cemi-card-land-lots-detail .cemi-land-lot-services{
    display:block !important;
    width:100% !important;
    max-width:100% !important;
    margin:10px 0 0 !important;
    padding:10px 12px !important;
    float:none !important;
    clear:both !important;
    grid-column:1 / -1 !important;
    text-align:left !important;
    border-radius:12px !important;
    background:rgba(255,255,255,.05) !important;
    border:0 !important;
  }

  body.single-cemi_property .cemi-card-land-lots-detail .cemi-land-lot-reference span,
  body.single-opalestate_property .cemi-card-land-lots-detail .cemi-land-lot-reference span,
  .cemi-single-property .cemi-card-land-lots-detail .cemi-land-lot-reference span,
  body.single-cemi_property .cemi-card-land-lots-detail .cemi-land-lot-services span,
  body.single-opalestate_property .cemi-card-land-lots-detail .cemi-land-lot-services span,
  .cemi-single-property .cemi-card-land-lots-detail .cemi-land-lot-services span{
    display:block !important;
    margin:0 0 4px !important;
    color:rgba(255,255,255,.60) !important;
    font-size:10px !important;
    font-weight:900 !important;
    text-transform:uppercase !important;
    letter-spacing:.04em !important;
  }

  body.single-cemi_property .cemi-card-land-lots-detail .cemi-land-lot-reference strong,
  body.single-opalestate_property .cemi-card-land-lots-detail .cemi-land-lot-reference strong,
  .cemi-single-property .cemi-card-land-lots-detail .cemi-land-lot-reference strong,
  body.single-cemi_property .cemi-card-land-lots-detail .cemi-land-lot-services strong,
  body.single-opalestate_property .cemi-card-land-lots-detail .cemi-land-lot-services strong,
  .cemi-single-property .cemi-card-land-lots-detail .cemi-land-lot-services strong{
    display:block !important;
    color:rgba(255,255,255,.90) !important;
    font-size:12px !important;
    line-height:1.45 !important;
    font-weight:800 !important;
  }
}

/* Cercanías desktop: eliminar caja exterior por fila aunque el theme/meta use clases diferentes */
@media (min-width: 901px){
  .cemi-single-property .cemi-card-nearby [class*="nearby"],
  body.single-cemi_property .cemi-card-nearby [class*="nearby"],
  body.single-opalestate_property .cemi-card-nearby [class*="nearby"]{
    box-shadow:none !important;
  }

  .cemi-single-property .cemi-card-nearby [class*="nearby-item"],
  .cemi-single-property .cemi-card-nearby [class*="nearby-row"],
  .cemi-single-property .cemi-card-nearby [class*="nearby-place"],
  .cemi-single-property .cemi-card-nearby [class*="nearby-entry"],
  .cemi-single-property .cemi-card-nearby [class*="nearby-box"],
  .cemi-single-property .cemi-card-nearby [class*="nearby-card"],
  body.single-cemi_property .cemi-card-nearby [class*="nearby-item"],
  body.single-cemi_property .cemi-card-nearby [class*="nearby-row"],
  body.single-cemi_property .cemi-card-nearby [class*="nearby-place"],
  body.single-cemi_property .cemi-card-nearby [class*="nearby-entry"],
  body.single-cemi_property .cemi-card-nearby [class*="nearby-box"],
  body.single-cemi_property .cemi-card-nearby [class*="nearby-card"],
  body.single-opalestate_property .cemi-card-nearby [class*="nearby-item"],
  body.single-opalestate_property .cemi-card-nearby [class*="nearby-row"],
  body.single-opalestate_property .cemi-card-nearby [class*="nearby-place"],
  body.single-opalestate_property .cemi-card-nearby [class*="nearby-entry"],
  body.single-opalestate_property .cemi-card-nearby [class*="nearby-box"],
  body.single-opalestate_property .cemi-card-nearby [class*="nearby-card"]{
    background:transparent !important;
    border:0 !important;
    box-shadow:none !important;
    padding-left:0 !important;
    padding-right:0 !important;
  }
}


/* CEMI Core v1.2.12 — Terreno/Lotes: lotes y servicios en columna izquierda */
.cemi-card-services-land-left{
  margin-top:14px;
}

@media (min-width: 901px){
  .cemi-single-property.cemi-single-land-lots .cemi-prop-left .cemi-card-land-lots-detail{
    display:block !important;
    width:100% !important;
    max-width:100% !important;
    margin-top:14px !important;
    order:20 !important;
  }

  .cemi-single-property.cemi-single-land-lots .cemi-prop-left .cemi-card-services-land-left{
    display:block !important;
    width:100% !important;
    max-width:100% !important;
    margin-top:14px !important;
    order:21 !important;
  }

  .cemi-single-property.cemi-single-land-lots .cemi-prop-right .cemi-card-services{
    display:none !important;
  }
}


/* CEMI Core v1.2.13 — lotes/descripción/servicios todo en columna izquierda */
.cemi-card-services-land-left{
  margin-top:14px !important;
}

.cemi-single-property.cemi-single-land-lots .cemi-prop-left .cemi-card-land-lots-detail{
  width:100% !important;
  max-width:100% !important;
}

.cemi-single-property.cemi-single-land-lots .cemi-prop-left .cemi-card-services-land-left{
  display:block !important;
  width:100% !important;
  max-width:100% !important;
}

.cemi-single-property.cemi-single-land-lots .cemi-prop-right .cemi-card-services{
  display:none !important;
}

.cemi-card-land-lots-detail .cemi-land-lot-body{
  display:block !important;
  width:100% !important;
}

.cemi-card-land-lots-detail .cemi-land-lot-price{
  display:block !important;
  width:100% !important;
  clear:both !important;
}

.cemi-card-land-lots-detail .cemi-land-lot-reference{
  display:block !important;
  width:100% !important;
  clear:both !important;
  margin:10px 0 0 !important;
  padding:10px 12px !important;
  border-radius:12px !important;
  background:rgba(255,255,255,.05) !important;
  text-align:left !important;
}

.cemi-card-land-lots-detail .cemi-land-lot-services{
  display:block !important;
  width:100% !important;
  clear:both !important;
  margin:10px 0 0 !important;
  padding:10px 12px !important;
  border-radius:12px !important;
  background:rgba(255,255,255,.05) !important;
  text-align:left !important;
}

@media (min-width:901px){
  .cemi-single-property.cemi-single-land-lots .cemi-prop-left .cemi-card-land-lots-detail{
    order:20 !important;
  }
  .cemi-single-property.cemi-single-land-lots .cemi-prop-left .cemi-card-services-land-left{
    order:21 !important;
  }
  .cemi-single-property.cemi-single-land-lots .cemi-prop-right .cemi-card-services{
    display:none !important;
  }
}


/* CEMI Core v1.2.14 — layout limpio: galería/mapa izquierda, datos derecha */
.cemi-card-map-left{
  margin-top:14px !important;
}
.cemi-card-map-left h2{
  margin:0 0 12px !important;
  color:#1A2231 !important;
  font-size:20px !important;
  font-weight:900 !important;
}
.cemi-map-frame-left iframe{
  display:block !important;
  width:100% !important;
  min-height:420px !important;
  border-radius:16px !important;
}

/* En Terreno/Lotes, todo lo descriptivo queda en derecha */
@media (min-width:901px){
  .cemi-single-property.cemi-single-land-lots .cemi-prop-left{
    align-self:start !important;
  }
  .cemi-single-property.cemi-single-land-lots .cemi-prop-left .cemi-card-land-lots-detail,
  .cemi-single-property.cemi-single-land-lots .cemi-prop-left .cemi-card-services-land-left,
  .cemi-single-property.cemi-single-land-lots .cemi-prop-left .cemi-card-services,
  .cemi-single-property.cemi-single-land-lots .cemi-prop-left .cemi-card-characteristics,
  .cemi-single-property.cemi-single-land-lots .cemi-prop-left .cemi-card-nearby{
    display:none !important;
  }

  .cemi-single-property.cemi-single-land-lots .cemi-prop-right .cemi-card-land-lots-detail,
  .cemi-single-property.cemi-single-land-lots .cemi-prop-right .cemi-card-services-land-left{
    display:block !important;
    width:100% !important;
    max-width:100% !important;
    margin-top:14px !important;
  }

  .cemi-single-property.cemi-single-land-lots .cemi-prop-right .cemi-card-services-land-left{
    margin-bottom:14px !important;
  }

  .cemi-single-property.cemi-single-land-lots .cemi-prop-right .cemi-card-land-lots-detail .cemi-land-lots-grid{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:12px !important;
  }

  .cemi-single-property.cemi-single-land-lots .cemi-prop-right .cemi-card-land-lots-detail .cemi-land-lot-card{
    display:block !important;
    width:100% !important;
  }

  .cemi-single-property.cemi-single-land-lots .cemi-prop-right .cemi-card-land-lots-detail .cemi-land-lot-measures{
    display:grid !important;
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    gap:8px !important;
  }

  .cemi-single-property.cemi-single-land-lots .cemi-prop-right .cemi-card-land-lots-detail .cemi-land-lot-price,
  .cemi-single-property.cemi-single-land-lots .cemi-prop-right .cemi-card-land-lots-detail .cemi-land-lot-reference,
  .cemi-single-property.cemi-single-land-lots .cemi-prop-right .cemi-card-land-lots-detail .cemi-land-lot-services{
    display:block !important;
    width:100% !important;
    clear:both !important;
  }

  /* Evitar mapa duplicado en derecha si existe otra variante */
  .cemi-single-property.cemi-single-land-lots .cemi-prop-right .cemi-card-map,
  .cemi-single-property.cemi-single-land-lots .cemi-prop-right [class*="map"]:not(.cemi-map-cta):not(.cemi-map-link){
    max-width:100%;
  }
}

@media (max-width:900px){
  .cemi-card-map-left{
    margin-top:12px !important;
  }
  .cemi-map-frame-left iframe{
    min-height:340px !important;
  }
}


/* CEMI Core v1.2.15 — Cercanías sin recuadro blanco envolvente
   Mantiene etiquetas y referencias, elimina la caja translúcida que contiene cada cercanía. */
.cemi-card-nearby .cemi-nearby-section,
.cemi-card-nearby .cemi-nearby-group,
.cemi-card-nearby .cemi-nearby-item,
.cemi-card-nearby .cemi-nearby-row,
.cemi-card-nearby .cemi-nearby-place,
.cemi-card-nearby .cemi-nearby-entry,
.cemi-card-nearby .cemi-nearby-box,
.cemi-card-nearby .cemi-nearby-card,
.cemi-card-nearby [class*="nearby-section"],
.cemi-card-nearby [class*="nearby-group"],
.cemi-card-nearby [class*="nearby-item"],
.cemi-card-nearby [class*="nearby-row"],
.cemi-card-nearby [class*="nearby-place"],
.cemi-card-nearby [class*="nearby-entry"],
.cemi-card-nearby [class*="nearby-box"],
.cemi-card-nearby [class*="nearby-card"]{
  background:transparent !important;
  background-color:transparent !important;
  border:0 !important;
  box-shadow:none !important;
  backdrop-filter:none !important;
  -webkit-backdrop-filter:none !important;
  padding-left:0 !important;
  padding-right:0 !important;
}

/* Evita que el recuadro vuelva por pseudo-elementos */
.cemi-card-nearby .cemi-nearby-section::before,
.cemi-card-nearby .cemi-nearby-group::before,
.cemi-card-nearby .cemi-nearby-item::before,
.cemi-card-nearby .cemi-nearby-row::before,
.cemi-card-nearby .cemi-nearby-place::before,
.cemi-card-nearby .cemi-nearby-entry::before,
.cemi-card-nearby .cemi-nearby-box::before,
.cemi-card-nearby .cemi-nearby-card::before,
.cemi-card-nearby [class*="nearby-section"]::before,
.cemi-card-nearby [class*="nearby-group"]::before,
.cemi-card-nearby [class*="nearby-item"]::before,
.cemi-card-nearby [class*="nearby-row"]::before,
.cemi-card-nearby [class*="nearby-place"]::before,
.cemi-card-nearby [class*="nearby-entry"]::before,
.cemi-card-nearby [class*="nearby-box"]::before,
.cemi-card-nearby [class*="nearby-card"]::before{
  display:none !important;
}

/* Conservar las etiquetas con su fondo suave */
.cemi-card-nearby .cemi-nearby-label,
.cemi-card-nearby .cemi-nearby-pill,
.cemi-card-nearby .cemi-nearby-tag,
.cemi-card-nearby .cemi-nearby-chip,
.cemi-card-nearby [class*="nearby-label"],
.cemi-card-nearby [class*="nearby-pill"],
.cemi-card-nearby [class*="nearby-tag"],
.cemi-card-nearby [class*="nearby-chip"]{
  background:rgba(215,38,107,.10) !important;
  background-color:rgba(215,38,107,.10) !important;
  border:1px solid rgba(215,38,107,.14) !important;
  box-shadow:none !important;
  border-radius:999px !important;
}

/* Conservar referencia limpia sin caja envolvente */
.cemi-card-nearby .cemi-nearby-reference,
.cemi-card-nearby .cemi-nearby-detail,
.cemi-card-nearby .cemi-nearby-text,
.cemi-card-nearby .cemi-nearby-value,
.cemi-card-nearby [class*="nearby-reference"],
.cemi-card-nearby [class*="nearby-detail"],
.cemi-card-nearby [class*="nearby-text"],
.cemi-card-nearby [class*="nearby-value"]{
  background:transparent !important;
  background-color:transparent !important;
  border:0 !important;
  box-shadow:none !important;
  padding-left:0 !important;
  padding-right:0 !important;
}

/* Menos separación al quitar la caja */
.cemi-card-nearby .cemi-nearby-grid,
.cemi-card-nearby .cemi-nearby-list,
.cemi-card-nearby [class*="nearby-grid"],
.cemi-card-nearby [class*="nearby-list"]{
  gap:8px !important;
}
