/*
Theme Name: Karkhano
Description: Lean block theme for karkhano.pk. Presentation only; complaint logic lives in the karkhano-complaints plugin.
Version: 0.1.0
Requires at least: 6.5
Requires PHP: 8.0
Text Domain: karkhano
*/

.kh-notice {
	border-inline-start: 4px solid var(--wp--preset--color--accent);
	padding: 0.75rem 1rem;
	background: var(--wp--preset--color--surface);
}

.kh-form label { display: block; font-weight: 600; margin-block: 1rem 0.25rem; }
.kh-form input[type="text"],
.kh-form input[type="tel"],
.kh-form input[type="email"],
.kh-form input[type="date"],
.kh-form select,
.kh-form textarea {
	width: 100%;
	padding: 0.65rem;
	border: 1px solid #c9ccd1;
	border-radius: 4px;
	font: inherit;
}
.kh-form button {
	margin-block-start: 1.5rem;
	padding: 0.75rem 1.5rem;
	border: 0;
	border-radius: 4px;
	background: var(--wp--preset--color--primary);
	color: #fff;
	font: inherit;
	cursor: pointer;
}
.kh-hp { position: absolute; left: -9999px; }
