#map {
  width: 100%;
  height: 600px;
}
@media only screen and (max-width: 639px) {
  #map {
    height: 320px;
  }
}

#map-wrapper {
  position: relative;
}

#map-wrapper > .loader {
  position: absolute;
  inset: 0;
  background-color: #f7f7f7;
  z-index: 10;
  display: grid;
  place-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 320ms ease-out;
}

#map-wrapper.loading > .loader {
  opacity: 1;
  pointer-events: all;
}

#map-wrapper > .loader .spinner {
  width: 48px;
  height: 48px;
  border: 5px solid #bf2026;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: block;
  box-sizing: border-box;
  animation: loading-spinner 1s linear infinite;
}

@keyframes loading-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.gm-style-iw * {
  font-family: "Noto Sans", sans-serif;
}

.gm-style-iw {
  max-width: 340px !important;
  min-width: 260px !important;
}

.gm-style-iw h3 {
  margin-bottom: 10px;
  line-height: 1.5;
  font-size: 1rem;
  padding-right: 16px;
  letter-spacing: 0;
}

.gm-style-iw p {
  margin-block: 10px;
  font-size: 14px;
}

.gm-style .gm-style-iw-c {
  border-radius: 0 !important;
  box-shadow: 0 0px 14px 0px rgba(32, 1, 1, 0.5215686275);
  -webkit-box-shadow: 0 0px 14px 0px rgba(32, 1, 1, 0.5215686275);
  -moz-box-shadow: 0 0px 14px 0px rgba(32, 1, 1, 0.5215686275);
  padding: 30px 0 0 30px;
}

.gm-style .gm-style-iw-d {
  padding: 0 30px 30px 0px;
}

.gm-style-iw time {
  margin-block: 10px;
  font-size: 14px;
}

.gm-style-iw .uk-button-text {
  padding-block: 0;
  font-size: 16px;
}

.gm-style-iw .uk-button-text::after {
  height: 24px !important;
}

.gm-style-iw-d + button {
  right: 6px !important;
  top: 6px !important;
  display: grid;
  place-items: center;
}

.gm-style-iw-d + button > span {
  width: 16px !important;
  height: 16px !important;
}

.gm-style-iw p {
  margin-bottom: 0px;
}/*# sourceMappingURL=kompmap.css.map */