/* The upstream theme pins the footer on desktop; normal flow avoids covering
   long publication lists and behaves consistently across viewport sizes. */
.page__footer {
  position: relative;
  bottom: auto;
}

/* Keep the portrait square while anchoring the crop at the top, so the full
   hairstyle remains visible in both the desktop and compact author profile. */
.author__avatar img {
  width: 36px;
  height: 36px;
  object-fit: cover;
  object-position: center top;
}

@media (min-width: 64em) {
  .author__avatar img {
    width: 175px;
    height: 175px;
  }
}

.page__content h2 {
  margin-top: 2rem;
}

.publication-note {
  color: var(--global-text-color-light);
  font-size: 0.9rem;
}

.publication-year {
  margin: 2rem 0 0.25rem;
  font-size: 1.35rem;
}

.publication-entry {
  margin: 0;
  padding: 0.9rem 0;
  border-bottom: 1px solid var(--global-border-color);
}

.publication-entry h3 {
  margin: 0 0 0.3rem;
  font-size: 1rem;
  line-height: 1.4;
}

.publication-entry p {
  margin: 0.2rem 0;
  font-size: 0.9rem;
  line-height: 1.55;
}

.publication-entry__authors {
  color: var(--global-text-color-light);
}
