    #edd_wallet_deposit_amount_wrapper ul {
        list-style: none;     
        margin: 0;            
        padding: 0;           
        display: flex;        
        flex-wrap: wrap;      
        gap: 20px;            
    }

    #edd_wallet_deposit_amount_wrapper ul li {
        background-color: #f5f5f5;
        border: 1px solid #ccc;
        border-radius: 12px;
        padding: 10px 15px;
        cursor: pointer;
        transition: all 0.3s ease;
        font-weight: 600;
        color: #333;
        min-width: 80px;
        text-align: center;
        margin-right: 20px;
        list-style: none;     
    }

    #edd_wallet_deposit_amount_wrapper ul li.active {
        background-color: #00a86b;
        color: #fff;
        border-color: #00a86b;
    }

    /* کادر مبلغ دلخواه */
    #edd_wallet_custom_deposit_display {
        display: block;
        width: 100%;
        max-width: 200px;
        padding: 10px 12px;
        margin-top: 10px;
        border: 2px solid #00a86b; 
        border-radius: 12px;
        font-size: 15px;
        font-weight: 600;
        background-color: #00a86b; 
        color: #fff; 
    }
    
