.author-byline {
  margin: 1rem 0 2rem;
  padding: 0;
  font-family: var(--font-body, system-ui, sans-serif);
  font-size: 0.95rem;
  color: #e2e8f0;
}

.author-byline p {
  margin: 0.25rem 0;
}

.author-byline a {
  color: #22c55e;
  text-decoration: none;
  border-bottom: 1px solid rgba(34, 197, 94, 0.3);
}

.author-byline a:hover {
  border-bottom-color: #22c55e;
}

.author-byline .dates {
  font-size: 0.85rem;
  color: #64748b;
}

.author-bio {
  margin: 2rem 0;
  padding: 1.25rem 1.5rem;
  background: #0f1923;
  border: 1px solid #1e293b;
  border-radius: 8px;
  font-family: var(--font-body, system-ui, sans-serif);
  color: #e2e8f0;
}

.author-bio h3 {
  margin: 0 0 0.75rem;
  font-size: 1rem;
  font-weight: 600;
  color: #f1f5f9;
}

.author-bio p {
  margin: 0.5rem 0;
  font-size: 0.95rem;
  line-height: 1.55;
}

.author-bio a {
  color: #22c55e;
  text-decoration: none;
}

.author-bio a:hover {
  text-decoration: underline;
}

@media (max-width: 600px) {
  .author-bio {
    padding: 1rem;
  }
}
