.csl-store-locator-wrap{
    width:100%;
    box-sizing:border-box;
    font-size:14px;
}
.csl-filter-row{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    margin-bottom:15px;
}
.csl-filter-row select,
.csl-filter-row input{
    padding:6px 8px;
    min-width:140px;
    box-sizing:border-box;
}
.csl-filter-row button{
    padding:6px 16px;
    cursor:pointer;
    background:#d32f2f;
    border:none;
    color:#fff;
    border-radius:3px;
}
.csl-main{
    display:flex;
    gap:20px;
}
.csl-left{
    flex:0 0 25%;
    max-width:25%;
    border-right:1px solid #eee;
    padding-right:10px;
    box-sizing:border-box;
}
.csl-right{
    flex:1;
    max-width:75%;
    box-sizing:border-box;
}
#csl-store-list{
    max-height:600px;
    overflow-y:auto;
    padding-right:5px;
}
.csl-store-item{
    padding:10px 0;
    border-bottom:1px solid #eee;
    cursor:pointer;
}
.csl-store-item:hover{
    background:#fafafa;
}
.csl-store-item-title{
    font-weight:600;
    margin-bottom:4px;
}
.csl-store-item-address{
    color:#666;
    line-height:1.4;
}
.csl-pin{
    display:inline-block;
    width:12px;
    height:12px;
    background:#e53935;
    border-radius:50% 50% 50% 0;
    transform:rotate(-45deg);
    margin-right:6px;
    position:relative;
    top:1px;
}
.csl-pin::before{
    content:'';
    position:absolute;
    width:5px;
    height:5px;
    background:#fff;
    border-radius:50%;
    top:3px;
    left:3px;
}
#csl-map-image{
    width:100%;
    height:auto;
    display:none;
}
#csl-map-baidu{
    width:100%;
    height:600px;
    display:none;
}
#csl-no-store{
    padding:20px;
    text-align:center;
    color:#777;
}
@media(max-width:768px){
    .csl-main{
        flex-direction:column;
    }
    .csl-left, .csl-right{
        max-width:100%;
        flex:1 0 100%;
    }
    #csl-store-list{
        max-height:300px;
    }
}
