
.wd-product-info {
	position: relative;
	line-height: 1;
}

.wd-product-info>:is(span, svg) {
	vertical-align: middle;
}

.wd-product-info .wd-info-icon {
	display: inline-block;
	color: var(--wd-primary-color);
	font-size: 110%;
	margin-inline-end: 6px;
}

.wd-product-info .wd-info-icon img {
	max-width: var(--wd-icon-w, 100px);
	min-width: var(--wd-icon-w, 14px);
}

.wd-product-info .wp-block-wd-icon {
	--wd-icon-w: 20px;
}

.wd-product-info .wd-info-number {
	color: var(--color-gray-800);
	font-weight: 600;
	margin-inline-end: 4px;
}

.wd-product-info .wd-info-msg {
	line-height: var(--wd-text-line-height);
}

.wd-product-info.wd-style-with-bg {
	padding: 15px 20px;
}

.wd-product-info.wd-style-with-bg:before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: var(--wd-brd-radius);
	background: var(--wd-primary-color);
	opacity: .1;
	pointer-events: none;
}
