.container {
  margin-top: 10rem;
}

.news .news-category-wrapper {
  overflow: auto;
  margin-bottom: 2.4rem;
}
.news .news-category {
  display: table;
  margin: 0 auto 0.8rem;
}
.news .news-category > ul {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}
.news .news-category > ul > li {
  flex-shrink: 0;
}
.news .news-category > ul > li > a {
  display: block;
  padding: 0.8rem 1.6rem;
  border-right: solid 1px var(--my-custom-theme__main-color--code);
  transition: all 0.2s;
}
.news .news-category > ul > li:last-child > a {
  border-right: none;
}
.news .news-category > ul > li.current > a, .news .news-category > ul > li:hover > a {
  color: #FFFFFF;
  background-color: var(--my-custom-theme__main-color--code);
}
.news .news-category > ul > li.current {
  pointer-events: none;
}/*# sourceMappingURL=style-archive.css.map */