.area-map {
  background: #dfe8de;
  isolation: isolate;
}

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

.area-map-frame {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  filter: saturate(.78) sepia(.08);
}

.map-attribution {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 2;
  padding: 5px 8px;
  background: rgba(251, 250, 247, .92);
  color: #18352f;
  font-size: 10px;
  font-weight: 700;
  box-shadow: 0 1px 4px rgba(24, 53, 47, .14);
}

.map-attribution:hover,
.map-attribution:focus-visible {
  background: #18352f;
  color: #fff;
}
