/* Shared dark/bone storefront product-card action rails. */
.pp2026-product-card__actions,
.pp2026-enhanced-product__actions,
.pp2026-enhanced-brand-product__actions {
	background: #000 !important;
}

/* One shared proportion overrides placement and breakpoint-specific columns.
 * Single-action cards retain their existing full-width layout. */
.pp2026-product-card__actions:has(> :nth-child(2)),
.pp2026-enhanced-product__actions:has(> :nth-child(2)),
.pp2026-enhanced-brand-product__actions:has(> :nth-child(2)) {
	grid-template-columns: minmax(0, 1fr) minmax(0, 2fr) !important;
}
