
/* Search index rows: article source → matching heading → real excerpt. */
.search-modal__results { max-height: min(66vh, 38rem); gap: .38rem; }
.search-modal__group-title { margin: .8rem 0 .08rem; padding: .15rem .15rem .1rem; color: var(--ink-faint); font-size: .76rem; font-weight: 700; letter-spacing: .02em; }
.search-modal__group-title:first-child { margin-top: 0; }
.search-modal__item--section a { gap: .2rem; padding: .72rem .82rem; }
.search-modal__result-source { display: block; overflow: hidden; color: var(--ink-faint); font-size: .72rem !important; font-weight: 600; line-height: 1.35; text-overflow: ellipsis; white-space: nowrap; }
.search-modal__result-title { font-size: .92rem; line-height: 1.4; }
.search-modal__empty { padding: .8rem; color: var(--ink-soft); font-size: .86rem; text-align: center; }
@media (max-width: 48rem) { .search-modal__results { max-height: min(62vh, 34rem); } }
