.sl-wrap{display:flex;gap:20px;}
.sl-list{flex:0 0 320px;overflow-y:auto;max-height:600px;margin-top:40px;}
.sl-title{font-size:24px;margin-bottom:20px}
.sl-store{padding:15px;border:1px solid #ddd;margin-bottom:10px;cursor:pointer;transition:all .3s}
.sl-store:hover,.sl-store.active{background:#f5f5f5;border-color:#4b7465}
.sl-name{font-size:18px;font-weight:600;margin-bottom:8px}
.sl-addr,.sl-phone{font-size:14px;color:#666;margin:4px 0}
.sl-map{flex:1;min-height:600px;border:1px solid #ddd}
@media(max-width:768px){
  .sl-wrap{flex-direction:column}
  .sl-list{flex:1;max-height:300px}
  .sl-map{min-height:400px}
}