/* Playground-only filter bar sizing. Keep shared directory filter bars unchanged. */
.playgrounds-page .playground-filter-bar__inner {
    grid-template-columns: repeat(8, minmax(0, 1fr)) auto;
}

.playgrounds-page .playground-filter-card,
.playgrounds-page .playground-filter-card--more {
    grid-template-columns: 22px minmax(0, 1fr) 15px;
    gap: 7px;
    padding-inline: 9px;
}

.playgrounds-page .playground-filter-card__icon svg {
    width: 20px;
    height: 20px;
}

.playgrounds-page .playground-filter-card strong {
    font-size: 0.82rem;
}

.playgrounds-page .playground-filter-card small {
    font-size: 0.76rem;
}
