/* Interactive map in the existing SpotFix location card */
.map-art {
  position: relative;
  overflow: hidden;
  display: block;
  min-height: 220px;
  background: #0a1015;
}

.map-art iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(.88) contrast(1.06) brightness(.64) saturate(.7);
}

.map-art::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(235,13,22,.12), inset 0 -45px 55px rgba(2,4,5,.16);
}

@media (max-width: 680px) {
  .map-art { min-height: 255px; }
}
