.blurry {
	background: rgba(50, 50, 50, 0.6);
backdrop-filter: blur(30px);
-webkit-backdrop-filter: blur(30px);
}
/* Header FEUDO siempre arriba */
.feudo-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9998 !important;
}

/* Flyout de Header Footer Elementor aún más arriba */
div[id^="hfe-flyout-content-id"],
.hfe-flyout-overlay {
  position: fixed !important;
  z-index: 100000 !important;
  overflow: visible !important;
}

/* Cualquier cosa sticky del contenido por debajo del header */
.elementor-sticky--active {
  z-index: 50 !important;
}
/* Quitar ícono fantasma del menú móvil (solo en mobile) */
@media (max-width: 767px) {
  .feudo-header .re-menu-collapsible-btn:after {
    content: none !important;
    display: none !important;
  }
}
/* ========== SINGLE PROPERTY FEUDO ========== */

/* Contenedor que genera WPL dentro del widget */
.elementor-widget-container > .wpl_prp_show_layout2_container {
    background: transparent !important;   /* sin fondo extra */
    padding: 40px 16px;                   /* respiro general */
}

/* Tarjeta blanca centrada */
.wpl_prp_container {
    background: #ffffff;
    border-radius: 20px;
    padding: 24px 28px;
    box-shadow: 0 18px 35px rgba(0,0,0,0.06);
    max-width: 1200px;
    margin: 0 auto 40px;                  /* centrada */
    box-sizing: border-box;
    font-family: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* -------- TÍTULO / UBICACIÓN -------- */

.wpl_prp_show_title .title_text {
    font-weight: 800;
    font-size: 26px;
    color: #1a1a1a;
    margin: 0 0 6px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.wpl_prp_show_title .location_build_up {
    font-size: 14px;
    font-weight: 500;
    color: #888888;
    margin: 0;
}

.meta-verified-icon {
    width: 18px;
    height: auto;
}

/* -------- BLOQUE DERECHO (DETALLES BÁSICOS + PRECIO) -------- */

.wpl_prp_right_boxes.details {
    background: #ffffff;
    border-radius: 18px;
    border: 1px solid #D9D9D6;
    padding: 18px 20px 16px;
    margin-bottom: 20px;
}

.wpl_prp_right_boxe_details_bot .price_box {
    font-size: 26px;
    font-weight: 800;
    color: #D95722;
    margin-bottom: 6px;
}

.wpl_prp_mls_id_box {
    font-size: 12px;
    color: #888888;
}

/* -------- ICONOS / BADGES (CAMBIAR DE PÍLDORAS A TEXTO PLANO) -------- */

/* En la ficha individual, la UL con íconos */
.wpl_prp_listing_icon_box ul {
    padding: 0;
    margin: 10px 0 6px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    list-style: none;
}

.wpl_prp_listing_icon_box ul li {
    background: transparent;
    border-radius: 0;
    padding: 0;
    font-size: 13px;
    color: #1a1a1a;
    border: none;
}

.wpl_prp_listing_icon_box ul li .value {
    font-weight: 600;
}

/* -------- GALERÍA -------- */

.wpl_prp_left_box.wpl_prp_gallery {
    background: #000000;
    border-radius: 18px;
    overflow: hidden;
    margin-bottom: 24px;
}

/* -------- CUADROS DE DETALLES (DETALLES, UBICACIÓN, ETC.) -------- */

.wpl_prp_show_detail_boxes {
    background: #ffffff;
    border-radius: 18px;
    border: 1px solid #D9D9D6;
    padding: 20px 24px 18px;
    margin-bottom: 18px;
    box-sizing: border-box;
}

/* Título de cada bloque: SIN recuadro gris, solo texto y subrayado sutil */
.wpl_prp_show_detail_boxes_title {
    font-weight: 700;
    font-size: 14px;
    color: #1a1a1a;
    background: transparent;
    border-radius: 0;
    padding: 0 0 6px;
    margin-bottom: 12px;
    border-bottom: 2px solid #D95722; /* subrayado terracota */
}

/* Filas internas */
.wpl_prp_show_detail_boxes_cont .rows,
.wpl_prp_show_detail_boxes_cont .wpl-column.rows {
    font-size: 13px;
    padding: 3px 0;
    color: #444444;
}

.wpl_prp_show_detail_boxes_cont label {
    font-weight: 600;
    margin-right: 4px;
}

/* Descripción */
.wpl_category_description .wpl_prp_show_detail_boxes_cont {
    font-size: 14px;
    line-height: 1.6;
    color: #1a1a1a;
}

/* -------- TABS MAPA -------- */

.wpl_prp_show_tabs-maps .tabs_box {
    border-bottom: 1px solid #E0E0DD;
    margin-bottom: 10px;
}

.wpl_prp_show_tabs-maps .tabs li a {
    display: inline-block;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 13px;
    color: #888888;
}

.wpl_prp_show_tabs-maps .tabs li a.active,
.wpl_prp_show_tabs-maps .tabs li a:hover {
    background: #D95722;
    color: #ffffff;
}

.wpl_prp_show_tabs-maps .tabs_contents {
    border-radius: 18px;
    overflow: hidden;
}

/* -------- FORMULARIOS / BOXES DERECHA GENERALES -------- */

.wpl_prp_right_boxes {
    border-radius: 18px;
    border: 1px solid #D9D9D6;
    background: #ffffff;
    padding: 16px 18px;
    margin-bottom: 18px;
}

/* Powered by Realtyna discreto */
.wpl-powered-by-realtyna {
    margin-top: 20px;
    text-align: center;
    opacity: 0.6;
}

.wpl-powered-by-realtyna img {
    max-width: 120px;
}

/* -------- RESPONSIVO -------- */

@media (max-width: 768px) {
    .elementor-widget-container > .wpl_prp_show_layout2_container {
        padding: 20px 8px;
    }

    .wpl_prp_container {
        padding: 16px 18px;
        border-radius: 12px;
        box-shadow: 0 10px 25px rgba(0,0,0,0.06);
    }

    .wpl_prp_show_title .title_text {
        font-size: 22px;
    }
}


/* ====== GRID DE PROPIEDADES FEUDO (archive / search) ====== */

/* Contenedor de cada tarjeta */
.wpl_property_listing_container .wpl_prp_cont {
    border-radius: 18px;
    overflow: hidden;
    background: #1a1a1a; /* fallback */
    border: none;
    margin-bottom: 32px;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

/* Hover: solo levantamos un poco la tarjeta y oscurecemos */
.wpl_property_listing_container .wpl_prp_cont:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 30px rgba(0,0,0,0.35);
    background: #1a1a1a;
}

/* Zona superior (imagen) */
.wpl_property_listing_container .wpl_prp_top {
    height: 260px;
    overflow: hidden;
}

/* Imagen dentro del top */
.wpl_property_listing_container .wpl_prp_top img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: filter .18s ease, transform .18s ease;
}

/* Al hacer hover, solo oscurecer un poco la imagen */
.wpl_property_listing_container .wpl_prp_cont:hover .wpl_prp_top img {
    filter: brightness(0.75);
    transform: scale(1.02);
}

/* Fondo naranja feudo donde va el contenido (título, dirección, m2) */
.wpl_property_listing_container .wpl_prp_cont .wpl_prp_bot {
    background: #D95722; /* terracota */
    padding: 16px 18px 14px;
    color: #ffffff;
}

/* Hover: terracota un poco más oscura */
.wpl_property_listing_container .wpl_prp_cont:hover .wpl_prp_bot {
    background: #bf4414;
}

/* Título del listing */
.wpl_property_listing_container .view_detail .wpl_prp_title,
.wpl_property_listing_container .view_detail .wpl_prp_title a {
    font-family: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-weight: 800;
    font-size: 18px;
    line-height: 1.3;
    margin: 0 0 4px;
    color: #ffffff !important;
    text-decoration: none;
}

/* Ubicación / descripción corta debajo del título */
.wpl_property_listing_container .wpl_prp_listing_location,
.wpl_carousel_container .simple_list.wpl-plugin-owl .right_section .location,
.wpl_property_listing_container .view_detail .location {
    font-size: 13px;
    color: #F3F1EE !important;
    margin-bottom: 10px;
}

/* Precio dentro del listado */
.wpl_property_listing_container .wpl_prp_cont .price_box,
.wpl_property_listing_container .wpl_prp_cont .price_box span {
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 700;
}

/* Iconos de m², recámaras, etc. sin pastillita redonda */
.wpl_property_listing_container .wpl_prp_bot .wpl_prp_listing_icon_box div,
.wpl_property_listing_container .wpl_prp_bot .wpl_prp_listing_icon_box span {
    background: transparent !important;
    border-radius: 0 !important;
    padding: 0 !important;
    margin-right: 12px;
    color: #ffffff !important;
    font-size: 13px;
}

/* Quitamos cualquier fondo raro naranja/negro que meta el plugin por defecto */
.wpl_property_listing_container .wpl_prp_top.wpl_prp_top_boxes.back {
    background: transparent !important;
}

.wpl_property_listing_container .wpl_prp_cont .wpl_prp_bot .wpl_prp_title,
.wpl_property_listing_container .wpl_prp_cont .wpl_prp_bot .location {
    background: transparent !important;
}

/* Responsive básico */
@media (max-width: 768px) {
    .wpl_property_listing_container .wpl_prp_cont {
        border-radius: 14px;
        margin-bottom: 24px;
    }

    .wpl_property_listing_container .wpl_prp_top {
        height: 220px;
    }

    .wpl_property_listing_container .view_detail .wpl_prp_title {
        font-size: 16px;
    }
}
.wpl_property_listing_container .wpl_prp_top .wpl_prp_top_boxes.back {
	background: #1f1f1f;
}
.wpl_property_listing_container .wpl-listing-tags-wp .wpl-listing-tags-cnt div {
	padding: 10px;
	border-radius: 18px;

}
/*----------------------------------------------------------------
FEUDO – Post Template Styles (v2)
----------------------------------------------------------------*/

:root {
  /* ===== FEUDO PALETTE ===== */
  --feudo-terracota: #D95722;
  --feudo-carbon: #1A1A1A;
  --feudo-ash: #888888;
  --feudo-concrete: #D9D9D6;
  --feudo-brass: #C8A165;

  /* Links */
  --color-link: var(--feudo-terracota);
  --color-link-hover: var(--feudo-brass);

  /* Quote */
  --color-quote-border: var(--feudo-terracota);
  --width-quote-border: 4px;
  --bg-quote: rgba(217, 217, 214, 0.30); /* concreto suave */

  /* Code */
  --color-code-text: #F2F2F2;
  --bg-code: var(--feudo-carbon);

  /* Spacing (mismo ritmo que tu CSS anterior) */
  --space-s: 0.5rem;
  --space-m: 0.75rem;
  --space-l: 1.25rem;
  --space-xl: 1.5rem;
  --space-xxl: 1.5rem;

  /* Radius */
  --radius-m: 0.75rem;

  /* Transition */
  --transition-default: 0.2s ease-in-out;

  /* Typography */
  --font-weight-light: 300;
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-bold: 700;

  --font-size-xs: .85rem;
  --font-size-p: 1.15rem;
  --mobile-font-size-p: 1.10rem;

  --font-size-m: 1.5rem;
  --mobile-font-size-m: 1.35rem;

  --font-size-l: 2rem;
  --mobile-font-size-l: 1.75rem;

  --line-height-body: 1.75em;
  --line-height-heading: 1.25em;
  --line-height-list: 1.25em;
}

/*----------------------------------------------------------------
Core styles
----------------------------------------------------------------*/

/* Headings */
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
  padding-top: var(--space-xxl);
  padding-bottom: var(--space-s);
  font-weight: var(--font-weight-bold);
  line-height: var(--line-height-heading);
  letter-spacing: -0.01em;
  color: var(--feudo-carbon);
}

