.ib-update-list { margin:0; padding:0; list-style:none; display:grid; gap:12px; }
.ib-update-list { min-height:168px; align-content:start; }
.ib-update-item { display:grid; grid-template-columns:auto minmax(0,1fr) auto; align-items:center; gap:12px; }
.ib-update-badge { display:inline-flex; align-items:center; justify-content:center; min-width:38px; height:24px; border-radius:7px; font-size:11px; font-weight:900; }
.ib-update-badge--blue { background:#e7efff; color:#4270ff; }
.ib-update-badge--violet { background:#efe7ff; color:#8b63ff; }
.ib-update-badge--pink { background:#ffe7f2; color:#db63a6; }
.ib-update-badge--green { background:#e6f8eb; color:#25a565; }
.ib-update-badge--dark { background:#edf0f4; color:#374151; }
.ib-update-title { min-width:0; color:#3f4e66; font-size:14px; font-weight:800; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
a.ib-update-title:hover { color:#2f57ff; text-decoration:none; }
.ib-update-date { color:#8793a6; font-size:13px; font-weight:700; text-align:right; }
.ib-fake-item { opacity:.92; }
