.fund-return-vs-benchmark{background-color:#fff;max-width:1200px;margin:0 auto;padding-bottom:32px}
.fund-chart-container{width:100%;position:relative}
.canvas-wrapper{width:100%;height:287px}
.chart-legend{display:flex;align-items:center;justify-content:center;gap:40px;margin-top:20px}
.legend-item{display:flex;align-items:center;gap:8px}
.legend-color{width:16px;height:16px;border-radius:3px;display:inline-block}
.legend-label{font-size:14px;color:#666;font-weight:500}
@media(max-width:768px){.fund-return-vs-benchmark{padding:0 0 20px 0}
.canvas-wrapper{height:398px}
.chart-legend{gap:24px;align-items:center}
.legend-label{max-width:100px;font-size:10px}
}