/* ---------------------------------- */
/* General */
/* ---------------------------------- */
.single-post .post-content h2, 
.single-post .post-content h3, 
.single-post .post-content h4, 
.single-post .post-content h5,
.single-post .post-content h6 {
    position: relative;
}
.single-post .post-content h2 span.heading-anchor, 
.single-post .post-content h3 span.heading-anchor,
.single-post .post-content h4 span.heading-anchor,
.single-post .post-content h5 span.heading-anchor,
.single-post .post-content h6 span.heading-anchor {
    position: absolute;
    top: -90px;
    height: 0;
    width: 0;
    left: 0;
}

.wp-singular .single.single-post footer#colophon {
    position: relative;
    z-index: 5;
}

.single .post-content mark, .single:not(.single-portfolio):not(.single-uncodeblock) .post-content h2 {
    color: #232a36!important;
    background: linear-gradient(to right, rgba(var(--light-blue), .25), rgba(var(--accent), .25));
    width: max-content;
    max-width: 100%;
    padding: 4px 8px;
    border-radius: var(--border-radius-sm);
    margin-left: -8px;
}

.single:not(.single-uncodeblock) .post-content img[class*="wp-image-"], 
.single:not(.single-uncodeblock) .post-content picture[class*="wp-image-"] img, 
.single:not(.single-uncodeblock) .post-content iframe {
    border-radius: var(--border-radius-lg);
    box-shadow: var(--box-shadow-mid);
}

.single-post        .post-content p a:not(.btn), 
.page-id-1119       .post-content p a:not(.btn), 
.single-resources   .post-content p a:not(.btn), 
.page-id-1143       .post-content p a:not(.btn), 

.single-post        .page-body .post-content li a:not(.btn),
.single-resources   .page-body .post-content li a:not(.btn)
.page-id-1119       .page-body .post-content li a:not(.btn) {
    text-decoration: underline;
    font-weight: 500;
}

.blog-divider {
    border-radius: 100px; 
    height: 2px; 
    width: 100%; 
    background: linear-gradient(to right, transparent, rgba(var(--dark-blue), 1), transparent);
}

.single-post #page-header, .single-resources #page-header {
	overflow: hidden;
}

@media (max-width: 568px) {
	.single-post .blog-post-header-title > .row {
		padding-top: 0;
	}
	.single-post .blog-post-header-title > .row > .wpb_row {
		padding-bottom: 0;
	}
	.single-post .blog-post-header-title > .row > .wpb_row .vc_custom_heading_wrap
	{
		margin-top: 0 !important;
	}
}

/* ---------------------------------- */
/* Blog Callout */
/* ---------------------------------- */
.rotessa-blog-callout {
    background: linear-gradient(to right, rgb(var(--dark-blue)), rgb(16, 83, 158));
    padding: 32px;
    border-radius: 12px;
    display: grid;
    grid-template-columns: 60px 1fr;
    align-items: flex-start;
    gap: 32px;
    margin-top: 36px;
    box-shadow: var(--box-shadow-mid);
}
.rotessa-blog-callout.pad-ach {
    grid-template-columns: max-content 1fr;
}

.rotessa-blog-callout .rotessa-blog-callout-text-container .h4,
.rotessa-blog-callout img {
    margin: 0 !important;
}

.rotessa-blog-callout p {
    margin-top: 10px;
    color: white;
}

.rotessa-blog-callout .rotessa-blog-callout-btn-container {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-top: 20px;
}

.single .post-content .rotessa-blog-callout img {
    border-radius: 0;
    box-shadow: none;
}

@media (max-width: 768px) {
    .rotessa-blog-callout {
        grid-template-columns: 1fr;
        gap: 0;   
    }
    .rotessa-blog-callout .rotessa-blog-callout-btn-container {
        flex-direction: column;
        gap: 5px;
    }
    .rotessa-blog-callout img {
        display: none;
    }   
}


/* ---------------------------------- */
/* Icons Container */
/* ---------------------------------- */
.icons-container {
    display: flex;
    gap: 20px;
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
}

.icon-container {
    width: 200px;
    display: flex;
    flex-direction: column;
}

.icon-container p {
    margin-top: 0;
}

.icon-container .h4 {
    margin-top: 20px !important;
}

.icon-container img {
    height: 100px;
    filter: drop-shadow(0px 8px 8px rgba(0, 0, 0, 0.12));
}


/* ---------------------------------- */
/* Table of Contents */
/* ---------------------------------- */
.blog-toc-container {
	display: grid;
	grid-template-columns: 1fr max-content;
	gap: 24px;
	border-radius: 8px;
	padding: 16px 32px;
	border: 1px solid rgb(229, 231, 235);
	box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}
.toc-icon-img {
	display: flex;
	align-items: center;
}
.blog-toc-container .toc-icon .toc-icon-img img, .blog-toc-container .toc-icon img.toc-icon-img {
	margin-top: 0 !important;
	width: 80px;
	height: 60px;
	object-fit: contain;
	box-shadow: none;
	border-radius: 0;
}
.toc-content, .toc-btn {
	display: flex;
	align-items: center;
	font-weight: 600;
}
.blog-toc-container .btn-container {
	margin-top: 0;
}

@media (max-width: 600px) {
	.blog-toc-container {
		grid-template-columns: 1fr;
	}
	.blog-toc-container img {
		object-position: left;
	}
}


/* ---------------------------------- */
/* Summaries */
/* ---------------------------------- */
.blog-summary-container {
    padding: 24px;
    background: linear-gradient(to right, rgba(var(--light-blue), 0.15), rgba(var(--accent), .15));
    border-radius: var(--border-radius-lg);
    box-shadow: var(--box-shadow-light);
}


/* ---------------------------------- */
/* FAQ Accordion */
/* ---------------------------------- */
#blog-faq-accordion h2 {
	margin-bottom: 24px;
}













