/**
 * Difadi Right of Withdrawal
 * 
 * @author    Difadi.com <info@difadi.com> 
 * @copyright 2026 Difadi.com
 * @license   Commercial
 */

#withdrawal-form {
    margin: 20px 0;
}

.withdrawal-form {
    padding: 20px;
    background: #f8f8f8;
    border-radius: 5px;
}

.withdrawal-form .form-group {
    margin-bottom: 1rem;
}

.withdrawal-form .form-footer {
    margin-top: 20px;
}
