/* popmodule_styles.css — base styles for popmodule content.
   The full inline-editor UI (edit bars, modal, URL pills, utility bar)
   is injected by popmodule_render_engine() in popmodule_lib.php and only
   loads for logged-in editors. This file holds public-safe base rules and
   exists so the <link> in popmodule_render_css() resolves (no 404). */

/* Editable images/links render normally for public visitors. */
[data-popmodule-group] img { max-width: 100%; height: auto; }

/* Hidden modules (set hidden in the editor) never show to the public. */
.mvs-pop-hidden { display: none !important; }
