body {
  background: #f8f9fa;
  color: #222;
  font-family: 'Linux Libertine', 'Georgia', 'Times New Roman', serif;
  margin: 0;
  font-size: 1.09rem;
  line-height: 1.7;
}
.mw-header {
  background: #fff;
  border-bottom: 1px solid #a2a9b1;
  box-shadow: 0 2px 9px #c1cad14c;
  padding: .6em 0 .6em 0;
  margin-bottom: 1.8em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mw-header-inner {
  max-width: 860px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 0 1.6em;
}
.mw-header-logo {
  display: flex;
  align-items: center;
  background: #f8f9fa;
  border-radius: 50%;
  padding: 4px;
  border: 1px solid #a2a9b1;
  margin-right: 9px;
  height: 38px;
  width: 38px;
  justify-content: center;
}
.mw-header-title {
  font-family: 'Linux Libertine', 'Georgia', 'Times New Roman', serif;
  font-size: 1.35em;
  font-weight: bold;
  color: #222;
  letter-spacing: 0.5px;
  text-decoration: none;
}
.mw-body {
  max-width: 860px;
  margin: 0 auto 2.5em auto;
  background: #fff;
  border: 1px solid #a2a9b1;
  border-radius: 8px;
  box-shadow: 0 3px 18px #0001;
  padding: 2.3em 1.8em 2em 1.8em;
}
.mw-title {
  font-size: 2.05em;
  font-weight: 600;
  margin: 0 0 0.12em 0;
  color: #1a1a1a;
  letter-spacing: .01em;
}
.mw-url {
  font-size: 1.03em;
  color: #555;
  margin-bottom: 1.1em;
  border-bottom: 1px solid #eaecf0;
  padding-bottom: 0.7em;
  display: block;
  word-break: break-all;
}
.toc {
  background: #f6f6f6;
  border: 1px solid #a2a9b1;
  border-radius: 4px;
  padding: 1em 1.2em;
  margin: 2.1em 0 2.1em 0;
  font-size: .97em;
  max-width: 370px;
}
.toc-title {
  font-weight: bold;
  margin-bottom: 0.5em;
  font-size: 1.07em;
  color: #393939;
}
.toc ul {
  margin: 0;
  padding-left: 1.3em;
  list-style: decimal;
}
.toc li {
  margin: 0.25em 0;
  line-height: 1.5;
}
h1, h2, h3, h4, h5 {
  color: #2a4b7c;
  font-family: 'Linux Libertine', 'Georgia', 'Times New Roman', serif;
  font-weight: 600;
  line-height: 1.25;
}
h1 {
  font-size: 2.05em;
  color: #1a1a1a;
  margin-top: 0;
  margin-bottom: 0.3em;
}
h2 {
  font-size: 1.45em;
  margin-top: 2em;
  margin-bottom: .7em;
}
h3 {
  font-size: 1.11em;
  color: #30507d;
  margin-top: 1.3em;
  margin-bottom: .5em;
}
h4, h5 {
  font-size: 1em;
  color: #466da5;
}
a { color: #3366cc; text-decoration: none; }
a:hover { text-decoration: underline; }
.mw-footer {
  text-align: center;
  font-size: .98em;
  color: #888;
  margin-top: 3.7em;
  padding: 1.7em 0 0.6em 0;
  border-top: 1px solid #dbe1e8;
  background: none;
}
table {
  border-collapse: collapse;
  width: 100%;
  background: #fafdff;
  margin-bottom: 2em;
}
th, td {
  border: 1px solid #c6cbd2;
  padding: 0.58em 1em;
  text-align: left;
  vertical-align: top;
}
th {
  background: #e8eef5;
  color: #254080;
  font-weight: 700;
}
tr:nth-child(even) td {
  background: #f5f7fa;
}
ul, ol {
  padding-left: 1.6em;
}
@media (max-width: 650px) {
  .mw-header-inner, .mw-body { padding: 0 .7em; }
  .toc { font-size: 1em; padding: .8em 0.7em; }
  .mw-title { font-size: 1.13em; }
  th, td { padding: 0.54em 0.5em; font-size: 0.97em;}
}
img {
  max-width: 100%;
  height: auto;
  border-radius: 8px; /* (atau sesuai style wiki.css) */
}
