:root {
  --shc-ground: #f2f7f7;
  --shc-color: #1a2827;
  --shc-faint: #435654;
  --shc-divider: #c4d4d3;
  --shc-accent: #276864;
  --shc-well: #e3edec;
  --shc-displayface: "Book Antiqua", "Palatino Linotype", "Times New Roman", "Segoe UI", serif;
  --shc-textface: "Corbel", "Segoe UI", "Calibri", sans-serif;
  --shc-typesize: 0.980rem;
  --shc-typelead: 1.5;
  --shc-typesizepage: 76rem;
}
html.shc {
  overflow-x: clip;
  background: var(--shc-well);
  color-scheme: light;
}
html.shc body {
  overflow-x: clip;
  margin: 0;
  max-width: var(--shc-typesizepage);
  margin-inline: auto;
  padding: 1rem 1.1rem 2.75rem;
  box-sizing: border-box;
  background: var(--shc-ground);
  color: var(--shc-color);
  font-family: var(--shc-textface);
  font-size: var(--shc-typesize);
  line-height: var(--shc-typelead);
}
html.shc *, html.shc *::before, html.shc *::after { box-sizing: border-box; }
h1, h2, h3 { font-style: normal; overflow-wrap: anywhere; min-width: 0; font-weight: 650; }
h1 { font-family: var(--shc-displayface); font-size: 1.7rem; line-height: 1.2; margin: 0 0 0.6rem; }
h2 { font-family: var(--shc-displayface); font-weight: 600; font-style: normal; overflow-wrap: anywhere; }
p, li, small, td, th { overflow-wrap: anywhere; }
a { color: var(--shc-accent); }
a { text-underline-offset: 0.16em; }
.shc-pagenav a { display: inline-block; padding: 0.5rem 0.55rem; }
.shc-pagenav a[aria-current="page"] { text-decoration-thickness: 2px; }
.shc-skip2 { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.shc-skip2:focus { width: auto; height: auto; overflow: visible; clip-path: none; z-index: 3; padding: 0.45rem 0.6rem; background: var(--shc-ground); }
:focus-visible { outline: 2px solid var(--shc-accent); outline-offset: 2px; }
.shc-lede { max-width: 68ch; }
.shc-lede p, .shc-lede li { margin: 0.55rem 0; }
.shc-feed { margin: 1rem 0; padding: 0; }
table.shc-feed { width: 100%; border-collapse: collapse; }
table.shc-feed th, table.shc-feed td { text-align: start; padding: 0.45rem 0.35rem; border-bottom: 1px solid var(--shc-divider); vertical-align: top; font-weight: 400; }
table.shc-feed th { font-weight: 650; }
@media (max-width: 40rem) {
  table.shc-feed thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
  table.shc-feed, table.shc-feed tbody, table.shc-feed tr, table.shc-feed td { display: block; width: auto; }
}
ol.shc-feed, ul.shc-feed { padding-inline-start: 1.2rem; }
.shc-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(--shc-ground); border: 1px solid var(--shc-divider); padding: 0.45rem; }
button, .shc-button { background: transparent; border: 1px solid var(--shc-divider); padding: 0.45rem 0.7rem; }
fieldset { border: 1px solid var(--shc-divider); min-width: 0; margin: 0 0 0.75rem; }
label { display: block; margin: 0.35rem 0; }
hr { border: 0; border-top: 1px solid var(--shc-divider); }
small, .shc-bottom { color: var(--shc-faint); }
@media (min-width: 56rem) {
  .shc-desk { display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(12rem, 0.7fr); gap: 1.25rem; align-items: start; }
}
.shc-aside { background: var(--shc-well); padding: 0.75rem; }
@media print {
  .shc-pagenav, .shc-skip2, .shc-button { display: none; }
  html.shc body { max-width: none; }
}
