/*
 * A/B Testing Gutenberg — front-end styles.
 *
 * Variants are hidden by default; tracker.js reveals the assigned one
 * by setting style.display = 'block'. Using CSS (not PHP inline style)
 * ensures variants are hidden even if the REST call is slow — no flash
 * of unintended content.
 */
.abtg-variant {
    display: none;
}