.post-content h2 {
  font-size: var(--font-size-l);
  position: relative;
}


/* Paragraphs */
.post-content p {
  font-size: var(--font-size-p);
  padding-bottom: var(--space-l);
  margin-bottom: 0;
  line-height: var(--line-height-body);
  color: var(--feudo-carbon);
}

/* Links */
.post-content p a {
  color: var(--color-link);
  font-weight: var(--font-weight-medium);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.18em;
  transition: color var(--transition-default);
}

.post-content p a:hover {
  color: var(--color-link-hover);
}

/* Lists */
.post-content ul,
.post-content ol {
  font-size: var(--font-size-p);
  font-weight: var(--font-weight-medium);
  padding-bottom: var(--space-xl);
  color: var(--feudo-carbon);
}

.post-content ul li,
.post-content ol li {
  line-height: var(--line-height-list);
  margin-bottom: var(--space-l);
}

.post-content li::marker{
  color: var(--feudo-terracota);
}

/* Meta */
.c-post-meta ul li:nth-child(2) {
  font-weight: var(--font-weight-regular) !important;
  color: var(--feudo-ash);
}

/* =========================
Images (lo que sí te funciona)
========================= */

/* Gutenberg image block */
.post-content .wp-block-image img {
  margin: var(--space-xxl) 0;
  border-radius: var(--radius-m);
  border: 1px solid var(--feudo-concrete);
  box-shadow: 0 12px 28px rgba(26, 26, 26, 0.10);
}

