/* app/styles/page.css */
.page-container {
  & ul {
    list-style: disc;
  }
  & ol {
    list-style: auto;
  }
  & ul,
  & ol {
    margin-left: 25px;
  }
  & a:link {
    color: #003049;
    text-decoration: underline;
    &:hover {
      color: #ffcb05;
    }
  }
  & p {
    margin: 15px 0;
    line-height: 1.6;
  }
  & .kg-file-card-icon svg,
  & .kg-file-card.kg-file-card-medium svg {
    width: 64px;
    height: 64px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
  }
}
/*# sourceMappingURL=/_static/build/_assets/page-WPW3IJFP.css.map */
