/* The following also considers the possibility of multiple webforms instantiated in the same LB page. */
*[id^="edit-mode-of-payment"][id$="wrapper"] .option:has(input[id^="edit-mode-of-payment-paywave"]),
*[id^="edit-degree-programme"][id$="wrapper"] {
  display: none;
}
.option__text *[id^="tippy"] {
  min-width: 400px;
}
.select-disabled {
  cursor: not-allowed;
  /* Prevent interaction but allow submission */
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}