.article-like {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.article-like .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  width: 35px;
  background: #1F845B;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  margin-right: 8px;
  cursor: pointer;
}
.article-like .icon-wrapper .article-like-message {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FACE14;
}
.article-like .icon-wrapper.active {
  justify-content: flex-start;
}
.article-like .icon-wrapper.active svg {
  margin-left: 10px;
}
.article-like .icon-wrapper.on-startup {
  width: 108px;
  border-radius: 26px;
}
.article-like .icon-wrapper:not(.active):hover {
  transform: scale(1.08);
  transition: transform 0.15s ease-in-out;
}
.article-like .article-like-text {
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #1F845B;
}
.article-like .number-of-likes {
  opacity: 0;
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #1F845B;
}
.article-like .number-of-likes.on-startup {
  opacity: 1;
}

/*# sourceMappingURL=articlelikes.min.css.map */
