.author-byline {
  max-width: 760px;
  margin: 0.65rem 0 0;
  color: #655d53;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.55;
}

.author-byline--light {
  color: rgba(245, 240, 232, 0.88);
}

.hero .author-byline {
  margin-top: 1.1rem;
  color: #655d53;
  font-size: 0.82rem;
  line-height: 1.55;
}

.page-header .author-byline + .subtitle {
  margin-top: 0.65rem;
}

.author-footer {
  padding: 2.25rem 1.5rem;
  border-bottom: 4px solid var(--tan, #c4a882);
  background: var(--brown, #3b2f1e);
}

.author-footer__inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

.author-footer__inner p {
  max-width: 700px;
  margin: 0;
  color: var(--bg-alt, #e8e1d5);
  font-size: 0.975rem;
  line-height: 1.75;
}

.author-footer__inner strong {
  color: var(--tan, #c4a882);
}

@media (max-width: 600px) {
  .author-byline {
    font-size: 0.78rem;
  }

  .author-footer {
    padding: 1.75rem 1rem;
  }

}
