/**
 * [pssr_search_form] shortcode — front-end only (conditionally loaded).
 */

.pssr-search-shortcode-wrap .pssr-search-form-outer {
	margin: 0;
}

.pssr-search-shortcode-wrap .pssr-search-label-above {
	display: block;
	font-size: 14px;
	margin-bottom: 8px;
}

.pssr-search-shortcode-wrap .pssr-search-form {
	display: flex;
	max-width: 560px;
	border-radius: 6px;
	overflow: hidden;
}

.pssr-search-shortcode-wrap .pssr-search-form input[type="search"] {
	flex-grow: 1;
	padding: 12px 16px;
	font-size: 15px;
	border: 1px solid #ddd;
	border-right: none;
	box-sizing: border-box;
	min-width: 0;
}

.pssr-search-shortcode-wrap .pssr-search-form input[type="search"]:focus {
	outline: none;
}

.pssr-search-shortcode-wrap .pssr-search-form .pssr-search-submit {
	padding: 12px 20px;
	background: #0073aa;
	color: #fff;
	border: none;
	cursor: pointer;
	font-size: 15px;
	line-height: normal;
	flex-shrink: 0;
}

.pssr-search-shortcode-wrap .pssr-search-form .pssr-search-submit:hover,
.pssr-search-shortcode-wrap .pssr-search-form .pssr-search-submit:focus {
	background: #005a87;
	color: #fff;
}
