/* 1. Hide the dropdown itself */
#inputPaymentMethod, 
select[name="paymentmethod"] {
    display: none !important;
}

/* 2. Hide the text label */
label[for="inputPaymentMethod"] {
    display: none !important;
}
