<style>
  #news_section > .nav > li > .active:hover {
    color: #000000 !important;
  }
  #news_section .portal-news-body-layer {
      display: flex;
      align-items: anchor-center;
      justify-content: space-between;
  }
  #news_section h4.card-title {
      padding-bottom: 2px;
  }
  #news_section .portal-news-type > span[class="portal-news-type-Bug fix"] {
  background-color: red;
      padding: 5px 20px;
      color: #ffffff;
      font-weight: 500;
      border-radius: 15px;
  }
  #news_section .portal-news-type > span[class="portal-news-type-Information"] {
  background-color: #ADBBDA;
      padding: 5px 20px;
      color: #ffffff;
      font-weight: 500;
      border-radius: 15px;
  }
  #news_section .portal-news-type > span[class="portal-news-type-Feature"] {
  background-color: #0FAA72;
      padding: 5px 20px;
      color: #ffffff;
      font-weight: 500;
      border-radius: 15px;
  }
</style>