.save-artwork-btn {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 0.8rem;
  font-family: inherit;
  color: #64968c;
  padding: 0;
  line-height: 1.2;
  transition: color 0.15s;
  text-decoration: none;
}
.save-artwork-btn:hover {
  color: #d35400;
  text-decoration: underline;
}
.save-artwork-btn.saved {
  color: #d35400;
}
