1
2
3
4
5
6
7
8
9
10
11
12
13
14
body { padding-bottom: 5rem; }
h1 { font-size: 1.3rem; margin-bottom: 0.5rem; }
.back { display: inline-block; margin-bottom: 1rem; color: #0066cc; text-decoration: none; }
.back:hover { text-decoration: underline; }
p { margin-bottom: 1em; }
h6.timestamp { color: #888; font-size: 0.85rem; font-family: monospace; font-weight: normal; margin-bottom: 0.25em; }
h6.timestamp a { color: inherit; text-decoration: none; }
h6.timestamp a:hover { text-decoration: underline; color: #0066cc; }
h6.timestamp + p { margin-top: 0; }
:target { background: #fff3a8; }
[data-pagefind-highlight] { background: #fff3a8; padding: 0 2px; border-radius: 2px; }
.player { position: sticky; bottom: 0; background: #f8f8f8; border-top: 1px solid #ddd; padding: 0.5rem 0; margin: 0 -1rem; padding-left: 1rem; padding-right: 1rem; }
.player-note { font-size: 0.8rem; color: #888; margin-bottom: 0.25rem; }
.player audio { width: 100%; }