/* location menu icon */
:root {
  --dealer-menu-item: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-compass'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3Cpolygon points='16.24 7.76 14.12 14.12 7.76 16.24 9.88 9.88 16.24 7.76'%3E%3C/polygon%3E%3C/svg%3E");
}
a[data-drupal-link-system-path="dealer"]:before {
  background-image: var(--dealer-menu-item);
}
.toolbar .toolbar-bar a[data-drupal-link-system-path="dealer"]:before {
  -webkit-mask-image: var(--dealer-menu-item);
  mask-image: var(--dealer-menu-item);
}
