.nt-author-bio {
  margin: 0 0 1.75rem 0;
  border: 1px solid rgba(15, 107, 77, 0.18);
  border-radius: 10px;
  padding: 1.15rem 1.25rem;
  background: #f9fcfa;
}

.nt-author-bio-inner {
  display: flex;
  gap: 1.1rem;
  align-items: flex-start;
}

/* Beat .blog-v2-prose img { width: 100% } — bio lives inside .blog-v2-prose */
.blog-v2-prose .nt-author-bio img,
.nt-author-bio .nt-author-bio-avatar,
.nt-author-bio-avatar {
  width: 80px;
  height: 80px;
  max-width: 80px;
  max-height: 80px;
  min-width: 0;
  display: block;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  margin: 0;
  border: 2px solid rgba(15, 107, 77, 0.2);
  background: #fff;
}

.nt-author-bio-name {
  margin: 0 0 0.5rem 0;
  font-size: 1.05rem;
  font-weight: 700;
  color: #1a2e22;
  line-height: 1.3;
}

.nt-author-bio-text {
  margin: 0 0 0.65rem 0;
  font-size: 0.92rem;
  line-height: 1.65;
  color: #3f4943;
}

.nt-author-bio-meta {
  margin: 0;
  font-size: 0.82rem;
  color: #6f7a73;
}

.nt-global-disclaimer {
  margin: 2rem 0 1.25rem 0;
  padding: 1.1rem 1.2rem;
  background: #f9f9f6;
  border: 1px solid rgba(26, 46, 34, 0.12);
  border-radius: 8px;
  font-size: 0.88rem;
  line-height: 1.7;
  color: #555;
}

.nt-global-disclaimer p {
  margin: 0;
}

.nt-global-disclaimer p + p {
  margin-top: 0.65rem;
}

.nt-founder-note {
  margin: 1.5rem 0;
  padding: 1rem 1.15rem;
  border-left: 4px solid #0f6b4d;
  background: #f7f3e8;
  border-radius: 0 8px 8px 0;
  font-size: 1rem;
  line-height: 1.75;
  color: #3f4943;
}

.nt-founder-note p {
  margin: 0 0 0.75rem 0;
}

.nt-update-log {
  margin: 1.75rem 0 1.25rem 0;
  padding: 0.9rem 1.1rem;
  font-size: 0.88rem;
  line-height: 1.65;
  color: #6f7a73;
  border: 1px dashed rgba(26, 46, 34, 0.15);
  border-radius: 8px;
  background: #fafaf8;
}

.nt-update-log ul {
  margin: 0.35rem 0 0 0;
  padding-left: 1.2rem;
}

.nt-update-log li {
  margin: 0.25rem 0;
}

.nt-founder-note p:last-child {
  margin-bottom: 0;
}

@media (max-width: 520px) {
  .nt-author-bio-inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
