.bylines {
  display: flex;
  margin-bottom: 1rem;
  padding-left: 20px; }
  .bylines h6 {
    font-weight: 700;
    margin-right: .5rem; }
  .bylines .authors {
    display: flex;
    flex-wrap: wrap;
    margin-top: .3rem;
    width: 100%; }
  .bylines .author-item {
    margin-bottom: .25rem;
    padding-right: 1.5rem;
    width: 50%; }
    @media only screen and (min-width: 768px) {
      .bylines .author-item {
        width: 33%; } }
  .bylines .author-affiliation {
    font-family: freight-text-pro, "Times New Roman", Times, serif !important;
    font-size: 0.8125rem;
    letter-spacing: 1px;
    line-height: 1.25;
    padding-left: 2px;
    padding-top: .25rem;
    text-transform: none; }
  .bylines a.author-name, .bylines .author {
    border-bottom: 1px solid #CD2E4A;
    display: block;
    font-size: 1rem;
    line-height: 1.25;
    padding: 0 .125rem .125rem .125rem;
    text-decoration: none;
    transition: all .25s ease-out; }
    .bylines a.author-name:hover, .bylines .author:hover {
      background: #CD2E4A;
      color: #fff; }
