/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Sep 04 2026 | 13:42:29 */
/* Contenitore popup Google */
.gm-style .gm-style-iw-c {
  padding: 0 !important;
  border-radius: 12px !important;
  box-shadow: 0 8px 24px rgba(0,0,0,.18) !important;
  max-width: 240px !important;
}

/* Area scroll interna */
.gm-style .gm-style-iw-d {
  padding: 0 !important;
  overflow: hidden !important;
  max-height: none !important;
}

/* Toglie la freccia sotto il popup */
.gm-style .gm-style-iw-tc {
  display: none !important;
}
.gm-style .gm-style-iw-t::after {
  display: none !important;
}

/* Bottone X di Google: fuori dal box */
.gm-style .gm-style-iw-c button.gm-ui-hover-effect {
  top: -10px !important;
  right: -10px !important;
  width: 28px !important;
  height: 28px !important;
  background: #fff !important;
  border-radius: 50% !important;
  box-shadow: 0 2px 8px rgba(0,0,0,.2) !important;
  opacity: 1 !important;
}

.gm-style .gm-style-iw-c button.gm-ui-hover-effect span {
  margin: 0 !important;
  background-color: #111 !important;
}

/* Il tuo contenuto */
.imvx-map-popup {
  margin: 0 !important;
  padding: 0 !important;
}

.imvx-map-popup img {
  display: block;
  width: 100%;
  height: 140px;
  object-fit: cover;
  border-radius: 12px 12px 0 0;
}

.imvx-map-popup .imvx-map-popup-body {
  padding: 10px 12px 12px;
}


/*----mio ---------*/

.gm-style-iw-chr {
    padding: 0px !important;
    height: 0px !important;
}

.gm-style-iw.gm-style-iw-c {
    padding: 0px !important;
    border-radius: 0px !important;
}


.gm-style img {
    max-width: none;
    border-radius: 0px !important;
}


.gm-style img {
    z-index:99 !important;
}

.gm-style .gm-style-iw-c button.gm-ui-hover-effect{	
    top: 3px !important;
    right: 2px !important;
    width: 25px !important;
    height: 25px !important;
    background: #fff !important;
    border-radius: 50% !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .2) !important;
    opacity: 1 !important;
}


.imvx-map-popup-title {
    font-size: 15px;
    font-weight: 500;
    font-family: jost !important;
}

.imvx-map-popup-indirizzo {
    font-family: 'Jost';
    font-size: 13px;
}

.imvx-map-popup .imvx-map-popup-body {
    padding: 15px;
}


.gm-style .gm-style-iw-c {
    padding: 0 !important;
    border-radius: 0px !important;
    box-shadow: 0 0px 10px rgb(0 0 0 / 22%) !important;
    max-width: 240px !important;
}


.imvx-map-popup-indirizzo {
  display: block;
  font-size: 12px;
  color: #666;
  text-decoration: none;
}

.imvx-map-popup-title {
  display: block;
  text-decoration: none;
  color: #111;
  font-weight: 600;
}


/* stile frecce carosello */

.imvx-map-popup {
  width: 240px;
  font-family: inherit;
  color: #111;
  box-sizing: border-box;
  overflow: hidden;
}

.imvx-map-popup-image {
  display: block;
  width: 100%;
  height: 140px;
  object-fit: cover;
  border-radius: 0;
  margin-bottom: 8px;
}

.imvx-map-popup-title {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 4px;
}

.imvx-map-popup-indirizzo {
  font-size: 12px;
  color: #666;
  margin-bottom: 10px;
}

.imvx-map-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-top: 4px;
  width: 100%;
  box-sizing: border-box;
}

.imvx-map-nav button {
  width: 28px;
  height: 28px;
  min-width: 28px;
  border: 1px solid #111;
  background: #fff;
  border-radius: 0; /* angoli retti */
  cursor: pointer;
  line-height: 1;
  font-size: 16px;
  padding: 0;
  margin: 0;
  color: #111;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.imvx-map-nav button:hover {
  background: #111;
  color: #fff;
}

.imvx-map-nav button:disabled {
  opacity: 0.3;
  cursor: default;
  background: #fff;
  color: #111;
}

.imvx-map-counter {
  font-size: 12px;
  color: #666;
  flex: 1;
  text-align: center;
  white-space: nowrap;
}

.imvx-map-nav {
    padding: 0px !important; 
	top: 70% !important;
}

button.imvx-prev {
	  border:none !important;
}

button.imvx-next{
	  border:none !important;
}

.imvx-map-popup-image-wrap {
    margin: 0px !important;
}



button.imvx-map-close {
    border-radius: 50px !important;
    padding: 11px !important;
    font-size: 19px;
    font-weight: 400;
    margin: 6px;
	background:white;
}



button.imvx-map-close:hover {
    background:white;
	color:black;
}


.imvx-map-popup .imvx-map-popup-body {
    padding: 14px 15px 20px 15px;
}
