/**
* Page > Global Layout
*/


/**
* Page > Main content
*/
.single.is-root-container .article-content h2, 
.single.is-root-container .article-content .h2 {
	margin-bottom: 20px;
	margin-top:0;
}

.single.is-root-container .article-content p, 
.single.is-root-container .article-content .p {
	margin-bottom: 25px;
	margin-top:0;
}

.single.is-root-container .article-content figure {
	margin-bottom: 20px;
	margin-top:0;
}

/**
* Page > Main content > Related post block
*/
.is-root-container .article-content .related-post {
	font-weight: 600;
}

.is-root-container .article-content .related-post .label {
	display: inline-block;
	margin-right: 5px;
}

.is-root-container .article-content .related-post a {
	border-bottom: 2px solid var(--color_3);
}


/**
* WP Image Block
*/
.article-body .wp-block-image{
    margin-bottom: 30px;
}

.article-body .wp-block-image img {
    max-height: 400px;
    height: auto;
    width: auto;
}

/**
* Bottom CTA
*/
.row.acseo-cta-wrapper {
	padding-top:130px;
}

.row.acseo-cta-wrapper .acseo-button {
	width: 280px;
	margin: 0 auto;
}