.stripe-checkout-container-b1a89e33 {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    max-width: 400px;
    margin: 0 auto;
    font-family: inherit;
}

.checkout-title-b1a89e33 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 600;
}

.form-group-b1a89e33 {
    margin-bottom: 20px;
}

.form-group-b1a89e33 label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    font-size: 14px;
}

.form-group-b1a89e33 input {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
    transition: border-color 0.3s;
}

.form-group-b1a89e33 input:focus {
    border-color: #635bff;
    outline: none;
}

.amount-wrapper-b1a89e33 {
    position: relative;
    display: flex;
    align-items: center;
}

.currency-symbol-b1a89e33 {
    position: absolute;
    left: 12px;
    color: #666;
    font-size: 16px;
    pointer-events: none;
}

.amount-group-b1a89e33 input {
    padding-left: 30px;
}

.stripe-checkout-btn-b1a89e33 {
    width: 100%;
    background-color: #635bff;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 14px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.1s;
}

.stripe-checkout-btn-b1a89e33:hover {
    background-color: #4a42e5;
}

.stripe-checkout-btn-b1a89e33:active {
    transform: scale(0.98);
}

.stripe-checkout-btn-b1a89e33:disabled {
    background-color: #a09dff;
    cursor: not-allowed;
}