.table-listing {
  margin-top: 10px;
  margin-bottom: 10px;
}
.table-listing table {
  border-collapse: collapse;
  border: 0 solid black;
  table-layout: fixed;
  width: 100%;
  border-radius: 8px !important;
}
.table-listing table thead tr {
  border: 1px solid var(--sct-header-border-color, #5a5a5a);
  background: var(--sct-header-background-color, transparent);
}
.table-listing table thead tr th {
  color: var(--sct-header-text-color, #fff);
  font-size: var(--sct-header-text-size, 16px);
  padding: 12px;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  font-style: normal;
  font-weight: 500;
  line-height: 23px;
}
.table-listing table thead tr th:first-child {
  width: 18%;
}
@media (max-width: 480px) {
  .table-listing table thead tr th:first-child {
    width: 33%;
  }
}
.table-listing table thead tr th:nth-child(2) {
  width: 60%;
}
@media (max-width: 480px) {
  .table-listing table thead tr th:nth-child(2) {
    width: 33%;
  }
}
.table-listing table thead tr th:last-child {
  width: 18%;
}
@media (max-width: 480px) {
  .table-listing table thead tr th:last-child {
    width: 33%;
  }
}
.table-listing table tr {
  display: flex;
  justify-content: space-between;
  border-radius: 8px;
}
.table-listing table td,
.table-listing table th {
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
@media (max-width: 480px) {
  .table-listing table td,
  .table-listing table th {
    padding: 8px 4px;
  }
}
.table-listing table tbody tr {
  background: var(--sct-background-table-color, #5c5c5c);
  border: 1px solid var(--sct-table-body-border-color, transparent);
  margin-bottom: 2px;
}
.table-listing table tbody tr td {
  display: flex;
  justify-content: center;
  padding: 0 !important;
  border-radius: 8px;
  border: none !important;
  background-color: transparent !important;
  color: var(--sct-text-color, #C0C9D0);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}
.table-listing table tbody tr td:first-child {
  padding-left: 0 !important;
  justify-content: start;
  border-right: 2px solid var(--sct-header-border-color, transparent);
}
.table-listing table tbody tr td:nth-child(2) {
  color: var(--sct-text-color, #fff);
  font-size: var(--sct-text-size, 14px);
  padding: 8px 12px !important;
}
.table-listing table tbody tr td:last-child {
  width: 18%;
  border-left: 2px solid var(--sct-header-border-color, transparent);
}
@media (max-width: 480px) {
  .table-listing table tbody tr td {
    padding: 8px 4px;
    width: 33% !important;
  }
}
.table-listing table tbody img {
  max-width: 170px;
  max-height: 102px;
  padding: 2px;
  border-radius: 6px;
}
@media (max-width: 480px) {
  .table-listing table tbody img {
    max-width: 106px;
    max-height: 62px;
  }
}
.table-listing table tbody a,
.entry-content .table-listing table tbody a:not(.button) {
  padding: 11px 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--sct-button-text-color, blue);
  background: var(--sct-button-color, #ff0000);
  font-size: var(--sct-button-text-size, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 19.5px */
  text-decoration: none;
  border-radius: 5px;
}
.table-listing table tbody a:hover,
.entry-content .table-listing table tbody a:not(.button):hover {
  border: 2px solid #DD5252;
  background: rgba(221, 82, 82, 0.35);
  text-decoration: none;
}
.table-listing table tbody a:active,
.entry-content .table-listing table tbody a:not(.button):active {
  background: #7C1818;
}
@media (max-width: 480px) {
  .table-listing table tbody a,
  .entry-content .table-listing table tbody a:not(.button) {
    padding: 11px 22px;
  }
}
.top-content {
  border: none;
  padding: 0;
}


/*# sourceMappingURL=simple-casino-table.min.css.map*/