.sk-container-wrapper {
   width: 100%;
}

.sk-container-fluid {
   position: relative;
   width: calc(100% - var(--scrollbar-width) / 2);
   padding: 0 calc(50vw - 50%);
   margin: 0 calc(-50vw + 50%);
}

/*
   in AA page content is move to the left (with 70px) due to overlap the left menu
   but this causes a negative impact to .sk-container-fluid #3858
*/
.aa_top_menu_body:not(.sk-in-preview-mode) .sk-container-fluid {
   width: calc(100% - var(--scrollbar-width) / 2 - 70px / 2);
}

.sk-container-inner {
   padding: 5px 0;
}

/*--- Element Menu -----------------------------------------------------------*/

/* Hide the add subitem element menu button when using the section group as a container element */
.sk-container-wrapper ~ #em_menu.em_menu_visible #em_btn_add_subitem {
   display: none;
}

.sk-container-wrapper ~ #em_menu.em_menu_visible #em_btn_select {
   border-bottom: none;
   border-bottom-left-radius: 2px;
   border-bottom-right-radius: 2px;
}
