.game-daily-ledger-panel {
  overflow: hidden;
  padding: 0;
  border: 1px solid #d9dde5;
  border-radius: 4px;
  background: #fff;
}
.game-daily-ledger-panel > .panel-heading {
  margin: 0;
  padding: 18px 20px;
  border-bottom: 1px solid #d9dde5;
  background: #f7f8fa;
}
.game-daily-ledger-panel > details {
  margin: 0;
  border: 0;
  border-bottom: 2px solid #fff;
  border-radius: 0;
  background: #f0f1f4;
}
.game-daily-ledger-panel > details > summary {
  min-height: 54px;
  padding: 0 18px;
  display: grid;
  grid-template-columns: minmax(180px, .7fr) minmax(420px, 2.3fr);
  align-items: center;
  gap: 0;
  cursor: pointer;
  color: #4b515e;
  list-style-position: inside;
  font-weight: 700;
}
.game-daily-ledger-panel > details > summary strong {
  font-size: 16px;
}
.game-daily-ledger-panel > details > summary span {
  min-height: 54px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-left: 2px solid #fff;
  background: #f5dfa0;
  text-align: right;
  font-variant-numeric: tabular-nums;
}
.game-daily-ledger-panel .game-daily-ledger-table-wrap {
  margin: 0;
  overflow-x: auto;
  border: 0;
  border-radius: 0;
}
.game-daily-ledger-panel table {
  width: 100%;
  min-width: 920px;
  border-collapse: collapse;
  table-layout: fixed;
}
.game-daily-ledger-panel th,
.game-daily-ledger-panel td {
  height: 54px;
  padding: 10px 14px;
  border: 2px solid #fff;
  vertical-align: middle;
}
.game-daily-ledger-panel th {
  background: #e8eaf0;
  color: #404754;
  font-size: 13px;
  text-align: left;
}
.game-daily-ledger-panel td {
  background: #f8f9fb;
  color: #505765;
  font-weight: 650;
}
.game-daily-ledger-panel th:nth-child(n+3),
.game-daily-ledger-panel td:nth-child(n+3) {
  background: #f5dfa0;
  text-align: right;
  font-variant-numeric: tabular-nums;
}
.game-daily-ledger-panel td:first-child {
  color: #526bea;
  font-weight: 750;
}
.game-daily-ledger-panel .negative,
.game-daily-ledger-panel td:has(.negative) {
  color: #e31d1a;
}
.game-daily-ledger-panel > .game-daily-ledger-kpis {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid #d9dde5;
}
.game-daily-ledger-panel > .game-daily-ledger-kpis article {
  min-height: 84px;
  padding: 14px 18px;
  border: 2px solid #fff;
  border-radius: 0;
  background: #f5dfa0;
  text-align: right;
}
.game-daily-ledger-panel > .game-daily-ledger-kpis article small,
.game-daily-ledger-panel > .game-daily-ledger-kpis article span {
  color: #555d6a;
}
.game-daily-ledger-panel > .game-daily-ledger-kpis article strong {
  color: #293348;
  font-size: 20px;
  font-variant-numeric: tabular-nums;
}
@media (max-width: 760px) {
  .game-daily-ledger-panel > details > summary {
    grid-template-columns: 1fr;
    padding: 10px 12px;
  }
  .game-daily-ledger-panel > details > summary span {
    min-height: 38px;
    margin-top: 8px;
    border: 0;
    justify-content: flex-start;
    text-align: left;
  }
  .game-daily-ledger-panel > .game-daily-ledger-kpis {
    grid-template-columns: 1fr;
  }
}
