#custom-locator-container{display:flex;height:700px;font-size:12px;gap:20px;padding:10px}#custom-locator-container p{margin:0;font-weight:600}#custom-locator-sidebar{width:100%;background:linear-gradient(180deg,#ffffff,#f1f1f1);border-radius:10px;overflow-y:auto;box-shadow:0 2px 8px rgb(0 0 0 / .1);padding:20px;box-sizing:border-box}#custom-locator-sidebar h2{font-size:20px;margin-bottom:15px;color:#33362d;font-weight:700;text-transform:uppercase;border-bottom:2px solid #ddd;padding-bottom:10px}#custom-locator-sidebar ul{list-style:none;padding:0;font-size:14px;color:#333;line-height:1.5}#custom-locator-sidebar li{padding:15px;margin-bottom:10px;border:1px solid #e0e0e0;border-radius:8px;cursor:pointer;background:#fff;transition:background 0.3s ease,box-shadow 0.3s ease}#custom-locator-sidebar li:hover{background-color:#f9f9f9;box-shadow:0 2px 5px rgb(0 0 0 / .1)}#custom-locator-sidebar #store-list a{color:blue}.custom-locator-active{background-color:#818181;border:2px solid #000000!important}#custom-locator-map{width:75%;height:100%;border-radius:10px;box-shadow:0 4px 12px rgb(0 0 0 / .15);font-size:12px}.leaflet-popup-content img.custom-locator-logo{display:none}.custom-locator-storename{color:#006451}#filter-container{display:flex;gap:10px;align-items:center}#region-filter,#address-filter{flex:1;padding:8px;border:1px solid #ccc;border-radius:4px;background:#fff;margin-bottom:10px}@media (max-width:768px){#custom-locator-container{flex-direction:column}#custom-locator-sidebar{width:100%;height:auto;padding:15px}#custom-locator-map{width:100%;height:60vh}#custom-locator-sidebar li{font-size:14px;padding:12px}}@media (min-width:768px) and (max-width:1024px){#custom-locator-container{flex-direction:column;height:auto}#custom-locator-sidebar{width:100%;height:auto;padding:15px;overflow-y:auto}#custom-locator-map{width:100%;height:500px}}@media (max-width:480px){#custom-locator-container{height:auto}#custom-locator-sidebar{width:100%;height:auto;padding:10px;overflow-y:auto}#custom-locator-map{width:100%;height:400px}#custom-locator-sidebar ul{font-size:14px}#custom-locator-sidebar li{font-size:13px;padding:10px}}