.rt-map-box { position: relative; width: 100%; height: 100%; }
.rt-map-box.rt-map--fit { height: 100%; }
.rt-map-box.rt-map--ratio { aspect-ratio: var(--rt-map-aspect, 1/1); }

.rt-map { position: absolute; inset: 0; width: 100%; height: 100%; background: #f7f7f7; border-radius: 8px; overflow: hidden; }
.rt-map__infowindow { max-width: 280px; }
.rt-map__infowindow h4 { margin: 0 0 6px; font-size: 16px; line-height: 1.2; }
.rt-map__infowindow img { max-width: 100%; height: auto; display: block; margin: 6px 0; border-radius: 6px; }
.rt-map__infowindow .desc { font-size: 14px; margin: 6px 0; }
.rt-map__infowindow .addr { font-size: 12px; color: #777; }
.rt-map__label{
  background: rgba(0,0,0,.65);
  color: #fff;
  border: 1px solid rgba(255,255,255,.2);
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 12px;
  line-height: 1.3;
  white-space: nowrap;
  text-shadow: 0 1px 2px rgba(0,0,0,.5);
  pointer-events: none; /* never block map clicks */
  user-select: none;
}