#picuacute-igmap,
#picuacute-igmap .elementor-widget-container,
#picuacute-igmap .elementor-shortcode {
  height: 100% !important;
  min-height: 400px; /* Fallback minimum height */  
}


/* Ensure the map fills its column/section */
#map_wrapper_64389,
#map_wrapper_64389 .elementor-widget-container,
#map_wrapper_64389 .elementor-shortcode,
#map_wrapper_64389 .map_wrapper,
#map_wrapper_64389 .map_box,
#map_wrapper_64389 .map_aspect_ratio,
#map_wrapper_64389 .map_container,
#map_wrapper_64389 .map_render {
  height: 100% !important;
  min-height: 100%;
}

/* If the section uses flex (Elementor default), allow it to stretch */
.elementor-section,
.elementor-column {
  align-items: stretch !important;
}

@media (min-width: 768px) {
  #map_wrapper_64389,
  #map_wrapper_64389 .elementor-widget-container,
  #map_wrapper_64389 .elementor-shortcode,
  #map_wrapper_64389 .map_wrapper,
  #map_wrapper_64389 .map_box,
  #map_wrapper_64389 .map_aspect_ratio,
  #map_wrapper_64389 .map_container,
  #map_wrapper_64389 .map_render {
    height: 100% !important;
  }
}

/* Tooltip container styling */
.elysium-tooltip {
  height: 180px;
  position: relative;
  color: #00313C; /* Elysium dark teal/navy */
  font-family: inherit !important;
  background: #ffffff;
  border-radius: 10px;
  padding: 10px 12px;
  max-width: 260px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; /* enables smooth scrolling on iOS */
  scrollbar-width: thin;      /* Firefox */
  scrollbar-color: #58A7AF #f2f2f2; /* scrollbar thumb / track colours */
  box-shadow: 0 3px 10px rgba(0,0,0,0.15);
}

/* WebKit (Chrome, Safari) scrollbar styling */
.elysium-tooltip::-webkit-scrollbar {
  width: 6px;
}

.elysium-tooltip::-webkit-scrollbar-thumb {
  background-color: #58A7AF;
  border-radius: 4px;
}

.elysium-tooltip::-webkit-scrollbar-track {
  background-color: #f2f2f2;
}


@media (min-width: 768px) {
  .elysium-tooltip {
    height: 180px;
  }
}


/* Fixed-height background image block */
.elysium-tooltip-img {
  width: 100%;
  height: 90px; /* adjust as needed */
  border-radius: 8px;
  margin-bottom: 10px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Tooltip title */
.elysium-tooltip h4 {
  margin-top: 8px;
  margin-bottom: 12px;
  color: #004F57; /* slightly brighter teal */
  font-size: 1.5rem;
  font-weight: 600;
  border-bottom: 1px solid #58A7AF;
  padding-bottom: 14px;
}

.igm-site-location {
  color: rgb(87, 112, 114); /* slightly brighter teal */
  font-size: 1.2rem;
  font-weight: 300;
}



/* Address and description text */
.elysium-tooltip p {
  margin: 6px 0 ;
  font-size: 1.2rem;
  line-height: 1.4;
}



/* Address and description text */
.elysium-tooltip .address,
.elysium-tooltip .contact,
.elysium-tooltip .desc {
  margin-bottom:16px;
}


/* Contact links */
.elysium-tooltip a {
  color: #58A7AF; /* Elysium teal accent */
  text-decoration: none;
}

.elysium-tooltip a:hover {
  text-decoration: underline;
}


.elysium-tooltip .btn-view {
  display: inline-block;
  background: #58A7AF;
  color: #fff;
  padding: 6px 10px;
  border-radius: 5px;
  font-size: 1.2rem;
  text-decoration: none;
  margin-top: 6px;
}
.elysium-tooltip .btn-view:hover {
  background: #004F57;
}


/* ----------------------------------------
   Elysium Tooltip Responsive Enhancements
---------------------------------------- */
@media (max-width: 768px) {
  #map_wrapper_64425,
  #map_wrapper_64425 .elementor-widget-container,
  #map_wrapper_64425 .elementor-shortcode,
  #map_wrapper_64425 .map_wrapper,
  #map_wrapper_64425 .map_box,
  #map_wrapper_64425 .map_aspect_ratio,
  #map_wrapper_64425 .map_container,
  #map_wrapper_64425 .map_render {
    height: 100% !important;
    min-height: 100%;
  }


  .elysium-tooltip {
    /* max-height: 340px; */
    height: 180px;
    width: 50vw;                 /* slightly wider for readability */
    font-size: 1.1rem;
    padding: 14px 14px 16px 14px;
  }

  .elysium-tooltip-img {
    height: 90px; /* 160px for taller image on mobile */
  }

  .elysium-tooltip h4 {
    font-size: 1.4rem;
  }

  .elysium-tooltip .btn-view {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    padding: 10px 0;
    font-size: 1.1rem;
  }  
}

@media (max-width: 600px) {
  .elysium-tooltip {
    max-width: 60vw;          /* Allow tooltip to fill more horizontal space */
    padding: 12px 14px;
    font-size: 1.1rem;
  }

  .elysium-tooltip h4 {
    font-size: 1.4rem;
  }

  .elysium-tooltip-img {
    border-radius: 6px;
    margin-bottom: 10px;
  }

  .elysium-tooltip p {
    font-size: 1.1rem;
    line-height: 1.45;
  }

  .elysium-tooltip .btn-view {
    display: block;
    width: 100%;
    text-align: center;
    padding: 8px 0;
    margin-top: 8px;
    font-size: 1.1rem;
  }
}

/* Optional: handle very small viewports (e.g., portrait phones) */
@media (max-width: 400px) {
  .elysium-tooltip {
    height: 90px;
    font-size: 1rem;
    width: 60vw;
  }

  .elysium-tooltip h4 {
    font-size: 1.2rem;
  }

  .elysium-tooltip .btn-view {
    font-size: 1rem;
    padding: 7px 0;
  }
}
