1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
h1 { margin-bottom: 1rem; }
pagefind-modal-trigger { margin-bottom: 1.5rem; display: block; }
ul { list-style: none; }
li { padding: 0.4rem 0; border-bottom: 1px solid #eee; }
#sort-control {
display: inline-flex;
align-items: center;
gap: 4px;
margin-left: auto;
font: 12px/1 system-ui, -apple-system, sans-serif;
color: var(--pf-text-muted, #767676);
}
#sort-select {
font: inherit;
color: inherit;
background: transparent;
border: none;
cursor: pointer;
}
:is(*, #\#):is(*, #\#):is(*, #\#) .pf-result-excerpt,
:is(*, #\#):is(*, #\#):is(*, #\#) .pf-heading-excerpt {
white-space: normal;
overflow: visible;
text-overflow: clip;
}