body[p="activity"] .SettingMain .setting { display: block; width: min(760px, 100%); margin: 0 auto; padding: 30px; background: #fff; box-shadow: 0 8px 24px rgb(92 72 48 / 8%); }
.activityLogs__header { display: flex; align-items: center; gap: 12px; padding-bottom: 20px; border-bottom: 2px dashed #b9b9b9; }
.activityLogs__header > .material-symbols-outlined { color: #aa9359; font-size: 32px; }
.activityLogs__header h1 { margin: 0; color: #716552; font-size: 28px; }
.activityLogs__header p, .activityLogs__state { margin: 7px 0 0; color: #92877a; font-size: 14px; }
.activityLogs__list { display: grid; gap: 12px; padding-top: 24px; }
.activityLogs__item { position: relative; display: grid; gap: 9px; padding: 18px 20px; background: #f7f7f7; }
.activityLogs__item time { order: 2; color: #a39a90; font-size: 12px; }
.activityLogs__item p { order: 1; margin: 0; color: #514a41; font-size: 16px; font-weight: 700; }
@media screen and (max-width: 560px) { body[p="activity"] .SettingMain .setting { padding: 22px 18px; } }
