.sr-reactions {
  margin-top: 15px;
}
.sr-button {
  margin: 5px;
  padding: 6px 12px;
  border: none;
  background: #03f467;
  cursor: pointer;
  border-radius: 4px;
}
.sr-button:hover {
  background: #34c16e;
}
.reaction-title {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 16px;
}
