.tipo8-chart {
    position: relative;
    width: 100%;
    min-width: 0;
    border-radius: 9px;
    background:
        radial-gradient(circle at 88% 4%, rgba(59, 130, 246, .06), transparent 34%),
        linear-gradient(180deg, #fff 0%, #fbfdff 100%);
}

.tipo8-chart .highcharts-background {
    fill: transparent;
}

.tipo8-chart .highcharts-drillup-button text {
    fill: #334155 !important;
    font-size: 11px !important;
    font-weight: 700 !important;
}

.tipo8-chart .highcharts-drillup-button rect {
    fill: #f8fafc;
    stroke: #cbd5e1;
    rx: 6;
    ry: 6;
}
