.bug-report-form textarea { min-height: 160px; resize: vertical; }
.bug-report-form [role="status"] { margin: 0; overflow-wrap: anywhere; }
.bug-report-form > button { min-height: 44px; }
.bug-report-refresh { width: 44px; height: 44px; padding: 10px; flex: 0 0 auto; }
.bug-report-refresh svg { width: 22px; height: 22px; }
[data-bug-search] { display: flex; align-items: end; gap: 12px; padding: 16px; }
[data-bug-search] label { display: grid; gap: 8px; flex: 1; min-width: 0; }
[data-bug-search] input { width: 100%; min-width: 0; box-sizing: border-box; }
.bug-report-item { padding: 18px; border-top: 1px solid var(--border, #33383d); }
.bug-report-item h3 { margin: 0 0 8px; font-size: 16px; }
.bug-report-item p { white-space: pre-wrap; line-height: 1.5; }
.bug-report-item :is(h3, p, small) { overflow-wrap: anywhere; }
.bug-report-item small { display: block; }
.bug-report-pagination { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 16px; }
