/* VERSION 61 — BIBLIOTHÈQUE FIABLE */
.published-card {
  position: relative;
  z-index: 1;
  pointer-events: auto;
  cursor: pointer;
}

.published-card:focus-visible {
  outline: 3px solid #a96f5b;
  outline-offset: 5px;
}

.published-card .read {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}

.article-copy .references {
  margin-top: 64px;
  padding-top: 36px;
  border-top: 1px solid rgba(23, 50, 74, .16);
}

.article-copy .references h2 {
  margin-top: 0;
}

/* Le corps d’un article doit rester lisible même si une animation échoue. */
.article-copy,
.article-copy.reveal {
  opacity: 1;
  transform: none;
}

@media (max-width: 760px) {
  .published-card {
    min-height: 0;
  }
}
