.sm-map-link {
	text-decoration: none;
}
.sm-map-link.active,
.sm-map-link:hover {
	text-decoration: none;
}

.sm-map-link-svg {
  width: 15px;
  vertical-align: middle;
}
.sm-map-link-svg path {
  transition: fill 0.2s;
}
.sm-map-link.active .sm-map-link-svg path,
.sm-map-link:hover .sm-map-link-svg path {
  fill: #ed1f24;
}