/* Tour route map module */
.tour-route-map-section{overflow:visible}
.tour-route-map-heading{display:flex;align-items:end;justify-content:space-between;gap:28px;margin-bottom:24px}
.tour-route-map-heading h2{margin-bottom:8px}
.tour-route-map-heading p{max-width:700px;margin:0;color:var(--tgt-muted)}
.tour-map-view-toggle{display:inline-flex;gap:4px;padding:4px;border:1px solid var(--tgt-line);border-radius:999px;background:var(--tgt-bg);flex:0 0 auto}
.tour-map-view-toggle button{display:inline-flex;align-items:center;gap:8px;min-height:42px;padding:8px 15px;border:0;border-radius:999px;background:transparent;color:var(--tgt-muted);font-size:.9rem;font-weight:750;box-shadow:none}
.tour-map-view-toggle button .tgt-icon{width:17px;height:17px}
.tour-map-view-toggle button.is-active{background:#fff;color:var(--tgt-dark);box-shadow:0 3px 12px rgba(18,18,18,.09)}
.tour-map-panel{display:none}
.tour-map-panel.is-active,.tour-route-map-section[data-map-mode="image"] .tour-map-panel[data-map-panel="image"],.tour-route-map-section[data-map-mode="live"] .tour-map-panel[data-map-panel="live"],.tour-route-map-section[data-map-mode="legacy"] .tour-map-panel{display:block}
.tour-route-image-button{position:relative;display:block;width:100%;padding:0;border:0;border-radius:var(--tgt-radius);overflow:hidden;background:var(--tgt-bg);box-shadow:none;text-align:left}
.tour-route-image{width:100%;height:auto;max-height:610px;object-fit:cover;transition:transform .35s ease}
.tour-route-image-button:hover .tour-route-image{transform:scale(1.012)}
.tour-route-image-action{position:absolute;right:18px;bottom:18px;display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border-radius:999px;background:rgba(23,23,23,.88);color:#fff;font-size:.88rem;font-weight:750;backdrop-filter:blur(8px)}
.tour-route-image-action .tgt-icon{width:17px;height:17px}
.tour-live-map{position:relative;width:100%;height:var(--tgt-live-map-height,440px);min-height:320px;overflow:hidden;border:1px solid var(--tgt-line);border-radius:var(--tgt-radius);background:#e9ece8;isolation:isolate}
.tour-live-map .leaflet-container{font-family:inherit}
.tour-map-loading{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;gap:10px;color:var(--tgt-muted);font-weight:700;z-index:1}
.tour-map-loading span{width:18px;height:18px;border:2px solid rgba(0,0,0,.15);border-top-color:var(--tgt-accent);border-radius:50%;animation:tgt-map-spin .8s linear infinite}
@keyframes tgt-map-spin{to{transform:rotate(360deg)}}
.tgt-route-marker{display:grid;place-items:center;width:30px;height:30px;border:3px solid #fff;border-radius:50%;background:var(--tgt-accent);color:#fff;font:800 12px/1 Inter,Arial,sans-serif;box-shadow:0 4px 14px rgba(0,0,0,.24)}
.tgt-route-marker.is-start{background:#16804a}.tgt-route-marker.is-end{background:#171717}.tgt-route-marker.is-highlight{background:#f59e0b}
.tour-map-stops{display:flex;gap:8px;margin-top:14px;padding:2px 0 4px;overflow-x:auto;scrollbar-width:thin}
.tour-map-stop{display:inline-flex;align-items:center;gap:9px;flex:0 0 auto;min-height:42px;padding:7px 12px 7px 8px;border:1px solid var(--tgt-line);border-radius:999px;background:#fff;color:var(--tgt-dark);box-shadow:none}
.tour-map-stop>span{display:grid;place-items:center;width:27px;height:27px;border-radius:50%;background:var(--tgt-accent-soft);color:var(--tgt-accent);font-size:.78rem;font-weight:850}
.tour-map-stop strong{font-size:.86rem;font-weight:750}
.tour-map-stop:hover,.tour-map-stop.is-active{border-color:var(--tgt-accent);color:var(--tgt-accent);background:var(--tgt-accent-soft)}
.tour-map-credit-note{margin:10px 2px 0;color:var(--tgt-muted);font-size:.78rem;line-height:1.45}
.tour-map-legacy{height:440px}
.tgt-map-image-lightbox{position:fixed;inset:0;z-index:100000;display:none;align-items:center;justify-content:center;padding:30px;background:rgba(8,8,8,.92)}
.tgt-map-image-lightbox.is-open{display:flex}
.tgt-map-image-lightbox img{max-width:min(1500px,94vw);max-height:90vh;object-fit:contain;border-radius:10px;box-shadow:0 25px 80px rgba(0,0,0,.4)}
.tgt-map-image-lightbox button{position:absolute;right:22px;top:18px;display:grid;place-items:center;width:46px;height:46px;padding:0;border:1px solid rgba(255,255,255,.25);border-radius:50%;background:rgba(0,0,0,.35);color:#fff;font-size:28px;line-height:1}
body.tgt-map-lightbox-open{overflow:hidden}
.leaflet-control-attribution{font-size:10px!important}
@media(max-width:780px){.tour-route-map-heading{align-items:stretch;flex-direction:column}.tour-map-view-toggle{align-self:flex-start}.tour-live-map{height:min(var(--tgt-live-map-height,440px),62vh)}.tour-route-image-action span:last-child{display:none}.tgt-map-image-lightbox{padding:14px}}

/* Direction arrows along live route */
.tgt-route-arrow-icon-wrap{background:transparent!important;border:0!important;pointer-events:none!important}
.tgt-route-direction-arrow{display:block;width:18px;height:18px;transform-origin:50% 50%;filter:drop-shadow(0 0 2px #fff) drop-shadow(0 1px 2px rgba(0,0,0,.38));pointer-events:none}
.tgt-route-direction-arrow svg{display:block;width:18px;height:18px}
