.kg-search-form p {
	margin: 0 0 1em;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5em 1em;
	align-items: center;
}

.kg-search-form label {
	font-weight: 600;
	margin-right: 0.25em;
}

.kg-search-form input[type="text"],
.kg-search-form input[type="date"],
.kg-search-form select {
	padding: 0.4em 0.6em;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.kg-search-submit {
	background: #2c3e2f;
	color: #fff;
	border: none;
	padding: 0.6em 1.4em;
	border-radius: 4px;
	cursor: pointer;
}

.kg-search-submit:hover {
	background: #1d2a1f;
}

.kg-results-table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 1em;
}

.kg-results-table th,
.kg-results-table td {
	text-align: left;
	padding: 0.6em 0.8em;
	border-bottom: 1px solid #e2e2e2;
}

.kg-results-table th {
	background: #f5f5f0;
}

.kg-pagination {
	margin-top: 1em;
}

.kg-pagination a,
.kg-pagination span.current {
	display: inline-block;
	padding: 0.3em 0.7em;
	margin-right: 0.3em;
	border: 1px solid #ccc;
	border-radius: 4px;
	text-decoration: none;
}

.kg-pagination span.current {
	background: #2c3e2f;
	color: #fff;
	border-color: #2c3e2f;
}

.kg-detail-table {
	width: 100%;
	border-collapse: collapse;
	margin: 1em 0;
}

.kg-detail-table th {
	text-align: left;
	width: 40%;
	padding: 0.5em 0.8em;
	background: #f5f5f0;
	vertical-align: top;
}

.kg-detail-table td {
	padding: 0.5em 0.8em;
	border-bottom: 1px solid #e2e2e2;
}

.kg-inscription {
	font-style: italic;
	border-left: 3px solid #2c3e2f;
	padding-left: 1em;
}
