.action-button {
  cursor: pointer;
  padding: 14px 24px;
  border: none;
  background-color: #da291c;
  border-radius: 8px;
  color: #fff;
  font-size: 14px;
}

.action-button_round {
  width: 24px;
  height: 24px;
  padding: 6px 5px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.action-button:hover {
  background-color: #f35639;
}

.action-button:active {
  background-color: #b4261c;
}
