/* Nexa Woo Review — front-end styles */

.nwr-review-title {
	margin: 0 0 6px;
	font-size: 15px;
}

.nwr-helpful {
	margin-top: 8px;
}
.nwr-helpful-btn {
	background: transparent;
	border: 1px solid #d5d5d5;
	border-radius: 16px;
	padding: 4px 12px;
	font-size: 13px;
	cursor: pointer;
	color: #444;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	transition: background 0.15s ease, border-color 0.15s ease;
}
.nwr-helpful-btn:hover { background: #f3f4f6; border-color: #b5b5b5; }
.nwr-helpful-btn:disabled { cursor: default; opacity: 0.85; }
.nwr-helpful-btn.voted { border-color: #2e7d32; color: #2e7d32; }
.nwr-helpful-btn::before {
	content: "\1F44D";
	font-size: 13px;
}
.nwr-helpful-count { font-weight: 600; }

img.nwr-avatar { border-radius: 50%; }
