.tabbed-top-tasks__tab {
    align-items: center;
    display: flex;
    flex-direction: column;
    padding: 1rem;
}

.tabbed-top-tasks__tab-icon {
    flex-grow: 0;
    flex-shrink: 0;
    width: 2.667em;
    pointer-events: none;
}

.tabbed-top-tasks__tab-title {
    flex-grow: 1;
    margin-top: 1rem;
}

.tabbed-top-tasks__tab-toggle-icon {
    flex-grow: 0;
    flex-shrink: 0;
    margin-top: 1rem;
    width: 1.287em;
}
