/* Eterano v1.13.4 — Reports summary cards root hotfix */
#reportPnlCards{position:relative;z-index:1}
#reportPnlCards .report-summary-card{
  width:100%;appearance:none;-webkit-appearance:none;text-align:left;color:inherit;font:inherit;
  cursor:pointer;pointer-events:auto;position:relative;z-index:2;
}
#reportPnlCards .report-summary-card:hover{border-color:var(--accent)}
#reportPnlCards .report-summary-card:focus-visible{outline:2px solid var(--accent);outline-offset:2px}
