#dm-store-locator {display:flex;height:800px;font-family:'Fredoka',sans-serif;background:#fff !important;overflow:hidden}
#dm-sidebar {width:380px;padding:20px;background:#fff;border-right:1px solid #eee;flex-shrink:0;display:flex;flex-direction:column}
#dm-sidebar h2 {text-align:center;margin:0 0 20px;font-size:24px;color:#333}
#dm-search {width:100%;padding:14px;margin-bottom:20px;border:1px solid #ccc;border-radius:8px;font-size:16px;color:#333}
#dm-search::placeholder {color:#999}
#dm-outlet-list {flex:1;overflow-y:auto;max-height:600px} /* Scroll internal, cukup untuk 2-3 item visible */
.dm-outlet-item {border-bottom:1px solid #eee;padding:15px 0;cursor:pointer}
.dm-outlet-item:hover {background:#f5f5f5}
.dm-outlet-item h3 {margin:0 0 8px;font-size:18px;color:#333}
.dm-outlet-item p {margin:0 0 12px;font-size:14px;color:#555;line-height:1.4}
/* ... kode sebelumnya tetap sama ... */

.dm-buttons a.dm-btn {display:inline-block;padding:10px 14px;margin:4px;border-radius:8px;color:#fff;text-decoration:none;font-weight:bold;font-size:14px}
.dm-wa {background:#25D366} /* Hijau tetap */
.dm-ig {background:#FF7400} /* Orange */
.dm-dir {background:#FF7400} /* Orange */

/* ... sisanya tetap sama ... */
#dm-map {flex:1 1 auto;height:100% !important;min-height:400px}
.dm-popup {max-width:280px;text-align:center}
.dm-popup h3 {margin:0 0 10px;font-size:18px}
.dm-popup p {margin:0 0 15px;font-size:14px;color:#555}

/* Responsif Mobile */
@media (max-width:768px) {
    #dm-store-locator {flex-direction:column;height:auto;min-height:100vh}
    #dm-sidebar {width:100%;border-right:none;border-bottom:1px solid #eee;order:2;height:auto}
    #dm-outlet-list {max-height:40vh} /* Adjust scroll height di HP */
    #dm-map {height:50vh !important;min-height:300px;order:1;flex:none}
}