.newslist {
  margin: 3rem 0;
  li {
    padding-left: 0 !important;
    &:last-child {
      border-bottom: 2px solid var(--yellow);
    }
    &::before {
      display: none !important;
    }
  }
  a {
    padding: 0.7rem;
    border-top: 2px solid var(--yellow);
    display: flex;
    gap: 1rem;
    text-decoration: none;
    &:hover {
      background-color: var(--yellow);
      text-decoration: underline;
      text-decoration-thickness: 1px;
      text-underline-offset: 4px;
    }
  }
  time {
    width: 7rem;
    text-align: right;
  }
}

.postimage {
  max-width: 100%;
  height: auto;
  margin-block: 2rem;
  display: block;
}

.postdate {
  display: inline-block;
  margin-top: 1rem;
}
