.elementor-2342 .elementor-element.elementor-element-45b6de6{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2342 .elementor-element.elementor-element-0309186{padding:10px 20px 10px 20px;}body.elementor-page-2342{padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-0309186 *//* Overlay base */
.glv-detail-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: stretch;
  justify-content: center;
  font-family: inherit;
}

.glv-detail-overlay--hidden {
  display: none;
}

.glv-detail-overlay__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
}

.glv-detail-overlay__panel {
  position: relative;
  z-index: 1;
  background: #ffffff;
  margin: 24px;
  padding: 0;
  border-radius: 18px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.18);
  max-width: 1120px;
  width: 100%;
  max-height: calc(100vh - 48px);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

/* Close button */
.glv-detail-overlay__close {
  position: absolute;
  top: 12px;
  right: 32px;          /* alineado con el padding lateral del carrusel */
  z-index: 5;
  background: rgba(0, 0, 0, 0.05);
  border: none;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  font-size: 20px;
  cursor: pointer;
  color: #334e68;
}

/* Botón tipo texto "Back to search" */
.glv-detail-back {
  position: absolute;
  top: 16px;
  left: 32px;           /* alineado con el padding lateral del carrusel */
  padding: 0;
  border: none;
  background: none;
  font-size: 13px;
  font-weight: 500;
  color: #111827;
  cursor: pointer;
  text-decoration: underline;
}

.glv-detail-back:hover {
  color: #007582;
}

@media (max-width: 900px) {
  .glv-detail-back {
    top: 14px;
    left: 16px;
    font-size: 12px;
  }
}

/* Sticky CTA desktop */
.glv-detail-cta--desktop {
  /* pegado al borde inferior-derecho del panel blanco */
  position: absolute;
  right: 32px;
  bottom: 24px;
  z-index: 5;

  /* aspecto del botón */
  padding: 10px 22px;
  border-radius: 999px;
  border: none;
  background: #003d53; /* Pantone 3035 C aprox */
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.22);
}

.glv-detail-cta--desktop:hover {
  background: #007582; /* Pantone 7714 C aprox */
}

/* Layout general */
.glv-detail {
  /* más aire alrededor del contenido en desktop/tablet */
  padding: 64px 32px 32px;
  overflow-y: auto;
}

/* Header / galería */
.glv-detail__header {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(0, 1.1fr);
  gap: 24px;
  /* más separación visual entre galería/summary y tabs */
  margin-bottom: 32px;
}

.glv-detail__status-pill {
  position: absolute;
  /* ahora se posiciona relativo a .glv-detail__gallery */
  top: 12px;
  left: 14px;

  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.95);
  color: #003d53;
  font-size: 12px;
  font-weight: 600;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
  z-index: 5;
}

/* Gallery */
.glv-detail__gallery {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  background: #000;
  /* Antes: 24px. Subimos un poco el aire entre carrusel y precio. */
  margin-bottom: 32px;
}

.glv-detail__gallery-main {
  height: 260px;
}

.glv-detail__gallery-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.glv-detail__gallery-thumbs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: #000000;
  height: 88px;
}

.glv-detail__gallery-thumbs img {
  width: 100%;
  height: 88px;
  object-fit: cover;
  cursor: pointer;
  opacity: 0.85;
  transition: opacity 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
}

.glv-detail__gallery-thumbs img:hover {
  opacity: 1;
  transform: translateY(-1px);
}

/* Thumb activo del carrusel */
.glv-detail__gallery-thumb--active {
  opacity: 1 !important;
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #003d53;
  transform: translateY(-1px);
}

.glv-detail__gallery-btn {
  position: absolute;
  bottom: 12px;
  right: 12px;
  background: rgba(0, 0, 0, 0.65);
  color: #ffffff;
  border: none;
  border-radius: 999px;
  font-size: 12px;
  padding: 6px 12px;
  cursor: pointer;
}

