.interactive-map {
  isolation: isolate;
  background: #dce5ea;
}

.interactive-map::before,
.interactive-map::after { display: none; }

.interactive-map iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.interactive-map .map-open {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 2;
  padding: 10px 13px;
  border-radius: 999px;
  background: rgba(8, 20, 35, .88);
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 800;
  box-shadow: 0 8px 18px rgba(8, 20, 35, .2);
}

.interactive-map .map-open:hover { background: #087ac4; }

@media (max-width: 760px) {
  .interactive-map .map-open { right: 12px; bottom: 12px; }
}
