/* Layout 6 Wrap */
.wp-singular.single.single-post:has(.cnc-blog-detail-layout6) #content .elementor-widget-cnc_blog_detail {
    width: 100%;
}
.wp-singular.single.single-post:has(.cnc-blog-detail-layout6) #content {
	max-width: 100%;
	padding: 0;
}
.wp-singular.single.single-post:has(.cnc-blog-detail-layout6) #content .e-flexbox-base {
    padding: 0;
}
.cnc-blog-detail-layout6-wrap {
	display: block;
	width: 100%;
	font-family: inherit;
	box-sizing: border-box;
}
.wp-singular.single.single-post #content {
	max-width: 1400px;
}
.cnc-blog-detail-layout6-wrap * {
	box-sizing: border-box;
}

/* Header Section */
.cnc-blog-detail-layout6-header {
	position: relative;
	width: 100%;
	margin: 0 auto 50px auto;
	padding: 50px 20px;
	text-align: center;
	border-bottom: 1px solid #000000;
}

.cnc-blog-detail-layout6-header-meta {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.cnc-blog-detail-layout6-author-img {
	display: inline-flex;
}

.cnc-blog-detail-layout6-author-img img {
	width: 100px;
	height: 100px;
	object-fit: cover;
	border-radius: 50%;
	border: 3px solid #f3f7fb;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.cnc-blog-detail-layout6-meta-info {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 4px;
}

.cnc-blog-detail-layout6-author-name {
	font-weight: 700;
	font-size: 32px;
	line-height: 131%;
	color: #323232;
}

.cnc-blog-detail-layout6-meta-text {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
	justify-content: center;
	font-weight: 400;
	font-size: 14px;
	line-height: 171%;
	color: #323232;
}

.cnc-blog-detail-layout6-meta-sep {
	color: #cccccc;
}

.cnc-blog-detail-layout6 .cnc-blog-detail-layout6-title {
	color: #0b4b9b;
	font-weight: 700;
	font-size: 48px;
	line-height: 58px;
	color: #005BC5;
	max-width: 900px;
	margin: 50px auto 0px;
}

/* Featured Image */
.cnc-blog-detail-layout6-featured-image {
	width: 100%;
	margin: 0 auto 40px auto;
	padding: 0 20px;
	text-align: center;
	max-width: 1438px;
}

.cnc-blog-detail-layout6-featured-image img {
	width: 100%;
	height: 532px;
	object-fit: cover;
	border-radius: 12px;
	box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

/* Main Content Wrapper */
.cnc-blog-detail-layout6-content-wrap {
	width: 100%;
	max-width: 1438px;
	margin: 0 auto 60px auto;
	padding: 0 20px;
}

/* Excerpt Style */
.cnc-blog-detail-layout6-intro-excerpt {
	font-weight: 700;
	font-size: 32px;
	line-height: 131%;
	color: #323232;
	margin-bottom: 28px;
}

/* Key Notes Callout Box */

.cnc-blog-detail-layout5 .cnc-blog-detail-layout6-keynotes-title {
	font-size: 20px;
	font-weight: 700;
	color: #005BC5;
	margin: 0 0 10px 0;
}

.cnc-blog-detail-layout6-keynotes-content {
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #323232;
}

.cnc-blog-detail-layout6-keynotes-content p:last-child {
	margin-bottom: 0;
}

/* Main Content Body */
.cnc-blog-detail-layout6-content {
	font-size: 16px;
	line-height: 1.8;
	color: #555555;
}

.cnc-blog-detail-layout6-content h1,
.cnc-blog-detail-layout6-content h2,
.cnc-blog-detail-layout6-content h3,
.cnc-blog-detail-layout6-content h4,
.cnc-blog-detail-layout6-content h5,
.cnc-blog-detail-layout6-content h6 {
	color: #0b4b9b;
	margin: 30px 0 10px 0;
	font-weight: 700;
	line-height: 1.3;
}

.cnc-blog-detail-layout6-content h1 { font-size: 32px; }
.cnc-blog-detail-content h2,.cnc-blog-detail-content h3 { font-size: 20px; color: #005BC5;}
.cnc-blog-detail-layout6-content h4 { font-size: 20px; }
.cnc-blog-detail-layout6-content h5 { font-size: 18px; }
.cnc-blog-detail-layout6-content h6 { font-size: 16px; }

.cnc-blog-detail-content h2 b,
.cnc-blog-detail-content h2 strong,
.cnc-blog-detail-content h3 b,
.cnc-blog-detail-content h3 strong {
	font-weight: 700;
}

.cnc-blog-detail-layout6-content p {
	margin: 0 0 1.5em 0;
}

.cnc-blog-detail-layout6-content p:last-child {
	margin-bottom: 0;
}

.cnc-blog-detail-content ol li,
.cnc-blog-detail-content ul {
	padding-left: 25px;
	margin-bottom: 10px;
}
.cnc-blog-detail-content ol li,
.cnc-blog-detail-content ul li {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #323232;
	padding-bottom: 5px;
}

.cnc-blog-detail-content table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    border: none;
}

.cnc-blog-detail-content th,
.cnc-blog-detail-content td {
    border: 1px solid #323232;
    padding: 11px 20px;
    text-align: left;
    vertical-align: top;
    font-size: 16px;
    line-height: 1.5;
	background-color: #ffffff;
}

.cnc-blog-detail-content th {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    color: #323232;
}

.cnc-blog-detail-content thead th {
    font-weight: 700;
}

/* Responsive Styles */
@media (max-width: 991px) {
	.cnc-blog-detail-layout6 .cnc-blog-detail-layout6-title {
		font-size: 34px;
		margin: 30px auto 0px;
	}
	.cnc-blog-detail-content th {
		font-size: 18px;
	}
	.cnc-blog-detail-layout6-author-name,
	.cnc-blog-detail-layout6-intro-excerpt {
		font-size: 26px;
	}
}

@media (max-width: 767px) {
	.cnc-blog-detail-layout6-header {
		padding: 30px 15px;
	}
	.cnc-blog-detail-layout6 .cnc-blog-detail-layout6-title {
		font-size: 26px;
		margin: 25px auto 0px;
	}
	.cnc-blog-detail-layout6-author-img img {
		width: 80px;
		height: 80px;
	}
	.cnc-blog-detail-content th,
	.cnc-blog-detail-content td { 
		font-size: 13px;
		padding: 10px 8px;
	}
	.cnc-blog-detail-content th {
		font-size: 16px;
	}
	.cnc-blog-detail-layout6-author-name,
	.cnc-blog-detail-layout6-intro-excerpt {
		font-size: 20px;
	}
}


/* Force Inter font-family on all elements */
.cnc-blog-detail-layout6-wrap, .cnc-blog-detail-layout6-wrap * { font-family: 'Inter', sans-serif !important; }

/* User Requested TOC Marker Icon Style */
.cnc-blog-detail-layout6 .cnc-blog-detail-toc-list.cnc-blog-detail-toc-marker-icon a svg {
	width: 24px;
	height: 24px;
	fill: #ffffff;
	color: #ffffff;
	padding: 5px;
	border-radius: 100%;
	background-color: #005BC5;
}

.cnc-blog-detail-layout6 .cnc-blog-detail-toc-hidden {
	display: none !important;
}


/* ── Blockquote Default Styles ───────────────────────────────────────────── */
.cnc-blog-detail-layout6 .cnc-blog-detail-content blockquote {
    margin: 30px 0;
    background-color: #ECF5FF;
    padding: 30px;
    border-radius: 8px;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: #323232;
    border-left: none;
}

.cnc-blog-detail-layout6 .cnc-blog-detail-content blockquote p {
    font-weight: 700;
    font-size: 22px;
    line-height: 150%;
    color: #323232;
    margin-bottom: 10px;
}
.cnc-blog-detail-layout6 .cnc-blog-detail-content blockquote p:last-child {
	margin-bottom: 0;
}

.cnc-blog-detail-layout6 .cnc-blog-detail-content blockquote ul,
.cnc-blog-detail-layout6 .cnc-blog-detail-content blockquote ol {
    margin: 0;
    padding-left: 20px;
}

.cnc-blog-detail-layout6 .cnc-blog-detail-content blockquote ul li,
.cnc-blog-detail-layout6 .cnc-blog-detail-content blockquote ol li {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #323232;
    margin-bottom: 8px;
    padding-bottom: 0;
}
.cnc-blog-detail-layout6 .cnc-blog-detail-content blockquote ul li:last-child,
.cnc-blog-detail-layout6 .cnc-blog-detail-content blockquote ol li:last-child {
    margin-bottom: 0;
}

@media (max-width: 1024px) {
    .cnc-blog-detail-layout6 .cnc-blog-detail-content blockquote {
        padding: 24px;
    }
    .cnc-blog-detail-layout6 .cnc-blog-detail-content blockquote p {
        font-size: 20px;
    }
    .cnc-blog-detail-layout6 .cnc-blog-detail-content blockquote ul li,
    .cnc-blog-detail-layout6 .cnc-blog-detail-content blockquote ol li {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .cnc-blog-detail-layout6 .cnc-blog-detail-content blockquote {
        padding: 20px;
    }
    .cnc-blog-detail-layout6 .cnc-blog-detail-content blockquote p {
        font-size: 18px;
    }
    .cnc-blog-detail-layout6 .cnc-blog-detail-content blockquote ul li,
    .cnc-blog-detail-layout6 .cnc-blog-detail-content blockquote ol li {
        font-size: 15px;
    }
}
