#cadps-search-widget {
	max-width: 900px;
	margin: 0 auto;
	font-family: inherit;
}

.cadps-row {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
	margin-bottom: 16px;
}

.cadps-row select,
.cadps-row input[type="text"] {
	padding: 10px 12px;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 15px;
}

.cadps-row input[type="text"] {
	flex: 1;
	min-width: 220px;
}

.cadps-row button {
	padding: 10px 20px;
	background: #1a4d2e;
	color: #fff;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	font-size: 15px;
}

.cadps-row button:hover {
	background: #143b23;
}

.cadps-msg {
	color: #555;
	font-style: italic;
}

.cadps-results-table,
.cadps-detail-table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}

.cadps-results-table th,
.cadps-results-table td,
.cadps-detail-table th,
.cadps-detail-table td {
	padding: 10px 12px;
	border-bottom: 1px solid #e0e0e0;
	text-align: left;
	font-size: 14px;
}

.cadps-results-table th {
	background: #f4f4f4;
}

.cadps-detail-table th {
	width: 220px;
	color: #444;
	background: #fafafa;
}

.cadps-detail h2 {
	margin-bottom: 4px;
}

.cadps-detail h3 {
	margin-top: 24px;
	margin-bottom: 8px;
}

.cadps-updated {
	color: #888;
	font-size: 13px;
	margin-top: 16px;
}

.cadps-detail table.cadps-detail-table th, .cadps-detail table.cadps-detail-table td { font-size: 14px; }
.cadps-detail ul { margin: 0 0 10px 20px; }

.cadps-parcel-id { font-family: Arial, sans-serif; font-size: 12px; color: #777; text-transform: uppercase; letter-spacing: 0.05em; margin: 0 0 2px; }
.cadps-privacy-note { color: #a05a1c; font-style: italic; margin: 4px 0 20px; }
.cadps-data-note { font-size: 12.5px; color: #888; background: #f7f6f2; border-left: 3px solid #d9d3c4; padding: 8px 12px; margin: 10px 0 20px; }
.cadps-disclaimer { font-size: 12px; color: #999; border-top: 1px solid #eee; padding-top: 12px; margin-top: 24px; }
