.investment-fee-impact-v1 .fee-impact-chart-card {
  grid-column: 1 / -1;
}

.fee-impact-chart-wrap {
  min-height: 300px;
}

.fee-impact-chart-wrap canvas {
  display: block;
  inline-size: 100%;
  block-size: 320px;
}

.fee-impact-primary-result strong {
  color: #12695f;
}

.investment-fee-impact-v1 .quick-table th,
.investment-fee-impact-v1 .quick-table td,
.investment-fee-impact-v1 .quick-print-table th,
.investment-fee-impact-v1 .quick-print-table td {
  hyphens: none;
  overflow-wrap: normal;
  word-break: normal;
}

@media print {
  .investment-fee-impact-v1 .quick-table [data-column-priority] {
    display: table-cell !important;
  }

  .fee-impact-chart-card {
    break-inside: avoid;
  }
}
