.swa-payment-form {
    display: inline-block;
}

.swa-button {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border: none;
    border-radius: 5px;
    color: #fff;
}

.stripe-button {
    background-color: #6772e5;
}

.stripe-button:hover {
    background-color: #5469d4;
}