/* Flechas del hero (dentro de la foto principal) */
.glv-detail__gallery-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border-radius: 999px; /* pequeña bolita, no pastilla */
  border: none;
  background: rgba(0, 0, 0, 0.45);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 4;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  font-size: 20px;
  line-height: 1;
  padding: 0;
}

/* Flecha izquierda */
.glv-detail__gallery-nav--prev {
  left: 16px;
}

/* Flecha derecha */
.glv-detail__gallery-nav--next {
  right: 16px;
}

/* Hover más intenso pero discreto */
.glv-detail__gallery-nav:hover {
  background: rgba(0, 0, 0, 0.65);
}

/* Tamaño un poco más compacto en pantallas medianas/pequeñas */
@media (max-width: 1024px) {
  .glv-detail__gallery-nav {
    width: 32px;
    height: 32px;
    font-size: 18px;
  }
}

/* Summary */
.glv-detail__summary {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}

.glv-detail__price {
  font-size: 28px;
  font-weight: 700;
  color: #003d53;
}

.glv-detail__address {
  font-size: 15px;
  color: #52606d;
}

.glv-detail__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 4px;
}

.glv-detail-badge {
  padding: 4px 10px;
  border-radius: 999px;
  background: #f5f7f9;
  border: 1px solid #dde2e6;
  font-size: 12px;
  color: #334e68;
}

/* Tabs */
.glv-detail__tabs {
  display: flex;
  gap: 10px;
  border-bottom: 1px solid #dde2e6;
  /* margen arriba y abajo para respirar mejor */
  margin: 18px 0 14px;
}

.glv-detail-tab {
  position: relative;
  background: none;
  border: none;
  padding: 8px 0;
  margin-right: 16px;
  font-size: 14px;
  cursor: pointer;
  color: #52606d;
}

.glv-detail-tab--active {
  color: #003d53;
  font-weight: 600;
}

.glv-detail-tab--active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 2px;
  border-radius: 999px;
  background: #007582;
}

/* Mobile anchors */
.glv-detail-mobile-anchors {
  display: none;
  gap: 8px;
  margin: 10px 0 6px;
}

.glv-detail-mobile-anchor {
  flex: 1;
  border-radius: 999px;
  border: 1px solid #dde2e6;
  background: #ffffff;
  padding: 8px 10px;
  font-size: 13px;
  cursor: pointer;
}

/* Sections */
.glv-detail__sections {
  display: flex;
  flex-direction: column;
  gap: 20px; /* un poco más de separación entre bloques */
}

.glv-detail-section__title {
  font-size: 18px;
  margin: 0 0 8px;
  color: #003d53;
}

/* === Chips de Amenities & Views en el overlay === */

.glv-detail-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 8px 0 4px;
}

/* Pill base */
.glv-chip {
  display: inline-flex;
  align-items: center;
  padding: 3px 9px;
  border-radius: 999px;
  font-size: 11px;
  line-height: 1.2;
  border: 1px solid #d1d5db;      /* gris suave */
  background: #f9fafb;            /* gris muy claro */
  color: #111827;                 /* casi negro */
  white-space: nowrap;
}

/* Variantes de color (ajustables a tu paleta) */
.glv-chip--amenity {
  background: #ecfeff;            /* azul/teal muy clarito */
  border-color: #06b6d4;          /* teal */
  color: #0f172a;
}

.glv-chip--view {
  background: #eef2ff;            /* lila clarito */
  border-color: #6366f1;          /* indigo */
  color: #111827;
}

/* Overview */
.glv-detail-overview__text {
  font-size: 14px;
  color: #1f2933;
  line-height: 1.5;
  max-height: none;
  overflow: hidden;
  transition: max-height 0.25s ease;
}

.glv-detail-overview__text--collapsed {
  max-height: 5.6em; /* ~4 líneas */
}

.glv-detail-overview__toggle {
  border: none;
  background: none;
  color: #007582;
  font-size: 13px;
  margin-top: 4px;
  cursor: pointer;
}

.glv-detail-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px;
  font-size: 12px;
  color: #52606d;
}

