/* Apenas o formato dos pontos. Substitui o CSS existente dos ícones do mapa. */
.business-type-marker { background:transparent; border:0; }
.business-type-pin { display:block; position:relative; width:24px; height:30px; transform-origin:50% 100%; transition:transform .18s ease,filter .18s ease; filter:drop-shadow(0 2px 3px rgba(0,0,0,.28)); }
.business-type-disc { display:block; position:absolute; top:1px; left:0; box-sizing:border-box; width:24px; height:24px; border-radius:50% 50% 50% 0; transform:rotate(-45deg); background:#34633d; border:2px solid #fff; box-shadow:0 2px 6px rgba(0,0,0,.35); }
.business-type-disc img { position:absolute; left:50%; top:50%; transform:translate(-50%,-50%) rotate(45deg); width:14px; height:14px; object-fit:contain; }
.business-type-marker-active .business-type-pin { transform:scale(1.28); filter:drop-shadow(0 2px 4px rgba(0,0,0,.38)); }
.business-type-marker-active .business-type-disc { background:#a34b13; }
@media (prefers-reduced-motion:reduce) { .business-type-pin { transition:none; } }
