
    /* Discount Badge Styles */
    .discount-badge {
    background: transparent;
    /* color: #002856; */
    /* padding: 2px 6px; */
    border-radius: 3px;
    font-size: 16px;
    font-weight: bold;
    /* margin-left: 5px; */
    display: inline-block;
    }
    /* Signup Fee Display in Cart */
    .signup-fee-line {
        color: #424242;
        font-weight: normal;
        display: inline-block;
        margin-top: 5px;
        font-size: 14px;
    }
    .signup-fee-waived {
        color: #008000;
        font-weight: normal;
        display: inline-block;
        margin-top: 5px;
        font-size: 14px;
    }
    /* Cart Item Styles */
    .cart-item-discount {
        background: #F8F9FA;
        padding: 10px;
        border-left: 3px solid #002856 ;
        margin: 5px 0;
    }
    /* Checkout Discount Row */
    .cart-discount-row {
        background: #F8F9FA;
    }
    .cart-discount-row th {
        color: #002856 ;
        font-weight: bold;
    }
    .discount-amount {
        color: #002856 ;
        font-weight: bold;
    }
    /* Mini Cart Discount */
    .mini-cart-item .discount-badge {
        font-size: 10px;
        padding: 1px 4px;
    }
    /* Order Details Discount */
    .order-item-discount {
        color: #002856 ;
        font-size: 12px;
        margin-left: 10px;
    }
    /* Subscription Recurring Amount */
    .subscription-recurring-discount {
        background: #E8F4FD;
        padding: 8px;
        border-radius: 4px;
        margin: 5px 0;
    }
    .wc-pao-signup-fee .wc-pao-col1 strong:after {
         /* content: ' (not included in subtotal)'; */
        font-weight: normal;
        font-size: 11px;
        color: #999;
    }
    /* Make subtotal stand out as the sum of product + addons only (no enrollment fee) */
    .wc-pao-subtotal-line {
        border-top: 2px solid #ddd;
        padding-top: 10px !important;
        margin-top: 10px !important;
        font-weight: bold;
    }
   

