/**
 * AEO / GEO FAQ front-end styles.
 *
 * @package Asen_SEO_Schema_Manager
 */

.h1-heading {
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 0;
	color: #000;
}

.news-detail .content-box .topic-heading {
	font-size: 24px !important;
	font-weight: 400 !important;
}

.news-detail .content-box .topic-content .read-full {
	color: #0083ca !important;
	font-size: 16px;
	font-weight: 500;
	text-decoration: underline;
	font-family: Roboto, sans-serif;
}

.news-detail .content-box {
	margin-bottom: 1.5rem;
}

.news-detail .content-box .topic-content {
	margin-top: 0.5rem;
	line-height: 1.6;
}
.news-detail.article-faq .topic-content{
	color: #232526 !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    line-height: 26px !important;
}

/**
* For WP Admin
**/
#postexcerpt h2.hndle.ui-sortable-handle {
    display: block !important;
}