/**
 * Frontend-styling för [krakbaret_contact_form].
 * Medvetet återhållsam - tänkt att ärva typografi/färger från temat.
 */

.krakbaret-cf {
	max-width: 640px;
	margin: 0 0 2em;
}

.krakbaret-cf__title {
	margin-bottom: 0.75em;
}

.krakbaret-cf__notice {
	padding: 0.9em 1.1em;
	margin-bottom: 1.25em;
	border-left: 4px solid #666;
	background: #f6f6f6;
	border-radius: 2px;
}

.krakbaret-cf__notice--success {
	border-left-color: #2e7d32;
	background: #edf7ed;
	color: #1e4620;
}

.krakbaret-cf__notice--error {
	border-left-color: #c62828;
	background: #fdecea;
	color: #611a15;
}

.krakbaret-cf__notice ul {
	margin: 0;
	padding-left: 1.2em;
}

.krakbaret-cf__field {
	margin-bottom: 1.1em;
	display: flex;
	flex-direction: column;
	gap: 0.35em;
}

.krakbaret-cf__field label {
	font-weight: 600;
}

.krakbaret-cf__field input[type="text"],
.krakbaret-cf__field input[type="email"],
.krakbaret-cf__field input[type="tel"],
.krakbaret-cf__field textarea {
	width: 100%;
	max-width: 100%;
	padding: 0.6em 0.7em;
	border: 1px solid #ccc;
	border-radius: 4px;
	font: inherit;
	box-sizing: border-box;
}

.krakbaret-cf__field input:focus,
.krakbaret-cf__field textarea:focus {
	outline: 2px solid #2271b1;
	outline-offset: 1px;
}

.krakbaret-cf__field--turnstile {
	margin-bottom: 1.4em;
}

.krakbaret-cf__privacy-notice {
	font-size: 0.85em;
	color: #666;
	margin: 0 0 1em;
}

.krakbaret-cf__field--honeypot {
	position: absolute !important;
	left: -9999px !important;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.krakbaret-cf__field--submit {
	margin-top: 1.4em;
}

.krakbaret-cf__submit {
	display: inline-block;
	padding: 0.7em 1.6em;
	background: #1e1e1e;
	color: #fff;
	border: 0;
	border-radius: 4px;
	font: inherit;
	font-weight: 600;
	cursor: pointer;
}

.krakbaret-cf__submit:hover,
.krakbaret-cf__submit:focus {
	background: #3a3a3a;
}

.krakbaret-cf__submit:disabled {
	opacity: 0.6;
	cursor: not-allowed;
}

/* Adminlistans statusmärken */
.krakbaret-cf-status {
	display: inline-block;
	padding: 0.15em 0.6em;
	border-radius: 10px;
	font-size: 0.85em;
	font-weight: 600;
}

.krakbaret-cf-status--new {
	background: #e5f2ff;
	color: #0a4b8c;
}

.krakbaret-cf-status--read {
	background: #eee;
	color: #555;
}