.glv-detail-stat {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.glv-detail-save {
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid #dde2e6;
  background: #ffffff;
  cursor: pointer;
}

.glv-detail-save--active {
  border-color: #007582;
  background: rgba(0, 165, 157, 0.08);
}

.glv-detail-save__icon {
  font-size: 14px;
}

/* Facts layout */
.glv-detail-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.glv-fact-group {
  padding: 10px 12px;
  background: #f5f7f9;
  border-radius: 12px;
}

.glv-fact-group__title {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 6px;
  color: #334e68;
}

.glv-fact-group__row {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  font-size: 13px;
  margin-bottom: 3px;
}

.glv-fact-group__label {
  color: #7b8794;
}

.glv-fact-group__value {
  color: #102a43;
  text-align: right;
}

/* Map */
.glv-detail-map {
  width: 100%;
  height: 260px;
  border-radius: 14px;
  overflow: hidden;
}

/* Similar for you */
.glv-similar-carousel {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(220px, 1fr);
  gap: 12px;
  overflow-x: auto;
  padding-bottom: 4px;
}

.glv-similar-card {
  border-radius: 14px;
  border: 1px solid #dde2e6;
  overflow: hidden;
  background: #ffffff;
  min-width: 220px;
  cursor: pointer;
}

.glv-similar-card__img {
  width: 100%;
  height: 140px;
  object-fit: cover;
}

.glv-similar-card__body {
  padding: 8px 10px 10px;
}

.glv-similar-card__price {
  font-weight: 600;
  font-size: 14px;
  color: #003d53;
}

.glv-similar-card__address {
  font-size: 12px;
  color: #52606d;
  margin-top: 2px;
}

/* Legal */
.glv-detail-section--legal {
  border-top: 1px solid #dde2e6;
  padding-top: 14px;
}

.glv-detail-legal {
  font-size: 12px;
  color: #52606d;
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
}

.glv-detail-legal p {
  margin-bottom: 6px;
}

.glv-detail-legal a {
  color: #007582;
  text-decoration: underline;
}

.glv-eho-icon {
  display: inline-block;
  margin-bottom: 4px;
  fill: #003d53;
  width: 26px;
  height: 26px;
}

/* =====================================================
   Contact modal – estilo Zillow, con WPForms “encajado”
   ===================================================== */

/* Overlay oscuro a pantalla completa */
.glv-contact-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  background: rgba(15, 23, 42, 0.55); /* capa oscura */
}

.glv-contact-modal--hidden {
  display: none;
}

/* Tarjeta blanca centrada (como Zillow) */
.glv-contact-modal__content {
  position: relative;
  background: #ffffff;
  border-radius: 18px;
  max-width: 520px;
  width: 100%;
  max-height: 85vh;
  overflow-y: auto;
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.45);
  margin: 0 auto;
  padding: 24px 24px 24px; /* padding general para título + formulario */
}

/* Título y subtítulo dentro del card */
.glv-contact-modal__title {
  font-size: 20px;
  margin-bottom: 4px;
  color: #111827;
  font-weight: 600;
}

.glv-contact-modal__subtitle {
  font-size: 13px;
  color: #6b7280;
  margin-bottom: 12px;
}

/* X de cierre arriba a la derecha, solo icono */
.glv-contact-modal__close {
  position: absolute;
  top: 10px;
  right: 14px;
  border: none !important;
  background: transparent !important;
  padding: 0;
  width: auto;
  height: auto;
  border-radius: 0;
  font-size: 22px;
  line-height: 1;
  color: #4b5563;
  cursor: pointer;
}

.glv-contact-modal__close:hover {
  color: #111827;
}

/* ===== Ajustes específicos para WPForms dentro del modal ===== */

/* El contenedor del formulario NO añade márgenes extra */
.glv-contact-modal__content .wpforms-container,
.glv-contact-modal__content .wpforms-container-full {
  max-width: 100%;
  width: 100%;
  margin: 0;
  padding: 0;              /* ya tenemos padding en .glv-contact-modal__content */
  overflow-x: hidden;
}

