.dmw-elementor-places .dmw-elementor-places-marker img, .dmw-elementor-places-item-dots img {
  width: 30px !important;
  height: 30px !important;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.dmw-elementor-places .dmw-elementor-places-marker span, .dmw-elementor-places-item-dots span {
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 5;
}

.dmw-elementor-places {
  display: flex;
  gap: 32px;
}
@media (max-width: 992px) {
  .dmw-elementor-places {
    flex-flow: column-reverse;
  }
}
.dmw-elementor-places-column {
  width: 100%;
  flex: 1;
}
.dmw-elementor-places-column:last-of-type {
  display: flex;
  position: relative;
  flex-flow: column;
  max-height: 378px;
  overflow-y: auto;
  row-gap: 10px;
}
.dmw-elementor-places-map {
  min-height: 378px;
}
.dmw-elementor-places-item {
  display: flex;
  flex-flow: row;
  padding: 10px;
  border-radius: 12px;
  cursor: pointer;
  gap: 10px;
}
.dmw-elementor-places-item:hover {
  background-color: #fff;
}
.dmw-elementor-places-item-dots {
  width: 100%;
  max-width: 30px;
  position: relative;
}
.dmw-elementor-places-item-content {
  display: flex;
  flex-flow: column;
  row-gap: 10px;
}
.dmw-elementor-places-item-title {
  margin: 0;
}
.dmw-elementor-places-item-description {
  margin: 0;
}
.dmw-elementor-places .dmw-elementor-places-marker {
  position: relative;
  width: 30px;
  height: 30px;
}
.dmw-elementor-places .leaflet-tile-pane {
  filter: grayscale(1);
}
.dmw-elementor-places .leaflet-div-icon {
  border: 0;
  background: none;
}
.dmw-elementor-places .leaflet-container a {
  color: var(--e-global-color-secondary);
}

.archive.post-type-archive-places {
  /*     .dmw-elementor-places-column:last-of-type {
          max-height: none;
      } */
}
.archive.post-type-archive-places .dmw-elementor-places {
  flex-direction: column;
}
.archive.post-type-archive-places .dmw-elementor-places-map {
  min-height: 480px;
}
