.site-wayfinding{
  min-height:40px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:.5rem 1.25rem;
  background:#eef1ef;
  color:#343b38;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  font-size:.875rem;
  line-height:1.35;
  text-align:center;
}
.site-wayfinding p{margin:0}
.site-wayfinding a{
  color:#115e59;
  text-decoration:underline;
  text-decoration-thickness:1px;
  text-underline-offset:2px;
}
.site-wayfinding a:hover{color:#0a4541}
.site-wayfinding a:focus-visible{outline:2px solid currentColor;outline-offset:2px}
@media(max-width:600px){
  .site-wayfinding{justify-content:flex-start;padding:.5rem .75rem;text-align:left}
}
