/* A single available payment option has no alternate channel to switch to. */
.payment-channel-selector:has(.payment-channel-options > button:only-child)
  .payment-channel-selector-head > p {
  display: none;
}
