.read-next {
  display: none !important;
}
body.view-article .sider-bar-article {
  display: none !important;
}

body.view-article .col-12.col-md-3.order-2.order-md-1.mt-5.mt-md-0 {
  display: none !important;
}

body.view-article .col-12.col-md-9.order-1.order-md-2 {
  flex: 0 0 100% !important;
  max-width: 100% !important;
}

/* Center the copyright line in the footer */
#t4-footer .mod-footer .footer1 {
  text-align: center;
} 

/* footer */
#t4-footer .mod-footer .footer2 {
  display: none !important;
} 

/* Contact component (plain-style): remove empty right column and expand left column */
@media (min-width: 768px) {
  .contact .plain-style .row > .col-12.col-md-6:nth-child(2) {
    display: none !important;
  }

  .contact .plain-style .row > .col-12.col-md-6:nth-child(1) {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}

/* Mobile: hide the Main Menu hamburger (t4-megamenu-mainmenu), keep offcanvas button */
@media (max-width: 991.98px) {
  .t4-header-r .navbar-expand-lg .navbar-toggler[data-bs-target="#t4-megamenu-mainmenu"] {
    display: none !important;
  }
}
