.page-node-type--page-advanced {
  // Bureau pages.
  // Bureau of Competition
  &.page-node--28271,
  // Bureau of Consumer Protection.
  &.page-node--28272,
  // Bureau of Economics.
  &.page-node--28273 {
    .view-bureau-related-content.view-display-id-block_1 .view-content {
      display: flex;
      justify-content: space-between;

      .views-row {
        width: 100%;

        &:nth-child(2) {
          margin-top: 0;
        }

        @include breakpoint($desktop) {
          width: calc(50% - 1.5rem);
        }
      }
    }

    .layout--twocol-section--50-50 {
      .layout__region-column:nth-child(2) {
        margin-top: 3rem;
      }

      @include breakpoint($desktop) {
        padding: 0;

        .layout__region-column {

          &:nth-child(2) {
            margin-top: 0;
            border-left: 1px solid rgba($darkblue, 0.25);
          }

          .view-bureau-related-content {
            padding: 3rem;
          }
        }
      }
    }
  }

  // Coronavirus Warning Letters
  &.page-node--28176 {
    .field--type-text-with-summary ul li {
      margin-top: 0;
    }

    .field--name-field-p-block-title {
      @extend h2;
      @extend h2.underlined;
      font-size: 4rem;
    }

    table {
      width: 100%;
    }
  }
}
