/* All About Material Theme 1.0.32
 * Only change: reduce the normal 100% logged-out desktop header search a little more.
 * v1.0.29+ zoom-out alignment and all other header behavior stay untouched.
 */
@media (min-width: 1451px) {
	body:not(.logged-in):not(.aam-browser-zoomed-out) .aam-header-search {
		flex: 0 0 440px !important;
		flex-basis: 440px !important;
		width: 440px !important;
		min-width: 440px !important;
		max-width: 440px !important;
	}
}
