.AcceptBlock {
  color: #babfc4;
  text-align: center;
}

.AcceptBlock[data-accepted="true"] {
  color: #008000;
}

.AcceptBlock__button {
  outline: none;
  border: none;
  background: none;
  color: inherit;
}

.AcceptBlock[data-accepted="false"] .AcceptBlock__button {
  cursor: pointer;
}
