
@supports (-webkit-hyphens: none) {
  .authorList {
    container-type: unset;
  }
  @media (min-width: 44.375rem) and (max-width: 119.9375rem) {
    .authorWrap:not(:only-child):nth-last-child(1):nth-child(odd) {
      left: calc(50% + var(--gap) / 2);
    }
  }
}