:root{--page-title-display:none;}/* Start custom CSS *//* Global overflow fix */
html, body {
  max-width: 100%;
  overflow-x: hidden;
}

/* Prevent sections from breaking layout */
section, div, article {
  max-width: 100%;
  box-sizing: border-box;
}

/* Images responsive fix */
img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Text & links overflow fix */
p, h1, h2, h3, h4, h5, h6, a, li {
  word-wrap: break-word;
  overflow-wrap: break-word;
}/* End custom CSS */