.author-archives .post-layout {
  .prev_next_post .prev_post a, .prev_next_post .next_post a {
    display: flex;
    align-items: center;
    transition: all .3s ease-in-out;
  }

  .prev_next_post .prev_post a:hover {
    color: #B51D09;
    transition: all .3s ease-in-out;
  }
  .prev_next_post .prev_post a:hover i {
    background-color: #dcdddf;
    transition: all .3s ease-in-out;
  }
  .prev_next_post .next_post a:hover {
    color: #B51D09;
    transition: all .3s ease-in-out;
  }
  .prev_next_post .next_post a:hover i {
    background-color: #dcdddf;
    transition: all .3s ease-in-out;
  }
}
