.icc-comments {
	margin-top: 2rem;
	padding-top: 1.5rem;
	border-top: 1px solid var(--c3-border, #e2e8f0);
}

.icc-comments .comments-title {
	margin: 0 0 1rem;
	font-size: 1.25rem;
}

.icc-comments .comment-list {
	list-style: none;
	margin: 0 0 1.5rem;
	padding: 0;
}

.icc-comments .comment-list .comment {
	display: flex;
	gap: 0.75rem;
	margin: 0 0 1rem;
	padding: 0.85rem 1rem;
	background: var(--c3-surface, #fff);
	border: 1px solid var(--c3-border, #e2e8f0);
	border-radius: 10px;
}

.icc-comments .comment-body {
	flex: 1;
	min-width: 0;
}

.icc-comments .comment-author {
	font-weight: 600;
	margin-bottom: 0.25rem;
}

.icc-comments .comment-meta {
	font-size: 0.8rem;
	color: var(--c3-text-muted, #667085);
	margin-bottom: 0.35rem;
}

.icc-comments .comment-content {
	font-size: 0.95rem;
	line-height: 1.5;
}

.icc-comments .comment-content p {
	margin: 0 0 0.5rem;
}

.icc-comments .icc-comments-closed {
	padding: 0.85rem 1rem;
	background: color-mix(in srgb, var(--c3-info, #0e3a5b) 6%, var(--c3-surface, #fff));
	border-radius: 8px;
	color: var(--c3-text-muted, #667085);
}

.icc-avatar {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	flex: 0 0 auto;
	overflow: hidden;
}

.icc-avatar__initials {
	color: #fff;
	font-size: 0.72em;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.02em;
}

.icc-hp {
	position: absolute !important;
	left: -9999px !important;
	height: 1px !important;
	width: 1px !important;
	overflow: hidden !important;
}
