.map{display:flex;flex-direction:column;min-width:0}.map__frame{position:relative;flex:1 1 auto;min-height:var(--map-height, 32rem);border-radius:var(--map-radius, var(--media-container-radius, 0));border:var(--media-container-border, none);box-shadow:var(--media-container-shadow, none);background:rgb(var(--color-background));overflow:hidden;isolation:isolate}.map__facade{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:3.2rem 1.6rem 1.6rem;transition:opacity .4s ease,visibility .4s ease}.map__cover,.map__illustration,.map__iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.map__cover{object-fit:cover}.map__land{fill:rgba(var(--color-foreground),.05)}.map__park{fill:rgba(var(--color-accent-2),.12)}.map__water{fill:rgba(var(--color-accent-1),.14)}.map__roads path{fill:none;stroke:rgb(var(--color-background));stroke-linecap:round}.map__roads--minor path{stroke-width:7}.map__roads--major path{stroke-width:18}.map__iframe{border:0}.map__card{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:.4rem;width:min(34rem,100%);padding:3.2rem 2rem 1.8rem;border-radius:var(--content-container-radius, 1.2rem);background:rgb(var(--color-background));color:rgb(var(--color-foreground));box-shadow:0 1.2rem 3.2rem rgba(var(--color-foreground),.14);text-align:center}.map__pin{position:absolute;top:0;left:50%;display:grid;place-items:center;width:4.4rem;height:4.4rem;border-radius:50%;background:var(--map-pin, rgb(var(--color-accent-1)));color:rgb(var(--color-background));transform:translate(-50%,-50%)}.map__pin:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background:inherit;opacity:.35;z-index:-1;animation:map-pulse 2.4s ease-out infinite}.map__pin svg{width:2.2rem;height:2.2rem;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linejoin:round}.map__place{margin:0;font-family:var(--font-heading-family);font-weight:var(--font-heading-weight-bold, 700);font-size:1.8rem;line-height:1.3}.map__address{margin:0;font-size:1.4rem;line-height:1.45;color:rgba(var(--color-foreground),.75)}.map__actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.8rem 1.6rem;margin-top:1.2rem}.map__directions{color:rgb(var(--color-foreground));font-size:1.4rem;text-decoration:underline;text-underline-offset:.3em}.map__directions:hover{text-decoration-thickness:2px}.map__note{margin:.6rem 0 0;font-size:1.15rem;line-height:1.4;color:rgba(var(--color-foreground),.75)}.map[data-loading] .map__load{opacity:.7;pointer-events:none}.map[data-loaded] .map__facade{opacity:0;visibility:hidden;pointer-events:none}.map--grayscale :is(.map__cover,.map__iframe){filter:grayscale(1);transition:filter .5s ease}.map--grayscale:is(:hover,:focus-within) :is(.map__cover,.map__iframe){filter:none}@keyframes map-pulse{0%{transform:scale(1);opacity:.35}to{transform:scale(1.8);opacity:0}}@media(prefers-reduced-motion:reduce){.map__pin:after{animation:none}.map__facade{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/component-map.css.map */
