.interactive-location-map{position:relative;width:100%}.interactive-location-map,.interactive-location-map *{box-sizing:border-box;font-family:var(--font-family,inherit)}.interactive-location-map__container{background-color:#f3f3f3;overflow:hidden;position:relative;width:100%}.interactive-location-map .mapboxgl-canvas{height:100%!important;outline:none;width:100%!important}.interactive-location-map__grid{display:grid;gap:20px;grid-template-columns:1fr}@media (min-width:992px){.interactive-location-map__grid{align-items:start;grid-template-columns:350px 1fr}.interactive-location-map--layout-side_panel_right .interactive-location-map__grid{grid-template-columns:1fr 350px}.interactive-location-map--layout-side_panel_right .interactive-location-map__panel{order:2}}.interactive-location-map__panel{max-height:100%;overflow-y:auto}.interactive-location-map__list{display:flex;flex-direction:column;gap:16px}.interactive-location-map--layout-floating_cards .interactive-location-map__floating-list{display:flex;flex-direction:column;gap:16px;left:20px;max-height:calc(100% - 40px);overflow-y:auto;padding-right:10px;position:absolute;top:20px;width:320px;z-index:10}@media (max-width:767px){.interactive-location-map--layout-floating_cards .interactive-location-map__floating-list{left:auto;margin-top:16px;max-height:none;padding-right:0;position:relative;top:auto;width:100%}}.interactive-location-map__card{border:1px solid rgba(0,0,0,.06);cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.interactive-location-map__card--active,.interactive-location-map__card:hover{border-color:rgba(0,0,0,.12);box-shadow:0 10px 24px rgba(15,23,42,.08)}.interactive-location-map__card-image img{border-radius:4px;display:block;height:160px;margin-bottom:12px;object-fit:cover;width:100%}.interactive-location-map__card-title{color:inherit;font-size:1.1rem;font-weight:600;line-height:1.25;margin:0 0 var(--card-title-margin-bottom,8px) 0}.interactive-location-map__card-desc{color:inherit;font-size:.95rem;line-height:1.5;margin-bottom:var(--card-description-margin-bottom,12px)}.interactive-location-map__card-desc>:first-child{margin-top:0}.interactive-location-map__card-desc>:last-child{margin-bottom:0}.interactive-location-map__card-cta{color:var(--primary-color,#007bff);display:inline-block;font-size:.85rem;font-weight:600;text-decoration:none}.interactive-location-map__card-cta:hover{text-decoration:underline}.interactive-location-map--contact-mode .interactive-location-map__card{overflow:hidden}.interactive-location-map__contact-panel{border-top:1px solid rgba(0,0,0,.08);margin-top:14px;padding-top:14px}.interactive-location-map__contact-inner{align-items:start;display:grid;gap:12px;grid-template-columns:auto 1fr}.interactive-location-map__contact-avatar img{border-radius:50%;display:block;height:52px;object-fit:cover;width:52px}.interactive-location-map__contact-copy{min-width:0}.interactive-location-map__contact-name{color:inherit;font-size:.98rem;font-weight:700;line-height:1.2;margin:0 0 var(--detail-title-margin-bottom,8px) 0}.interactive-location-map__contact-role{color:inherit;font-size:.82rem;line-height:1.4;margin:0 0 10px;opacity:.72}.interactive-location-map__contact-links,.interactive-location-map__contact-socials{display:flex;flex-wrap:wrap;gap:8px}.interactive-location-map__contact-links+.interactive-location-map__contact-socials{margin-top:8px}.interactive-location-map__contact-link{background:rgba(0,123,255,.08);color:var(--primary-color,#007bff);font-size:.78rem;max-width:100%;overflow-wrap:anywhere;padding:6px 10px}.interactive-location-map__contact-chip,.interactive-location-map__contact-link{align-items:center;border-radius:999px;display:inline-flex;font-weight:600;text-decoration:none}.interactive-location-map__contact-chip{background:rgba(15,23,42,.06);color:inherit;font-size:.75rem;padding:5px 9px}.interactive-location-map__contact-chip:hover,.interactive-location-map__contact-link:hover{filter:brightness(.97);text-decoration:none}.interactive-location-map__card--minimal{padding:12px}.interactive-location-map__card--minimal .interactive-location-map__card-title{font-size:1rem;margin:0}.interactive-location-map__card--glass{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:hsla(0,0%,100%,.7);border:1px solid hsla(0,0%,100%,.3)}.mapboxgl-popup-content button.mapboxgl-popup-close-button{border-radius:4px;color:inherit;font-size:1rem;padding:4px 8px;position:absolute;right:4px;top:4px}.interactive-location-map__popup-image{border-radius:4px;display:block;height:100px;margin-bottom:8px;object-fit:cover;width:100%}.interactive-location-map__popup-title{font-size:1rem;line-height:1.3;margin:0 0 var(--card-title-margin-bottom,8px) 0}.interactive-location-map__popup-body{line-height:1.5;margin-bottom:var(--card-description-margin-bottom,12px)}.interactive-location-map__popup-body>:first-child{margin-top:0}.interactive-location-map__popup-body>:last-child{margin-bottom:0}.interactive-location-map__popup-link{color:var(--primary-color,#007bff);display:inline-block;font-weight:600;text-decoration:none}.interactive-location-map__popup-content a{color:var(--primary-color,#007bff)}