.knewscommunity-novabb-thread-table--detail .knewscommunity-novabb-section-body {
	max-width: 1080px;
	margin: 0 auto;
}

.knewscommunity-novabb-thread-table--detail .knewscommunity-novabb-thread-back-link {
	margin: 0 0 1rem;
	font-size: 0.95rem;
}

.knewscommunity-novabb-thread-table--detail .knewscommunity-novabb-thread-back-link a {
	font-weight: 600;
	text-decoration: none;
}

.knewscommunity-novabb-thread-table--detail .knewscommunity-novabb-thread-back-link a:hover,
.knewscommunity-novabb-thread-table--detail .knewscommunity-novabb-thread-back-link a:focus {
	text-decoration: underline;
}

.knewscommunity-novabb-thread-table--detail [data-novabb-thread-detail] > article {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 16px;
	padding: 1.35rem 1.4rem;
	box-shadow: 0 10px 22px rgba(15, 23, 42, 0.05);
}

.knewscommunity-novabb-thread-table--detail [data-novabb-thread-detail] > article > header h2 {
	margin: 0 0 0.6rem;
	font-size: clamp(1.45rem, 2.5vw, 2rem);
	line-height: 1.2;
}

.knewscommunity-novabb-thread-table--detail [data-novabb-thread-detail] > article > header p {
	margin: 0.15rem 0;
	color: #4b5563;
	font-size: 0.95rem;
}

.knewscommunity-novabb-thread-table--detail .novabb-thread-content {
	margin-top: 1rem;
	line-height: 1.75;
	font-size: 1rem;
	color: #111827;
}

.knewscommunity-novabb-thread-table--detail .novabb-thread-reply-form,
.knewscommunity-novabb-thread-table--detail .novabb-thread-replies {
	margin-top: 1.45rem;
	padding-top: 0.95rem;
	border-top: 1px solid #e5e7eb;
}

