﻿.metro-map{padding:80px 0;background-color:#fff;}.metro-map .map-container{border-radius:10px;box-shadow:0 5px 15px rgba(0,0,0,.1);}.metro-map .route-info{background-color:#fff;border-radius:10px;padding:30px;box-shadow:0 5px 15px rgba(0,0,0,.05);height:100%;}.metro-map .route-info h3{color:var(--primary-color);margin-bottom:20px;}.metro-map .route-info .route-list{list-style:none;padding:0;}.metro-map .route-info .route-list li{padding:10px 0;border-bottom:1px solid #eee;display:flex;align-items:center;}.metro-map .route-info .route-list li:last-child{border-bottom:0;}.metro-map .route-info .route-list li .route-dot{width:12px;height:12px;border-radius:50%;background-color:var(--primary-color);margin-right:15px;}