/*
 * Home search card — scope-tab visibility.
 *
 * The scope tab row is hidden when the intent verb is DO or SHARE, because a scope like "Shop" or
 * "Jobs" is meaningless when the member is performing an action or posting an update. Showing the
 * scope tabs and the intent verbs at the same time is what made the card ambiguous.
 *
 * !important is required, not decoration: .kvl-stabs is a flex container, so a plain display:none
 * from this file would lose to the layout rule that sets its display.
 */
.kvhs-hidden {
    display: none !important;
}
