/* Mobile work-scope tabs keep their compact surface while meeting the touch target contract. */
@media (max-width: 767px) {
    body.unified-page:not(.results-dialog-active) #homeWorkTabs > .home-work-tab {
        min-height: 44px;
    }
}
