.wp-block-scct-afftable {
  background: #F4F4F4;
  padding: 40px 0;
  position: relative;
	margin-bottom: 30px;
}
.wp-block-scct-afftable::before {
  content: '';
  position: absolute;
  left: -1000px;
  right: -1000px;
  top: 0;
  bottom: 0;
  background: #F4F4F4;
  z-index: -1;
}
.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: #00B871;
  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: #00965C;
}
main {
  overflow-x: hidden;
}
