/* หมุดแผนที่ — ใช้ร่วมกับ landlinkgo-map-view.js (เดียวกับ market.html) */
.leaflet-container{ font-family:inherit; }
.marker-pin{
  width:58px;
  height:58px;
  border-radius:18px;
  color:#fff;
  border:2px solid rgba(255,255,255,.95);
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:2px;
  box-shadow:0 12px 24px rgba(15,23,42,.24);
  transform:translateY(-6px);
}
.marker-pin .emoji{ font-size:24px; line-height:1; }
.marker-pin .txt{ font-size:11px; font-weight:1100; line-height:1; }
.marker-pin.sell{ background:#16a34a; }
.marker-pin.rent{ background:#2563eb; }
.marker-pin.mix{ background:#7c3aed; }
