/*
 * CSS for the public pages.
 * Do not edi the CSS file dirrectly. Please edit and compile the assets/less/main.less
 * file instead.
 */
.cwl-points-earned {
    margin-bottom: 10px;
}
.cwl-spend-points {
    label {
        float: left;
        margin-right: 20px;
        display: inline-block;
        line-height: 46px;
    }
}

.woocommerce-cart {
    .cwl-spend-points {
        .cwl-update-button {
            display: none;
        }
    }
}
.woocommerce-checkout-review-order {
    .cwl-spend-points {
        label {
            float: left;
            margin-bottom: 0;
        }
        #cwl_spend_points {
            width: 100px;
        }
    }
}