.ly_news {
  padding-block: 0;
  padding-inline: 0;
}

.ly_news .ly_archiveContent {
  padding-bottom: 80px;
}

.ly_news .bl_archiveContent_item {
  width: 100%;
}

.bl_topNews_link {
  display: block;
  padding-block: 40px;
  border-block: 1px solid #e5e5e5;
}

.bl_news_item {
  width: 100%;
}

li.bl_news_item:first-of-type {
  border-top: 1px solid #e5e5e5;
}

.bl_news_categories {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  padding: 0;
  margin-bottom: 40px;
}

.bl_news_categories button {
  appearance: none;
  border: none;
  background: none;
  font-weight: 700;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  transition: border-color 0.5s;
}

.bl_news_categories button.active {
  border-bottom: 2px solid var(--text-secondary);
}

@media screen and (min-width: 768px) {
  .bl_news_categories {
    gap: 40px;
    margin-bottom: 0;
    border-bottom: 1px solid #e5e5e5;
  }

  .ly_archiveContent ul li.bl_news_item:first-of-type {
    border-top: none;
    margin-top: 30px;
  }

  .bl_news_categories button {
    padding-bottom: 24px;
    border-bottom: 4px solid transparent;
  }

  .bl_news_item {
    position: relative;
  }
  .bl_news_link {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }

  .bl_news_categories button.active {
    border-bottom: 4px solid var(--text-secondary);
  }
}
