.th-single-wrap {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 320px;
	gap: 32px;
	padding: 24px 0 56px;
}

.th-breadcrumb {
	font-size: 13px;
	color: var(--th-text-muted);
	margin-bottom: 16px;
}

.th-breadcrumb a:hover {
	color: var(--th-accent);
}

.th-single-badge {
	display: inline-block;
	background: var(--th-accent);
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 4px 10px;
	border-radius: 999px;
	margin-bottom: 12px;
}

.th-single-title {
	font-size: clamp(28px, 4vw, 40px);
}

.th-single-subtitle {
	font-size: 18px;
	color: var(--th-text-muted);
	margin: 12px 0 0;
}

.th-single-meta {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid var(--th-border);
}

.th-author-avatar {
	border-radius: 50%;
}

.th-single-meta-text {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.th-author-name {
	font-weight: 700;
	font-size: 14px;
}

.th-meta-line {
	font-size: 13px;
	color: var(--th-text-muted);
}

.th-single-media {
	margin: 24px 0;
}

.th-single-media img {
	border-radius: var(--th-radius);
}

.th-single-media figcaption {
	font-size: 13px;
	color: var(--th-text-muted);
	margin-top: 8px;
}

.th-share-bar {
	display: flex;
	gap: 10px;
	margin-bottom: 20px;
}

.th-share-btn {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	border: 1px solid var(--th-border);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
}

.th-share-btn:hover {
	border-color: var(--th-accent);
	color: var(--th-accent);
}

.th-single-content {
	font-size: 18px;
	line-height: 1.75;
	max-width: 720px;
}

