/* All About Material Theme 1.0.30
 * Tiny 100% desktop refinement only: make the header search slightly narrower.
 * Zoomed-out runtime alignment from v1.0.29 remains completely untouched.
 */
@media (min-width: 1451px) {
	body:not(.aam-browser-zoomed-out) .aam-header-search {
		flex-basis: 525px !important;
		width: clamp(450px, 30vw, 525px) !important;
		max-width: 525px !important;
	}
}
