/* Formularz kontaktowy – neutralny, dziedziczy typografię motywu. */
.ok-form-wrap {
	max-width: 640px;
	margin: 0 auto;
}

.ok-form .ok-field {
	margin: 0 0 1.1em;
}

.ok-form label {
	display: block;
	font-weight: 600;
	margin-bottom: .35em;
}

.ok-form input[type="text"],
.ok-form input[type="email"],
.ok-form input[type="tel"],
.ok-form textarea {
	width: 100%;
	box-sizing: border-box;
	padding: .6em .7em;
	border: 1px solid #c7ccd1;
	border-radius: 6px;
	font: inherit;
	background: #fff;
}

.ok-form input:focus,
.ok-form textarea:focus {
	outline: none;
	border-color: #2a6f4b;
	box-shadow: 0 0 0 3px rgba(42, 111, 75, .15);
}

.ok-form input[type="file"] {
	display: block;
	width: 100%;
}

.ok-req {
	color: #c0392b;
}

.ok-hint {
	display: block;
	font-size: .85em;
	color: #6b7278;
	margin-top: .35em;
}

.ok-file-error {
	display: block;
	color: #c0392b;
	font-size: .9em;
	margin-top: .35em;
}

.ok-field--check label {
	display: flex;
	align-items: flex-start;
	gap: .5em;
	font-weight: 400;
}

.ok-field--check input {
	margin-top: .25em;
}

.ok-submit {
	display: inline-block;
	background: #2a6f4b;
	color: #fff;
	border: 0;
	border-radius: 6px;
	padding: .75em 1.6em;
	font: inherit;
	font-weight: 600;
	cursor: pointer;
}

.ok-submit:hover {
	background: #235c3e;
}

.ok-submit:disabled {
	opacity: .6;
	cursor: default;
}

.ok-notice {
	padding: .9em 1.1em;
	border-radius: 6px;
	margin-bottom: 1.2em;
}

.ok-notice--success {
	background: #e6f4ec;
	border: 1px solid #2a6f4b;
	color: #1c4d34;
}

.ok-notice--error {
	background: #fdecea;
	border: 1px solid #c0392b;
	color: #922b21;
}

.ok-notice ul {
	margin: .4em 0 0;
	padding-left: 1.2em;
}

/* Honeypot – ukryty przed ludźmi, dostępny dla botów. */
.ok-hp {
	position: absolute !important;
	left: -9999px !important;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
