
.wd-text-block-wrapper {
	--content-width: var(--wd-max-width);
}

.wd-text-block-wrapper [class*="title"] {
	display: inline-block;
	max-width: var(--content-width);
}

.wd-text-block-wrapper.color-scheme-dark {
	color: #333;
}

.wd-text-block-wrapper.color-scheme-light {
	color: #fff;
}

.woodmart-text-block p:empty:before {
	content: none;
}

.woodmart-text-block p:first-child:empty {
	margin-bottom: 0;
}

.woodmart-text-block p:first-child:empty ~ p:last-child {
	margin-bottom: calc(-1 * var(--wd-tags-mb));
}

.woodmart-text-block * {
	color: inherit;
	font-size: inherit;
	line-height: inherit;
}

.woodmart-text-block .color-primary {
	color: var(--wd-primary-color);
}
