.kgv-box {
	background: #f7f8f5;
	border: 1px solid #dfe3da;
	border-radius: 8px;
	padding: 24px;
	max-width: 720px;
	margin: 20px 0;
	font-size: 15px;
}
.kgv-box h3 { margin-top: 0; }
.kgv-box h4 { margin-top: 28px; margin-bottom: 8px; border-top: 1px solid #dfe3da; padding-top: 16px; }
.kgv-meldung {
	background: #eaf7ea;
	border-left: 4px solid #46b450;
	padding: 10px 14px;
	border-radius: 4px;
}
.kgv-parzellen-liste { list-style: none; margin: 0; padding: 0; }
.kgv-parzellen-liste li { background: #fff; border: 1px solid #e3e6df; border-radius: 6px; padding: 10px 14px; margin-bottom: 8px; }
.kgv-frontend-table { width: 100%; border-collapse: collapse; margin-bottom: 10px; }
.kgv-frontend-table td, .kgv-frontend-table th {
	padding: 8px 10px;
	border-bottom: 1px solid #e3e6df;
	text-align: left;
}
.kgv-frontend-form { display: flex; flex-wrap: wrap; gap: 12px; align-items: flex-end; background: #fff; border: 1px solid #e3e6df; border-radius: 6px; padding: 16px; }
.kgv-frontend-form label { display: flex; flex-direction: column; font-size: 13px; gap: 4px; }
.kgv-frontend-form input { padding: 6px 8px; border: 1px solid #c3c9bd; border-radius: 4px; }
.kgv-frontend-form button {
	background: #4c6a3f;
	color: #fff;
	border: none;
	padding: 9px 18px;
	border-radius: 4px;
	cursor: pointer;
	font-weight: 600;
	height: fit-content;
}
.kgv-frontend-form button:hover { background: #3d5533; }
.kgv-status {
	display: inline-block;
	padding: 2px 10px;
	border-radius: 12px;
	font-size: 12px;
	font-weight: 600;
	color: #fff;
	background: #8c8f94;
}
.kgv-status-genehmigt, .kgv-status-frei { background: #46b450; }
.kgv-status-offen { background: #dba617; }
.kgv-status-abgelehnt, .kgv-status-vergeben { background: #8c8f94; }

.kgv-frontend-form-column {
	flex-direction: column;
	align-items: stretch;
	max-width: 480px;
}
.kgv-frontend-form-column label { width: 100%; }
.kgv-frontend-form-column select,
.kgv-frontend-form-column textarea {
	padding: 6px 8px;
	border: 1px solid #c3c9bd;
	border-radius: 4px;
	font-family: inherit;
	width: 100%;
	box-sizing: border-box;
}
.kgv-checkbox-label {
	flex-direction: row !important;
	align-items: flex-start !important;
	gap: 8px !important;
	font-size: 13px;
	line-height: 1.4;
}
.kgv-checkbox-label input[type="checkbox"] {
	margin-top: 3px;
	flex-shrink: 0;
	width: auto;
}

.kgv-nachrichten-liste { list-style: none; margin: 0 0 10px; padding: 0; }
.kgv-nachrichten-liste li {
	background: #fff;
	border: 1px solid #e3e6df;
	border-left: 4px solid #4c6a3f;
	border-radius: 6px;
	padding: 12px 14px;
	margin-bottom: 10px;
}
.kgv-nachricht-kopf { display: flex; justify-content: space-between; align-items: baseline; gap: 10px; }
.kgv-nachricht-datum { color: #6b7060; font-size: 12px; white-space: nowrap; }
.kgv-nachrichten-liste p { margin: 6px 0 8px; }
.kgv-nachricht-loeschen-form { margin: 0; }
.kgv-link-danger-btn {
	background: none;
	border: none;
	padding: 0;
	color: #b3261e;
	cursor: pointer;
	font-size: 12px;
	text-decoration: underline;
}
.kgv-link-danger-btn:hover { color: #8a1c15; }
