/**
 * Styles for the Apsley "Search Filter" block.
 *
 * Deliberately minimal so the search box inherits the theme's typography and
 * sits naturally above the content it filters. The per-line wrapper spans
 * (.apsley-search-filter__item) need no styles of their own — they stay inline
 * so any original <br>-separated layout is unchanged.
 */

.apsley-search-filter__input {
	width: 100%;
	max-width: 480px;
	padding: 0.6em 0.9em;
	margin-bottom: 1.25em;
	font-size: 1rem;
	line-height: 1.4;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
}

.apsley-search-filter__no-results {
	margin-top: 0.5em;
	font-style: italic;
	color: #666;
}
