html[data-pcgh-theme-resolved="light"] .pcgh-community-single .pcgh-community-replies {
	background: var(--pcgh-surface);
	border-color: var(--pcgh-border);
	box-shadow: none;
	color: var(--pcgh-text)
}

html[data-pcgh-theme-resolved="light"] .pcgh-community-single .pcgh-community-replies__head {
	border-bottom-color: var(--pcgh-border)
}

html[data-pcgh-theme-resolved="light"] .pcgh-community-single .pcgh-community-replies__head h2 {
	color: var(--pcgh-text)
}

html[data-pcgh-theme-resolved="light"] .pcgh-community-single .pcgh-community-replies__head span,
html[data-pcgh-theme-resolved="light"] .pcgh-community-single .pcgh-community-replies__head a {
	color: var(--pcgh-text-2)
}

html[data-pcgh-theme-resolved="light"] .pcgh-community-single .pcgh-community-replies__head a:hover {
	color: var(--pcgh-primary)
}

html[data-pcgh-theme-resolved="light"] .pcgh-community-single .pcgh-community-replies .pcgh-cmt__inner {
	background: transparent;
	border-color: var(--pcgh-border)
}

html[data-pcgh-theme-resolved="light"] .pcgh-community-single .pcgh-community-replies .pcgh-cmt + .pcgh-cmt,
html[data-pcgh-theme-resolved="light"] .pcgh-community-single .pcgh-community-replies .children .pcgh-cmt {
	border-color: var(--pcgh-border)
}

html[data-pcgh-theme-resolved="light"] .pcgh-community-single .pcgh-community-replies .pcgh-cmt__name,
html[data-pcgh-theme-resolved="light"] .pcgh-community-single .pcgh-community-replies .pcgh-cmt__name a {
	color: var(--pcgh-text)
}

html[data-pcgh-theme-resolved="light"] .pcgh-community-single .pcgh-community-replies .pcgh-cmt__content,
html[data-pcgh-theme-resolved="light"] .pcgh-community-single .pcgh-community-replies .pcgh-cmt__content p {
	color: var(--pcgh-text-2)
}

html[data-pcgh-theme-resolved="light"] .pcgh-community-single .pcgh-community-replies .pcgh-cmt__time,
html[data-pcgh-theme-resolved="light"] .pcgh-community-single .pcgh-community-replies .pcgh-cmt__reply a,
html[data-pcgh-theme-resolved="light"] .pcgh-community-single .pcgh-community-replies .pcgh-cmt__edit a {
	color: var(--pcgh-text-3)
}

html[data-pcgh-theme-resolved="light"] .pcgh-community-single .pcgh-community-replies .pcgh-cmt__reply a:hover,
html[data-pcgh-theme-resolved="light"] .pcgh-community-single .pcgh-community-replies .pcgh-cmt__edit a:hover {
	color: var(--pcgh-primary)
}

html[data-pcgh-theme-resolved="light"] .pcgh-community-single .pcgh-community-replies .pcgh-cmt__tag {
	background: var(--pcgh-surface-2);
	color: var(--pcgh-text-2)
}

html[data-pcgh-theme-resolved="light"] .pcgh-community-single .pcgh-community-replies .pcgh-cmt__tag--admin {
	background: rgba(var(--pcgh-primary-rgb),.10);
	color: var(--pcgh-primary)
}

html[data-pcgh-theme-resolved="light"] .pcgh-community-single .pcgh-community-replies .pcgh-cmt__content blockquote,
html[data-pcgh-theme-resolved="light"] .pcgh-community-single .pcgh-community-replies .pcgh-cmt__content code {
	background: var(--pcgh-surface-2);
	color: var(--pcgh-text-2)
}

html[data-pcgh-theme-resolved="light"] .pcgh-community-single .pcgh-community-replies .comment-respond,
html[data-pcgh-theme-resolved="light"] .pcgh-community-single .pcgh-community-replies .pcgh-cmt-form {
	background: var(--pcgh-surface);
	border-color: var(--pcgh-border);
	box-shadow: none;
	color: var(--pcgh-text)
}

html[data-pcgh-theme-resolved="light"] .pcgh-community-single .pcgh-community-replies textarea,
html[data-pcgh-theme-resolved="light"] .pcgh-community-single .pcgh-community-replies input[type="text"],
html[data-pcgh-theme-resolved="light"] .pcgh-community-single .pcgh-community-replies input[type="email"],
html[data-pcgh-theme-resolved="light"] .pcgh-community-single .pcgh-community-replies input[type="url"] {
	background: #fff;
	border-color: var(--pcgh-border);
	color: var(--pcgh-text)
}
