.f7-product-title {
	display: inline;
}

.f7-product-title > a {
	display: inline;
}

.f7_subtitle {
	margin-top: 4px;
	font-size: 13px;
	line-height: 1.4;
	color: var(--color-gray-500, #767676);
}

.product-element-bottom > .wd-entities-title.f7-product-title:has(+ .f7_subtitle),
.product-information > .wd-entities-title.f7-product-title:has(+ .f7_subtitle) {
	margin-bottom: 0;
}

.product-element-bottom > .wd-entities-title + .f7_subtitle,
.product-information > .wd-entities-title + .f7_subtitle {
	margin-top: calc(-1 * var(--wd-prod-gap, 12px));
}

.product-information .f7_subtitle,
.product-element-bottom .f7_subtitle {
	margin-bottom: 4px;
}

.wd-single-title .f7_subtitle,
.summary .f7_subtitle {
	margin-top: 3px;
	margin-bottom: 0;
}

.f7_snoska-icon.wd-hint {
	position: relative;
	top: -10px;
	margin-left: 0;
	vertical-align: baseline;
}

.f7_snoska-banner {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin-top: 0;
	margin-bottom: 16px;
	padding: 12px 14px;
	border-radius: var(--wd-brd-radius, 4px);
	background-color: var(--bgcolor-gray-200, #f3f3f3);
	color: var(--color-gray-700, #555);
	font-size: 14px;
	line-height: 1.5;
}

.woocommerce-product-details__short-description .f7_snoska-banner {
	margin-bottom: 16px;
}

.woocommerce-product-details__short-description > .f7_snoska-banner:last-child {
	margin-bottom: 0;
}

.f7_snoska-banner__icon {
	display: inline-flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	margin-top: 1px;
	border: 1px solid currentColor;
	border-radius: 50%;
	font-size: 11px;
	font-style: normal;
	font-weight: 700;
	line-height: 1;
}

.f7_snoska-banner__text {
	flex: 1 1 auto;
}
