/* ============ Institutional Updates — extends current-events.css ============ */

.iu-book-link {
  margin-top: 10px;
}
.iu-book-link a {
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--teal);
  text-decoration: none;
}
.iu-book-link a:hover { text-decoration: underline; }

.ce-label-preliminary {
  color: var(--ink-soft);
  background: var(--white);
  border: 1px dashed #b7cbdb;
}
