/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 04 2026 | 02:40:05 */
/* Bottom Sticky Bar */
#bottom-course-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #0e2a47;
    padding: 15px 20px;
    display: none;
    z-index: 9999;
    box-shadow: 0 -6px 25px rgba(0,0,0,0.15);
}

/* Inner Layout */
#bottom-course-bar .course-payment-bottom {
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Price styling */
#bottom-course-bar .course-price {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

/* Button styling */
#bottom-course-bar .lp-course-buttons a {
    background: #00b4d8 !important;
    color: #fff !important;
}

/* Prevent content being hidden behind bar */
body.single-lp_course {
    padding-bottom: 90px;
}