.elementor-widget-shortcode,
.elementor-widget-shortcode .elementor-widget-container,
.elementor-widget-shortcode .elementor-shortcode {
  width: 100%;
  min-width: 0;
}

.elite-tile-service-area-map-block {
  display: grid;
  grid-template-columns: 350px minmax(0, 1fr);
  gap: 20px;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

.elite-tile-service-area-map-list {
  min-height: 300px !important;
  min-width: 350px;
  width:100%;
  max-height: 625px;
  overflow-y: auto;
  overflow-x: auto;
/*   overscroll-behavior: contain; */
  display: flex;
  flex-direction: column;
  gap: 0.588rem;
}

.elite-tile-service-area-map-block .elite-tile-service-area-map-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  width: 98%;
  border: 1px solid #d1d5db;
  background: #ffffff;
  color: #111827;
  padding: 0.5rem 1rem;
  cursor: pointer;
  font-family: inherit;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  text-align: left;
  transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.elite-tile-service-area-map-block .elite-tile-service-area-map-item:hover,
.elite-tile-service-area-map-block .elite-tile-service-area-map-item.is-active {
  border-color: #b98a64;
  background: #b98a64;
  color: #ffffff;
}

.elite-tile-service-area-map-city {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}

.elite-tile-service-area-map-canvas {
  height: 625px;
  width: 100%;
  min-width: 0;
  position: relative;
  overflow: hidden;
  background: #e5e3df;
}

.elite-tile-service-area-map-canvas .gm-style {
  font: inherit;
}

.elite-tile-service-area-infowindow {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 300px;
  min-height: 140px;
  padding: 0;
  text-align: center;
}

.elite-tile-service-area-infowindow img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 12px;
}

.elite-tile-service-area-infowindow h4 {
  width: 100%;
  margin: 1rem 0 0.9rem;
  color: #151515;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
}

.elite-tile-service-area-infowindow a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 49px;
  margin: 0 auto 1rem;
  padding: 15px 30px;
  border-radius: 0;
  background: #151515;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.3px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.elite-tile-service-area-infowindow a:hover {
  background: #b98a64;
  color: #ffffff;
}

.elite-tile-service-area-map-canvas .gm-style-iw-c {
  min-width: 300px !important;
  border-radius: 0 !important;
  padding: 0 !important;
}

.elite-tile-service-area-map-canvas .gm-style-iw-d {
  overflow: auto !important;
}

.elite-tile-service-area-map-canvas .gm-style-iw-ch {
  display: none;
}

.elite-tile-service-area-map-canvas .gm-style-iw-chr {
  position: absolute;
  top: 5px;
  right: 5px;
}

.elite-tile-service-area-map-canvas .gm-style-iw-chr button {
  width: 24px !important;
  height: 24px !important;
}

.elite-tile-service-area-map-canvas .gm-style-iw-chr button span {
  margin: 0 !important;
}


.elite-tile-service-area-map-list::-webkit-scrollbar {
    width: 8px;
}
.elite-tile-service-area-map-list::-webkit-scrollbar-thumb {
    background: #b98a64; /* Matching your button hover/brand color */
    border-radius: 10px;
}



@media (max-width: 767px) {
  .elite-tile-service-area-map-block {
    grid-template-columns: 1fr;
  }

  .elite-tile-service-area-map-list {
    width: 100%;
    min-width: 0;
    max-height: 400px;
  }

  .elite-tile-service-area-map-canvas {
    height: 450px;
  }
	.elite-tile-service-area-map-block .elite-tile-service-area-map-item {
    width: 98%;
    padding: 0.5rem 1rem;
	}


}
