/* RRSP refund calculator – strategy/insights (inherits global + site.css) */

#rrInsights .chartWrap canvas{
  width: 100%;
  display: block;
}

#rrInsights .tableBox table{
  width: 100%;
}

#rrInsights .warningNote{
  margin-top: 14px;
}

/* Slightly tighter spacing inside insights */
#rrInsights .grid{
  row-gap: 14px;
}


/* RRSP insights UI polish (align with mortgage patterns) */
#rrInsights .tableBox { margin-top: 0; }
#rrInsights .tableHead .toggleLabel { margin: 0; }
#rrInsights .toggleLabel span { white-space: nowrap; }
#rrInsights .chartWrap { overflow: hidden; }
