.post-rating {
  width: 100%;
}
.post-rating__button {
  display: inline-block;
  border: 0;
  background: 0;
  padding: 0;
  cursor: pointer;
}
.post-rating__button:not(:last-child) {
  margin-right: 0.15rem;
}
.post-rating__button[disabled] {
  cursor: not-allowed;
}
.post-rating__button circle,
.post-rating__button path {
  transition: fill 0.4s ease;
}
.post-rating__button:not([disabled]):hover #thumb, .post-rating__button.on #thumb {
  fill: #fff;
}
.post-rating__button--like:not([disabled]):hover #oval, .post-rating__button--like.on #oval {
  fill: #60BE30;
}
.post-rating__button--dislike:not([disabled]):hover #oval, .post-rating__button--dislike.on #oval {
  fill: #BE3330;
}
.post-rating__results {
  display: inline-block;
  margin-left: 0.5rem;
}
.post-rating__results .post-rating__result svg {
  width: 16px;
  fill: currentColor;
  margin-left: 0.25rem;
}
.post-rating__results .post-rating__result::before {
  content: attr(data-votes);
  color: inherit;
}
.post-rating__results .post-rating__result[data-votes=""] {
  display: none;
}
.post-rating__results .post-rating__result--likes {
  color: #60BE30;
}
.post-rating__results .post-rating__result--likes.show-after::after {
  content: "&";
  margin: 0 0.35rem;
  color: #7b7b7c;
}
.post-rating__results .post-rating__result--dislikes {
  color: #BE3330;
}

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