:root {
  --mfx-ground: #211b18;
  --mfx-color: #f2efed;
  --mfx-faint: #c8c0bc;
  --mfx-divider: #50453f;
  --mfx-accent: #d6b6a4;
  --mfx-well: #312a25;
  --mfx-displayface: "Tahoma", "Segoe UI", "Calibri", sans-serif;
  --mfx-textface: "Corbel", "Segoe UI", "Calibri", sans-serif;
  --mfx-typesize: 1.055rem;
  --mfx-typelead: 1.55;
  --mfx-typesizepage: 76rem;
}
html.mfx {
  overflow-x: clip;
  background: var(--mfx-well);
  color-scheme: dark;
}
html.mfx body {
  overflow-x: clip;
  margin: 0;
  max-width: var(--mfx-typesizepage);
  margin-inline: auto;
  padding: 1rem 1.1rem 2.75rem;
  box-sizing: border-box;
  background: var(--mfx-ground);
  color: var(--mfx-color);
  font-family: var(--mfx-textface);
  font-size: var(--mfx-typesize);
  line-height: var(--mfx-typelead);
}
html.mfx *, html.mfx *::before, html.mfx *::after { box-sizing: border-box; }
h1, h2, h3 { font-style: normal; overflow-wrap: anywhere; min-width: 0; font-weight: 600; }
h1 { font-family: var(--mfx-displayface); font-size: 1.6rem; line-height: 1.2; margin: 0 0 0.6rem; }
h2 { font-family: var(--mfx-displayface); font-weight: 600; font-style: normal; overflow-wrap: anywhere; }
p, li, small, td, th { overflow-wrap: anywhere; }
a { color: var(--mfx-accent); }
a { text-underline-offset: 0.16em; }
.mfx-pagenav a { display: inline-block; padding: 0.5rem 0.55rem; }
.mfx-pagenav a[aria-current="page"] { text-decoration-thickness: 2px; }
.mfx-skip2 { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.mfx-skip2:focus { width: auto; height: auto; overflow: visible; clip-path: none; z-index: 3; padding: 0.45rem 0.6rem; background: var(--mfx-ground); }
:focus-visible { outline: 2px solid var(--mfx-accent); outline-offset: 2px; }
.mfx-lede { max-width: 68ch; }
.mfx-lede p, .mfx-lede li { margin: 0.55rem 0; }
.mfx-feed { margin: 1rem 0; padding: 0; }
table.mfx-feed { width: 100%; border-collapse: collapse; }
table.mfx-feed th, table.mfx-feed td { text-align: start; padding: 0.45rem 0.35rem; border-bottom: 1px solid var(--mfx-divider); vertical-align: top; font-weight: 400; }
table.mfx-feed th { font-weight: 650; }
@media (max-width: 40rem) {
  table.mfx-feed thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
  table.mfx-feed, table.mfx-feed tbody, table.mfx-feed tr, table.mfx-feed td { display: block; width: auto; }
}
ol.mfx-feed, ul.mfx-feed { padding-inline-start: 1.2rem; }
.mfx-days3 { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 12rem), 1fr)); gap: 0.7rem; }
input, textarea, button { font: inherit; color: inherit; }
textarea, input[type="text"] { width: 100%; max-width: 100%; background: var(--mfx-ground); border: 1px solid var(--mfx-divider); padding: 0.45rem; }
button, .mfx-button { background: transparent; border: 1px solid var(--mfx-divider); padding: 0.45rem 0.7rem; }
fieldset { border: 1px solid var(--mfx-divider); min-width: 0; margin: 0 0 0.75rem; }
label { display: block; margin: 0.35rem 0; }
hr { border: 0; border-top: 1px solid var(--mfx-divider); }
small, .mfx-bottom { color: var(--mfx-faint); }
.mfx-row + .mfx-row { border-top: 1px solid var(--mfx-divider); padding-top: 0.7rem; }
@media print {
  .mfx-pagenav, .mfx-skip2, .mfx-button { display: none; }
  html.mfx body { max-width: none; }
}
