.pcgh-recent-comments-widget {
	width: 100%;
	max-width: none;
	margin-inline: 0;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	overflow: visible !important;
}

.pcgh-recent-comments {
	--pcgh-rc-primary: var(--pcgh-primary, #3b82f6);
	--pcgh-rc-primary-rgb: var(--pcgh-primary-rgb, 59, 130, 246);
	width: 100%;
	max-width: none;
	padding: 14px 10px;
	border: 1px solid rgba(226, 232, 240, .86);
	border-radius: 16px;
	background: rgba(255, 255, 255, .94);
	box-shadow: none;
	color: #111827;
}

.pcgh-recent-comments,
.pcgh-recent-comments * {
	box-sizing: border-box;
}

.pcgh-recent-comments__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	margin-bottom: 11px;
}

.pcgh-recent-comments__head h3 {
	margin: 0;
	color: #0f172a;
	font-size: 18px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.2;
}

.pcgh-recent-comments__head a {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	color: #6b7280;
	font-size: 12px;
	font-weight: 800;
	text-decoration: none;
	white-space: nowrap;
	transition: color .18s ease;
}

.pcgh-recent-comments__head a:hover {
	color: var(--pcgh-rc-primary);
}

.pcgh-recent-comments__head a :where(svg, i[data-lucide]) {
	width: 14px;
	height: 14px;
}

.pcgh-recent-comments__list {
	display: grid;
	gap: 7px;
}

.pcgh-recent-comment {
	display: grid;
	grid-template-columns: 38px minmax(0, 1fr);
	gap: 8px;
	min-width: 0;
	padding: 8px;
	border: 1px solid #e8edf5;
	border-radius: 11px;
	background: rgba(255, 255, 255, .78);
	color: inherit;
	text-decoration: none;
	transition: border-color .18s ease, background-color .18s ease, transform .18s ease;
}

.pcgh-recent-comment:hover {
	border-color: rgba(var(--pcgh-rc-primary-rgb), .36);
	box-shadow: none;
	transform: translateY(-1px);
}

.pcgh-recent-comment__avatar {
	display: block;
	width: 38px;
	height: 38px;
	overflow: hidden;
	border-radius: 50%;
	background: #f1f5f9;
}

.pcgh-recent-comment__avatar img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: inherit;
}

.pcgh-recent-comment__body {
	display: grid;
	gap: 4px;
	min-width: 0;
}

.pcgh-recent-comment__top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 6px;
	min-width: 0;
}

.pcgh-recent-comment__name-wrap {
	display: flex;
	align-items: center;
	flex: 1 1 auto;
	flex-wrap: nowrap;
	gap: 4px;
	min-width: 0;
	overflow: hidden;
}

