/* Fallback breedte zoals root-template */
.classic-narrow-wrap.classic-white {
  max-width: 750px;
  width: 90%;
  margin: 1em auto 0;
  background: #fff;
}

.author-top {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 14px;
  margin: 1rem 0 0;
}
.author-top > img.avatar {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  margin-inline: auto;
}
.author-top__title {
  margin: 0;
}

/* Bio & intro */
.author-bio { margin: .25rem 0; }
.author-intro { margin: .5rem 0; }

/* Lijst + paginatie (compact DOM) */
.author-posts__title { margin: 1rem 0 .5rem; }
.author-posts__list { list-style: none; margin: 0; padding: 0; }
.author-posts__item {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  padding: 10px 0;
  border-top: 1px solid #eee;
}
.author-posts__item:first-child { border-top: 0; }
.author-posts__link { text-decoration: none; }
.author-posts__link:hover { text-decoration: underline; }
.author-posts__date { white-space: nowrap; color: #666; font-size: .95rem; }
@media (max-width: 560px) {
  .author-posts__item { flex-direction: column; gap: 4px; }
  .author-posts__date { color: #888; }
}

/* Astra top spacing reset alleen op auteur-archief */
body.author #primary.content-area.primary,
body.author #primary .site-main,
body.author .classic-narrow-wrap.classic-white,
body.author .ast-container,
body.author .site-content {
  margin-top: 0 !important;
  padding-top: 0 !important;
}