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