.kourylab-form {
	max-width: 48rem;
}

.kourylab-form p {
	margin-block: 0 1.25rem;
}

.kourylab-form label {
	display: block;
	font-weight: 700;
	margin-bottom: 0.4rem;
}

.kourylab-form :where(input, textarea) {
	background: var(--wp--preset--color--base, #fff);
	border: 2px solid currentColor;
	border-radius: 0;
	box-sizing: border-box;
	color: inherit;
	font: inherit;
	padding: 0.8rem;
	width: 100%;
}

.kourylab-form :where(input, textarea):focus-visible,
.kourylab-form button:focus-visible {
	outline: 3px solid var(--wp--preset--color--signal, #ff4d00);
	outline-offset: 3px;
}

.kourylab-form button {
	min-height: 44px;
	padding: 0.75rem 1.25rem;
}

.kourylab-form__notice,
.kourylab-form__error {
	border: 2px solid currentColor;
	font-weight: 700;
	padding: 1rem;
}

.kourylab-form__trap {
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

