/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 .foxlms-course__entry-box .foxlms-course__entry-box__actions {
    flex-direction: column !important
}

.foxlms-course__entry-box .foxlms-course__entry-box__actions .added_to_cart.wc-forward,
.foxlms-course__entry-box .foxlms-course__entry-box__actions a[class*=button-wooproduct] {
    flex-grow: 1;
    width: 100%
}

.foxlms-course__entry-box .foxlms-course__entry-box__actions .added_to_cart.wc-forward {
    /* background-color: #626ee3; */
    background-color: var(--foxlms--primary-color);
    border: 2px solid transparent;
    border-radius: 4px;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 120%;
    outline: 0;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none
}