.story-path-map {
  width: 100%;
  min-height: 320px;
  aspect-ratio: 16 / 9;
}

@media (max-width: 767.98px) {
  .story-path-map {
    min-height: 280px;
    aspect-ratio: 4 / 5;
  }
}

.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;
}

.story-path-popup__actionable {
  margin-top: 10px;
}

.story-path-popup__actions-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.story-path-popup__action-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  border: 1px solid currentColor;
  border-radius: 4px;
  background: transparent;
  color: inherit;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
}

.story-path-popup__action-btn--icon {
  width: 36px;
  height: 36px;
  padding: 0;
}

.story-path-popup__action-icon {
  width: 18px;
  height: 18px;
  display: block;
}

.story-path-popup__actions-notice {
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.3;
}

.story-path-popup__sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