.pcgh-recent-comment__name {
	max-width: 100%;
	min-width: 0;
	overflow: hidden;
	color: #111827;
	font-size: 14px;
	font-weight: 900;
	line-height: 1.25;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.pcgh-recent-comment__badges {
	display: inline-flex;
	align-items: center;
	flex: 0 0 auto;
	flex-wrap: nowrap;
	gap: 3px;
}

.pcgh-recent-comment__badges:empty {
	display: none;
}

.pcgh-recent-comment__badges :where(.pcgh-level-badge, .pcgh-vip-badge) {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0;
	min-height: 16px;
	padding: 0 4px;
	border-radius: 5px;
	font-size: 9px;
	font-weight: 900;
	line-height: 1;
	white-space: nowrap;
}

.pcgh-recent-comment__badges :where(.pcgh-level-badge i, .pcgh-vip-badge i, .pcgh-level-badge svg, .pcgh-vip-badge svg) {
	display: none;
}

.pcgh-recent-comment__badges .pcgh-level-badge {
	background: rgba(var(--pcgh-rc-primary-rgb), .13);
	color: var(--pcgh-lv-c, var(--pcgh-rc-primary));
}

.pcgh-recent-comment__badges .pcgh-vip-badge {
	background: rgba(245, 158, 11, .14);
	color: var(--pcgh-vip-c, #f59e0b);
}

.pcgh-recent-comment time {
	flex: 0 0 auto;
	color: #7c8799;
	font-size: 11px;
	font-weight: 800;
	line-height: 1.4;
	white-space: nowrap;
}

.pcgh-recent-comment__text {
	display: -webkit-box;
	overflow: hidden;
	color: #1f2937;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.5;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.pcgh-recent-comment__post {
	display: flex;
	align-items: center;
	gap: 5px;
	min-width: 0;
	color: #6b7280;
	font-size: 11px;
	font-weight: 800;
	line-height: 1.35;
}

.pcgh-recent-comment__post em {
	flex: 0 0 auto;
	color: #7c8799;
	font-style: normal;
}

.pcgh-recent-comment__post :where(svg, i[data-lucide]) {
	flex: 0 0 auto;
	width: 14px;
	height: 14px;
	color: #8a95aa;
}

.pcgh-recent-comment__post span {
	display: block;
	min-width: 0;
	overflow: hidden;
	color: var(--pcgh-rc-primary);
	text-overflow: ellipsis;
	white-space: nowrap;
}

.pcgh-recent-comments__empty {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 88px;
	border: 1px dashed #d8e0ee;
	border-radius: 12px;
	color: #8a95aa;
	font-weight: 800;
}

.pcgh-recent-comments__empty :where(svg, i[data-lucide]) {
	width: 22px;
	height: 22px;
}

html[data-pcgh-theme-resolved="dark"] .pcgh-recent-comments {
	border-color: rgba(148, 163, 184, .18);
	background: rgba(15, 23, 42, .92);
	box-shadow: none;
	color: #e5edf9;
}

html[data-pcgh-theme-resolved="dark"] .pcgh-recent-comments__head h3,
html[data-pcgh-theme-resolved="dark"] .pcgh-recent-comment__name {
	color: #f8fafc;
}

html[data-pcgh-theme-resolved="dark"] .pcgh-recent-comments__head a,
html[data-pcgh-theme-resolved="dark"] .pcgh-recent-comment time {
	color: #94a3b8;
}

html[data-pcgh-theme-resolved="dark"] .pcgh-recent-comments__head a:hover,
html[data-pcgh-theme-resolved="dark"] .pcgh-recent-comment__post span {
	color: var(--pcgh-rc-primary);
}

html[data-pcgh-theme-resolved="dark"] .pcgh-recent-comment {
	border-color: rgba(148, 163, 184, .18);
	background: rgba(30, 41, 59, .58);
}

html[data-pcgh-theme-resolved="dark"] .pcgh-recent-comment:hover {
	border-color: rgba(var(--pcgh-rc-primary-rgb), .46);
	box-shadow: none;
}

html[data-pcgh-theme-resolved="dark"] .pcgh-recent-comment__avatar {
	background: #1e293b;
}

html[data-pcgh-theme-resolved="dark"] .pcgh-recent-comment__text {
	color: #dbe7f6;
}

html[data-pcgh-theme-resolved="dark"] .pcgh-recent-comment__post {
	color: #94a3b8;
}

html[data-pcgh-theme-resolved="dark"] .pcgh-recent-comment__post em {
	color: #94a3b8;
}

html[data-pcgh-theme-resolved="dark"] .pcgh-recent-comment__post :where(svg, i[data-lucide]) {
	color: #94a3b8;
}

html[data-pcgh-theme-resolved="dark"] .pcgh-recent-comment__badges .pcgh-level-badge {
	background: rgba(var(--pcgh-rc-primary-rgb), .18);
}

html[data-pcgh-theme-resolved="dark"] .pcgh-recent-comment__badges .pcgh-vip-badge {
	background: rgba(245, 158, 11, .18);
}

html[data-pcgh-theme-resolved="dark"] .pcgh-recent-comments__empty {
	border-color: rgba(148, 163, 184, .24);
	color: #94a3b8;
}

@media (max-width: 640px) {
	.pcgh-recent-comments {
		padding: 14px 10px;
		border-radius: 16px;
	}

	.pcgh-recent-comments__head h3 {
		font-size: 18px;
	}

	.pcgh-recent-comment {
		grid-template-columns: 38px minmax(0, 1fr);
		gap: 8px;
		padding: 8px;
		border-radius: 11px;
	}

	.pcgh-recent-comment__avatar {
		width: 38px;
		height: 38px;
	}

	.pcgh-recent-comment__top {
		align-items: flex-start;
	}

	.pcgh-recent-comment__name {
		font-size: 14px;
	}

	.pcgh-recent-comment__text {
		font-size: 13px;
	}

	.pcgh-recent-comment time,
	.pcgh-recent-comment__post {
		font-size: 11px;
	}
}
