/**
 * Styling for DocSearch Snippet on rtCamp V8 theme.
 */

:root {
	--docsearch-primary-color: #3278BD !important;
	--docsearch-snippet-searchbox-shadow: inset 0 0 0 2px var(--docsearch-primary-color) !important;
}

.rt-header-search-form {
	float: unset !important;
	height: unset !important;
	width: unset !important;
}

@media only screen and (max-width: 767px) {
	.rt-header-search-form {
		top: 8px !important;
		right: 18px !important;
	}
}

@media screen and (min-width: 1024px) {
	.main-navigation {
		padding-right: 164px !important;
	}
}
