.handigo-rs-review-form {
	max-width: 480px;
}
.handigo-rs-review-form h3 {
	margin-top: 0;
}

.handigo-rs-stars {
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
	gap: 4px;
	margin-bottom: 16px;
}
.handigo-rs-stars input {
	display: none;
}
.handigo-rs-stars label {
	font-size: 2rem;
	line-height: 1;
	color: #ddd;
	cursor: pointer;
	transition: color 0.15s;
}
.handigo-rs-stars input:checked ~ label,
.handigo-rs-stars label:hover,
.handigo-rs-stars label:hover ~ label {
	color: #f5b301;
}

.handigo-rs-review-form textarea {
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	margin-bottom: 12px;
	font-family: inherit;
}

.handigo-rs-form-success {
	color: #2e7d32;
	font-weight: 600;
}
.handigo-rs-form-error {
	color: #c62828;
	font-weight: 600;
}

.handigo-rs-demo-notice {
	margin: 0 0 14px;
	padding: 10px 12px;
	border-left: 4px solid #dba617;
	background: #fff8dc;
	font-size: 13px;
}
.handigo-rs-demo-form [disabled] { cursor: not-allowed; opacity: .72; }
