/* --- Book cover above TOC (fixed size) --- */
.cover-above-toc {
  text-align: center;
  margin: 0 0 1rem 0;
}



/* Keep cover image the same size everywhere */
.cover-above-toc__img,
#quarto-margin-sidebar .cover-above-toc__img,
.column-margin .cover-above-toc__img {
  width: 140px !important;     /* choose your size */
  max-width: 140px !important;
  height: auto !important;
  display: block;
  margin: 0 auto 0.75rem auto; /* neat centering */
  border-radius: 6px;
  box-shadow: 0 0 6px rgba(0,0,0,.25);
}

/* Optional: hide on narrow screens */
@media (max-width: 1300px) {
  .cover-above-toc { display: none; }
}
