.custom-table__layout {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 12px;
  overflow: hidden;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
}

.custom-table__layout td:first-child {
  text-align: left;
}

.custom-table__layout th {
  background-color: #ff4a00;
  color: white;
  font-weight: bold;
  padding: 16px;
  text-align: center;
}

.custom-table__layout td {
  background-color: #f6f6f6;
  padding: 16px;
  color: #090909;
  vertical-align: top;
}

.custom-table__layout td {
  text-align: center;
  vertical-align: middle;
}

.custom-table__layout tr:not(:last-child) td {
  border-bottom: 2px solid white;
}

.custom-table__layout td:first-child {
  border-right: 2px solid white;
}

.casino-hero--v2 {
	margin-bottom: 44px;
}

section.footer {
	margin-top: 44px;
}