.normal {
	font-size: 14px;
	margin-bottom: 10px;
}
input {
	font-size: 13px;
}

.fix-hr {
	width: 100%;
	margin-top: 55px;
}

.search-form {
	background: #fff;
	padding: 20px;
	border-radius: 8px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	width: 100%;
	max-width: 100%;
	margin: auto;
}
.search-form label {
	font-size: 14px;
	margin-bottom: 4px;
}
.search-form input[type="text"],
.search-form select,
.search-form input[type="submit"] {
	width: 100%;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
}
.search-form input[type="submit"] {
	font-weight: bold;
}
.search-form .checkbox-group {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.search-form .checkbox-group label {
	display: flex;
	align-items: center;
	margin-right: 10px;
}
.search-form .checkbox-group input {
	margin-right: 5px;
}
.search-form .sort-group {
	display: flex;
	align-items: center;
	gap: 10px;
}
.search-form .sort-group label {
	margin-bottom: 0;
}
.search-form .sort-group select,
.search-form .sort-group input[type="submit"] {
	width: auto;
	flex-grow: 1;
}

/* Section header for results groupings (was inline style="font-size:14pt;font-weight:bold;") */
.search-section-h3 {
	font-size: 14pt;
	font-weight: bold;
}

/* Desktop view only */
@media (min-width: 768px) {
	[id] {
		scroll-margin-top: 50px;
	}
}
