.unelmapay-payment-form {
    margin: 20px 0;
}

.unelmapay-button {
    background: linear-gradient(135deg, #7B4397 0%, #DC2430 100%);
    color: #fff;
    padding: 14px 28px;
    font-size: 18px;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(123, 67, 151, 0.3);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-transform: none;
    letter-spacing: 0.3px;
    line-height: 1.4;
}

.unelmapay-button svg {
    flex-shrink: 0;
}

.unelmapay-button:hover {
    background: linear-gradient(135deg, #8B54A7 0%, #EC3440 100%);
    box-shadow: 0 6px 20px rgba(123, 67, 151, 0.4);
    transform: translateY(-2px);
}

.unelmapay-button:active {
    background: linear-gradient(135deg, #6B3387 0%, #CC1420 100%);
    box-shadow: 0 2px 10px rgba(123, 67, 151, 0.3);
    transform: translateY(0);
}

.unelmapay-button:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(123, 67, 151, 0.2), 0 4px 15px rgba(123, 67, 151, 0.3);
}

.unelmapay-payment-form input[type="hidden"] {
    display: none;
}

/* WooCommerce checkout button styling */
#submit_unelmapay_payment_form.button.alt {
    background: linear-gradient(135deg, #7B4397 0%, #DC2430 100%) !important;
    color: #fff !important;
    padding: 14px 28px !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    border: none !important;
    border-radius: 8px !important;
    box-shadow: 0 4px 15px rgba(123, 67, 151, 0.3) !important;
    text-transform: none !important;
    letter-spacing: 0.3px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    line-height: 1.4 !important;
}

#submit_unelmapay_payment_form.button.alt svg {
    flex-shrink: 0;
}

#submit_unelmapay_payment_form.button.alt:hover {
    background: linear-gradient(135deg, #8B54A7 0%, #EC3440 100%) !important;
    box-shadow: 0 6px 20px rgba(123, 67, 151, 0.4) !important;
    transform: translateY(-2px) !important;
}

#submit_unelmapay_payment_form.button.alt:active {
    background: linear-gradient(135deg, #6B3387 0%, #CC1420 100%) !important;
    transform: translateY(0) !important;
}
