/* Private moderation evidence, history, and public bio-report controls. */
.f-evidence-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin:18px 0}
.f-evidence-panel{min-width:0;padding:18px;border:1px solid var(--f-line);border-radius:9px;background:#132338}
.f-evidence-panel h4{font-size:12px;color:#dfeaf8;margin:0 0 9px}
.f-evidence-panel .f-body{max-height:360px;overflow:auto;overscroll-behavior:contain;padding-right:6px;scrollbar-gutter:stable}
.f-evidence-panel .f-muted{font-size:11px;margin-bottom:10px}
.f-evidence-snapshot{border-color:#4b6550;background:#182c31}
.f-evidence-unavailable{padding:14px 16px;border:1px dashed #596478;border-radius:8px;font-size:12px;color:#bbcadc;margin:16px 0}
.f-report-context{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin:12px 0}
.f-report-time,.f-history-meta{font-size:11px;color:var(--f-muted)}
.f-page .f-history-meta{margin:10px 0 16px}
.f-moderation-help{font-size:12px;margin:10px 0!important}
.f-bio-moderation-tools{border-top:1px solid var(--f-line);margin-top:20px;padding-top:12px}
.f-bio-moderation-tools>.f-disclosure{margin-top:0}
.f-bio-history-link{margin-top:12px}
.f-bio-moderation-tools .f-form,.f-report-remove-bio .f-form{max-width:620px}
.f-report-remove-bio{padding:15px 18px;border:1px solid var(--f-line);border-radius:9px;margin-top:18px}
.f-report-remove-bio>summary{padding:0}
.f-history-heading{display:flex;align-items:center;justify-content:space-between;gap:20px}
.f-history-heading>div{min-width:0;overflow-wrap:anywhere}
.f-history-heading>.f-button{flex-shrink:0}
.f-history-body{padding:16px;border-radius:8px;background:#101f32;border:1px solid #2c4158;overflow-wrap:anywhere}
.f-history-entry{padding:23px 0;border-top:1px solid var(--f-line)}
.f-history-entry:first-child{padding-top:0;border-top:0}
.f-history-entry:last-child{padding-bottom:0}
.f-history-entry h3{font-size:15px;line-height:1.55}
.f-history-current .f-card-head{margin-bottom:10px}
.f-history-notice{font-size:12px;line-height:1.8}
.f-post-history-action{margin-top:12px}
.f-profile-report-pagination{scroll-margin-top:24px}
@media(max-width:767px){.f-evidence-grid{grid-template-columns:1fr}.f-history-heading{align-items:flex-start;flex-direction:column}.f-evidence-panel{padding:15px}.f-evidence-panel .f-body{max-height:280px}.f-report-remove-bio{padding:14px}.f-history-body{padding:13px}}
