
.html::slotted(.quote)
	{
		color: %(text.quote.color);
		word-wrap: break-word;
		border-top: 5px solid %(text.quote.color);
	}

.html::slotted(ul li)
	{
		list-style-type: none;
		margin-bottom: 10px;
	}

.html::slotted(ul li::before)
	{
		font-size: 1em;
		color: %(list.icon.color);
	}

.html.description::slotted( [style*="font-size:"] )
	{
		font-size: inherit !important;
	}

.html::slotted( p:first-of-type )
	{
		margin-top: 0px;
	}

.html::slotted( p:last-of-type )
	{
		margin-bottom: 0px;
	}

.html::slotted( p > h3 )
	{
		margin-top: 0px;
		margin-bottom: 0px;
	}
