.route-content .lt-bar{display:flex;flex-wrap:wrap;gap:8px;margin:14px 0;}
.route-content .lt-bar button{font-size:13px;background:#000;border:1px solid var(--line);color:#cbd5e1;border-radius:4px;padding:7px 12px;cursor:pointer;}
.route-content .lt-bar button:hover{background:#000;color:#fff;}
.route-content .lt-bar .sep{width:1px;background:#000;margin:2px 4px;}
.route-content .lt-stats{display:flex;gap:18px;flex-wrap:wrap;font-size:13.5px;color:#94a3b8;margin:6px 0 12px;}
.route-content .lt-stats b{color:#bae6fd;}
.route-content .lt-out{position:relative;}
.route-content .lt-copy{position:absolute;top:10px;right:10px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;background:#000;border:1px solid var(--line);color:#cbd5e1;border-radius:8px;padding:6px 10px;cursor:pointer;z-index:2;}
.route-content .lt-copy:hover{background:#000;color:#fff;}