.tags-menu ul {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.tags-menu li {
  margin: 0;
}

.tags-menu li.active a {
  background: var(--ktn-dark-blue);
  color: #fff;
  text-decoration: none;
  padding: 0.25rem 0.75rem;
  border-radius: 999px;
}

.tags-menu a {
  display: inline-block;
  color: #000;
  background-color: var(--ktn-light-blue);
  border-radius: 999px;
  padding: 0.25rem 0.75rem;
  text-decoration: none;
  font-size: 1.1rem;
}

.tags-menu a:hover {
  background: var(--ktn-dark-blue);
  color: #fff;
  text-decoration: none;
}

.news-category {
  display: inline-block;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding: 0.4rem 0.8rem;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.news-article-excerpt {
  word-wrap: break-word;
  overflow-wrap: break-word;
  margin-bottom: 0rem;
}

.news-read-more {
    font-size: 1.1rem;
}