/* Selector with Confluence pageID to apply the styles only to those pages.  */
html:is(
  [data-confluence-content-id="1221296129"],
  [data-confluence-content-id="1277526018"],
  [data-confluence-content-id="1711800321"]
){

    --_content-width: 100% !important;
    --theme-container-width: 100% !important;

    & .article-page .main-content {
        display: block !important; 
        width: 100% !important;
        max-width: 100% !important;
        padding-inline: 40px !important; 
    }

    & #released-embed-root {
        display: block !important;
        width: 100% !important;
        min-height: 800px;
    }

    & .footer {
        display: flex !important;
        clear: both !important;
    }
}