.attention-history-layer .modal{width:min(980px,calc(100vw - 24px));max-height:92vh}
.attention-history-list{display:grid;gap:10px;margin-top:16px}
.attention-history-card{border:1px solid #cfe0ea;border-left:5px solid #43a9dc;border-radius:9px;padding:13px;background:#fff}
.attention-history-card.archived{border-left-color:#91a5b1;background:#f7fafb}
.attention-history-card.hidden-by-management{border-left-color:#708895;background:#f1f5f7}
.attention-history-card header{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}
.attention-history-card header strong,.attention-history-card header span{display:block}.attention-history-card header span{color:#506b7b;margin-top:2px}
.attention-history-card p{margin:10px 0;white-space:pre-wrap}.attention-history-meta{display:flex;flex-wrap:wrap;gap:7px}
.attention-history-meta span{padding:4px 8px;border-radius:999px;background:#edf5f9;color:#34586d;font-size:.8rem}
.attention-history-actions{display:flex;justify-content:flex-end;margin-top:11px;padding-top:10px;border-top:1px solid #deeaef}
@media(max-width:650px){.attention-history-card header{display:block}.attention-history-card header small{display:block;margin-top:5px}.attention-history-filters{grid-template-columns:1fr!important}}