/* Important: forzar TODAS las imágenes dentro del post a ancho completo del contenedor */
.post-content img {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  border-radius: var(--radius-m);
  display: block;
}

/* Si el theme mete figure con width raro */
.post-content figure,
.post-content .wp-block-image,
.post-content .wp-caption {
  width: 100%;
  max-width: 100%;
}

/* Blockquotes */
.post-content blockquote {
  border-left: var(--width-quote-border) solid var(--color-quote-border);
  margin: 0 0 var(--space-xl);
  padding: var(--space-m) var(--space-l);
  background: linear-gradient(
    0deg,
    var(--bg-quote),
    rgba(200, 161, 101, 0.10) /* latón suave */
  );
  font-size: var(--font-size-p);
  font-weight: var(--font-weight-regular);
  border-radius: var(--radius-m);
  color: var(--feudo-carbon);
}

.post-content blockquote cite {
  font-size: var(--font-size-xs);
  font-weight: var(--font-weight-medium);
  color: var(--feudo-ash);
}

.post-content blockquote p {
  padding-bottom: 0;
}

/* Code Blocks */
.post-content .wp-block-code {
  background: var(--bg-code);
  padding: var(--space-xl);
  border-radius: var(--radius-m);
  overflow-x: auto;
  box-shadow: 0 10px 24px rgba(26, 26, 26, 0.18);
}

.post-content code {
  color: var(--color-code-text);
  font-weight: var(--font-weight-medium);
}

/* Inline code */
.post-content :not(pre) > code{
  background: rgba(217, 87, 34, 0.12);
  color: var(--feudo-carbon);
  padding: .15em .35em;
  border-radius: .55rem;
}

/* Mobile responsiveness */
@media screen and (max-width: 767px) {
  .post-content p {
    font-size: var(--mobile-font-size-p);
  }

  .post-content h2 {
    font-size: var(--mobile-font-size-l);
  }

  .post-content h3,
  .post-content h4,
  .post-content h5,
  .post-content h6 {
    font-size: var(--mobile-font-size-m);
  }

  .post-content .wp-block-code {
    padding: var(--space-l);
  }
}
