/**
 * Custom colours of the labels added to the native product flags.
 *
 * The theme paints a badge with its own `text-bg-*` class; when an employee
 * picks explicit colours instead, the module drops that class and hands the
 * values over as custom properties, which this rule turns into the badge paint.
 */
.product-flags .phlabel--custom {
  background-color: var(--phlabel-bg, #212529);
  color: var(--phlabel-color, #fff);
}
