/* All About Material Theme 1.0.5 — correct category photography + cleaner desktop header layout */

/* Keep live-search dropdown closed until the search bar is focused or explicitly opened. */
.aam-header-search:not(.is-open) .aam-live-search-results {
	display: none;
}

/* Refine desktop header proportions so nav doesn't get pushed awkwardly left. */
@media (min-width: 1051px) {
	.aam-nav-wrap {
		gap: 26px;
	}

	.aam-logo {
		flex: 0 0 auto;
		margin-right: 8px;
	}

	.aam-nav {
		flex: 0 0 auto;
		margin-left: 8px;
		gap: 28px;
	}

	.aam-header-search {
		flex: 0 0 500px;
		max-width: 500px;
		min-width: 340px;
		margin-left: auto;
	}

	.aam-nav-actions {
		flex: 0 0 auto;
		margin-left: 8px;
	}
}

/* Keep search dropdown visually attached and hidden until active. */
.aam-header-search .aam-live-search-results {
	top: calc(100% + 12px);
}

/* Small polish for category cards using the new topic-specific photos. */
.aam-main-category-grid .aam-category-fallback-image {
	filter: saturate(.95) contrast(1.02) brightness(.99);
}

.aam-main-category-grid .aam-category-card:hover .aam-category-fallback-image {
	filter: saturate(1.02) contrast(1.04) brightness(1);
}
