#evolucion-chart .trend-legend{display:flex;gap:18px;align-items:center;flex-wrap:wrap;margin:16px 4px 5px;font-size:12px;color:#334b61}
#evolucion-chart .trend-legend span{display:inline-flex;align-items:center;gap:6px}
#evolucion-chart .trend-legend i{width:10px;height:10px;border-radius:2px}
#evolucion-chart .trend-altas{background:#079ed3}
#evolucion-chart .trend-bajas{background:#df3153}
#evolucion-chart .trend-unit{margin-left:auto;color:#5b7185}
#evolucion-chart .trend-viewport{overflow-x:auto;overflow-y:hidden;width:100%;height:auto;max-height:none}
#evolucion-chart .trend-svg{display:block;width:100%;height:auto;max-height:none}
#evolucion-chart .trend-svg text{font:11px system-ui,sans-serif;fill:#526a80}
#evolucion-chart .trend-note{font-size:12px;line-height:1.5;color:#526a80;margin:8px 4px}
#evolucion-chart .trend-details{font-size:12px;margin:12px 4px 0}
#evolucion-chart .trend-details summary{cursor:pointer;color:#245d82;font-weight:600;padding:6px 0}
#evolucion-chart .trend-table-wrap{max-height:none;overflow:visible}
#evolucion-chart .trend-details table{width:100%;border-collapse:collapse}
#evolucion-chart .trend-details th,#evolucion-chart .trend-details td{padding:7px 10px;border-bottom:1px solid #e4ebf1;text-align:right}
#evolucion-chart .trend-details th:first-child{text-align:left}
#evolucion-chart .trend-viewport:focus-visible,#evolucion-chart summary:focus-visible{outline:2px solid #2678ae;outline-offset:2px}
#evolucion-chart.chart-box{display:block!important;height:auto!important;min-height:0!important;max-height:none!important;overflow:visible!important}
