.juno-contents {
  border-left: 3px solid #b14d34;
  padding: 12px 20px;
  margin: 28px 0;
  font:
    16px/1.6 system-ui,
    sans-serif;
  color: #16334b;
}
.juno-contents ol {
  margin: 8px 0 0;
  padding-left: 22px;
}
.juno-contents a {
  color: #174e76;
  text-decoration: underline;
}
.juno-contents a:focus-visible {
  outline: 3px solid #b14d34;
  outline-offset: 3px;
}
