/* JankariKit Contact Form - front-end styles */

.jk-frm-hp {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.jk-frm-required {
	color: #c0392b;
}

.jk-frm-message {
	padding: 12px 16px;
	margin-bottom: 16px;
	border-radius: 4px;
}

.jk-frm-message ul {
	margin: 6px 0 0;
	padding-left: 20px;
}

.jk-frm-message--success {
	border: 1px solid #2ecc71;
	background: #eafaf1;
	color: #1e8449;
}

.jk-frm-message--error {
	border: 1px solid #e74c3c;
	background: #fdedec;
	color: #c0392b;
}

/* Fallback layout so forms render even without theme styling. */
.jk-frm-form .jk-frm-field {
	display: grid;
	gap: 6px;
	margin: 0 0 14px;
}

.jk-frm-form input[type="text"],
.jk-frm-form input[type="email"],
.jk-frm-form textarea {
	width: 100%;
	box-sizing: border-box;
	padding: 10px 12px;
	border: 1px solid #ccc;
	border-radius: 4px;
	font: inherit;
}

.jk-frm-form .jk-frm-submit {
	display: inline-block;
	border: 0;
	border-radius: 4px;
	padding: 12px 22px;
	font-weight: 700;
	cursor: pointer;
}
