.retromap-wrapper {
  width: 100%;
  margin: 1rem 0;
}

.retromap-canvas {
  width: 100%;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,.08);
}

.retromap-popup strong {
  display: block;
  margin-bottom: .35rem;
}

.retromap-popup-text {
  line-height: 1.4;
}

.retromap-error {
  padding: .85rem 1rem;
  border: 1px solid #d63638;
  background: #fff5f5;
  color: #7a1f21;
  border-radius: 10px;
}

.retromap-popup-actions {
  margin-top: 10px;
}

.retromap-nav-link {
  display: inline-block;
  padding: 8px 12px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
}
