/* ----------------------------------------------------
 * Tap – WooCommerce Payment Styles
 * Safe overrides only (no global resets)
 * ---------------------------------------------------- */

.wc_payment_method > label:first-of-type img {
	float: none;
	vertical-align: middle;
	margin-inline-start: 8px;
	max-height: 28px;
	width: auto;
}

.wc-block-components-payment-method__label img {
	max-height: 28px;
	width: auto;
	vertical-align: middle;
	margin-inline-start: 8px;
}

.wc_payment_method label,
.wc-block-components-payment-method__label {
	display: flex;
	align-items: center;
	gap: 6px;
}