.knewscommunity-novabb-thread-table--detail .novabb-thread-reply-form-heading {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.knewscommunity-novabb-thread-table--detail .novabb-reply-form {
	position: relative;
	margin: 0;
	padding: 0 0 0 3rem;
}

.knewscommunity-novabb-thread-table--detail .novabb-reply-form::before {
	content: "";
	position: absolute;
	top: 0.18rem;
	left: 0.2rem;
	width: 2rem;
	height: 2rem;
	border-radius: 999px;
	background: linear-gradient(180deg, #f9fbfd 0%, #e5e9ef 100%);
	border: 1px solid #d6dde8;
}

.knewscommunity-novabb-thread-table--detail .novabb-reply-form .novabb-reply-form-row {
	margin: 0;
}

.knewscommunity-novabb-thread-table--detail .novabb-reply-form-row-subject,
.knewscommunity-novabb-thread-table--detail .novabb-reply-form-row-content .novabb-reply-form-label {
	display: none;
}

.knewscommunity-novabb-thread-table--detail .novabb-reply-form-row-content textarea {
	display: block;
	width: 100%;
	min-height: 2.2rem;
	margin: 0;
	padding: 0.45rem 0.2rem 0.48rem;
	border: 0;
	border-bottom: 1px solid #e5e7eb;
	border-radius: 0;
	background: #fff;
	font-size: 1rem;
	line-height: 1.45;
	resize: vertical;
	box-sizing: border-box;
}

.knewscommunity-novabb-thread-table--detail .novabb-reply-form-row-content textarea:focus {
	outline: none;
	border-bottom-color: #11aebe;
}

.knewscommunity-novabb-thread-table--detail .novabb-reply-custom-fields {
	margin-top: 0.65rem;
}

.knewscommunity-novabb-thread-table--detail .novabb-reply-form-row-actions {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	row-gap: 0.45rem;
	margin-top: 0.75rem;
}

.knewscommunity-novabb-thread-table--detail .novabb-reply-submit-button,
.knewscommunity-novabb-thread-table--detail .novabb-reply-toggle-button,
.knewscommunity-novabb-thread-table--detail .novabb-reply-edit-button,
.knewscommunity-novabb-thread-table--detail .novabb-reply-delete-button {
	border: 1px solid #11aebe;
	background: #11aebe;
	color: #fff;
	font-size: 0.73rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	padding: 0.37rem 0.66rem;
	border-radius: 2px;
	cursor: pointer;
}

.knewscommunity-novabb-thread-table--detail .novabb-reply-delete-button {
	border-color: #d54a4a;
	background: #fff;
	color: #d54a4a;
}

.knewscommunity-novabb-thread-table--detail .novabb-reply-auth-actions {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	gap: 0.45rem;
}

.knewscommunity-novabb-thread-table--detail .novabb-reply-auth-actions .novabb-thread-auth-action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #11aebe;
	background: #11aebe;
	color: #fff;
	font-size: 0.73rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	padding: 0.37rem 0.66rem;
	border-radius: 2px;
	text-decoration: none;
}

.knewscommunity-novabb-thread-table--detail .novabb-reply-auth-actions .novabb-thread-auth-action-signup {
	background: #fff;
	color: #11aebe;
}

.knewscommunity-novabb-thread-table--detail .novabb-reply-auth-note {
	display: block;
	margin: 0;
	text-align: right;
	color: #6b7280;
	font-size: 0.82rem;
	line-height: 1.4;
	max-width: 40rem;
}

.knewscommunity-novabb-thread-table--detail .novabb-thread-replies-heading {
	margin: 0 0 0.8rem;
	padding: 0.58rem 0.82rem;
	background: #f1fbff;
	border-top: 1px solid #e2f3f8;
	border-bottom: 1px solid #e2f3f8;
	color: #2b3b4d;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.2;
}

.knewscommunity-novabb-thread-table--detail .novabb-reply-tree {
	margin: 0;
}

.knewscommunity-novabb-thread-table--detail .novabb-reply-tree-empty {
	padding: 0.72rem 0.9rem;
	border: 1px solid #e8eef5;
	border-radius: 8px;
	background: #fafcfe;
}

.knewscommunity-novabb-thread-table--detail .novabb-reply-empty-state {
	margin: 0;
	color: #617185;
}

.knewscommunity-novabb-thread-table--detail .novabb-reply-item {
	position: relative;
	margin: 0;
	padding: 0.95rem 0 0.95rem 3rem;
	border-bottom: 1px solid #eef2f6;
}

.knewscommunity-novabb-thread-table--detail .novabb-reply-item::before {
	content: "";
	position: absolute;
	top: 0.95rem;
	left: 0.2rem;
	width: 2rem;
	height: 2rem;
	border-radius: 999px;
	background: linear-gradient(180deg, #f9fbfd 0%, #e5e9ef 100%);
	border: 1px solid #d6dde8;
}

.knewscommunity-novabb-thread-table--detail .novabb-reply-item-header {
	margin: 0;
}

.knewscommunity-novabb-thread-table--detail .novabb-reply-item-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 0.42rem;
	margin: 0;
}

.knewscommunity-novabb-thread-table--detail .novabb-reply-item-author {
	font-size: 1.12rem;
	font-weight: 700;
	line-height: 1.2;
	color: #253548;
}

.knewscommunity-novabb-thread-table--detail .novabb-reply-item-date {
	font-size: 0.86rem;
	line-height: 1.3;
	color: #8a97a7;
}

.knewscommunity-novabb-thread-table--detail .novabb-reply-subject {
	display: none;
}

.knewscommunity-novabb-thread-table--detail .novabb-reply-content {
	margin-top: 0.45rem;
	color: #253548;
	font-size: 1.08rem;
	line-height: 1.7;
}

.knewscommunity-novabb-thread-table--detail .novabb-reply-content p {
	margin: 0.25rem 0;
}

.knewscommunity-novabb-thread-table--detail .novabb-reply-item-deleted .novabb-reply-content {
	color: #9aa7b8;
	font-style: italic;
}

.knewscommunity-novabb-thread-table--detail .novabb-reply-actions {
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	gap: 0.45rem;
	margin: 0.7rem 0 0;
}

.knewscommunity-novabb-thread-table--detail .novabb-reply-children {
	margin: 0.85rem 0 0 1.15rem;
	padding-left: 1.05rem;
	border-left: 2px solid #edf2f7;
}

.knewscommunity-novabb-thread-table--detail [id^="novabb-reply-form-wrap-"] {
	margin-top: 0.65rem;
	padding: 0.72rem 0.9rem 0.8rem;
	background: #fafcfe;
	border: 1px solid #e8eef5;
	border-radius: 8px;
}

.knewscommunity-novabb-thread-table--detail .novabb-thread-replies > p {
	margin: 0.4rem 0 0;
	color: #617185;
}

@media (max-width: 782px) {
	.knewscommunity-novabb-thread-table--detail [data-novabb-thread-detail] > article {
		padding: 1rem 0.95rem;
		border-radius: 12px;
	}

	.knewscommunity-novabb-thread-table--detail .novabb-reply-form,
	.knewscommunity-novabb-thread-table--detail .novabb-reply-item {
		padding-left: 2.6rem;
	}

	.knewscommunity-novabb-thread-table--detail .novabb-reply-form::before,
	.knewscommunity-novabb-thread-table--detail .novabb-reply-item::before {
		width: 1.7rem;
		height: 1.7rem;
	}

	.knewscommunity-novabb-thread-table--detail .novabb-reply-item-author {
		font-size: 1rem;
	}

	.knewscommunity-novabb-thread-table--detail .novabb-reply-content {
		font-size: 1rem;
	}
}
