* {
    text-align: left !important;
    box-sizing: border-box;
}

/* Base page styles */
html, body {
    margin: 0;
    padding: 0;
    padding-left: 0.5em;
}

/* Content styling */
body {
    padding: 1rem;
    font-family: system-ui, sans-serif;
    font-size: 18px;
    line-height: 1.6;
    color: #222;
    background: #fff;
}

/* Force left align for block elements and tricky tags */
pre,
code,
blockquote,
td,
th,
h1, h2, h3, h4, h5, h6,
p,
ul,
ol,
li {
    text-align: left !important;
}

/* Mobile */
@media (max-width: 600px) {
    body {
        max-width: 45ch;
        font-size: 15px;
        line-height: 1.7;
        padding: 0.75em 0.5em;
    }
}

/* Autoindex formatting restored */
.autoindex pre,
.autoindex h1 + hr + pre {
    font-size: 24px !important;
    line-height: 1.6 !important;
}
