.footer__attribution-line--copyright > li:nth-child(2) {
  visibility: hidden !important;
}

.vp-article {
  /* 
  Update https://help-cloud.k15t.com/scroll-viewport/scroll-viewport-cloud-2023-02-23
  Changed the maximum width of articles to be smaller, and I put it back to something that works for us.
  (Especially for screenshots which size is a percentage of the page width)
  */
  --_content-width: 150ch;
}

.status-macro.aui-lozenge {
  max-width: unset;
  vertical-align: middle;à
}

.panel-macro {
  margin-top: auto; /* Removes a big useless margin over info/warning messages */
}

li > figure.confluence-embedded-image.vp-image {
    margin-inline: initial !important;
}