#investments {
  .charts--vertical {
    height: 150px;
  }

  .chart-container {
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
  }

  .table {
    --bs-body-bg: #fff;
    border: 1px solid var(--bs-border-color);

    th {
      font-weight: 500;
    }
  }
}