:root{
  --vc-blue:#20B1E7;
  --vc-blue-dark:#0B6B7A;
  --vc-blue-light:#E9F7FB;
}

.vc-dm-wrap{font-family:system-ui}
.vc-dm-header{display:flex;justify-content:space-between;gap:16px;margin-bottom:12px}
.vc-dm-title{font-size:20px;font-weight:800}
.vc-dm-sub{font-size:13px;opacity:.7}
.vc-dm-tools{display:flex;gap:8px;flex-wrap:wrap}
.vc-dm-search{padding:10px;border-radius:999px;border:1px solid #ddd;min-width:260px}
.vc-dm-btn{padding:10px 12px;border-radius:10px;border:1px solid #ddd;background:#fff;font-weight:700;cursor:pointer}

.vc-dm-body{display:grid;grid-template-columns:1.2fr .8fr;gap:16px}
@media(max-width:900px){.vc-dm-body{grid-template-columns:1fr}}

.vc-dm-map{border:1px solid #e3eef2;border-radius:16px;padding:12px;position:relative}
.vc-dm-legend{display:flex;gap:12px;align-items:center;font-weight:700;margin-bottom:8px;flex-wrap:wrap}

.vc-dm-chip{width:18px;height:18px;border-radius:6px;border:2px solid var(--vc-blue-dark);display:inline-block;margin-right:6px}
.vc-dm-has{background:var(--vc-blue)}
.vc-dm-none{background:var(--vc-blue-light)}
.vc-dm-selected{margin-left:auto;font-weight:800;color:#44666d}

.vc-dm-svg-el{width:100%;height:auto}
.vc-dm-state{stroke:var(--vc-blue-dark);cursor:pointer}
.vc-dm-label{fill:#fff;font-weight:900;pointer-events:none}
.vc-dm-label-state{font-size:11px}
.vc-dm-label-count{font-size:12px}

.vc-dm-zoom{position:absolute;top:54px;right:14px;display:flex;flex-direction:column;gap:8px}
.vc-dm-zoom-btn{width:40px;height:40px;border-radius:12px;border:1px solid #ddd;background:#fff;font-weight:900;cursor:pointer}

.vc-dm-list{border:1px solid #e3eef2;border-radius:16px;padding:12px}
.vc-dm-list-head{display:flex;justify-content:space-between;margin-bottom:10px;align-items:center}
.vc-dm-list-title{font-weight:800}
.vc-dm-count-pill{background:#eef9fc;padding:6px 10px;border-radius:999px;font-weight:900}

.vc-dm-add-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}
.vc-dm-save-hint{font-size:12px;opacity:.7}

/* ===== Distributor Cards (friendly list) ===== */
.vc-dm-cards{display:flex;flex-direction:column;gap:12px;max-height:520px;overflow:auto;padding-right:6px}

.vc-dm-card{
  background:#f4fbfe;
  border:1px solid #e1f1f7;
  border-radius:14px;
  padding:14px 16px;
}

.vc-dm-card-top{display:flex;justify-content:space-between;align-items:flex-start;gap:10px}
.vc-dm-card-name{font-weight:800;font-size:15px;color:#063B44}
.vc-dm-card-sub{margin-top:4px;font-size:13px;color:#2a5963}
.vc-dm-card-id{margin-top:6px;font-size:12px;color:#6b8c95}

.vc-dm-pin{font-size:16px;line-height:1;padding-top:2px;opacity:.9}

/* Edit mode tweaks */
.vc-dm-wrap.is-editing .vc-dm-card{background:#ffffff;border-style:dashed}
.vc-dm-card-actions{display:flex;gap:10px;align-items:center}

/* Tiny action buttons */
.vc-dm-mini{
  border:1px solid #d6e6ea;
  background:#fff;
  border-radius:10px;
  padding:6px 10px;
  font-weight:800;
  cursor:pointer;
  font-size:12px;
}
.vc-dm-mini:hover{border-color:#b9dbe3}

/* Editor */
.vc-dm-form{margin-top:10px;display:flex;flex-direction:column;gap:8px}
.vc-dm-form-row{display:flex;gap:8px}
.vc-dm-form input{
  padding:8px 10px;border-radius:8px;border:1px solid #d6e6ea;font-size:13px;width:100%;
}
.vc-dm-form-actions{display:flex;gap:8px;justify-content:flex-end;margin-top:4px}