/* El formulario usa todo el ancho disponible */
.glv-contact-modal__content .wpforms-form {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

/* WPForms mete márgenes negativos y padding lateral.
   Los anulamos SOLO dentro del modal para que el form
   quede “encajado” en el card blanco. */
.glv-contact-modal__content .wpforms-field-container {
  margin: 0 !important;    /* quita el margin: 0 -15px de WPForms */
}

/* Campos sin padding lateral adicional */
.glv-contact-modal__content .wpforms-field {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-bottom: 16px;
}

/* Inputs, textarea, selects al 100% del ancho disponible */
.glv-contact-modal__content .wpforms-form input[type="text"],
.glv-contact-modal__content .wpforms-form input[type="email"],
.glv-contact-modal__content .wpforms-form input[type="tel"],
.glv-contact-modal__content .wpforms-form textarea,
.glv-contact-modal__content .wpforms-form select {
  box-sizing: border-box;
  width: 100%;
}

/* Botón submit alineado dentro del recuadro */
.glv-contact-modal__content .wpforms-submit-container {
  margin-top: 16px;
}

.glv-contact-modal__content .wpforms-submit {
  width: auto;           /* pon 100% si lo quieres “full width” */
}

/* Ajuste de card del formulario dentro del modal de contacto */
.glv-contact-modal__content .wpforms-container,
.glv-contact-modal__content .wpforms-container .wpforms-form {
  max-width: 560px;              /* ancho del “card”, parecido a Zillow */
  width: 100%;
  margin: 0 auto;                /* centra el formulario dentro del recuadro blanco */
  padding: 24px 24px 28px;       /* separación interior del formulario */
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(15, 23, 42, 0.35);
  box-sizing: border-box;
}

/* Evitar que WPForms desborde horizontalmente el recuadro */
.glv-contact-modal__content .wpforms-container,
.glv-contact-modal__content .wpforms-container * {
  box-sizing: border-box;
}

/* X de cierre arriba a la derecha, solo icono */
.glv-contact-modal__close {
  position: absolute;
  top: 10px;
  right: 14px;
  border: none !important;
  background: transparent !important;
  padding: 0;
  width: auto;
  height: auto;
  border-radius: 0;
  font-size: 22px;
  line-height: 1;
  color: #4b5563;
  cursor: pointer;
}

.glv-contact-modal__close:hover {
  color: #111827;
}

/* Título y subtítulo del popup */
.glv-contact-modal__title {
  font-size: 20px;
  margin-bottom: 4px;
  color: #111827;
  font-weight: 600;
}

.glv-contact-modal__subtitle {
  font-size: 13px;
  color: #6b7280;
  margin-bottom: 12px;
}

/* ============================================
   Contact Agent – ajustar WPForms dentro del modal
   ============================================ */

/* El contenedor general del formulario dentro de la tarjeta */
.glv-contact-modal-card .wpforms-container,
.glv-contact-modal-card .wpforms-container-full {
    max-width: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;           /* evita scroll horizontal */
}

/* El propio formulario: padding interno y box-sizing correcto */
.glv-contact-modal-card .wpforms-form {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    padding: 24px 28px 28px;      /* controla los márgenes interiores del recuadro blanco */
}

/* Campos y filas del formulario: espacio vertical limpio */
.glv-contact-modal-card .wpforms-field {
    margin-bottom: 16px;
}

/* Asegurar que los inputs no se desborden */
.glv-contact-modal-card .wpforms-form input[type="text"],
.glv-contact-modal-card .wpforms-form input[type="email"],
.glv-contact-modal-card .wpforms-form input[type="tel"],
.glv-contact-modal-card .wpforms-form textarea,
.glv-contact-modal-card .wpforms-form select {
    box-sizing: border-box;
    width: 100%;
}

/* Botón submit alineado dentro del recuadro */
.glv-contact-modal-card .wpforms-submit-container {
    margin-top: 16px;
}

.glv-contact-modal-card .wpforms-submit {
    width: auto;                  /* o 100% si lo quieres full width */
}

/* ===== Hero arrows – floating inside main image ===== */

#glv-detail-overlay .glv-detail__gallery-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;

  /* quitar “pastilla” azul y borde rojo global */
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;

  /* tamaño del área clicable */
  width: 40px;
  height: 40px;
  padding: 0;

  display: flex;
  align-items: center;
  justify-content: center;

  /* estilo de la flecha */
  color: #ffffff;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;

  /* que no herede outline feo */
  outline: none;
}

