:root {
  --zed-field: #f7f5f2;
  --zed-print: #28231a;
  --zed-aside: #564f43;
  --zed-stroke: #d4cec4;
  --zed-seal: #685027;
  --zed-tint: #ede9e3;
  --zed-brand: "Calibri", "Segoe UI", "Calibri", sans-serif;
  --zed-reading: "Bahnschrift", "Segoe UI", "Calibri", sans-serif;
  --zed-fs2: 1.080rem;
  --zed-leading: 1.68;
  --zed-measure: 62rem;
}
html.zed {
  overflow-x: clip;
  background: var(--zed-tint);
  color-scheme: light;
}
html.zed body {
  overflow-x: clip;
  margin: 0;
  max-width: var(--zed-measure);
  margin-inline: auto;
  padding: 1rem 1.1rem 2.75rem;
  box-sizing: border-box;
  background: var(--zed-field);
  color: var(--zed-print);
  font-family: var(--zed-reading);
  font-size: var(--zed-fs2);
  line-height: var(--zed-leading);
}
html.zed *, html.zed *::before, html.zed *::after { box-sizing: border-box; }
h1, h2, h3 { font-style: normal; overflow-wrap: anywhere; min-width: 0; font-weight: 650; }
h1 { font-family: var(--zed-brand); font-size: 1.75rem; line-height: 1.2; margin: 0 0 0.6rem; }
h2 { border-bottom: 1px solid var(--zed-stroke); padding-bottom: 0.2rem; font-style: normal; overflow-wrap: anywhere; }
p, li, small, td, th { overflow-wrap: anywhere; }
a { color: var(--zed-print); } a:hover { color: var(--zed-seal); }
a { text-underline-offset: 0.16em; }
.zed-way a { display: inline-block; padding: 0.5rem 0.55rem; }
.zed-way a[aria-current="page"] { text-decoration-thickness: 2px; }
.zed-pass { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.zed-pass:focus { width: auto; height: auto; overflow: visible; clip-path: none; z-index: 3; padding: 0.45rem 0.6rem; background: var(--zed-field); }
:focus-visible { outline: 2px solid var(--zed-seal); outline-offset: 2px; }
.zed-para { max-width: 68ch; }
.zed-para p, .zed-para li { margin: 0.55rem 0; }
.zed-stops { margin: 1rem 0; padding: 0; }
table.zed-stops { width: 100%; border-collapse: collapse; }
table.zed-stops th, table.zed-stops td { text-align: start; padding: 0.45rem 0.35rem; border-bottom: 1px solid var(--zed-stroke); vertical-align: top; font-weight: 400; }
table.zed-stops th { font-weight: 650; }
@media (max-width: 40rem) {
  table.zed-stops thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
  table.zed-stops, table.zed-stops tbody, table.zed-stops tr, table.zed-stops td { display: block; width: auto; }
}
ol.zed-stops, ul.zed-stops { padding-inline-start: 1.2rem; }
.zed-days2 { 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(--zed-field); border: 1px solid var(--zed-stroke); padding: 0.45rem; }
button, .zed-printbtn { background: transparent; border: 1px solid var(--zed-stroke); padding: 0.45rem 0.7rem; }
fieldset { border: 1px solid var(--zed-stroke); min-width: 0; margin: 0 0 0.75rem; }
label { display: block; margin: 0.35rem 0; }
hr { border: 0; border-top: 1px solid var(--zed-stroke); }
small, .zed-close { color: var(--zed-aside); }
.zed-leg + .zed-leg { border-top: 1px solid var(--zed-stroke); padding-top: 0.7rem; }
@media print {
  .zed-way, .zed-pass, .zed-printbtn { display: none; }
  html.zed body { max-width: none; }
}
