/*

Theme Name: Gutenberg Starter Theme Child

Description: Your first child theme!

Author: John Doe

Author URI: http:example.com

Template: gutenberg-starter-theme

Version: 1.0.0

License: GNU General Public License v2 or later

License URI: http:www.gnu.org/licenses/gpl-2.0.html

Tags: child theme

Text Domain: twenty-seventeen-child

*/

/* Force header and footer visibility for LearnPress pages */
body.course-item-popup .site-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}

body.course-item-popup .site-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}

body.course-item-popup .lp-archive-courses {
    margin-top: 80px; /* Adjust based on your header height */
    margin-bottom: 80px; /* Adjust based on your footer height */
}

/* Ensure content is visible */
body.course-item-popup #popup-course {
    position: relative;
    z-index: 1;
}
