.container-fluid-mapa {
  padding: 0;
  margin: 0;
  display: block;
  width: 100%;
  background: #000;
}
.container-fluid-mapa .mask-mapa {
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .container-fluid-mapa .mask-mapa {
    padding: 0 5rem;
  }
}
.container-fluid-mapa .map-stage {
  position: relative;
  overflow: visible;
}
.container-fluid-mapa .glow-frame {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
  will-change: filter;
  transform: translateZ(0);
  transition: filter 0.6s ease-out;
}
.container-fluid-mapa .glow-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  box-sizing: border-box;
  border: 2px solid var(--accent);
  clip-path: polygon(20px 0, 100% 0, 100% calc(100% - 35px), calc(100% - 25px) 100%, 0 100%, 0 35px);
}
@media (min-width: 756px) {
  .container-fluid-mapa .glow-frame::before {
    clip-path: polygon(40px 0, 100% 0, 100% calc(100% - 60px), calc(100% - 40px) 100%, 0 100%, 0 60px);
  }
}
.container-fluid-mapa .glow-frame::after {
  content: "";
  position: absolute;
  inset: 1px;
  box-sizing: border-box;
  border: 1px solid var(--accent);
  opacity: 0.35;
  clip-path: polygon(20px 0, 100% 0, 100% calc(100% - 35px), calc(100% - 25px) 100%, 0 100%, 0 35px);
  transform: translateZ(0);
  will-change: filter;
}
@media (min-width: 756px) {
  .container-fluid-mapa .glow-frame::after {
    clip-path: polygon(40px 0, 100% 0, 100% calc(100% - 60px), calc(100% - 40px) 100%, 0 100%, 0 60px);
  }
}
.container-fluid-mapa.is-orange .glow-frame {
  filter: drop-shadow(0 0 18px rgba(242, 65, 28, 0.6));
}
.container-fluid-mapa.is-green .glow-frame {
  filter: drop-shadow(0 0 18px rgba(96, 178, 0, 0.6));
}
.container-fluid-mapa .map-frame {
  position: relative;
  background: #000;
  padding: 6px;
  margin: 0 auto;
  z-index: 1;
  clip-path: polygon(20px 0, 100% 0, 100% calc(100% - 35px), calc(100% - 25px) 100%, 0 100%, 0 35px);
}
@media (min-width: 756px) {
  .container-fluid-mapa .map-frame {
    clip-path: polygon(40px 0, 100% 0, 100% calc(100% - 60px), calc(100% - 40px) 100%, 0 100%, 0 60px);
  }
}
.container-fluid-mapa .map-frame .googlemap {
  width: 100%;
  height: 50vh;
  position: relative;
  background: #000;
}
.container-fluid-mapa .map-frame .gm-style .gm-bundled-control,
.container-fluid-mapa .map-frame .gm-style .gm-bundled-control-on-bottom {
  transform: translateY(-40px) !important;
}
.container-fluid-mapa .map-frame .gm-style button,
.container-fluid-mapa .map-frame .gm-style .gm-fullscreen-control,
.container-fluid-mapa .map-frame .gm-style .gm-svpc {
  background-color: rgba(0, 0, 0, 0.85) !important;
  border-radius: 0 !important;
  box-shadow: 0 0 0 1px var(--accent), 0 2px 6px rgba(0, 0, 0, 0.6) !important;
  transition: box-shadow 0.2s ease, background-color 0.2s ease;
}
.container-fluid-mapa .map-frame .gm-style button img,
.container-fluid-mapa .map-frame .gm-style .gm-fullscreen-control img,
.container-fluid-mapa .map-frame .gm-style .gm-svpc img {
  filter: brightness(0) invert(1);
}
.container-fluid-mapa .map-frame .gm-style button:hover,
.container-fluid-mapa .map-frame .gm-style .gm-fullscreen-control:hover,
.container-fluid-mapa .map-frame .gm-style .gm-svpc:hover {
  background-color: #000 !important;
  box-shadow: 0 0 0 1px var(--accent), 0 0 14px var(--accent) !important;
}
.container-fluid-mapa .map-frame .gm-style button:focus,
.container-fluid-mapa .map-frame .gm-style .gm-fullscreen-control:focus,
.container-fluid-mapa .map-frame .gm-style .gm-svpc:focus {
  outline: none !important;
}
.container-fluid-mapa .map-frame .gm-style .gm-style-cc {
  background: transparent !important;
}
.container-fluid-mapa .map-frame .gm-style .gm-style-cc a, .container-fluid-mapa .map-frame .gm-style .gm-style-cc span, .container-fluid-mapa .map-frame .gm-style .gm-style-cc div {
  background: transparent !important;
  color: rgba(255, 255, 255, 0.45) !important;
  font-family: "Chakra Petch", system-ui, sans-serif !important;
}
.container-fluid-mapa .map-frame .gm-style .gm-style-cc a {
  text-decoration: none !important;
}
.container-fluid-mapa .map-frame .gm-style .gm-style-cc a:hover {
  color: var(--accent) !important;
}
.container-fluid-mapa .akce-button {
  display: flex;
  justify-content: center;
  padding: 2rem 0 2rem 0;
}

.pa-marker {
  position: absolute;
  transform: translate(-50%, -50%);
  width: 110px;
  height: 110px;
  pointer-events: none;
  z-index: 10;
}
.pa-marker__pulse {
  position: absolute;
  top: 25px;
  left: 25px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid var(--c);
  opacity: 0;
  animation: pa-pulse 2.6s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  will-change: transform, opacity;
}
.pa-marker__pulse--late {
  animation-delay: 1.3s;
}
.pa-marker__core {
  position: absolute;
  top: 23px;
  left: 23px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #000;
  border: 2px solid var(--c);
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.6), 0 0 14px var(--c), inset 0 0 6px rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
}
.pa-marker__core img {
  width: 78%;
  height: auto;
  display: block;
  filter: drop-shadow(0 0 3px var(--c));
}
.pa-marker__label {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 100%);
  background: #000;
  color: var(--c);
  padding: 4px 14px;
  font-family: "Chakra Petch", system-ui, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow: 0 0 0 1px var(--c), 0 0 12px rgba(0, 0, 0, 0.8);
  clip-path: polygon(8px 0, 100% 0, calc(100% - 8px) 100%, 0 100%);
}

@keyframes pa-pulse {
  0% {
    transform: scale(0.7);
    opacity: 0.9;
  }
  80% {
    opacity: 0.05;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}

/*# sourceMappingURL=mapaviewer.css.map */
