.gw-resort-list-item__description {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.gw-resort-list {
  position: relative;
  width: 100%;
}
.globetrotter .gw-resort-list .gw-resort-list__map-card {
  height: auto;
}
.gw-resort-list .gw-map-content {
  height: 70vh;
  margin-bottom: calc(var(--space-700) * -1);
}

.gw-resort-list__map-image {
  align-self: center;
  flex: 0 0 auto;
  height: 100%;
  max-width: none;
  width: 100%;
}

.gw-resort-list .gw-map {
  height: 100%;
}

/*# sourceMappingURL=resort-list.b2c44cc2601ac216b533.css.map*/