/* Product brands: the small name above a card title, the line on the product page, the seller's field. */
.cb-card-brand { display: block; margin: 8px 0 0; font-size: 11.5px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--cb-primary, #2563eb); line-height: 1.2; }
.cb-pdp-brand { margin: 4px 0 8px; font-size: 14px; color: #64748b; }
.cb-pdp-brand a { color: var(--cb-primary, #2563eb); font-weight: 700; text-decoration: none; }
.cb-pdp-brand a:hover { text-decoration: underline; }
.cb-brand-field { display: grid; gap: 6px; margin-bottom: 16px; }
.cb-brand-help { font-size: 12.5px; color: #64748b; }
