.manus-deposit-payment-option {
    margin-bottom: 20px;
    padding: 15px;
    background: #f9f9f9;
    border: 1px solid #eee;
    border-radius: 5px;
}

.manus-deposit-payment-option label {
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}

.manus-deposit-receipt-upload-form {
    margin-top: 30px;
    padding: 20px;
    background: #fff;
    border: 2px dashed #d1d1d1;
    border-radius: 10px;
}

.manus-deposit-receipt-upload-form h3 {
    margin-top: 0;
}

.deposit_details {
    width: 100%;
    margin-bottom: 20px;
}

.deposit_details th {
    text-align: right;
    background: #f2f2f2;
}

.deposit_details td {
    text-align: left;
}
