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