Option to change the color of the active marker

It would be great to have an option to select different color for the active location, I believe many users would like to use it without custom CSS, so please consider this suggestion as a ‘user testing feedback’.

As a temporary solution, you can use this code in the Custom CSS field on the Appearance tab of your widget’s settings:

.global-styles,
[class*="elfsight_map"].active [class*="marker__Container-sc"] svg path {
  fill: black !important;
}

Highlight the selected store’s pin with unique color or effect. Currently, by default, all spins are the same color. Alternatively, add a unique class to the selected store’s pin so can apply CSS and make it stand out from the others. It would also be helpful if the map automatically zoomed to the selected pin.

It would be very helpful if the selected location marker could have a persistent visual difference, such as a different colour, icon, size, or highlighted state.