/* Style untuk konten Wikipedia */
.mw-parser-output {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    line-height: 1.6;
}

/* Style untuk tabel */
.mw-parser-output table {
    border-collapse: collapse;
    margin: 1em 0;
    border: 1px solid #a2a9b1;
}

.mw-parser-output table th,
.mw-parser-output table td {
    border: 1px solid #a2a9b1;
    padding: 0.2em 0.4em;
}

.mw-parser-output table.infobox {
    float: right;
    clear: right;
    margin: 0.5em 0 1em 1em;
    max-width: 22em;
    background-color: #f8f9fa;
}

/* Style untuk referensi */
.reference {
    font-size: smaller;
    line-height: 1;
    vertical-align: super;
}

/* Style untuk gambar */
.mw-parser-output .thumbinner {
    border: 1px solid #c8ccd1;
    padding: 3px;
    background-color: #f8f9fa;
    font-size: 94%;
    text-align: center;
    overflow: hidden;
}

/* Style untuk heading */
.mw-parser-output h2 {
    border-bottom: 1px solid #a2a9b1;
    margin: 1em 0 0.5em;
    padding: 0;
}

/* Style untuk link */
.mw-parser-output a {
    text-decoration: none;
    color: #0645ad;
}

.mw-parser-output a:hover {
    text-decoration: underline;
}

.wiki-content {
    max-width: 100%;
    overflow-x: auto;
}

.wiki-content img {
    max-width: 100%;
    height: auto;
}