/* Global guard to prevent horizontal scrolling glitches */
html, body {
    overflow-x: hidden;
    width: 100%;
}

/* Tables and code blocks sometimes overflow; allow vertical scrolling only */
.no-x-scroll {
    overflow-x: hidden !important;
}
