.news-year-button{
  position: relative;
  font-size: .875rem;
  font-weight: 500;
  letter-spacing: .08929em;
  height: 48px;
  padding: 0 24px;
  border: none;
  white-space: nowrap;
  z-index: 1;
  background: white;
  display: inline-block;
  align-content: center;
  transition: 0.2s;
  color: #7e7e7e;
  border-radius: 2px;
}

.news-year-button:not(.active-news-btn):hover{
  background-color: #de23291f;
}

.news-year-button:not(.active-news-btn){
  cursor: pointer;
}

.news-year-button.active-news-btn{
  font-weight: bold;
  color: #666666;
}

.active-news-btn .news-year-button-line {
  background-color: #de2329;
  max-height: 2px;
}

.news-year-button-line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-height: 1px;
  pointer-events: none;
  z-index: 1;
  background-color: #e6e1e5;
}