html[data-pcgh-theme-resolved="light"] .pcgh-comments {
	background: #fff;
	border-color: #dbe3ee;
	color: var(--pcgh-text)
}

html[data-pcgh-theme-resolved="light"] .pcgh-comments__head h2,
html[data-pcgh-theme-resolved="light"] .pcgh-comment-title,
html[data-pcgh-theme-resolved="light"] .comment-reply-title {
	color: #0f172a
}

html[data-pcgh-theme-resolved="light"] .pcgh-cmt-form {
	background: #fff;
	border-color: #dbe3ee;
	box-shadow: none
}

html[data-pcgh-theme-resolved="light"] .pcgh-cmt-form__rating,
html[data-pcgh-theme-resolved="light"] .comment-form-comment {
	background: #f8fafc;
	border-color: #e2e8f0
}

html[data-pcgh-theme-resolved="light"] .pcgh-cmt-form__textarea {
	background: #f8fafc;
	border-color: #e2e8f0;
	color: #0f172a
}

html[data-pcgh-theme-resolved="light"] .pcgh-cmt-form__textarea::placeholder {
	color: #94a3b8
}

html[data-pcgh-theme-resolved="light"] .pcgh-cmt-form__actions {
	align-items: center;
	gap: 14px
}

html[data-pcgh-theme-resolved="light"] .pcgh-cmt-quick-replies {
	align-items: center;
	gap: 12px;
	color: #64748b
}

html[data-pcgh-theme-resolved="light"] .pcgh-cmt-quick-replies__label {
	gap: 8px;
	color: #64748b;
	font-size: 13px;
	font-weight: 500
}

html[data-pcgh-theme-resolved="light"] .pcgh-cmt-quick-replies__label i[data-lucide],
html[data-pcgh-theme-resolved="light"] .pcgh-cmt-quick-replies__label svg {
	width: 24px;
	height: 24px;
	color: #64748b;
	stroke-width: 1.8
}

html[data-pcgh-theme-resolved="light"] .pcgh-cmt-quick-replies__items {
	gap: 10px
}

html[data-pcgh-theme-resolved="light"] .pcgh-cmt-quick-replies__item {
	min-height: 34px;
	padding: 0 16px;
	background: #f8fafc;
	border: 1px solid #eef2f7;
	border-radius: 10px;
	color: #334155;
	font-size: 13px;
	box-shadow: none
}

html[data-pcgh-theme-resolved="light"] .pcgh-cmt-quick-replies__item:hover,
html[data-pcgh-theme-resolved="light"] .pcgh-cmt-quick-replies__item:focus-visible {
	background: #eff6ff;
	border-color: rgba(37,99,235,.24);
	color: #2563eb;
	box-shadow: none
}

html[data-pcgh-theme-resolved="light"] .pcgh-cmt-quick-replies__item:active {
	background: #dbeafe;
	transform: scale(.98)
}

html[data-pcgh-theme-resolved="light"] .pcgh-cmt-form__submit {
	background: linear-gradient(135deg,#3b82f6,#2563eb);
	border-color: transparent;
	color: #fff;
	box-shadow: none
}

html[data-pcgh-theme-resolved="light"] .pcgh-cmt-form__submit:hover,
html[data-pcgh-theme-resolved="light"] .pcgh-cmt-form__submit:focus-visible {
	background: linear-gradient(135deg,#2563eb,#1d4ed8);
	color: #fff
}

@media (max-width: 768px) {
	html[data-pcgh-theme-resolved="light"] .pcgh-cmt-form__actions {
		align-items: stretch
	}

	html[data-pcgh-theme-resolved="light"] .pcgh-cmt-quick-replies {
		align-items: flex-start
	}

	html[data-pcgh-theme-resolved="light"] .pcgh-cmt-quick-replies__items {
		gap: 8px
	}
}
