/**
 * VAPE Check — Plugin Styles
 * Quiz wrapper and Popup Maker overrides.
 * Quiz-specific styles live in /quiz/vapecheck-quiz.css
 */

/* Wrapper */
.vapecheck-wrap {
    position: relative;
    width: 100%;
    height: 100%;
}

/* Popup Maker container — allow scroll if quiz content exceeds viewport height */
.pum-container.popmake {
    max-height: 95vh;
    overflow-y: auto;
}
