/* Keep wrapped subscription cards below their tab bar on every PC theme. */
html body .coinTreasure .invest_box {
  height: auto !important;
  min-height: 0 !important;
  align-content: flex-start !important;
}
