/* All About Material Theme 1.0.33
 * One visible fix only: actually reduce the guest search width at normal 100% desktop.
 * This rule intentionally overrides the runtime flex rule if the zoom detector falsely
 * classifies a normal-width browser as zoomed out. Wider zoom-out viewports remain untouched.
 */
@media (min-width: 1451px) and (max-width: 2000px) {
	body:not(.logged-in) .aam-header-search {
		flex: 0 0 400px !important;
		flex-basis: 400px !important;
		width: 400px !important;
		min-width: 400px !important;
		max-width: 400px !important;
	}

	body:not(.logged-in) .aam-header-search-panel,
	body:not(.logged-in) .aam-header-search-panel > form {
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
	}
}
