/* My Account - Rewards tab */
.lk-balance {
    font-size: 18px;
    margin-bottom: 8px;
}

.lk-balance span {
    color: #2271b1;
    font-size: 22px;
}

.lk-rate {
    color: #646970;
    margin-bottom: 20px;
}

/* Points table */
.woocommerce-table .lk-earn {
    color: #0a5c36;
    font-weight: 600;
}

.woocommerce-table .lk-redeem {
    color: #842029;
    font-weight: 600;
}

/* Checkout redeem box */
#lk-rewards-checkout-box {
    background: #f9f9f9;
}

#lk-rewards-checkout-box h3 {
    color: #2271b1;
}
