.pie-chart-container{width:100%;max-width:400px;margin:0 auto;display:flex;align-items:center;padding:10px}.pie-chart-container .pie-chart{width:100%;height:300px}.pie-chart-container .pie-chart .ct-series-a .ct-slice-pie{fill:#3498db}.pie-chart-container .pie-chart .ct-series-b .ct-slice-pie{fill:#e74c3c}.pie-chart-container .pie-chart .ct-series-c .ct-slice-pie{fill:#2ecc71}.pie-chart-container .pie-chart .ct-label{font-size:14px;font-weight:600;fill:#333;color:#333}@media(max-width:639px){.pie-chart-container .pie-chart{height:250px}.pie-chart-container .pie-chart .ct-label{font-size:12px}}@media(min-width:1024px){.pie-chart-container .pie-chart{height:350px}.pie-chart-container .pie-chart .ct-label{font-size:16px}}.pie-chart-wrapper{display:flex;flex-direction:column;align-items:center;gap:20px}.pie-chart-wrapper .chart-legend{display:flex;flex-wrap:wrap;gap:15px;justify-content:center}.pie-chart-wrapper .chart-legend .legend-item{display:flex;align-items:center;gap:8px;font-size:14px}.pie-chart-wrapper .chart-legend .legend-item .legend-color{width:16px;height:16px;border-radius:2px}.pie-chart-wrapper .chart-legend .legend-item .legend-color.fontagro{background-color:#3498db}.pie-chart-wrapper .chart-legend .legend-item .legend-color.agencies{background-color:#e74c3c}.pie-chart-wrapper .chart-legend .legend-item .legend-color.counterpart{background-color:#2ecc71}