/* IAHS Registry Public Styles */

.iahs-registry-form {
	max-width: 640px;
	margin: 1.5em auto;
}

.iahs-registry-field {
	margin-bottom: 1em;
}

.iahs-registry-field label {
	display: block;
	font-weight: 600;
	margin-bottom: 0.25em;
}

.iahs-registry-field input[type="text"],
.iahs-registry-field input[type="email"],
.iahs-registry-field textarea {
	width: 100%;
	max-width: 100%;
}

.iahs-registry-success {
	border: 1px solid #16a34a;
	background: #dcfce7;
	color: #166534;
	padding: 0.75em 1em;
	margin-bottom: 1em;
}

.iahs-registry-error {
	border: 1px solid #b91c1c;
	background: #fee2e2;
	color: #7f1d1d;
	padding: 0.75em 1em;
	margin-bottom: 1em;
}

.iahs-registry-actions {
	margin-top: 1em;
}

.iahs-registry-actions button[type="submit"] {
	padding: 0.5em 1.5em;
}

.iahs-registry-field-error {
	color: #b91c1c;
	font-size: 0.875em;
	margin-top: 0.25em;
}

.iahs-registry-field.has-error input,
.iahs-registry-field.has-error textarea {
	border-color: #b91c1c;
}

/* Honeypot: visually hidden but not display:none */
.iahs-registry-hp-wrap {
	position: absolute;
	left: -9999px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

