/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.woocommerce-checkout {
	.woocommerce-checkout-payment
		ul.wc_payment_methods
		> li.payment_method_adface_gateway
		label {
		display: flex;
		flex-direction: column;
		img {
			max-width: 14rem;
			margin: 0 !important;
			margin-top: 1rem !important;
		}
	}
}
