.route-map{width:100%;height:auto;margin:30px 0 12px;border:1px solid #e3ddd3;border-radius:22px;overflow:hidden;background:#f5f3ed;box-shadow:0 12px 30px rgba(73,66,59,.06)}
.route-map svg{display:block;width:100%;height:auto;font-family:var(--sans)}
.map-bg{fill:#f5f3ed}
.map-roads rect{fill:#d5c9c0}
.map-roads text{fill:#857970;font-size:6.5px;font-weight:400}
.map-roads .road-direction{fill:#8a8179;font-size:6px;letter-spacing:.02em}
.map-roads .road-direction--south{font-size:6px;letter-spacing:.02em}
.map-roads .road-name{fill:#6d625a;font-size:7px;font-weight:600;letter-spacing:.12em}
.map-landmarks rect{fill:rgba(255,255,255,.82);stroke:#dfd9cf;stroke-width:1}
.map-landmarks text{fill:#8d847c;font-size:7px}
.walk-route path{fill:none;stroke:#71806c;stroke-width:2;stroke-linecap:round;stroke-dasharray:4 5}
.walk-route rect{fill:#fff;stroke:#ddd9cf;stroke-width:1}
.walk-route text{fill:#65715f;font-size:7px;font-weight:500}
.map-venue rect{fill:#675247;filter:drop-shadow(0 8px 9px rgba(67,52,45,.18))}
.map-venue path{fill:#fff}
.map-venue text{fill:#fff}
.map-venue .venue-en{font-family:var(--latin);font-size:5.5px;letter-spacing:.18em;opacity:.7}
.map-venue .venue-name{font-family:var(--serif);font-size:13px;font-weight:700}
.map-venue .venue-floor{font-size:7px;opacity:.78}
.map-intersection rect{fill:#faf8f2;stroke:#ddd7cd;stroke-width:1}
.map-intersection text{fill:#776d65;font-size:6.5px}
.map-station circle{fill:#819b16;stroke:#faf8f2;stroke-width:2}
.map-station .line-number{fill:#fff;font-family:var(--latin);font-size:6px;font-weight:600}
.map-station .station-name{fill:#343730;font-size:9px;font-weight:600}
.map-station .station-exit{fill:#746f68;font-size:6.5px}
.map-station .bundang{fill:#f2b51b;stroke:none}
.map-station .bundang-text{fill:#fff;font-size:4.5px;font-weight:600}
.route-map__note{margin:0 0 17px;color:var(--muted);font-size:9px;line-height:1.6}
.directions-detail{display:inline-flex;align-items:center;gap:8px;margin-top:18px;color:var(--sage-dark);font-size:10px;text-decoration:none;border-bottom:1px solid rgba(100,112,95,.35);padding:4px 2px}
.directions-detail span{transition:transform .2s ease}.directions-detail:hover span{transform:translateX(3px)}
@media(max-width:360px){.route-map{border-radius:18px}.map-station .station-name{font-size:8.5px}.map-station .station-exit{font-size:6px}}
