/**
 * Rich Text Content panel styles.
 *
 * Article typography comes from css/single-post.css (.single-news__*).
 */

.panel-rich-text-content {
	background: #fff;
}

.panel-rich-text-content .single-news__title:only-child {
	margin-bottom: 0;
}

.panel-rich-text-content .single-news__content:only-child {
	margin-top: 0;
}

.panel-rich-text-content .single-news__title + .single-news__content {
	margin-top: 0;
}
