body {
    font-family: sans-serif;
    background-color: #f6f6f6;
    color: #202122;
    margin: 0;
    padding: 0;
}

/* Sidebar placeholder to mimic Wikipedia layout */
body::before {
    content: "WIKIPEDIA\A The Free Encyclopedia\A\A Main page\A Contents\A Current events\A Random article\A About Wikipedia\A Contact us\A Donate";
    white-space: pre-wrap;
    position: fixed;
    top: 0;
    left: 0;
    width: 10em;
    height: 100vh;
    background-color: #f6f6f6;
    padding: 2em 1em;
    font-size: 0.85em;
    color: #0645ad;
    line-height: 2;
    border-right: 1px solid #a7d7f9;
}

#content {
    margin-left: 12em;
    padding: 1.25em 1.5em 1.5em 1.5em;
    background: #ffffff;
    border: 1px solid #a7d7f9;
    border-right-width: 0;
    border-top-width: 0;
    min-height: 100vh;
}

h1 {
    font-family: 'Linux Libertine', 'Georgia', 'Times', serif;
    font-size: 2em;
    font-weight: normal;
    border-bottom: 1px solid #a2a9b1;
    margin-bottom: 0.25em;
    padding-bottom: 0.2em;
}

h2 {
    font-family: 'Linux Libertine', 'Georgia', 'Times', serif;
    font-size: 1.5em;
    font-weight: normal;
    border-bottom: 1px solid #a2a9b1;
    margin-top: 1em;
    margin-bottom: 0.25em;
    padding-bottom: 0.2em;
}

h3 {
    font-size: 1.2em;
    font-weight: bold;
    margin-top: 1em;
    margin-bottom: 0.25em;
}

p {
    line-height: 1.6;
    margin: 0.5em 0;
    font-size: 0.95em;
}

a {
    text-decoration: none;
    color: #0645ad;
}

a:hover {
    text-decoration: underline;
}

.infobox {
    float: right;
    clear: right;
    margin: 0.5em 0 0.5em 1em;
    background-color: #f8f9fa;
    border: 1px solid #a2a9b1;
    padding: 0.2em;
    font-size: 88%;
    line-height: 1.5em;
    width: 22em;
}

.infobox th {
    text-align: left;
    vertical-align: top;
    padding: 0.2em 0.5em;
}

.infobox td {
    padding: 0.2em 0.5em;
}

.infobox-title {
    font-size: 125%;
    font-weight: bold;
    text-align: center;
    background-color: #b0c4de;
    padding: 0.5em !important;
}

.toc {
    display: inline-block;
    background-color: #f8f9fa;
    border: 1px solid #a2a9b1;
    padding: 10px 20px 10px 10px;
    font-size: 95%;
    margin-top: 1em;
    margin-bottom: 1em;
}

.toc-title {
    font-weight: bold;
    text-align: center;
    margin-bottom: 5px;
}

.toc ul {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
}

.toc ul ul {
    padding-left: 1.5em;
}

.toc li {
    margin-bottom: 0.2em;
}

.reference {
    font-size: 80%;
    line-height: 1;
    vertical-align: super;
}

.notice {
    background-color: #fff3cd;
    border: 1px solid #ffe69c;
    padding: 10px;
    margin-bottom: 15px;
    font-size: 0.9em;
    display: flex;
    align-items: center;
    gap: 10px;
}

.notice::before {
    content: "⚠️";
    font-size: 1.5em;
}