.woocommerce-checkout-payment-custom .payment_method_ppcp-gateway .payment_box,
.woocommerce-checkout-payment-custom .payment_method_paypal .payment_box {
    display: none !important;
}

.woocommerce-checkout-payment-custom .payment_method_stripe .payment_box:empty {
    display: none !important;
}

.woocommerce-checkout-payment-custom button#place_order.button.alt:not(.ppcp-hidden) {
    width: 100% !important;
    background: #16a34a !important;
    color: white !important;
    font-weight: bold !important;
    padding: 16px 24px !important;
    border-radius: 8px !important;
    border: none !important;
    font-size: 16px !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1) !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-top: 16px !important;
}

.woocommerce-checkout-payment-custom button#place_order.ppcp-hidden {
    display: none !important;
}

.woocommerce-checkout-payment-custom button#place_order.button.alt:not(.ppcp-hidden):hover {
    background: #15803d !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15) !important;
}

.woocommerce-checkout-payment-custom button#place_order.button.alt:not(.ppcp-hidden):before {
    content: '\f023' !important;
    font-family: 'Font Awesome 6 Free' !important;
    font-weight: 900 !important;
    margin-right: 8px !important;
}