.name-fields {
    display: flex !important;
    gap: 10px !important;
    margin-bottom: 15px !important;
}

.name-fields > div {
    flex: 1 !important;
}

.payment-method {
    display: flex !important;
    gap: 10px !important;
    margin: 10px 0 !important;
}

input[type="text"],
input[type="email"],
input[type="number"] {
    padding: 10px !important;
    border-radius: 5px !important;
    border: 1px solid #ccc !important;
    width: 100% !important;
    margin-bottom: 10px !important;
}

button {
    background: #005dab !important;
    border: none !important;
    color: #fff !important;
    padding: 12px !important;
    font-size: 16px !important;
    border-radius: 5px !important;
    cursor: pointer !important;
    width: 100% !important;
}

button:hover {
    background: #07508d !important;
}

.success {
    background: #d4edda !important;
    color: #155724 !important;
    padding: 10px !important;
    border-radius: 5px !important;
}

.error {
    background: #f8d7da !important;
    color: #721c24 !important;
    padding: 10px !important;
    border-radius: 5px !important;
}
.success { background: #d4edda; color: #155724; padding: 10px; border: 1px solid #c3e6cb; margin-bottom: 10px; }
.failed { background: #f8d7da; color: #721c24; padding: 10px; border: 1px solid #f5c6cb; margin-bottom: 10px; }
.pending, .info { background: #fff3cd; color: #856404; padding: 10px; border: 1px solid #ffeeba; margin-bottom: 10px; }

.g-recaptcha{
	padding: 15px 0px;
}