#glv-detail-overlay .glv-detail__gallery-nav--prev {
  left: 18px;
}

#glv-detail-overlay .glv-detail__gallery-nav--next {
  right: 18px;
}

/* un pequeño “halo” al pasar el mouse para indicar que es clicable */
#glv-detail-overlay .glv-detail__gallery-nav:hover {
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.55);
}

/* ===== Base limpia para botones dentro del overlay ===== */

#glv-detail-overlay button {
  border-radius: 10px;
  border: 1px solid #dde2e6;
  background: #ffffff;
  color: #003d53;
  font-size: 13px;
  font-weight: 500;
  padding: 8px 16px;
  line-height: 1.2;
  box-shadow: none;
}



/* dejar los “links” de texto tal cual (Show more / Hide) */
#glv-detail-overlay .glv-detail-overview__toggle {
  border: none;
  background: none;
  padding: 0;
  color: #007582;
}

/* Mobile layout */
@media (max-width: 900px) {
  .glv-detail-overlay__panel {
    margin: 0;
    max-height: 100vh;
    border-radius: 0;
  }

  .glv-detail {
    padding: 52px 16px 18px;
  }

  .glv-detail__header {
    grid-template-columns: minmax(0, 1fr);
  }

  .glv-detail__gallery-main {
    height: 220px;
  }

  .glv-detail__status-pill {
    top: 16px;
    left: 16px;
  }

  .glv-detail-cta--desktop {
    display: none;
  }

  .glv-detail-mobile-anchors {
    display: flex;
  }

  .glv-detail-facts {
    grid-template-columns: minmax(0, 1fr);
  }

  .glv-similar-carousel {
    grid-auto-columns: minmax(200px, 70%);
  }

  .glv-detail__status-pill {
    top: 10px;
    left: 10px;
    font-size: 11px;
  }
    
  /* Tipografía adaptada a mobile */
  .glv-detail__price {
    font-size: 24px;
  }

  .glv-detail-section__title {
    font-size: 17px;
  }

  .glv-detail-overview__text {
    font-size: 14px;
  }
}

/* === MODAL OVERLAY REDESIGN (Desktop + Tablet) === */

#glv-detail-hero {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 420px;
}

#glv-detail-hero img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: 0;
}

/* Flechas del hero: íconos flotantes, sin pastilla */
.glv-hero-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    /* sin fondo ni borde, solo el ícono */
    background: none;
    border: none;
    outline: none;

    /* área clicable cómoda pero “invisible” */
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;

    /* estilo del ícono */
    color: #f9fafb;
    font-size: 28px;
    cursor: pointer;

    /* que siempre quede por encima de la foto */
    z-index: 20;

    /* pequeño glow para que se lea sobre fondos claros */
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.7);

    /* transición suave al hacer hover */
    transition: transform 0.15s ease, opacity 0.15s ease;
    opacity: 0.9;
}

.glv-hero-arrow:hover {
    opacity: 1;
    transform: translateY(-50%) scale(1.05);
}

.glv-hero-arrow:active {
    transform: translateY(-50%) scale(0.95);
}

/* posiciones laterales dentro de la foto */
.glv-hero-arrow--left {
    left: 20px;
}

.glv-hero-arrow--right {
    right: 20px;
}

/* Botón pequeño “View photos” */
#glv-view-all-photos {
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-size: 14px;
  padding: 6px 10px;
  background: rgba(255,255,255,0.85);
  border-radius: 6px;
  cursor: pointer;
  z-index: 20;
  backdrop-filter: blur(5px);
}

