/* ---------- Store locator (Home "Shop to Install & Buy" tab) ---------- */
.locator{ display:grid; grid-template-columns:minmax(300px,380px) 1fr; gap:22px; align-items:stretch; }
.locator-list-pane{ display:flex; flex-direction:column; min-height:420px; }
.locator-controls{ display:flex; gap:10px; margin-bottom:14px; flex-wrap:wrap; }
.locator-controls input{ flex:1 1 auto; min-width:0; background:#1c1c1c; border:1px solid rgba(255,255,255,.14); border-radius:8px; height:50px; padding:0 16px; color:#fff; font-family:inherit; font-size:15px; }
.locator-controls input:focus{ outline:none; border-color:var(--purple); }
.locator-controls button{ flex:0 0 auto; background:var(--purple); border:none; border-radius:8px; height:50px; padding:0 18px; color:#fff; font-size:14px; font-weight:500; cursor:pointer; white-space:nowrap; }
.locator-meta{ font-size:14px; color:var(--muted); margin-bottom:10px; }
.locator-meta span{ color:var(--purple); font-weight:600; }
#branch-list{ list-style:none; margin:0; padding:0; overflow-y:auto; max-height:560px; border:1px solid rgba(255,255,255,.08); border-radius:12px; }
.branch-item{ padding:15px 18px; border-bottom:1px solid rgba(255,255,255,.08); cursor:pointer; transition:background .15s; }
.branch-item:last-child{ border-bottom:none; }
.branch-item:hover, .branch-item.active{ background:rgba(138,59,151,.18); }
.branch-item h3{ font-size:16px; font-weight:600; display:flex; justify-content:space-between; gap:10px; align-items:baseline; }
.branch-dist{ color:var(--purple); font-size:13px; font-weight:600; white-space:nowrap; }
.branch-item p{ font-size:13px; font-weight:300; color:var(--muted); line-height:1.5; margin-top:5px; }
.branch-tel{ display:inline-block; margin-top:7px; font-size:13px; color:var(--purple); }
.branch-empty{ padding:22px 18px; color:var(--muted); font-weight:300; }
#locator-map{ width:100%; min-height:480px; height:100%; border-radius:14px; background:#1c1c1c; }
@media (max-width:900px){ .locator{ grid-template-columns:1fr; } #locator-map{ min-height:320px; } }

/* Map InfoWindow — bubble is white, so force dark text (site default is white) */
.nexen-iw{ min-width:200px; max-width:260px; color:#171717; font-size:13px; line-height:1.5; }
.nexen-iw-title{ display:block; font-size:15px; font-weight:700; color:#171717; margin-bottom:4px; }
.nexen-iw-addr{ color:#333; }
.nexen-iw-tel{ margin-top:4px; color:#333; }
.nexen-iw-dir{ display:inline-block; margin-top:10px; padding:7px 14px; border-radius:8px; background:var(--purple); color:#fff !important; font-weight:600; font-size:13px; opacity:1; }
.nexen-iw-dir:hover{ opacity:.85; color:#fff !important; }
