/* ===== Author Page Styles ===== */
.author-page {
  max-width: 1000px;
  margin: 36px auto;
  padding: 0 16px 40px;
}

.author-hero {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: flex-start;
  background: linear-gradient(180deg, #fff, #fbfdff);
  padding: 22px;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(5,20,50,0.04);
  margin-bottom: 28px;
}

.author-photo img {
  width: 160px;
  height: 160px;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
}

.author-meta h1 {
  margin: 0 0 6px;
  font-size: 28px;
  font-weight: 800;
  color: var(--navy);
}

.author-meta .job {
  color: var(--muted);
  margin-bottom: 8px;
  font-weight: 600;
}

.author-meta .bio {
  color: #444;
  margin-bottom: 12px;
  max-width: 60ch;
}

.author-links .btn {
  margin-right: 8px;
}

.author-details h2,
.author-details h3 {
  margin-top: 22px;
  font-weight: 700;
}

.facts {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.facts li {
  background: #fff;
  padding: 10px 14px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  font-size: 14px;
}

.author-posts {
  list-style: none;
  padding: 0;
  margin: 0;
}

.author-posts li {
  padding: 8px 0;
  border-bottom: 1px solid #f0f0f0;
  font-size: 15px;
  color: #222;
}
.author-posts li .rp-date {
  color: var(--muted);
  font-size: 13px;
}