/* === Layout de dos columnas === */

#glv-detail-content {
  display: flex;
  gap: 32px;
  padding: 24px 32px 48px;
  max-width: 1600px;
  margin: auto;
}

/* Columna izquierda */
.glv-left-col {
  width: 65%;
}

/* Columna derecha (panel agent) */
.glv-right-col {
  width: 35%;
  border-left: 1px solid #ddd;
  padding-left: 32px;
}

/* Contact Agent Panel */
#glv-contact-agent-box {
  background: #ffffff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0px 2px 7px rgba(0,0,0,0.08);
  position: sticky;
  top: 100px;
}

#glv-contact-agent-box button {
  width: 100%;
  background: #003b4d;
  color: white;
  border-radius: 8px;
  padding: 14px;
  margin-top: 12px;
  font-size: 16px;
}

/* === Sticky Tabs === */
#glv-detail-tabs {
  position: sticky;
  top: 60px;
  z-index: 30;
  background: white;
  padding: 10px 0;
  border-bottom: 1px solid #e4e4e4;
}

#glv-detail-tabs button {
  margin-right: 12px;
  font-size: 16px;
  padding: 10px 12px;
}

#glv-detail-tabs button.active {
  border-bottom: 3px solid #003b4d;
  color: #003b4d;
}

/* === Chips (Amenities + Views) === */
.glv-chip-container {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 18px 0 4px;
}

.glv-chip {
  background: #f2f5f5;
  border-radius: 20px;
  padding: 6px 12px;
  font-size: 14px;
  border: 1px solid #dce3e3;
  display: inline-block;
}

/* === Typography polish (Desktop + Tablet) === */

.glv-detail__price {
  font-size: 30px;
  line-height: 1.1;
  letter-spacing: 0.01em;
  color: #111827; /* un negro más limpio para el precio */
}

@media (min-width: 1200px) {
  .glv-detail__price {
    font-size: 32px;
  }
}

.glv-detail__address {
  font-size: 15px;
  color: #4b5563;
}

.glv-detail-section__title {
  font-size: 20px;
  font-weight: 600;
}

.glv-detail-overview__text {
  font-size: 15px;
  line-height: 1.6;
}

/* Facts & Features más legible */
.glv-fact-group__title {
  font-size: 13px;
  font-weight: 600;
}

.glv-fact-group__row {
  font-size: 13px;
}

/* ===========================
   Ajustes finales Contact Agent (WPForms)
   =========================== */

/* El contenedor del formulario dentro del modal */
#glv-contact-modal .glovenco-property-contact {
  /* Que el contenido nunca sobresalga del card */
  max-width: 100%;
  overflow-x: hidden;
}

/* Forzar que todo el formulario respete el ancho del card
   y se “encoja” si hace falta */
#glv-contact-modal .glovenco-property-contact .wpforms-container,
#glv-contact-modal .glovenco-property-contact .wpforms-form,
#glv-contact-modal .glovenco-property-contact .wpforms-field-container {
  max-width: 100% !important;
  width: 100% !important;
  box-sizing: border-box;
  margin: 0 !important;
  padding: 0 !important;
}

/* Cada campo que no meta padding lateral extra */
#glv-contact-modal .glovenco-property-contact .wpforms-field {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Que los inputs y textarea nunca se salgan del card */
#glv-contact-modal .glovenco-property-contact input[type="text"],
#glv-contact-modal .glovenco-property-contact input[type="email"],
#glv-contact-modal .glovenco-property-contact input[type="tel"],
#glv-contact-modal .glovenco-property-contact textarea {
  width: 100% !important;
  box-sizing: border-box;
}

/* Alinear el botón Submit al ancho del formulario */
#glv-contact-modal .glovenco-property-contact .wpforms-submit-container {
  margin: 10px 0 0 0 !important;
  padding: 0 !important;
}/* End custom CSS */