.world-map-container{position:relative;width:100%;margin:0 auto}.locations-list{position:absolute;top:75px;left:40px;background:rgba(255,255,255,.95);padding:20px;border-radius:10px;box-shadow:0 4px 15px rgba(0,0,0,.1);max-width:350px;z-index:1}.locations-list h3{margin:0 0 15px;color:#333;font-size:1.2rem}.location-cards{max-height:400px;overflow-y:auto}.location-card{padding:15px;border-bottom:1px solid #eee;transition:all .3s ease;cursor:pointer}.location-card:last-child{border-bottom:none}.location-card:hover{background:rgba(0,123,255,.1);transform:translateX(5px)}.location-card h4{margin:0 0 8px;color:#007bff;font-size:1rem}.location-card p{margin:0;font-size:.9rem;color:#666;line-height:1.5}@media (max-width:768px){.locations-list{position:relative;top:0;left:0;max-width:100%;margin-top:20px}#map{height:400px!important}}