section.news {
  margin-bottom: 1em; }
  section.news h1 {
    margin-bottom: 4px; }
    section.news h1 a {
      color: var(--text-colour);
      text-decoration: none; }
    section.news h1 a:hover {
      text-decoration: underline; }
    section.news h1 .news_prefix {
      background: linear-gradient(to right, #7e57c2, #2196f3, #26c6da, #43a047);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
  section.news hr {
    border-top: 4px solid #EEEEEE;
    color: rgba(0, 0, 0, 0); }

section.latest_news {
  margin-bottom: 2em; }

div.timestamp {
  font-family: "Nanum Gothic", sans-serif;
  font-size: small;
  font-weight: normal;
  color: #888888;
  margin-top: 4px; }

div.news-nav {
  display: flex;
  flex-direction: column; }

section.news a, h1 a {
  text-decoration: none; }

section.news a:hover, h1 a:hover {
  text-decoration: underline; }

div.news-nav {
  font-family: "Nanum Gothic", sans-serif;
  font-size: small; }

section.old-news a {
  text-decoration: none; }

section.old-news a:hover {
  text-decoration: underline; }

section.old-news div.timestamp {
  margin: 0 0 0.75em 1em; }
