.wp-block-scct-afftable .post-casino-table-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}
.wp-block-scct-afftable .post-casino-table-buttons button {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 100%;
  color: #FFFFFE;
  background: #FF8BA7;
  width: 200px;
  height: 53px;
  border-radius: 8px;
  outline: 0;
  cursor: pointer;
  margin: 0 10px;
  display: block;
}
.wp-block-scct-afftable .post-casino-table-buttons button:hover {
  background-color: #ce7086;
}
