/* PEA registration — scoped under .pea-reg to coexist with the PEA Velvet theme. */

.pea-reg {
	max-width: 480px;
	margin: 0 auto;
}

.pea-reg .pea-reg-verified {
	color: #107c10;
	font-weight: 600;
}

.pea-reg .pea-field {
	margin-bottom: 1rem;
}

.pea-reg .pea-field label {
	display: block;
	font-weight: 600;
	margin-bottom: 0.25rem;
}

.pea-reg .pea-field input {
	width: 100%;
	padding: 0.6rem 0.75rem;
	border: 1px solid currentColor;
	border-radius: 6px;
	background: transparent;
	color: inherit;
	font: inherit;
	box-sizing: border-box;
}

.pea-reg .pea-error {
	display: block;
	min-height: 1.1em;
	color: #d13438;
	font-size: 0.85rem;
	margin-top: 0.2rem;
}

.pea-reg .pea-optin label {
	display: flex;
	gap: 0.5rem;
	align-items: flex-start;
	cursor: pointer;
}

.pea-reg .pea-optin input[type="checkbox"] {
	margin-top: 0.25rem;
	flex: none;
	width: auto;
}

.pea-reg .pea-optin-hint {
	display: block;
	font-size: 0.85rem;
	opacity: 0.75;
	margin-top: 0.2rem;
}

.pea-reg .pea-actions button {
	width: 100%;
	padding: 0.7rem 1rem;
	font: inherit;
	font-weight: 600;
	border: none;
	border-radius: 6px;
	cursor: pointer;
}

.pea-reg .pea-actions button:disabled {
	opacity: 0.6;
	cursor: default;
}
