/* The shortcode owns the only backdrop. Keep display:none until JS opens it. */
.jok-rabatt-pop.jok-rabatt-aktiv {
    box-sizing: border-box;
    height: 100vh;
    height: 100dvh;
    padding: 24px 0;
    overflow-y: auto;
    overscroll-behavior: contain;
    background-color: rgba(255, 255, 255, 0.44);
}

/* A tall campaign grows the wrapper and scrolls from its top edge. */
.jok-rabatt-pop.jok-rabatt-aktiv > .jok-rabatt-pop-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(100vh - 48px);
    min-height: calc(100dvh - 48px);
}

/* Override the legacy desktop rule that offsets the card by 100px. */
.jok-rabatt-pop.jok-rabatt-aktiv .jok-rabatt-pop-wrapper .jok-rabatt-pop-container {
    margin-top: 0;
    margin-bottom: 0;
}
