/* Custom Payment Form Styles - v1.6.0 */
.custom-payment-container{max-width:600px;margin:2em 0;padding:20px;border:1px solid #e0e0e0;border-radius:5px;background-color:#f9f9f9}.custom-payment-container h2{margin-top:0;margin-bottom:1em;text-align:center}.custom-payment-form{margin-top:20px}.amount-field{margin-bottom:20px}.amount-field label{display:block;margin-bottom:8px;font-weight:700;color:#333}.amount-input-wrapper{position:relative;display:flex;align-items:stretch;max-width:350px;border:1px solid #ccc;border-radius:4px;overflow:hidden;background-color:#fff}.amount-input-wrapper input[type=text]{flex-grow:1;padding:12px 15px;border:none;outline:0;font-size:16px;min-width:100px;box-shadow:none;line-height:1.5}.currency-symbol{display:flex;align-items:center;justify-content:center;background-color:#f0f0f0;color:#555;font-weight:700;padding:10px 18px;font-size:18px;border-left:1px solid #ccc}#proceed-to-checkout{background-color:#f8ca00;color:#111;border:none;padding:12px 28px;font-size:16px;font-weight:700;border-radius:4px;cursor:pointer;transition:background-color .2s ease;display:inline-block;text-align:center}#proceed-to-checkout:focus,#proceed-to-checkout:hover{background-color:#e5b800;color:#000;outline:0}#proceed-to-checkout:disabled{background-color:#ccc;color:#777;cursor:not-allowed}.payment-error{color:#d9534f;background-color:#f2dede;border:1px solid #ebccd1;padding:10px 15px;margin-top:15px;border-radius:4px;font-weight:700}