.casinoDetail {
  width: 100%;
}

.casinoTable {
  background-color: var(--bg-table, var(--color-bg-row));
  color: var(--text-table, var(--color-text-main));
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 5px;
}

.casinoTableBox {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding-right: 4px;
}

.mt3 {
  margin-top: 12px;
}

.casinoTableLeftBox,
.casinoTableRightBox {
  width: calc(50% - 2px);
  border-left: 0;
  border-right: 0;
  /* border-top: 1px solid var(--table-border, #333); */
  background-color: none;
}

.casinoTableFullBox {
  width: 100%;
  border-left: 0;
  border-right: 0;
  border-top: 1px solid var(--table-border);
  background-color: none;
}

.casinoTableHeader,
.casinoTableRow {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid var(--table-border);
  border-top: 1px solid var(--table-border);
}

.casinoNationDetail {
  width: 60%;
  padding: 10px;
  display: flex;
  align-items: center;
}

.casinoNationName {
  font-weight: bold;
  font-size: 14px;
}

.casinoOddsBox {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 5px 0;
  font-weight: bold;
  border-left: 0;
  border-right: 0;
  cursor: pointer;
  min-height: 46px;
  position: relative;
  width: 20%;
}

.casinoOddsBoxDt20 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 5px 0;
  font-weight: bold;
  border-left: 0;
  border-right: 0;
  cursor: pointer;
  min-height: 46px;
  position: relative;
  width: 20%;
}

@media (max-width: 768px) {
  .casinoOddsBoxDt20 {
    width: 100%;
  }
}

.casinoOdds {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}

.casinoTableHeader .casinoOddsBox {
  cursor: unset;
  padding: 2px;
  min-height: unset;
  height: auto !important;
  border: 0 !important;
}

.casinoOddsBox.back {
  background-color: var(--bg-back) !important;
  color: var(--color-text-main) !important;
}

.casinoOddsBox.lay {
  background-color: var(--bg-lay) !important;
  color: var(--color-text-main) !important;
}

/* dt1day specific styles */
.dt1day .casinoOddsBox {
  width: 20%;
}

.casinoOddsBoxTheme {
  background-image: linear-gradient(to right, var(--bg-primary, #3b82f6), var(--bg-secondary, #ef4444));
  color: var(--text-primary);
  border-radius: 0;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  border: 0;
  width: 100%;
}

.suspendedBox {
  background-color: var(--color-overlay-lock) !important;
  position: relative;
  cursor: not-allowed;
}

.suspendedBox::before {
  background-image: url(../../../assets/img/lock.svg);
  background-size: 17px 17px;
  filter: invert(1);
  -webkit-filter: invert(1);
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  pointer-events: none;
}

.suspendedBox::after {
  content: "";
  background-color: var(--color-overlay-lock);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  cursor: not-allowed;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}



.textCenter {
  text-align: center;
}

.dtpair {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 10px;
  background: none;
  border-bottom: 1px solid var(--table-border);
}

.dtredblack {
  width: calc(50% - 2px);
  border-left: 0;
  border-right: 0;
  border-top: 1px solid var(--table-border);
  background-color: none;
}

.dt1dayOtherOdds {
  width: 100%;
  border-left: 0;
  border-right: 0;
  border-top: 1px solid var(--table-border);
  background-color: none;
}

.dt1dayOtherOdds .casinoNationDetail {
  width: 20%;
}

.dt1dayOtherOdds .casinoOddsBox {
  width: 20%;
}

/* dt1day specific styles */
.dt1day .casinoOddsBox {
  width: 20%;
}

.cardIcon {
  display: inline-block;
}

.ms1 {
  margin-left: 4px;
}

.cardRed {
  color: var(--color-text-danger);
}

.cardBlack {
  color: var(--color-text-black);
}

.exposure {
  font-size: 10px;
  font-weight: bold;
  margin-top: 4px;
  line-height: 1.2;
}

.exposure:empty {
  display: none;
}

/* Responsive Design */
@media (max-width: 768px) {

  .casinoTableLeftBox,
  .casinoTableRightBox {
    width: 100%;
  }

  .casinoNationDetail {
    width: 59%;
  }

  .casinoOddsBox {
    width: 20.5%;
  }

  .dt1dayOtherOdds .casinoNationDetail {
    width: 25%;
  }

  .dt1dayOtherOdds .casinoOddsBox {
    width: 18.75%;
  }
}

@media (max-width: 480px) {
  .casinoOdds {
    font-size: 14px;
  }

  .casinoNationName {
    font-size: 12px;
  }

  .casinoOddsBox {
    padding: 8px;
    min-height: 40px;
  }
}