@media (min-width: 768px) {
    html.cvf-home-page .cvf-stations-panel .listastazioni td.cvf-high-gust {
        border-radius: 5px;
        color: #8e2639;
        background: #fdecef !important;
        font-weight: 800;
        box-shadow: inset 3px 0 0 #dc6178;
    }

    html.cvf-home-page .cvf-stations-panel .listastazioni td.cvf-high-gust:has(input:checked) {
        color: #791d30;
        background: #f9dce2 !important;
        box-shadow: inset 4px 0 0 #d84f69;
    }
}
