/* Checkout Earnable Points Notice */
.swr-earnable-points-notice {
    margin-bottom: 20px;
    background-color: #f0fbff;
    border-top: 3px solid #00a050;
    padding: 15px;
    border-radius: 5px;
    color: #005f8a;
}

/* Admin Users Table Form */
.swr-admin-user-form {
    display: flex;
    gap: 5px;
}
.swr-admin-points-input {
    width: 80px;
}

/* Checkout Redeem Points Notice */
.swr-redeem-points-notice {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

/* Product Page Reward Shortcode */
/* Product Page Reward Shortcode */
.swr-product-reward-notice {
    margin: 15px 0;
    padding: 15px 10px;
    background: #EBF7E1;
    border-radius: 8px;
    color: #367755;
    font-size: 14px;
}

.swr-product-reward-notice .woocommerce-Price-currencySymbol{
color: #367755;    
}
