html,
body,
#osm-map {
  width: 100%;
  height: 100%;
  margin: 0;
}

body {
  overflow: hidden;
  background: #e8dfd2;
}

#osm-map {
  min-height: 280px;
  background: #e8dfd2;
}

.map-fallback {
  padding: 24px;
  color: #2b241f;
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
}

.shop-map-marker {
  border: 0;
  background: transparent;
}

.shop-map-marker span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  transform: rotate(-45deg);
  border: 3px solid #f7f1e7;
  border-radius: 50% 50% 50% 0;
  background: #b55d3b;
  box-shadow: 0 5px 18px rgba(43, 36, 31, .35);
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0;
}

.shop-map-marker span::after {
  content: "A";
  transform: rotate(45deg);
  font-size: 1.05rem;
}

.leaflet-popup-content-wrapper {
  border-radius: 0;
  background: #f7f1e7;
  color: #2b241f;
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
  box-shadow: 0 8px 24px rgba(43, 36, 31, .22);
}

.leaflet-popup-content {
  line-height: 1.65;
}

.leaflet-popup-tip {
  background: #f7f1e7;
}

.leaflet-control-zoom a {
  color: #2b241f !important;
}
