.rt-wrap{display:grid;grid-template-columns:1fr 260px;gap:16px}
#roadtrip-map{height:700px}
#rt-legend{background:#fff;padding:12px;border:1px solid #ddd;border-radius:8px}
.rt-item{padding:8px;cursor:pointer}
.rt-item:hover{background:#f3f3f3}
.dot{display:inline-block;width:12px;height:12px;border-radius:50%;margin-right:8px}
@media(max-width:768px){.rt-wrap{grid-template-columns:1fr}#rt-legend{order:-1}}
