.route-planner{color:#070f1f;width:100%;min-width:0;font-family:var(--font-manrope), "Manrope", sans-serif;margin:0}.route-planner-switch{background:#edf1f7;border:1px solid #d9e0ea;border-radius:999px;width:fit-content;max-width:100%;margin:0 auto;padding:4px;display:flex}.route-planner-switch button{color:#4a5871;min-height:44px;font:inherit;cursor:pointer;background:0 0;border:0;border-radius:999px;padding:9px 20px;font-size:13px;font-weight:700;line-height:1.3;transition:background-color .18s,color .18s,box-shadow .18s}.route-planner-switch button[aria-pressed=true]{color:#1747c4;background:#fff;box-shadow:0 2px 7px #070f1f0d}.route-planner-switch button:hover{color:#1747c4}.route-planner-switch button:focus-visible{outline-offset:3px;outline:2px solid #1e56e8}.route-planner-scene{width:100%;height:auto;max-height:290px;margin:14px auto 0;display:block;overflow:visible}.route-planner-line{stroke-dasharray:1;stroke-dashoffset:0;animation:.8s ease-out both route-planner-draw}@keyframes route-planner-draw{0%{stroke-dashoffset:1px}to{stroke-dashoffset:0}}.route-planner-stops{animation:.26s both route-planner-appear}.route-planner-stages{color:#4a5871;justify-content:space-between;align-items:center;gap:10px;margin:18px 8% 0;font-size:12px;font-weight:700;line-height:1.4;display:flex}.route-planner-stages span{text-align:center}.route-planner-stages span:nth-child(2){color:#1747c4}.route-planner figcaption{color:#4a5871;text-align:center;text-wrap:pretty;max-width:390px;min-height:3.2em;margin:18px auto 0;font-size:13px;line-height:1.6}@keyframes route-planner-appear{0%{opacity:.25}to{opacity:1}}@media (max-width:380px){.route-planner-switch button{padding-inline:13px;font-size:12px}.route-planner-stages{gap:6px;margin-inline:3%;font-size:11px}.route-planner figcaption{font-size:12px}}@media (prefers-reduced-motion:reduce){.route-planner *,.route-planner :before,.route-planner :after{transition:none!important;animation:none!important}}
