body .main.news-authors {
  margin-bottom: 0;
  padding: 13.6rem 0 7rem;
  background: #fff;
  color: #20251d;
}

body .main.news-author-profile {
  padding-top: 14.8rem;
}

.news-authors > .news-authors__container {
  display: block !important;
  margin-top: 0;
}

.news-author-profile .news-breadcrumbs {
  margin-bottom: 2.8rem;
}

.news-authors:not(.news-author-profile) .news-breadcrumbs {
  margin-bottom: 2.8rem;
}

.news-authors__masthead {
  max-width: 92rem;
  margin-bottom: 3.4rem;
}

.news-authors__eyebrow,
.news-author-card__role,
.news-author-profile__role {
  margin: 0 0 0.8rem;
  color: #4f8f25;
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  line-height: 1.2;
  text-transform: uppercase;
}

.news-authors__masthead h1,
.news-author-profile__intro h1 {
  margin: 0;
  color: #1d211a;
  font-size: clamp(3.4rem, 4vw, 5.2rem);
  font-weight: 700;
  letter-spacing: -0.042em;
  line-height: 1.06;
}

.news-authors__masthead > p:last-child {
  max-width: 78rem;
  margin: 1.35rem 0 0;
  color: #626b5d;
  font-size: 1.55rem;
  line-height: 1.6;
}

.news-authors__layout {
  display: grid;
  grid-template-columns: minmax(0, 2.15fr) minmax(29rem, 0.85fr);
  align-items: start;
  gap: 3rem;
}

.news-authors__directory,
.news-author-profile__feed {
  min-width: 0;
}

.news-authors__list {
  display: grid;
  gap: 2rem;
}

.news-author-card {
  display: grid;
  grid-template-columns: 16rem minmax(0, 1fr);
  gap: 2.6rem;
  padding: 2.6rem;
  border: 1px solid #e2e8df;
  border-radius: 2.6rem;
  background: #f7f8f5;
}

.news-author-card__avatar,
.news-author-profile__avatar {
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(79, 143, 37, 0.18);
  border-radius: 50%;
  background: #fff;
}

.news-author-card__avatar {
  width: 16rem;
  height: 16rem;
}

.news-author-card__avatar--brand {
  padding: 4rem;
}

.news-author-card__avatar img,
.news-author-profile__avatar img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.news-author-card__content h2 {
  margin: 0;
  font-size: 2.8rem;
  line-height: 1.12;
}

.news-author-card__content h2 a {
  color: #1d211a;
  text-decoration: none;
}

.news-author-card__content h2 a:hover,
.news-author-card__content h2 a:focus-visible {
  color: #4f8f25;
}

.news-author-card__bio,
.news-author-profile__bio {
  margin: 1rem 0 0;
  color: #626b5d;
  font-size: 1.5rem;
  line-height: 1.6;
}

.news-author-card__topics {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin: 1.6rem 0 0;
  padding: 0;
  list-style: none;
}

.news-author-card__topics li {
  padding: 0.7rem 1.1rem;
  border: 1px solid #dbe4d5;
  border-radius: 999px;
  background: #fff;
  color: #4d5848;
  font-size: 1.2rem;
  font-weight: 700;
}

.news-author-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  margin-top: 2rem;
  padding-top: 1.6rem;
  border-top: 1px solid #e0e6dc;
  color: #737c6e;
  font-size: 1.3rem;
}

.news-author-card__footer a {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  color: #397818;
  font-weight: 800;
  text-decoration: none;
}

.news-author-card__footer svg {
  width: 1.8rem;
  height: 1.8rem;
}

.news-authors__empty {
  padding: 4rem;
  border: 1px solid #e1e6dd;
  border-radius: 2.4rem;
  background: #f6f7f4;
  color: #626b5d;
  font-size: 1.5rem;
}

.news-author-profile__hero {
  display: grid;
  grid-template-columns: 20rem minmax(0, 1fr);
  gap: 4rem;
  align-items: center;
  margin-bottom: 4.5rem;
  padding: 4rem;
  border: 1px solid #e1e7dd;
  border-radius: 3rem;
  background: linear-gradient(135deg, #f4f8f1 0%, #fff 72%);
}

.news-author-profile__avatar {
  width: 20rem;
  height: 20rem;
  box-shadow: 0 1.8rem 4rem rgba(45, 78, 29, 0.1);
}

.news-author-profile__avatar--brand {
  padding: 5rem;
}

.news-author-profile__count {
  display: inline-flex;
  align-items: baseline;
  gap: 0.7rem;
  margin-top: 2rem;
  color: #687163;
  font-size: 1.3rem;
}

.news-author-profile__count strong {
  color: #2f6e13;
  font-size: 2.3rem;
}

.news-author-profile__feed > h2 {
  margin: 0 0 2rem;
  color: #252b22;
  font-size: 2.8rem;
  letter-spacing: -0.025em;
  line-height: 1.2;
}

.news-author-profile__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
}

.news-author-profile__grid .home-news-card--feed {
  min-height: 100%;
}

.news-author-profile__feed .news-home__pagination {
  margin-top: 3.2rem;
}

@media only screen and (min-width: 1100px) {
  .news-authors__layout .sidebar {
    position: sticky;
    top: 10rem;
    bottom: auto;
    display: block;
    width: 100%;
    max-width: none;
    padding: 0;
    overflow: visible;
    background: transparent;
  }
}

@media only screen and (max-width: 1099px) {
  .news-authors__layout {
    grid-template-columns: 1fr;
  }
}

@media only screen and (max-width: 680px) {
  body .main.news-authors {
    padding: 12rem 0 5rem;
  }

  body .main.news-author-profile {
    padding-top: 13.2rem;
  }

  .news-author-profile .news-breadcrumbs {
    margin-bottom: 2rem;
  }

  .news-authors:not(.news-author-profile) .news-breadcrumbs {
    margin-bottom: 2rem;
  }

  .news-author-card,
  .news-author-profile__hero {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 2.4rem;
  }

  .news-author-card__avatar {
    width: 11rem;
    height: 11rem;
  }

  .news-author-card__avatar--brand {
    padding: 2.7rem;
  }

  .news-author-profile__avatar {
    width: 14rem;
    height: 14rem;
  }

  .news-author-profile__avatar--brand {
    padding: 3.5rem;
  }

  .news-author-card__footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .news-author-profile__grid {
    grid-template-columns: 1fr;
  }
}
