/**
 * GRO-472 remediation — inline style extraction
 * Scope: blocks/special/*.php
 *
 * This file only reproduces the exact visual result that the removed
 * inline `style=""` attributes previously produced. It does not add
 * any new global/unscoped selectors.
 */

/* blocks/special/hp-special-product.php — default fallback body copy
   (was: <span style="color: #b87636;">...</span>) */
.spe-product__accent {
    color: #b87636;
}
