/* ── Catalog: Rev05 1:1 follow-up (2026-09-14) ─────────────────────────────
   Loaded after storefront-rev05.css by Pages/Marketplace/Index.cshtml only. */

/* Product-type selector: wraps like the prototype (marketplace.html .type-tabs flex-wrap:wrap, kept from
   storefront-rev05.css .sf-type-tabs) so every tab stays visible at 390px; each chip carries its result
   count (.sf-chip-count). The <=540px step mirrors the prototype's compact tabs (gap 6px, 12px, 7px 11px). */
.sf .sf-type-tabs .sf-chip { white-space: nowrap; max-width: 100%; }
.sf .sf-type-tabs .sf-chip-count { font-variant-numeric: tabular-nums; }
@media (max-width: 540px) {
    .sf .sf-type-tabs { gap: 6px; }
    .sf .sf-type-tabs .sf-chip { padding: 7px 11px !important; font-size: 12px; gap: 5px; }
}

/* Card category tag (link to the category inside its product type). */
.sf a.sf-tag-category { text-decoration: none; }
.sf a.sf-tag-category:hover, .sf a.sf-tag-category:focus-visible { background: #e2ebf4; text-decoration: none; }

/* "For publishers" block below the results. */
.sf .sf-catalog-producer { margin-top: 40px; }
