.ld-item-list-items .ld-item-list-item .ld-item-details .learndash_checkout_button {
    margin-right: 1em;
}
.learndash-wrapper .btn-join, .learndash-wrapper .learndash_paypal_button .learndash_paypal_button #btn-join{
    min-width: max-content;
     font-size: 14px;
    font-weight: 500;
    padding: 8px 15px;
        border-radius: 12px;
            line-height: 1;
}
.ld-item-details .learndash_paypal_button form{
    display: flex;
}
.learndash_checkout_button.learndash_paypal_button .learndash_paypal_button form{
    display: flex;
}
 .ld-item-details .learndash_checkout_button.learndash_paypal_button div form input.btn-join#btn-join{
        font-size: 14px;
    font-weight: 500;
    padding: 8px 15px;
        border-radius: 12px;
            line-height: 1;
}
.learndash-wrapper #ld-profile .ld-item-list-item-preview .ld-status{
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 15px;
        line-height: 1;
}



/*Responsive Starts*/

@media(max-width: 767px){
.learndash-wrapper .btn-join, .learndash-wrapper .learndash_paypal_button .learndash_paypal_button #btn-join{
        width: fit-content;
    margin: 0 auto;
}
}


@media(max-width: 640px){
.ld-item-details .learndash_checkout_button.learndash_paypal_button div form input.btn-join#btn-join{
    margin-left: 0px;
        font-size: 12px;
}
.learndash-wrapper #ld-profile .ld-item-list-item-preview .ld-status{
    font-size: 12px;
    margin-right: 0px;
}
.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-item-details{
    flex-wrap: wrap;
        margin: 10px 0 0 0 !important;
    justify-content: flex-start;
    gap: 10px 15px;

}
.ld-item-list-items .ld-item-list-item .ld-item-details .learndash_checkout_button{
    margin-right: 0px;
}
.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-item-details .ld-expand-button{
        width: fit-content;
}

.learndash-wrapper .btn-join, .learndash-wrapper .learndash_paypal_button .learndash_paypal_button #btn-join{
    font-size: 12px;
}


}


.ld-cvss-search-form-error{
    color: red;
}
