/* Blog CSS */
body.single-post{background-color: #fff;overflow-x: hidden;}
.article-section p{font-size: 1.25rem;font-weight: 400;color: #3B3C4A;margin-bottom: 25px;}
.article-image img, .elementor img{width: 100%;border-radius: 12px;margin: 0px 0;} 
.single-post .elementor-widget-wrap>.elementor-element{margin: 0;}
.single-post .elementor-column-gap-default>.elementor-column>.elementor-element-populated{padding: 0;}
.article-section .post-toc{background-color: #EBEFF9; padding: 32px; border-radius: 12px; border-left: 4px solid #E8E8EA;margin-bottom: 25px !important;}
.article-section .post-toc ul{padding-left: 0.75rem;}
.article-section .post-toc ul li{margin-bottom: 10px;}
.article-section .post-toc ul li a{font-size: 1.25rem;font-weight: 500;color: #3B3C4A;}
.article-section h2{font-size: 36px; font-weight: 600;color: #181A2A; margin-bottom: 25px;}
.article-section h3{font-size: 26px; font-weight: 600;color: #181A2A;margin-bottom: 25px;}
.article-section .quote-section{width: 100%;background-color: #E1F5FE;padding: 32px; border-radius: 12px;border-left: 4px solid #E8E8EA;margin-bottom: 25px;}
.article-section .quote-section p{margin-bottom: 10px;font-size: 26px;margin-bottom: 25px;}
.article-section .quote-section p em{font-size: 24px;}
.article-section .quote-section p:last-child{margin-bottom:0;}
.article-section .quote-section p.quoteBy{font-size: 20px;}
.article-section .blog-table table{margin-bottom: 25px;}
.article-section .blog-table table thead tr th{background-color: #039BE6;color: #fff;padding: 10px 20px;font-size: 26px;font-weight: 600;}
.article-section .blog-table table tbody tr td,
.article-section .blog-table table tbody tr td ul li{background-color: #E1F5FE;padding: 10px 20px; border-bottom: 1px solid #99C6DA;font-size: 20px;font-weight: 400;color: #000}
.article-section .blog-table table tbody tr td ul li{border-bottom: none;}
.article-section .blog-table table tbody tr td:first-child{font-weight: 700;}
.article-section .cta-section{margin-bottom: 25px;}

.article-meta .author-info {
  font-size: 18px;
  color: #555;
}

.article-meta .author-name {
  color: #51585f;
}
.article-meta .blog-date{
	color: #aaa;
	margin: 0 5px;
}
.article-meta .blog-date::before {
  content: "|";
  margin: 0 6px;
  color: #aaa;
}


