.taxonomy-term {
  > .taxonomy-term__content {
    > .field,
    > .group > .field {
      @extend %field;
    }
  }

  &.taxonomy-term--view-mode-full {
    .field--type-text-with-summary,
    .field--type-text-long {
      @extend %prose;

      &:not(:first-child) {
        margin-top: 2.2rem;
      }
    }
  }
}
