/*
 * page-press.css — the long press index's sticky discovery bar.
 * index-navigation.css supplies the sticky/scroll/focus behavior; this file
 * only paints the bar so it stays legible over the scrolling result rows
 * beneath it, using the same tokens as the rest of the theme.
 */
[data-stoa-index-controls] {
	background: var(--canvas);
	border-bottom: 1px solid var(--line);
	padding-block: 0.75rem;
	display: grid;
	gap: 0.6rem;
	margin-bottom: var(--line-unit);
}
[data-stoa-index-controls] form {
	display: grid;
	gap: 0.6rem;
	align-items: end;
}
@media (min-width: 640px) {
	[data-stoa-index-controls] form {
		grid-template-columns: minmax(0, 1fr) minmax(0, 12rem) auto;
	}
}
[data-stoa-index-item] {
	border-top: 1px solid var(--line);
	padding-block: 0.9rem;
}

.press-lead-plate { max-width: 34rem; margin-bottom: var(--line-unit); }
.press-outlets { max-width: 30rem; margin-bottom: var(--line-unit); }

#press-results h2 { font-size: var(--fs-1); line-height: 1.2; }
