/* RuneGard - compact uptime counter, corrected */
.newsBlockFeature .server-countdown{
    width:min(650px, 82%) !important;
    max-width:650px !important;
    margin:18px auto 0 !important;
    padding:10px 10px !important;
    gap:7px !important;
    display:grid !important;
    grid-template-columns:repeat(4,minmax(0,1fr)) !important;
    flex-wrap:nowrap !important;
    box-sizing:border-box !important;
}
.newsBlockFeature .countdown-box{
    width:auto !important;
    min-width:0 !important;
    padding:8px 4px 6px !important;
    box-sizing:border-box !important;
}
.newsBlockFeature .countdown-value{
    font-size:28px !important;
}
@media (max-width:900px){
    .newsBlockFeature .server-countdown{
        width:88% !important;
        max-width:620px !important;
        grid-template-columns:repeat(4,minmax(0,1fr)) !important;
    }
    .newsBlockFeature .countdown-box{
        width:auto !important;
        flex:initial !important;
        padding:8px 3px 6px !important;
    }
}
@media (max-width:560px){
    .newsBlockFeature .server-countdown{
        width:94% !important;
        grid-template-columns:repeat(2,minmax(0,1fr)) !important;
        gap:6px !important;
    }
}
