.sd-favorite-vacancies-like-button {
  width: 50px;
  height: 50px;
  background-color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.12);
  pointer-events: auto;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sd-favorite-vacancies-like-button .favorite {
  height: 20px;
}
.sd-favorite-vacancies-like-button svg {
  width: 20px;
  height: 20px;
  color: #a1304a;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sd-favorite-vacancies-like-button.filled, .sd-favorite-vacancies-like-button:hover {
  background-color: #a1304a;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sd-favorite-vacancies-like-button.filled svg path, .sd-favorite-vacancies-like-button:hover svg path {
  fill: #FFF;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

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