/* 图表保护样式 - 隐藏SVG和CSV下载按钮 */

/* 隐藏ApexCharts工具栏中的SVG和CSV下载按钮 */
.apexcharts-toolbar button[title*="SVG"],
.apexcharts-toolbar button[title*="CSV"],
.apexcharts-toolbar button[aria-label*="SVG"],
.apexcharts-toolbar button[aria-label*="CSV"] {
    display: none !important;
}
