body:not(:has(.game .runners mdui-navigation-bar-item.shop-select[active])) .game .runners .shop {
    display: none !important;
}

body:not(:has(.game .runners mdui-navigation-bar-item.challenges-select[active])) .game .runners .challenges {
    display: none !important;
}

body:not(:has(.game .runners mdui-navigation-bar-item.map-select[active])) .game .runners .map {
    display: none !important;
}

body:has(.hunters.hidden) .hunters-title {
    display: none;
}

body:has(.runners.hidden) .runners-title, body:has(.time-out-count-down:not(.hidden)) .runners-title {
    display: none;
}

body:has(.hunters:not(.hidden)) .time-out-count-down {
    display: none;
}

.hidden {
    display: none !important;
    padding: 0 !important;
    margin: 0 !important;
}
