.audit-drawer { position:fixed; z-index:40; inset:0 0 0 auto; width:min(460px,100vw); padding:30px; overflow:auto; background:#fff; box-shadow:-16px 0 42px rgb(23 36 59 / 20%); }
.audit-drawer__head { display:flex; justify-content:space-between; gap:16px; padding-bottom:20px; border-bottom:1px solid var(--color-border); }
.audit-drawer__head h2 { margin:4px 0 0; font-size:24px; }
.audit-drawer__event { padding:18px 0; border-bottom:1px solid var(--color-border); }
.audit-drawer__event p { margin:6px 0; }
.audit-drawer__event ul { margin:10px 0 0; padding-left:18px; font-size:14px; line-height:1.8; }
