.zs-wrap {
	max-width: 640px;
	margin: 0 auto;
}

.zs-form {
	/* Uses real Gotham if the site has it licensed/loaded; otherwise the free
	   geometric look-alike Montserrat, then the system sans-serif. */
	font-family: "Gotham", "Gotham SSm", "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	border: 1px solid #e2e2e2;
	border-radius: 10px;
	padding: 24px;
	background: #fff;
}

.zs-form .zs-title,
.zs-wrap .zs-title {
	/* Override the theme's h3 font so the heading matches the rest of the form. */
	font-family: inherit;
	margin: 0 0 16px;
	font-size: 1.4em;
	line-height: 1.2;
}

.zs-row {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
	margin-bottom: 12px;
}

.zs-row .zs-field {
	flex: 1 1 160px;
}

.zs-field {
	display: block;
	margin-bottom: 14px;
}

.zs-field > span {
	display: block;
	font-weight: 600;
	font-size: .9em;
	margin-bottom: 4px;
}

.zs-field input,
.zs-field select,
.zs-field textarea {
	width: 100%;
	box-sizing: border-box;
	padding: 9px 10px;
	border: 1px solid #cbd2d9;
	border-radius: 6px;
	font: inherit;
}

.zs-field input:focus,
.zs-field select:focus,
.zs-field textarea:focus {
	outline: none;
	border-color: #2d8cff;
	box-shadow: 0 0 0 3px rgba(45, 140, 255, .15);
}

.zs-remote {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 10px 12px;
	margin-bottom: 16px;
	background: #eef4ff;
	border: 1px solid #cfe0ff;
	border-radius: 6px;
	font-weight: 600;
	cursor: pointer;
}

.zs-remote input {
	width: auto;
	margin: 0;
}

.zs-field-file input[type="file"] {
	padding: 7px;
	background: #fafbfc;
}

/* Honeypot: keep it in the DOM but out of sight. */
.zs-hp {
	position: absolute;
	left: -5000px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.zs-actions {
	display: flex;
	gap: 10px;
	margin-top: 8px;
}

.zs-btn {
	padding: 10px 18px;
	border: none;
	border-radius: 6px;
	font: inherit;
	font-weight: 600;
	cursor: pointer;
}

.zs-check {
	background: #eef4ff;
	color: #1a56c4;
}

.zs-book {
	background: #2d8cff;
	color: #fff;
}

.zs-book:disabled {
	background: #c7d2dd;
	cursor: not-allowed;
}

.zs-msg {
	margin-top: 14px;
	font-weight: 600;
	min-height: 1.2em;
}

.zs-msg.zs-ok    { color: #157a3d; }
.zs-msg.zs-error { color: #c0392b; }
.zs-msg.zs-info  { color: #555; }

.zs-result {
	text-align: center;
	padding: 8px 0;
}

.zs-result .zs-note {
	color: #555;
	font-style: italic;
}
