/* The Modal (background) */
.clp-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999999999999; /* Sit on top */
    padding-top: 60px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.clp-modal-content {
    background-color: #fff;
    margin: auto;
    padding: 20px;
    padding-bottom: 150px;
    border: 1px solid #888;
    width: 80%;
    position: relative;
}

/* The Close Button */
.clp-close {
    color: #aaa;
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.clp-close:hover,
.clp-close:focus {
    color: #000;
    text-decoration: none;
}

/* Modal Featured Image */
.clp-modal-featured-image img {
    width: 300px;
    height: 300px;
    margin-bottom: 20px;
}

.clp-modal-featured-image {
    display: flex;
    justify-content: center; /* Center horizontally */
    align-items: center;    /* Center vertically if needed */
}

@media (min-width: 1002px){
    .clp-text-section{
        width:70%
    }
}

@media(min-width: 1002px){
    .clp-row{
        display: flex; 
        align-items: center; 
        justify-content: space-between;
    }
}


.clp-button-section{
    margin-top:20px;
}

@media(max-width:1002px){
    .clp-button-section-inner{
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

@media(min-width: 1002px){
    .clp-button-section{
        margin-left:20px;
    }
}

