/*
 * PhotoWhoa – Free Lesson Unlock
 * Minimal CSS — Elementor handles popup styling.
 * This only ensures the CTA button cursor is correct
 * and the Elementor lightbox z-index clears the popup overlay.
 */

/* Ensure CTA button looks clickable */
.pw-lesson-unlock-btn,
.pw-lesson-unlock-btn * {
    cursor: pointer !important;
}

/*
 * Safety: ensure Elementor lightbox sits above the popup overlay.
 * Elementor popup z-index is typically 9999.
 * Elementor lightbox is typically 9999 too — this guarantees it wins.
 */
.elementor-lightbox {
    z-index: 10000 !important;
}
