/* Places kind filter — same bar as geo / Compass (not a separate chip strip). */

.hub-tab-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    opacity: 0.88;
    line-height: 0;
}
.hub-tab-icon svg {
    width: 100%;
    height: 100%;
    display: block;
}
.places-tab .hub-tab-icon,
.compass-tab .hub-tab-icon {
    color: currentColor;
}
.places-tab.active .hub-tab-icon,
.compass-tab.active .hub-tab-icon {
    opacity: 1;
}

.places-kind-filter-bar {
    margin-bottom: 20px;
}

/* Legacy chip selectors kept so vivid overrides don't break if cached HTML appears */
.places-kind-filter-wrap {
    display: none;
}
