.zsr-return-form {
	max-width: 560px;
}

.zsr-field {
	margin-bottom: 1em;
	display: flex;
	flex-direction: column;
}

.zsr-field label {
	font-weight: 600;
	margin-bottom: 0.35em;
}

.zsr-field input[type="text"],
.zsr-field input[type="email"],
.zsr-field select,
.zsr-field textarea {
	padding: 0.5em;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 1em;
}

.zsr-field-checkbox {
	flex-direction: row;
	align-items: flex-start;
	gap: 0.5em;
}

.zsr-field-checkbox label {
	font-weight: 400;
	display: flex;
	gap: 0.5em;
}

.zsr-return-form button {
	padding: 0.7em 1.4em;
	background: #2b3a2f;
	color: #fff;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	font-size: 1em;
}

.zsr-return-form button:hover {
	background: #1c2620;
}

.zsr-notice {
	padding: 1em;
	border-radius: 4px;
	margin-bottom: 1.5em;
}

.zsr-notice-success {
	background: #e6f4ea;
	border: 1px solid #34a853;
}

.zsr-notice-error {
	background: #fce8e6;
	border: 1px solid #d93025;
}
