/* Payment method container */
.wc-fulupay-payment-method {
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0 12px;
	justify-content: space-between;
}

/* Payment method description */
.wc-fulupay-payment-method .wc-block-components-checkout-step__description {
	margin-bottom: 1rem;
	color: #757575;
	font-size: 0.875rem;
}

.wc-fulupay-payment-method .wc-block-components-text-input {
	box-sizing: border-box;
	flex: 1 0 calc(50% - 12px);
}

.wc-fulupay-payment-method .wc-block-components-checkout-step__description, .wc-fulupay-payment-method .wc-block-components-payment-form__cardholder, .wc-fulupay-payment-method .wc-block-components-payment-form__card-number {
	flex: 0 0 100%;
}

/* Payment method label and icons */
.wc-block-components-payment-method-label {
	display: flex;
	align-items: center;
}

.wc-block-components-payment-method-icons {
	display: flex;
	align-items: center;
	gap: 4px;
}

.wc-block-components-payment-method-icons img {
	display: inline-block;
	vertical-align: middle;
}
