/* Deposit confirmation only: compact, equal-height three-row rule card. */
html body #root .player-action-shell .deposit-form-page .deposit-rule-list.deposit-rule-list.deposit-rule-list {
  box-sizing: border-box !important;
  height: 192px !important;
  min-height: 192px !important;
  max-height: 192px !important;
  overflow: hidden !important;
  align-self: start !important;
  align-content: start !important;
  grid-auto-rows: max-content !important;
  flex-shrink: 0 !important;
}

html body #root .player-action-shell .deposit-form-page .deposit-rule-list.deposit-rule-list.deposit-rule-list > .ruay55-mobiuspay-existing-channel {
  display: none !important;
}

html body #root .player-action-shell .deposit-form-page .deposit-rule-list.deposit-rule-list.deposit-rule-list > div {
  box-sizing: border-box !important;
  height: 48px !important;
  min-height: 48px !important;
  max-height: 48px !important;
  overflow: visible !important;
  align-self: start !important;
}

html body #root .player-action-shell .deposit-form-page .deposit-rule-list.deposit-rule-list.deposit-rule-list > div span {
  display: block !important;
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
  white-space: normal !important;
}
