/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain: woodmart
*/

.initiode-checkout-consent-label {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	cursor: pointer;
}

.initiode-checkout-consent-label input[type="checkbox"] {
	flex: 0 0 auto;
	width: 18px;
	height: 18px;
	margin: 2px 0 0;
}

.initiode-checkout-consent-label a {
	text-decoration: underline;
}

.initiode-checkout-consent-error {
	margin: 8px 0 0 28px;
	color: #cc1818;
	font-size: 13px;
}

.wc-block-components-checkout-place-order-button.initiode-consent-blocked {
	cursor: not-allowed;
	opacity: .55;
}
