
.wd-text-block-wrapper {
	min-width: 100%;
}

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

.wd-text-block-wrapper.inline-element {
	min-width: auto;
}

.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);
}
