/*
 * AACC — Archive filter bar enhancements (Stitch / Sanctuary Modern).
 * Loaded only on sermon/event/ministry archives and their taxonomy pages.
 */

/* Shadow once the sticky glass filter bar sticks. */
[data-aacc-filter-bar].is-stuck {
	box-shadow: 0 12px 40px -12px rgba(25, 28, 29, 0.18);
}

/* Slightly larger tap target for the "Sort by" row on small screens. */
@media (max-width: 640px) {
	[data-aacc-filter-bar] { top: 72px; }
}
