/* Critical styling for the always-visible search control. */
.ai-search-trigger {
	width: 27px;
	height: 23px !important;
	position: relative;
	top: -4px;
	margin: auto;
	cursor: pointer;
}

.ai-search-trigger img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	vertical-align: top;
	opacity: 1;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.ai-search-trigger img.hidden {
	opacity: 0;
}
