.ls-locations-wrap{
    max-width:1220px;
    margin:0 auto;
    padding:0;
    margin-top: -170px;
}
.ls-page-intro{
    display:none;
}
.ls-map-card{
    background:transparent;
    border:0;
    border-radius:0;
    padding:0;
    box-shadow:none;
    margin:0;
    margin-bottom: -80px;
}
.ls-map-svg-wrap{
    max-width:960px;
    margin:0 auto;
}
.ls-romania-svg{
    display:block;
    width:100%;
    height:auto;
}
.ls-county-node{
    cursor:pointer;
    outline:none;
}
.ls-county-hitbox{
    fill:rgba(0,0,0,0);
    stroke:none;
    pointer-events:all;
    transition:fill .2s ease, stroke .2s ease, stroke-width .2s ease;
}
.ls-county-node:hover .ls-county-hitbox,
.ls-county-node:focus .ls-county-hitbox{
    fill:rgba(211,161,13,.12);
    stroke:rgba(211,161,13,.45);
    stroke-width:1.5;
}
.ls-county-node.active .ls-county-hitbox{
    fill:rgba(11,75,31,.14);
    stroke:rgba(11,75,31,.45);
    stroke-width:1.7;
}
.ls-shops-section{
    background:#fff;
    border:1px solid #efe6d6;
    border-radius:28px;
    padding:38px;
    box-shadow:0 24px 60px rgba(0,0,0,.06);
    font-family: var(--font-family-base);
}
.ls-shops-header{
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    gap:20px;
    flex-wrap:wrap;
    padding-bottom:22px;
    margin-bottom:26px;
    border-bottom:1px solid #efe8db;
    margin-top: -80px;
    margin-bottom: -30px;
}
.ls-results-label{
    display:inline-block;
    margin-bottom:8px;
    color:#b38815;
    font-size:13px;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:.08em;
    display: block;
    margin-bottom: -30px;
}
.ls-shops-header h2{
    margin:0;
    font-size:36px;
    line-height:1.15;
    font-weight:800;
    color:#0b4b1f;
}
.ls-shop-count{
    min-width:120px;
    text-align:center;
    padding:12px 18px;
    border-radius:999px;
    background:#f7f1e5;
    color:#9a761a;
    font-size:14px;
    font-weight:800;
}
.ls-shops-list{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:18px;
    font-family: var(--font-family-base);
}
.ls-shop-card{
    background:#fcfaf5;
    border:1px solid #efe4cd;
    border-radius:18px;
    padding:22px;
    transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.ls-shop-card:hover{
    transform:translateY(-3px);
    border-color:#e2cf9d;
    box-shadow:0 18px 30px rgba(0,0,0,.06);
}
.ls-shop-name{
    margin:0 0 10px;
    font-size:20px;
    line-height:1.3;
    color:#1f1f1f;
    font-weight:800;
    margin-bottom: -30px;
    margin-top: -40px;
}
.ls-shop-address{
    margin:0;
    font-size:15px;
    line-height:1.8;
    color:#606060;
    margin-bottom: -40px;
}
.ls-empty-state{
    grid-column:1 / -1;
    padding:30px 10px;
    text-align:center;
    color:#777;
    font-family: var(--font-family-base);
    font-size:16px;
}
.ls-empty-state {
    margin-top: -50px;
    margin-bottom: -80px;
}
@media (max-width: 991px){
    .ls-shops-header h2{font-size:30px;}
    .ls-shops-list{grid-template-columns:1fr;}
    .ls-shops-section{padding:24px;}
}
@media (max-width: 767px){
    .ls-locations-wrap{padding:24px 16px 64px;}
    .ls-map-card{margin-bottom:20px;}
    .ls-shops-section{padding:24px 18px;border-radius:22px;}
    .ls-shops-header h2{font-size:24px;}
    .ls-shop-card{padding:18px;}
    .ls-shop-name{font-size:18px;}
    .ls-shop-address{font-size:14px;}
    .ls-map-card {
        margin-bottom: -100px;
    margin-top: -70px;
}
}

