/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Sep 07 2026 | 15:17:32 */
/* IMVX Maps - popup */
.gm-style-iw button[title="Close"],
.gm-ui-hover-effect {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.imvx-map-popup {
  position: relative;
  width: 240px;
  font-family: inherit;
  color: #111;
  box-sizing: border-box;
  overflow: visible;
  padding-top: 4px;
}

.imvx-map-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  border: 1px solid #111;
  background: #fff;
  border-radius: 0;
  cursor: pointer;
  line-height: 1;
  font-size: 16px;
  padding: 0;
  margin: 0;
  color: #111;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
}
.imvx-map-close:hover { background: #111; color: #fff; }

.imvx-map-popup-image-wrap {
  position: relative;
  width: 100%;
  margin-bottom: 8px;
  overflow: hidden;
}
.imvx-map-popup-image {
  display: block;
  width: 100%;
  height: 140px;
  object-fit: cover;
  border-radius: 0;
}
.imvx-map-popup-image-link { display: block; width: 100%; height: 100%; }

.imvx-map-nav {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  margin: 0;
  pointer-events: none;
}
.imvx-map-nav button {
  pointer-events: auto;
  width: 28px;
  height: 28px;
  min-width: 28px;
  border: 1px solid #111;
  background: #fff;
  border-radius: 0;
  cursor: pointer;
  line-height: 1;
  font-size: 16px;
  padding: 0;
  margin: 0;
  color: #111;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.imvx-map-nav button:hover { background: #111; color: #fff; }
.imvx-map-nav button:disabled { opacity: .3; cursor: default; background: #fff; color: #111; }

.imvx-map-popup-title {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 4px;
  padding-right: 28px;
}
.imvx-map-popup-indirizzo {
  font-size: 12px;
  color: #666;
  margin-bottom: 0;
}

/* ===== MOBILE MAP TOGGLE ===== */
.imvx-open-map-btn,
.imvx-close-map-btn {
  display: none;
  font-family: inherit;
  -webkit-appearance: none;
  appearance: none;
  box-sizing: border-box;
}

@media (max-width: 1024px) {
  #mappa-proprieta {
    display: none !important;
  }

  /* APRI: fixed in basso */
  .imvx-open-map-btn {
    display: inline-flex !important;
    position: fixed !important;
    left: 50% !important;
    bottom: 20px !important;
    transform: translateX(-50%) !important;
    z-index: 100000 !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 160px;
    margin: 0 !important;
    padding: 14px 22px !important;
    border: none !important;
    background: #E7E2D8 !important;
    color: #000 !important;
    border-radius: 0;
    cursor: pointer;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    line-height: 1;
    box-shadow: none !important;
  }

  body.imvx-map-open .imvx-open-map-btn {
    display: none !important;
  }

  /* mappa aperta fullscreen */
  #mappa-proprieta.imvx-map-open {
    display: block !important;
    position: fixed !important;
    inset: 0 !important;
    z-index: 99999 !important;
    width: 100vw !important;
    height: 100vh !important;
    min-height: 100vh !important;
    background: #fff !important;
  }

  /* CHIUDI: fixed sopra la mappa */
  .imvx-close-map-btn {
    display: none;
    position: fixed;
    top: 16px;
    right: 16px;
    z-index: 100001;
    width: 44px;
    height: 44px;
    border: 2px solid #000;
    background: #E7E2D8;
    color: #000;
    border-radius: 0;
    cursor: pointer;
    font-size: 22px;
    line-height: 1;
    align-items: center;
    justify-content: center;
    padding: 0;
  }

  body.imvx-map-open .imvx-close-map-btn {
    display: inline-flex !important;
  }

  body.imvx-map-open {
    overflow: hidden !important;
  }
}






@media (max-width: 1024px) {
  #mappa-proprieta {
    position: relative;
  }

  #mappa-proprieta .imvx-close-map-btn {
    display: none;
    position: absolute !important;
    top: 16px !important;
    right: 16px !important;
    z-index: 100001 !important;
    width: 44px;
    height: 44px;
    border: 2px solid #000;
    background: #E7E2D8;
    color: #000;
    border-radius: 0;
    cursor: pointer;
    font-size: 22px;
    line-height: 1;
    align-items: center;
    justify-content: center;
    padding: 0;
  }

  #mappa-proprieta.imvx-map-open .imvx-close-map-btn {
    display: inline-flex !important;
  }
}











@media (max-width: 1024px) {
  .imvx-close-map-btn {
    display: none;
    width: 44px !important;
    height: 44px !important;
    margin: 12px !important;
    border: 2px solid #000 !important;
    background: #E7E2D8 !important;
    color: #000 !important;
    border-radius: 0 !important;
    cursor: pointer !important;
    font-size: 22px !important;
    line-height: 1 !important;
    padding: 0 !important;
    align-items: center;
    justify-content: center;
  }

  body.imvx-map-open .imvx-close-map-btn,
  #mappa-proprieta.imvx-map-open .imvx-close-map-btn {
    display: inline-flex !important;
  }
}







@media (max-width: 1024px) {
  .imvx-close-map-btn {
    display: none;
    width: 44px !important;
    height: 44px !important;
    margin: 12px !important;
    border: 2px solid #000 !important;
    background: #E7E2D8 !important;
    color: #000 !important;
    border-radius: 0 !important;
    cursor: pointer !important;
    font-size: 22px !important;
    line-height: 1 !important;
    padding: 0 !important;
    align-items: center;
    justify-content: center;
  }

  body.imvx-map-open .imvx-close-map-btn,
  #mappa-proprieta.imvx-map-open .imvx-close-map-btn {
    display: inline-flex !important;
  }
}