.sd-favorite-vacancies-like-button .favorite {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 100%;
  width: 40px;
  height: 40px;
}
.sd-favorite-vacancies-like-button .favorite svg {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 20px;
  width: 20px;
  z-index: 1;
  color: transparent;
}
.sd-favorite-vacancies-like-button .favorite svg path {
  stroke: #E83007;
  stroke-width: 50;
  stroke-dasharray: 0;
}
.sd-favorite-vacancies-like-button .favorite svg:hover {
  color: #E83007;
  cursor: pointer;
}
.sd-favorite-vacancies-like-button .favorite.filled svg path {
  color: #e83007;
}

.sd-vacancy-sidebar .sd-favorite-vacancies-like-button .favorite {
  display: inline-block;
  position: unset;
  top: unset;
  right: unset;
}
.sd-vacancy-sidebar .sd-favorite-vacancies-like-button .favorite svg {
  right: unset;
  left: 10px;
}

/*# sourceMappingURL=style.css.map */
