/* 
 * Unified Single Post & Industry Layout Styles
 */

/* Unified Header / Breadcrumbs */
.unified-header {
	background: var(--seaneb-blog-banner-bg, var(--seaneb-banner-bg, color-mix(in srgb, var(--seaneb-color-primary, #0073aa) 5%, transparent)));
	padding-bottom: 40px;
	padding-top: 90px;
	border-bottom: 1px solid var(--seaneb-color-border, #e2e8f0);
	margin-bottom: 60px;
}

body.has-static-header .unified-header {
	padding-top: 40px;
}

/* Industry single post banner uses industry vars */
.post-type-industry .unified-header {
	background: var(--seaneb-ind-banner-bg, var(--seaneb-banner-bg, color-mix(in srgb, var(--seaneb-color-primary, #0073aa) 5%, transparent)));
}

/* Event single post banner */
.post-type-event .unified-header {
	background: var(--seaneb-event-banner-bg, var(--seaneb-banner-bg, color-mix(in srgb, var(--seaneb-color-primary, #0073aa) 5%, transparent)));
}

/* Project single post banner */
.post-type-project .unified-header {
	background: var(--seaneb-project-banner-bg, var(--seaneb-banner-bg, color-mix(in srgb, var(--seaneb-color-primary, #0073aa) 5%, transparent)));
}

.seaneb-breadcrumbs {
	list-style: none;
	padding: 0;
	margin: 0 0 15px 0;
	display: flex;
	align-items: center;
	font-size: 0.9rem;
	color: var(--seaneb-blog-banner-bc-color, var(--seaneb-banner-breadcrumb-color, #475569));
	font-weight: var(--seaneb-blog-banner-bc-weight, var(--seaneb-banner-breadcrumb-weight, 400));
	text-transform: var(--seaneb-blog-banner-bc-transform, var(--seaneb-banner-breadcrumb-transform, none));
	font-family: var(--seaneb-blog-banner-font, var(--seaneb-banner-font, inherit));
}

.post-type-industry .seaneb-breadcrumbs {
	color: var(--seaneb-ind-banner-bc-color, var(--seaneb-banner-breadcrumb-color, #475569));
	font-weight: var(--seaneb-ind-banner-bc-weight, var(--seaneb-banner-breadcrumb-weight, 400));
	text-transform: var(--seaneb-ind-banner-bc-transform, var(--seaneb-banner-breadcrumb-transform, none));
	font-family: var(--seaneb-ind-banner-font, var(--seaneb-banner-font, inherit));
}

.post-type-event .seaneb-breadcrumbs {
	color: var(--seaneb-event-banner-bc-color, var(--seaneb-banner-breadcrumb-color, #475569));
	font-weight: var(--seaneb-event-banner-bc-weight, var(--seaneb-banner-breadcrumb-weight, 400));
	text-transform: var(--seaneb-event-banner-bc-transform, var(--seaneb-banner-breadcrumb-transform, none));
	font-family: var(--seaneb-event-banner-font, var(--seaneb-banner-font, inherit));
}

.post-type-project .seaneb-breadcrumbs {
	color: var(--seaneb-project-banner-bc-color, var(--seaneb-banner-breadcrumb-color, #475569));
	font-weight: var(--seaneb-project-banner-bc-weight, var(--seaneb-banner-breadcrumb-weight, 400));
	text-transform: var(--seaneb-project-banner-bc-transform, var(--seaneb-banner-breadcrumb-transform, none));
	font-family: var(--seaneb-project-banner-font, var(--seaneb-banner-font, inherit));
}

.seaneb-breadcrumbs li {
	margin-right: 8px;
}

.seaneb-breadcrumbs a {
	color: var(--seaneb-banner-link-color, var(--seaneb-primary-dark));
	text-decoration: underline;
	font-weight: 500;
	transition: color 0.2s ease;
}

.seaneb-breadcrumbs a:hover {
	color: var(--seaneb-primary-dark);
}

.seaneb-breadcrumbs .sep {
	color: var(--seaneb-blog-banner-bc-color, var(--seaneb-banner-breadcrumb-color, #cbd5e1));
}

.post-type-industry .seaneb-breadcrumbs .sep {
	color: var(--seaneb-ind-banner-bc-color, var(--seaneb-banner-breadcrumb-color, #cbd5e1));
}

.post-type-event .seaneb-breadcrumbs .sep {
	color: var(--seaneb-event-banner-bc-color, var(--seaneb-banner-breadcrumb-color, #cbd5e1));
}

.post-type-project .seaneb-breadcrumbs .sep {
	color: var(--seaneb-project-banner-bc-color, var(--seaneb-banner-breadcrumb-color, #cbd5e1));
}

.unified-post-title {
	font-size: 2.4rem;
	color: var(--seaneb-blog-banner-title-color, var(--seaneb-banner-title-color, #0f172a));
	font-weight: var(--seaneb-blog-banner-title-weight, var(--seaneb-banner-title-weight, 700));
	font-family: var(--seaneb-blog-banner-font, var(--seaneb-banner-font, inherit));
	text-transform: var(--seaneb-blog-banner-title-transform, var(--seaneb-banner-title-transform, none));
	margin: 0 0 15px 0;
	line-height: 1.2;
}

.post-type-industry .unified-post-title {
	color: var(--seaneb-ind-banner-title-color, var(--seaneb-banner-title-color, #0f172a));
	font-weight: var(--seaneb-ind-banner-title-weight, var(--seaneb-banner-title-weight, 700));
	font-family: var(--seaneb-ind-banner-font, var(--seaneb-banner-font, inherit));
	text-transform: var(--seaneb-ind-banner-title-transform, var(--seaneb-banner-title-transform, none));
}

.post-type-event .unified-post-title {
	color: var(--seaneb-event-banner-title-color, var(--seaneb-banner-title-color, #0f172a));
	font-weight: var(--seaneb-event-banner-title-weight, var(--seaneb-banner-title-weight, 700));
	font-family: var(--seaneb-event-banner-font, var(--seaneb-banner-font, inherit));
	text-transform: var(--seaneb-event-banner-title-transform, var(--seaneb-banner-title-transform, none));
}

.post-type-project .unified-post-title {
	color: var(--seaneb-project-banner-title-color, var(--seaneb-banner-title-color, #0f172a));
	font-weight: var(--seaneb-project-banner-title-weight, var(--seaneb-banner-title-weight, 700));
	font-family: var(--seaneb-project-banner-font, var(--seaneb-banner-font, inherit));
	text-transform: var(--seaneb-project-banner-title-transform, var(--seaneb-banner-title-transform, none));
}

.unified-post-meta {
	font-size: 0.95rem;
	color: #475569;
}

/* Layout Grid */
.unified-main-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	margin-bottom: 80px;
}

.unified-content-area {
	flex: 1;
	min-width: 0;
	max-width: calc(70% - 20px);
}

.unified-sidebar {
	width: calc(30% - 20px);
	flex-shrink: 0;
}

/* No sidebar mode (e.g. Event posts) */
.unified-main-wrapper.no-sidebar .unified-content-area {
	max-width: 100%;
}

.sticky-sidebar {
	position: sticky;
	top: 100px;
	align-self: flex-start;
}

/* Table of Contents */
.unified-toc-box {
	background: #ffffff;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	padding: 24px;
	margin-bottom: 30px;
	box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.05);
}

.toc-title {
	font-size: 1.25rem;
	font-weight: 600;
	margin: 0 0 15px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #e2e8f0;
	color: #0f172a;
}

.toc-list {
	list-style: none;
	padding: 0;
	margin: 0;
	max-height: 45vh;
	overflow-y: auto;
	padding-right: 10px;
	scrollbar-width: thin;
	scrollbar-color: #cbd5e1 transparent;
}

.toc-list::-webkit-scrollbar {
	width: 6px;
}

.toc-list::-webkit-scrollbar-track {
	background: transparent;
}

.toc-list::-webkit-scrollbar-thumb {
	background-color: #cbd5e1;
	border-radius: 10px;
}

.toc-list li {
	margin-bottom: 8px;
}

.toc-level-h3 {
	padding-left: 15px;
	font-size: 0.95em;
}

.toc-link {
	color: #475569;
	text-decoration: none;
	transition: all 0.2s ease;
	display: block;
	line-height: 1.4;
}

.toc-link:hover,
.toc-link.is-active {
	color: var(--seaneb-primary);
	transform: translateX(4px);
}

/* Tags Box */
.unified-tags-box {
	background: #ffffff;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	padding: 24px;
	margin-bottom: 30px;
	box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.05);
}

.tags-title {
	font-size: 1.1rem;
	font-weight: 600;
	margin: 0 0 14px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #e2e8f0;
	color: #0f172a;
}

.tags-list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.tag-pill {
	display: inline-block;
	padding: 5px 14px;
	background: #f1f5f9;
	color: #475569;
	border-radius: 20px;
	font-size: 0.85rem;
	font-weight: 500;
	text-decoration: none;
	border: 1px solid #e2e8f0;
	transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.tag-pill:hover {
	background: var(--seaneb-primary, #0066cc);
	color: #ffffff;
	border-color: var(--seaneb-primary, #0066cc);
	transform: translateY(-2px);
	box-shadow: 0 4px 10px rgba(0, 102, 204, 0.2);
}

/* Download CTA Side Box */
.unified-download-cta {
	background: #1e293b;
	color: #fff;
	padding: 30px 24px;
	border-radius: 12px;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.unified-download-cta::before {
	content: '';
	position: absolute;
	top: -50%;
	left: -50%;
	width: 200%;
	height: 200%;
	background: radial-gradient(circle, rgba(59, 130, 246, 0.15) 0%, rgba(30, 41, 59, 0) 70%);
	pointer-events: none;
}

.cta-image-wrapper {
	margin-bottom: 20px;
}

.cta-img {
	max-width: 120px;
	height: auto;
	border-radius: 8px;
	box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.3);
}

.unified-download-cta .cta-title {
	font-size: 1.4rem;
	font-weight: 600;
	margin: 0 0 20px 0;
	color: #fff;
}

.cta-btn {
	display: inline-block;
	background: var(--seaneb-btn-bg, var(--seaneb-primary));
	color: var(--seaneb-btn-text, #ffffff);
	padding: 12px 24px;
	border-radius: 8px;
	text-decoration: none !important;
	font-weight: 500;
	transition: all 0.3s ease;
}

.cta-btn:hover {
	background: var(--seaneb-btn-bg-hover, var(--seaneb-primary-dark));
	color: var(--seaneb-btn-text-hover, #ffffff) !important;
}

/* Post Content Formatting */
.post-content {
	font-size: 1.125rem;
	line-height: 1.8;
	color: #334155;
}

/* Ensure images don't break viewport */
.post-content img,
.post-content figure,
.post-content iframe,
.post-content video {
	max-width: 100%;
	height: auto;
}

/* WordPress Image Alignments Fix */
.post-content .alignfull {
	margin-left: 0;
	margin-right: 0;
	max-width: 100%;
	width: 100%;
}

.post-content .alignwide {
	margin-left: 0;
	margin-right: 0;
	max-width: 100%;
}

.post-content .alignleft {
	float: left;
	margin: 0.5em 1.5em 1.5em 0;
	max-width: 50%;
}

.post-content .alignright {
	float: right;
	margin: 0.5em 0 1.5em 1.5em;
	max-width: 50%;
}

.post-content .aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.post-content h2,
.post-content h3,
.post-content h4 {
	color: #0f172a;
	font-weight: 700;
}

.post-content h2 {
	font-size: 2rem;
}

.post-content h3 {
	font-size: 1.5rem;
}

/* Key Takeaways - Dynamic Box Match */
.unified-takeaways-wrapper {
	margin: 0 0 2.5rem 0 !important;
	padding: 1.5rem 3rem 2.5rem;
	background-color: color-mix(in srgb, var(--seaneb-primary) 5%, transparent);
	border: 1px solid color-mix(in srgb, var(--seaneb-primary) 15%, transparent);
	border-radius: 16px;
}

.takeaways-headline {
	display: block;
	font-size: 1.25rem;
	font-weight: 800;
	color: #111111;
	margin-top: 0 !important;
	margin-bottom: 1.5rem;
	text-transform: none;
}

.takeaways-list {
	list-style: disc;
	padding-left: 1.5rem;
	margin: 0;
}

.takeaway-item {
	margin-bottom: 1rem;
	color: #334155;
	font-size: 1.1rem;
	line-height: 1.6;
}

.takeaway-item strong {
	color: #1e293b;
	font-weight: 600;
}

.takeaway-desc {
	margin-top: 0.25rem;
	font-size: 0.95em;
	opacity: 0.9;
}

.takeaway-item:last-child {
	margin-bottom: 0;
}

/* Author Box - Premium UI */
.unified-author-box {
	display: flex;
	align-items: center;
	gap: 30px;
	margin-top: 80px;
	padding: 40px;
	background: linear-gradient(135deg, #ffffff 0%, #f1f5f9 100%);
	border-radius: 24px;
	box-shadow: 0 10px 40px -10px rgb(0 0 0 / 0.08);
	border: 1px solid rgba(255, 255, 255, 0.7);
	position: relative;
}

.author-img {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	object-fit: cover;
	border: 6px solid #ffffff;
	box-shadow: 0 8px 24px -6px rgb(0 0 0 / 0.15);
	flex-shrink: 0;
}

.author-details {
	flex: 1;
}

.author-header-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 8px;
}

.author-name {
	font-size: 1.5rem;
	font-weight: 800;
	color: #0f172a;
	margin: 0;
}

.author-designation {
	display: inline-block;
	font-size: 0.95rem;
	font-weight: 600;
	margin-bottom: 16px;
	letter-spacing: 0.5px;
}

.author-social-link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background: var(--seaneb-primary);
	color: #ffffff;
	border-radius: 10px;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	box-shadow: 0 4px 10px rgba(10, 102, 194, 0.2);
}

.author-social-link svg {
	width: 20px;
	height: 20px;
}

.author-social-link:hover {
	transform: translateY(-3px);
	background: var(--seaneb-primary-dark);
	box-shadow: 0 6px 15px rgba(10, 102, 194, 0.35);
	color: #ffffff;
}

.author-bio {
	font-size: 1.05rem;
	line-height: 1.7;
	color: #475569;
	margin: 0;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* Multi-Author System */
.unified-authors-section {
	margin-top: 80px;
}

.authors-section-title {
	font-size: 2rem;
	font-weight: 800;
	margin-bottom: 30px;
	color: #0f172a;
}

.authors-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
	gap: 30px;
}

.unified-author-box.multiauthor-box {
	margin-top: 0;
	padding: 30px;
}

/* Responsive */
@media (max-width: 992px) {
	.unified-main-wrapper {
		flex-direction: column;
	}

	.unified-content-area,
	.unified-sidebar {
		max-width: 100%;
		width: 100%;
	}

	.unified-sidebar {
		order: -1;
		/* Move sidebar (TOC) to top on mobile */
		margin-bottom: 10px;
	}

	.sticky-sidebar {
		position: static;
	}

	.unified-post-title {
		font-size: 2.25rem;
	}

	.unified-takeaways-wrapper {
		padding: 30px 20px;
	}
}

@media (max-width: 600px) {
	.unified-author-box {
		flex-direction: column;
		text-align: center;
		padding: 30px;
	}

	.author-header-row {
		justify-content: center;
		flex-direction: column;
		gap: 15px;
		margin-bottom: 15px;
	}

	.author-img {
		width: 100px;
		height: 100px;
	}

	.accordion-toggle {
		padding: 20px 15px;
	}

	.accordion-inner-content {
		padding: 0 15px 20px;
	}
}

/* ==========================================================================
   Hide Easy Table of Contents Plugin TOC (we use our own sidebar TOC)
   ========================================================================== */
.seaneb-unified-layout #ez-toc-container,
.seaneb-unified-layout .ez-toc-widget-container,
.seaneb-unified-layout .ez-toc-container-direction {
	display: none !important;
}

/* ==========================================================================
   Premium Comments Section Design
   ========================================================================== */
.unified-comments-section {
	margin-top: 60px;
}

.unified-comments-section .comments-area {
	margin: 0;
	padding: 0;
}

/* --- Comment Form Wrapper --- */
.comment-respond {
	background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
	border-radius: 16px;
	padding: 36px;
	box-shadow: 0 10px 40px -10px rgb(0 0 0 / 0.06);
	border: 1px solid rgba(226, 232, 240, 0.6);
	margin-bottom: 40px;
	position: relative;
	overflow: hidden;
}

.comment-respond::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: linear-gradient(90deg, var(--seaneb-primary) 0%, var(--seaneb-accent, #00d2ff) 100%);
	border-radius: 20px 20px 0 0;
}

/* Reply Title */
.comment-respond .comment-reply-title {
	font-size: 1.75rem;
	font-weight: 800;
	color: #0f172a;
	margin: 0 0 8px 0;
	line-height: 1.3;
	letter-spacing: -0.02em;
}

/* Logged-in-as notice */
.comment-respond .logged-in-as {
	font-size: 0.95rem;
	color: #64748b;
	margin-bottom: 28px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e2e8f0;
}

.comment-respond .logged-in-as a {
	color: var(--seaneb-primary);
	font-weight: 600;
	text-decoration: none;
	transition: color 0.2s ease;
}

.comment-respond .logged-in-as a:hover {
	color: var(--seaneb-primary-dark);
	text-decoration: underline;
}

/* Comment Notes */
.comment-respond .comment-notes {
	font-size: 0.9rem;
	color: #94a3b8;
	margin-bottom: 24px;
}

/* Form Fields */
.comment-form label {
	display: block;
	font-size: 0.9rem;
	font-weight: 600;
	color: #334155;
	margin-bottom: 8px;
	letter-spacing: 0.01em;
}

.comment-form .required {
	color: #ef4444;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
	width: 100%;
	padding: 14px 18px;
	border: 2px solid #e2e8f0;
	border-radius: 12px;
	font-size: 1rem;
	font-family: inherit;
	color: #1e293b;
	background: #ffffff;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	box-sizing: border-box;
	outline: none;
	-webkit-appearance: none;
}

.comment-form input[type="text"]:focus,
.comment-form input[type="email"]:focus,
.comment-form input[type="url"]:focus,
.comment-form textarea:focus {
	border-color: var(--seaneb-primary);
	box-shadow: 0 0 0 4px rgba(0, 102, 204, 0.1);
}

.comment-form input[type="text"]:hover,
.comment-form input[type="email"]:hover,
.comment-form input[type="url"]:hover,
.comment-form textarea:hover {
	border-color: #cbd5e1;
}

.comment-form textarea {
	min-height: 180px;
	resize: vertical;
	line-height: 1.7;
}

.comment-form p {
	margin-bottom: 20px;
}

/* Submit Button */
.comment-form .form-submit {
	margin-top: 10px;
	margin-bottom: 0;
}

.comment-form input[type="submit"],
.comment-form .submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 14px 36px;
	font-size: 1rem;
	font-weight: 600;
	font-family: inherit;
	letter-spacing: -0.01em;
	color: #ffffff;
	background: linear-gradient(135deg, var(--seaneb-primary) 0%, #0052a3 100%);
	border: none;
	border-radius: 12px;
	cursor: pointer;
	transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
	box-shadow: 0 4px 14px rgba(0, 102, 204, 0.3);
	-webkit-appearance: none;
}

.comment-form input[type="submit"]:hover,
.comment-form .submit:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 24px rgba(0, 102, 204, 0.4);
	background: linear-gradient(135deg, #0052a3 0%, var(--seaneb-primary) 100%);
}

.comment-form input[type="submit"]:active,
.comment-form .submit:active {
	transform: translateY(1px);
	box-shadow: 0 2px 8px rgba(0, 102, 204, 0.3);
}

/* Cookies Consent Checkbox */
.comment-form-cookies-consent {
	display: flex;
	align-items: center;
	gap: 10px;
}

.comment-form-cookies-consent input[type="checkbox"] {
	width: 18px;
	height: 18px;
	accent-color: var(--seaneb-primary);
	border-radius: 4px;
	cursor: pointer;
}

.comment-form-cookies-consent label {
	margin-bottom: 0;
	font-weight: 400;
	color: #64748b;
	font-size: 0.9rem;
}

/* --- Comments List --- */
.comments-title {
	font-size: 1.75rem;
	font-weight: 800;
	color: #0f172a;
	margin: 0 0 30px 0;
	position: relative;
	display: inline-block;
}

.comments-title::after {
	content: '';
	position: absolute;
	bottom: -6px;
	left: 0;
	width: 40px;
	height: 4px;
	background: var(--seaneb-primary);
	border-radius: 2px;
}

.comment-list {
	list-style: none;
	padding: 0;
	margin: 0 0 50px 0;
}

.comment-list .comment {
	list-style: none;
	margin-bottom: 24px;
}

.comment-list .comment-body {
	background: #ffffff;
	border-radius: 16px;
	padding: 28px 32px;
	border: 1px solid #e2e8f0;
	box-shadow: 0 4px 12px rgb(0 0 0 / 0.03);
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.comment-list .comment-body:hover {
	box-shadow: 0 10px 30px rgb(0 0 0 / 0.06);
	border-color: #cbd5e1;
	transform: translateY(-2px);
}

/* Comment Meta / Author Info */
.comment-meta .comment-author {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 4px;
}

.comment-meta .comment-author .avatar {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	object-fit: cover;
	border: 3px solid #f1f5f9;
	box-shadow: 0 4px 10px rgb(0 0 0 / 0.08);
	flex-shrink: 0;
}

.comment-meta .comment-author .fn {
	font-size: 1.05rem;
	font-weight: 700;
	color: #0f172a;
}

.comment-meta .comment-author .fn a {
	color: #0f172a;
	text-decoration: none;
}

.comment-meta .comment-author .fn a:hover {
	color: var(--seaneb-primary);
}

.comment-meta .comment-author .says {
	display: none;
}

.comment-metadata {
	margin-bottom: 16px;
	padding-bottom: 14px;
	border-bottom: 1px solid #f1f5f9;
}

.comment-metadata a {
	color: #94a3b8;
	font-size: 0.85rem;
	text-decoration: none;
	transition: color 0.2s ease;
}

.comment-metadata a:hover {
	color: var(--seaneb-primary);
}

/* Comment Content */
.comment-content {
	font-size: 1rem;
	line-height: 1.75;
	color: #475569;
}

.comment-content p {
	margin: 0 0 12px 0;
	color: #475569;
}

.comment-content p:last-child {
	margin-bottom: 0;
}

/* Reply Link */
.comment-reply-link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin-top: 14px;
	padding: 6px 16px;
	background: #f1f5f9;
	color: #475569;
	border-radius: 8px;
	font-size: 0.85rem;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.comment-reply-link:hover {
	background: var(--seaneb-primary);
	color: #ffffff;
	transform: translateY(-1px);
	box-shadow: 0 4px 10px rgba(0, 102, 204, 0.2);
}

/* Nested / Child Comments */
.comment-list .children {
	list-style: none;
	padding-left: 40px;
	margin-top: 20px;
	border-left: 3px solid #eff6ff;
}

/* Comment Navigation */
.comment-navigation {
	display: flex;
	justify-content: space-between;
	padding: 20px 0;
	margin-bottom: 30px;
	border-bottom: 1px solid #e2e8f0;
}

.comment-navigation a {
	color: var(--seaneb-primary);
	font-weight: 600;
	text-decoration: none;
	transition: color 0.2s ease;
}

.comment-navigation a:hover {
	color: var(--seaneb-primary-dark);
}

/* No Comments */
.no-comments {
	text-align: center;
	padding: 40px 20px;
	color: #94a3b8;
	font-size: 1rem;
	background: #f8fafc;
	border-radius: 16px;
	border: 1px dashed #e2e8f0;
}

/* --- Comment Responsive --- */
@media (max-width: 768px) {

	/* Sticky header: keep 90px top so content clears fixed nav */
	.unified-header {
		padding-top: 90px;
		padding-bottom: 30px;
		margin-bottom: 40px;
	}

	/* Static header: reduce to 40px */
	body.has-static-header .unified-header {
		padding-top: 40px;
	}

	.comment-respond {
		padding: 30px 20px;
		border-radius: 16px;
	}

	.comment-respond .comment-reply-title {
		font-size: 1.35rem;
	}

	.comment-list .comment-body {
		padding: 20px;
		border-radius: 12px;
	}

	.comment-list .children {
		padding-left: 20px;
	}

	.comment-meta .comment-author .avatar {
		width: 40px;
		height: 40px;
	}

	.comments-title {
		font-size: 1.35rem;
	}
}