.nz-stars {
	box-sizing: border-box;
	padding: 1.25rem;
	border-radius: 4px;
	background: #7fbd3f;
	color: #111;
}

.nz-stars *,
.nz-stars *::before,
.nz-stars *::after {
	box-sizing: inherit;
}

.nz-stars__title {
	margin: 0 0 .75rem;
}

.nz-stars__prompt > :first-child {
	margin-top: 0;
}

.nz-stars__fieldset {
	min-width: 0;
	margin: 0 0 1rem;
	padding: 0;
	border: 0;
}

.nz-stars__options {
	display: flex;
	flex-wrap: wrap;
	gap: .65rem 1rem;
	align-items: center;
}

.nz-stars__option {
	display: inline-flex;
	align-items: center;
	gap: .35rem;
	cursor: pointer;
}

.nz-stars__option input {
	width: 18px;
	height: 18px;
	margin: 0;
	cursor: pointer;
}

.nz-stars__stars {
	font-size: 1.25rem;
	line-height: 1;
	letter-spacing: .08em;
}

.nz-stars__submit {
	padding: .65rem 1rem;
	border: 0;
	border-radius: 3px;
	background: #0875bb;
	color: #fff;
	font: inherit;
	cursor: pointer;
}

.nz-stars__submit:hover,
.nz-stars__submit:focus-visible {
	background: #075f98;
}

.nz-stars__submit:disabled {
	opacity: .65;
	cursor: not-allowed;
}

.nz-stars__message {
	min-height: 1.5em;
	margin: .75rem 0 0;
	font-weight: 600;
}

.nz-stars__message[data-state="success"] {
	color: #174b08;
}

.nz-stars__message[data-state="error"] {
	color: #751515;
}

.nz-stars-error {
	padding: .75rem;
	border-left: 4px solid #b32d2e;
	background: #fff;
}

.screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}
