.tipo3-chart {
    position: relative;
    width: 100%;
    min-width: 0;
    border-radius: 9px;
    background:
        radial-gradient(circle at 12% 0%, rgba(245, 158, 11, .055), transparent 34%),
        linear-gradient(180deg, #fff 0%, #fbfdff 100%);
}

.tipo3-chart .highcharts-background {
    fill: transparent;
}

.tipo3-chart .highcharts-legend-item text {
    transition: fill .15s ease;
}

.tipo3-chart .highcharts-axis-labels text {
    font-weight: 500;
}
