.page-template-learndash-homepage .content-area {
    max-width: none!important;
}
/* Modal Styles */
.bb-platform-offer-modal{
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4); /* Semi-transparent black background */
}

.bb-platform-offer-modal .modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 600px;
    border-radius: 5px;
    position: relative;
}

.bb-platform-offer-modal .close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
}

.bb-platform-offer-modal .close:hover,
.bb-platform-offer-modal .close:focus {
    color: #aaa;
    text-decoration: none;
    cursor: pointer;
}
