/**
 * combinationmixer — frontend styles
 *
 * @author    Gioele Corsinovi
 * @copyright 2026 Gioele Corsinovi
 * @license   AFL-3.0
 *
 * Just the bare minimum: ensure the data placeholder used by the JS
 * is never visible to the customer, even if the inline style attribute
 * is stripped by some theme post-processor.
 */

.cmixer-data {
    display: none !important;
}
