/* Moderation history + log pages. (The in-chat mod menu & muted banner styles live in
   chat.css so they also load inside the chrome-less chat embed.) */
.mod-hist, .mod-log { max-width: 720px; }
.mod-sub { margin: 22px 0 8px; font-size: 15px; }

.mod-active { border: 1px solid #c9a24b; background: rgba(201,162,75,.08); border-radius: 8px; padding: 10px 12px; margin: 12px 0 18px; }
.mod-active-h { font-weight: 700; margin-bottom: 6px; }
.mod-active-row { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; padding: 4px 0; }
.mod-chip { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .03em; padding: 2px 7px; border-radius: 10px; background: #6b3f3f; color: #ffdede; }
.mod-chip-chat { background: #6b3f3f; color: #ffe0e0; }
.mod-chip-account, .mod-chip-post { background: #7a2f2f; color: #ffdede; }
.mod-chip-voice { background: #3f4d6b; color: #dee6ff; }
.mod-until { font-size: 12px; opacity: .85; }
.mod-reason { font-style: italic; opacity: .9; }
.mod-unmute { margin-left: auto; }

.mod-timeline { border-left: 2px solid var(--border, #3a3f4c); margin-left: 6px; padding-left: 14px; }
.mod-day { font-weight: 700; font-size: 13px; margin: 16px 0 8px; opacity: .8; }
.mod-day:first-child { margin-top: 4px; }
.mod-entry { position: relative; padding: 8px 0; border-bottom: 1px solid var(--border, #2c313b); }
.mod-entry::before { content: ''; position: absolute; left: -19px; top: 14px; width: 8px; height: 8px; border-radius: 50%; background: #c9a24b; box-shadow: 0 0 0 3px var(--bg, #1c2029); }
.mod-entry-top { display: flex; align-items: baseline; gap: 10px; flex-wrap: wrap; }
.mod-entry-act { font-weight: 700; }
.mod-entry-time { font-size: 12px; opacity: .65; }
.mod-entry-line a { font-weight: 600; }
.mod-entry-dur { font-size: 12px; opacity: .8; margin-top: 2px; }
.mod-entry-reason { margin-top: 3px; }
.mod-entry-reason span { font-style: italic; }
.mod-entry-detail { margin-top: 3px; opacity: .85; }
.mod-entry-mod { font-size: 12px; opacity: .7; margin-top: 3px; }
.mod-dur { font-size: 11px; font-weight: 700; background: rgba(201,162,75,.2); color: #d8b866; padding: 1px 6px; border-radius: 8px; margin-left: 4px; }

.mod-acp-tbl th, .mod-acp-tbl td { padding: 6px 8px; border-bottom: 1px solid var(--border, #333); font-size: 13px; }
.mod-navlink { white-space: nowrap; }
