.page_content {
  margin: 105px 0 50px;
  background: var(--neutral-0);
  max-width: 730px;
  padding: 20px;
  box-sizing: border-box;
  position: absolute;
  right: calc(50% - 540px);
  width: 100%;
  border: 1px solid var(--neutral-30);

  [data-space="Partners"] & { margin-top: 80px; }

  h1.content_header {
    display: flex;
    justify-content: space-between;
    margin: 0 0 20px;
  }

  .filters {
    margin: -57px -20px 20px;
    line-height: 1;
    padding: 0;
    border: none;
  }

  footer {
    left: 0;
    bottom: -100px;
    padding: 0 20px 70px;
    position: absolute;
    width: 100%;
  }
}

.wiki-content {
  font-size: 15px;
  line-height: 1.25;
  word-wrap: break-word;

  h2, h3 { margin: 15px 0 5px; }
  p { margin: 0 0 15px; }

  blockquote {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin: 0 0 15px;
    padding: 2px 10px;
    border-left: 3px solid var(--neutral-50);

    > * { margin: 0; }
  }

  img {
    cursor: auto;
    height: auto;
  }

  hr {
    border: none;
    height: 1px;
    background: var(--neutral-60);
  }

  ul, ol { margin: 0 0 15px; }

  li > ul,
  li > ol,
  ul > ul,
  ol > ol { margin-top: 10px; }

  li:not(:last-of-type) { margin-bottom: 5px; }

  a:hover {
    text-decoration: underline;
    color: var(--blue-300);
  }

  .confluence-embedded-file-wrapper .confluence-embedded-image {
    margin: 0;
    max-width: 100%;
  }

  .wistia_responsive_padding { margin-bottom: 20px; }

  .wistia_embed {
    border: 5px solid var(--neutral-50);
    display: block !important;
    margin: 0;
  }

  pre.syntaxhighlighter-pre {
    padding: 10px;
    overflow-x: auto;
    background: var(--neutral-20);
  }

  .code.panel { margin: 0 0 15px; }
  .pdl.codeContent {  border-radius: var(--border-radius); }

  code {
    display: inline-block;
    padding: 2px 4px;
    margin: 2px 0;
    border-radius: var(--border-radius);
    background: var(--neutral-20);
    word-break: break-all;
  }

  th code { word-break: normal; }

  span[style*="color: rgb(255,0,0);"] {
    color: var(--red-500) !important;
    letter-spacing: 3px;
  }
}

.table-wrap {
  overflow-x: auto;
  & + p { margin-top: 15px; }
}

.confluenceTable {
  border-collapse: collapse;

  .confluenceTh,
  .confluenceTd {
    min-width: 8px;
    border: 1px solid var(--neutral-50);
    padding: 7px 10px;
    vertical-align: top;

    p + .content-wrapper { margin-top: 10px; }
  }

  .confluenceTh {
    text-align: left;
    background: var(--neutral-20);

    &,
    p,
    pre,
    code { font-weight: 600; }

    > * {
      margin: 0 0 10px;
      &:last-of-type { margin-bottom: 0; }
    }
  }

  .confluenceTd.highlight-red { background: var(--red-50); }
}

.content-wrapper + .content-wrapper { margin-top: 10px; }

@media screen and (max-width: 1110px) {
  .page_content {
    max-width: 100%;
    position: static;
    margin: 88px 0 0;
    min-height: calc(100vh - 88px);
    border: none;
    padding: 10px;

    footer {
      position: static;
      padding: 20px 0 100px;
    }
  }
}

@media screen and (max-width: 700px) {
  .wiki-content {
    .image-right-wrapper {
      float: none;
      margin: 0;
    }

    .wistia_embed { width: auto !important; }
  }

  h1.content_header {
    display: block;
    .page_labels span { margin: 6px 6px 0 0; }
  }
}
