/* 1. Remove the max-width limit on the main article body */
section.article-body {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 !important;
}
header {
    width:100% !important;
}

/* 2. Target the specific Scroll Sites content wrapper */
.sp-article-content {
    max-width: 100% !important;
    width: 100% !important;
}

div.theme-table {
   width: 100% !important;
}

/* Hide image expand button */
.toggle {
      visibility: hidden !important;
}

/* Hide use with AI button */
.ai-actions {
  visibility: hidden;
}

/* Hide breadcrumbs as they do not align correctly*/
.topbar {
  visibility: hidden;
}