/* Ojerk 16.1.7 — hard removal of legacy LIVE NOW number blocks. */
.oj-live-total,
.oj-v1404-top-page .oj-v1404-top-hero > aside:not(.oj-v1616-ranking-panel),
.oj-v13-tax-title > div:last-child:not(:first-child),
.oj-v13-grid-head > strong,
.oj-moment > header > b,
[data-oj-live-counter],
.oj-live-counter,
.oj-live-stat,
.oj-top-live-stat {
    display: none !important;
}

.oj-v1404-top-page .oj-v1404-top-hero:not(.oj-v1616-top-hero) {
    grid-template-columns: minmax(0, 1fr) !important;
}

.oj-v13-grid-head {
    grid-template-columns: minmax(0, 1fr) !important;
}

.oj-v13-grid-head > div {
    max-width: 900px;
}
