.ape-search-form {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	padding: 16px;
	background: #f7f7f7;
	border-radius: 8px;
	margin-bottom: 24px;
}
.ape-search-form select,
.ape-search-form input {
	padding: 8px 10px;
	border: 1px solid #ddd;
	border-radius: 4px;
}
.ape-search-form button {
	padding: 8px 18px;
	background: #1a1a1a;
	color: #fff;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}
.ape-compare-table {
	width: 100%;
	border-collapse: collapse;
}
.ape-compare-table th,
.ape-compare-table td {
	border: 1px solid #e2e2e2;
	padding: 10px;
	text-align: left;
}
.ape-map-missing {
	padding: 20px;
	background: #f5f5f5;
	border-radius: 6px;
	text-align: center;
	color: #777;
}
