/* Frictionless checkout: there is only one method and no real choice to make,
   so hide the payment-method picker and any "offline payment" chatter. The
   selected gateway's hidden input stays in the DOM so the order still submits. */
.woocommerce-checkout #payment ul.payment_methods,
.woocommerce-checkout #payment .payment_box,
.woocommerce-checkout #payment .wc_payment_method > label {
	display: none !important;
}

.woocommerce-checkout #payment {
	background: transparent;
	border-radius: 0;
}

.woocommerce-checkout #payment .de-wsr-next {
	margin: 0 0 1em;
	font-size: 1rem;
}

/* Keep the place-order button prominent. */
.woocommerce-checkout #payment .place-order {
	padding: 0;
}
