* {
  box-sizing: border-box
}

.page-shell {
 
  /*padding: 16px 10px 20px;*/
/*  display: grid;
  place-content: center;
  gap: 12px;*/
	width: 100%;height: 100vh;
}





.map-card {
  position: relative;
/*  width: min(1180px, calc(100vw - 20px));
  height: min(620px, calc(100vh - 78px));
  min-height: 420px;*/
  overflow: hidden;
 /* background: #151515;
  box-shadow: 0 2px 14px #0003;*/
	width: 100%;
	height: 100vh;
}


.map-canvas {
  position: absolute;
  inset: 0;
  background: #151515
}
.brand {
  position: absolute;
  z-index: 500;
  top: 25px;
  left: 31px;
  display: flex;
  align-items: baseline;
  gap: 7px;
  color: #e2e1e2;
  pointer-events: none;
  text-shadow: 0 1px 5px #111
}
.brand span {
  font-size: clamp(25px, 3vw, 40px);
  letter-spacing: .055em;
  font-weight: 300
}
.brand strong {
  font-size: clamp(17px, 2vw, 27px);
  font-weight: 500
}
.map-status {
  position: absolute;
  z-index: 500;
  left: 28px;
  bottom: 25px;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 8px 12px;
  background: #0f0f0fc7;
  border: 1px solid #393536;
  color: #eee;
  font-size: 13px
}
.map-status small {
  padding-left: 9px;
  border-left: 1px solid #4a4547;
  color: #aaa
}
.map-status > i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #a96072;
  box-shadow: 0 0 0 3px #a960722e
}
.demo-note {
  position: absolute;
  z-index: 500;
  right: 18px;
  top: 17px;
  padding: 6px 9px;
  color: #aaa;
  background: #0f0f0f99;
  font-size: 11px;
  letter-spacing: .06em;
  pointer-events: none
}
.page-shell > p {
  margin: 0;
  text-align: center;
  color: #646164;
  font-size: 13px
}
.leaflet-control-zoom {
  border: 0 !important;
  border-radius: 2px !important;
  box-shadow: 0 1px 9px #0009 !important;
  overflow: hidden
}
.leaflet-control-zoom a {
  width: 29px !important;
  height: 29px !important;
  line-height: 28px !important;
  border: 0 !important;
  border-bottom: 1px solid #ccc !important;
  color: #696969 !important;
  background: #f1f1f1 !important;
  font-size: 18px !important
}
.store-marker-shell {
  background: none !important;
  border: 0 !important
}
.store-marker {
  position: relative;
  display: block;
  width: 14px;
  height: 14px;
  border: 3px solid #f7f7f7;
  border-radius: 50% 50% 50% 0;
  background: #242424;
  transform: rotate(-45deg);
  filter: drop-shadow(0 1px 1px #0009)
}
.store-marker i {
  position: absolute;
  width: 3px;
  height: 3px;
  left: 3px;
  top: 3px;
  border-radius: 50%;
  background: #f6f6f6
}
.leaflet-popup-content-wrapper, .leaflet-popup-tip {
  background: #f3f2f2;
  color: #242224;
  border-radius: 2px
}
.leaflet-popup-content {
  margin: 13px 16px;
  min-width: 175px
}
.store-popup {
  display: grid;
  gap: 5px
}
.store-popup b {
  color: #7d3f50;
  font-size: 15px
}
.store-popup span {
  font-size: 12px
}
.store-popup small {
  color: #777;
  font-size: 10px
}
@media(max-width:640px) {
  .page-shell {
    padding: 0;
    place-content: stretch
  }
  .map-card {
    width: 100vw;
    height: calc(100vh - 40px);
    min-height: 480px
  }
  .brand {
    top: 20px;
    left: 20px
  }
  .demo-note {
    display: none
  }
  .map-status {
    left: 16px;
    bottom: 16px
  }
  .page-shell > p {
    height: 40px;
    display: grid;
    place-items: center
  }
}

	@media screen and (max-width: 768px) {

		.page-shell,.map-card{width: 100%;height: 60vh;}
	}