body {
    background-color: skyblue;
}

/* Yearly overview: swap column display (actual vs extrapolated to 365d) via parent class from Stimulus. */
.yearly-overview:not(.yearly-overview--extrapolated) .yo-cost--extra {
    display: none !important;
}

.yearly-overview.yearly-overview--extrapolated .yo-cost--actual {
    display: none !important;
}

.yearly-overview.yearly-overview--extrapolated .yo-cost--extra {
    display: inline !important;
}

