.story-path-map {
  height: 60vh;
  min-height: 350px;
  width: 100%;
}

.story-path-popup img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  display: block;
}

.story-path-popup__title {
  margin: 0 0 8px;
  font-size: 16px;
  line-height: 1.2;
}

.story-path-popup__body {
  font-size: 14px;
  line-height: 1.35;
}

.story-path-popup__actions a {
  display: inline-block;
  margin-top: 8px;
  text-decoration: underline;
}
