.sender-audit{margin-top:28px;padding:24px;border:1px solid #ddd3f2;border-radius:22px;background:#fff}
.sender-audit>header{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:14px}
.sender-audit h2{margin:4px 0;color:#2c176d}
.sender-audit header p{margin:0;color:#796d9a}
.sender-audit>header>span{padding:7px 11px;border-radius:99px;color:#7045e8;background:#f0eaff;font-weight:800;white-space:nowrap}
.sender-audit-list article{display:grid;grid-template-columns:12px 1fr auto;gap:13px;align-items:start;padding:15px 4px;border-top:1px solid #eee7fa}
.sender-audit-list article:first-child{border-top:0}
.audit-dot{width:10px;height:10px;margin-top:5px;border-radius:50%;background:#2ab9aa}
.audit-dot.automatic{background:#ee9944}
.sender-audit-list strong{color:#2c176d}
.sender-audit-list p{margin:3px 0;color:#756995}
.sender-audit-list small{color:#665987}
.sender-audit-list time{text-align:right;color:#897fa3;font-size:.75rem;line-height:1.5}
@media(max-width:600px){.sender-audit>header{align-items:flex-start;flex-direction:column}.sender-audit-list article{grid-template-columns:12px 1fr}.sender-audit-list time{grid-column:2;text-align:left}}
