.author-profile {
  max-width: 900px;
  margin: 0 auto;
}

.author-header {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  margin-bottom: 40px;
}

.author-avatar img {
  border-radius: 50%;
}

.author-meta h1 {
  margin-top: 0;
  margin-bottom: 8px;
}

.author-website {
  margin-bottom: 16px;
}

.author-website a {
  color: #0073aa;
  text-decoration: none;
  font-size: 0.9em;
}

.author-website a:hover {
  text-decoration: underline;
}

.author-bio {
  line-height: 1.6;
  color: #444;
}

.author-posts-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 20px;
}

/* add spacing below the posts section to separate from following blocks */
.author-posts {
  margin-bottom: 40px;
}

.author-post-card {
  padding: 16px;
  border: 1px solid #eee;
  border-radius: 8px;
  background: #fff;
}

.author-post-card a {
  font-weight: 600;
  text-decoration: none;
}
