/**
 * CryptoPay WooCommerce Blocks Styles
 *
 * Styles for CryptoPay payment method in WooCommerce Blocks checkout.
 *
 * @package CryptoPay
 * @subpackage Styles
 * @since 1.0.0
 */

/* ========================================
   PAYMENT METHOD LABEL WITH ICON
   ======================================== */

.wc-block-components-payment-method-label.wc-block-components-payment-method-label--with-icon {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.wc-block-components-payment-method-label__icon {
	display: inline-block;
	height: 40px;
	width: auto;
	margin-left: 12px;
	vertical-align: middle;
	max-width: 200px;
}

/* ========================================
   RESPONSIVE ADJUSTMENTS
   ======================================== */

@media (max-width: 768px) {
	.wc-block-components-payment-method-label__icon {
		height: 32px;
		margin-left: 10px;
		max-width: 160px;
	}
}
