.svnds-order-form {
    border: 1px solid #ccc;
    padding: 20px;
    max-width: 400px;
    border-radius: 10px;
    background: #f9f9f9;
}
.svnds-order-form input, .svnds-order-form button {
    width: 100%;
    margin-bottom: 10px;
    padding: 8px;
}
.svnds-bank-info {
    background: #fff3cd;
    padding: 10px;
    border-radius: 5px;
    font-size: 14px;
    margin-top: 10px;
}
.svnds-success {
    color: green;
    font-weight: bold;
    margin-top: 10px;
}
