
.bsl-wrap,
.bsl-wrap *{box-sizing:border-box}

.bsl-wrap{
    max-width:1320px;
    margin:0 auto;
    padding:35px 20px 60px;
    font-family:Montserrat,Arial,sans-serif;
    color:#222;
}

.bsl-heading{
    margin:0 0 28px;
    font-size:26px;
    line-height:1.2;
    font-weight:400;
    letter-spacing:1.5px;
}

.bsl-search-panel{
    padding:20px 22px;
    background:#f5f5f5;
    border:1px solid #ececec;
}

.bsl-search-main{
    display:grid;
    grid-template-columns:minmax(280px,1.6fr) 160px 160px auto;
    gap:28px;
    align-items:end;
}

.bsl-field label{
    display:block;
    margin:0 0 9px;
    font-size:15px;
    font-weight:700;
}

.bsl-field input,
.bsl-field select{
    width:100%;
    height:44px;
    padding:0 13px;
    border:1px solid #d4d4d4;
    background:#fff;
    border-radius:3px;
    color:#333;
    font-size:14px;
}

.bsl-search-btn{
    height:44px;
    padding:0 24px;
    border:0;
    border-radius:4px;
    background:linear-gradient(#555,#111);
    color:#fff;
    font-size:13px;
    font-weight:700;
    cursor:pointer;
}

.bsl-categories{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:25px;
    margin-top:16px;
    padding-top:14px;
    border-top:1px solid #e4e4e4;
}

.bsl-categories label{
    display:flex;
    align-items:flex-start;
    gap:8px;
    font-size:14px;
    font-weight:700;
}

.bsl-categories input{
    margin-top:2px;
}

.bsl-status{
    margin-top:10px;
    font-size:12px;
    color:#666;
}

.bsl-results-layout{
    display:grid;
    grid-template-columns:390px minmax(0,1fr);
    gap:26px;
    margin-top:16px;
    min-height:520px;
}

.bsl-list{
    height:520px;
    overflow:auto;
    border:1px solid #eee;
    background:#fff;
}

.bsl-store{
    display:grid;
    grid-template-columns:28px 1fr;
    gap:12px;
    padding:24px 18px 24px 14px;
    border-bottom:1px solid #e5e5e5;
    cursor:pointer;
}

.bsl-store:hover{
    background:#fafafa;
}

.bsl-pin{
    width:18px;
    height:18px;
    margin-top:3px;
    border-radius:50% 50% 50% 0;
    transform:rotate(-45deg);
    background:#a45fb9;
    position:relative;
}

.bsl-pin:after{
    content:"";
    position:absolute;
    width:6px;
    height:6px;
    border-radius:50%;
    background:#fff;
    top:6px;
    left:6px;
}

.bsl-pin.cafe{background:#b48a56}
.bsl-pin.gourmet{background:#9b59b6}
.bsl-pin.supermarket{background:#e56b8f}
.bsl-pin.vitamin{background:#59b84d}

.bsl-store-name{
    margin:0 0 18px;
    color:#056aa1;
    font-size:15px;
    font-weight:700;
    letter-spacing:1.6px;
    text-transform:uppercase;
}

.bsl-store-address,
.bsl-store-meta{
    margin:0 0 10px;
    color:#555;
    font-size:13px;
    line-height:1.45;
}

.bsl-store a{
    color:#555;
    text-decoration:none;
}

.bsl-store a:hover{
    text-decoration:underline;
}

.bsl-map{
    width:100%;
    height:520px;
    min-height:520px;
    border:1px solid #ddd;
}

.bsl-popup-title{
    margin-bottom:6px;
    font-weight:700;
}

.bsl-popup-meta{
    font-size:12px;
    line-height:1.45;
}

@media(max-width:1024px){
    .bsl-search-main{
        grid-template-columns:1fr 1fr;
    }
    .bsl-search-btn{
        width:100%;
    }
    .bsl-results-layout{
        grid-template-columns:330px 1fr;
    }
}

@media(max-width:767px){
    .bsl-wrap{
        padding:25px 12px 45px;
    }

    .bsl-search-main{
        grid-template-columns:1fr;
        gap:15px;
    }

    .bsl-categories{
        grid-template-columns:1fr 1fr;
        gap:14px;
    }

    .bsl-results-layout{
        grid-template-columns:1fr;
        min-height:0;
    }

    .bsl-list{
        height:360px;
    }

    .bsl-map{
        height:420px;
        min-height:420px;
    }
}

@media(max-width:460px){
    .bsl-categories{
        grid-template-columns:1fr;
    }
}
