.bsearch_results_page {
	max-width: 90%;
	margin: 20px;
	padding: 20px;
}

.bsearch_thumb_wrapper img {
	max-width: 100%;
}

.bsearch-form-container {
	text-align: center;
	margin: 10px auto;
}

.bsearchform {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	flex-flow: row wrap;
	justify-content: space-between;
	gap: 10px;
}

.bsearchform .bsearch-form-search-field {
	flex: auto;
}

.bsearchform select, .bsearchform input[type="search"] {
	background-color: #fff;
	border: thin solid #999;
	display: inline-block;
	font: inherit;
	line-height: 1.5em;
	padding: 0.5em 3.5em 0.5em 1em;
	width: 100%;
	height: 100%;
}

.bsearchform select {
	background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
	background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
	background-size: 5px 5px, 5px 5px, 1px 1.5em;
	background-repeat: no-repeat;
	/* reset */
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.bsearch_footer {
	text-align: center;
}

.bsearch_highlight {
	background: #ffc;
	color: #000;
}

.bsearch-post {
	margin: 30px auto;
}

ul.bsearch_post_meta {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}

ul.bsearch_post_meta li {
	flex: auto;
	list-style-type: none;
	padding: 2px;
	margin: 0;
	text-align: left;
}

.bsearch-entry-title {
	text-align: left;
}

@media all and (max-width: 600px) {
	ul.bsearch_post_meta, .bsearchform {
		flex-direction: column;
	}
}