.page-news .posts {
  margin-bottom: 0;
}
.post-news:last-child {
  padding-bottom: 0;
}
.post-news .title {
  color: #333;
}
.post-news .title.new {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.post-news .title.new::after {
  content: 'NEW';
  letter-spacing: 0.48px;
  color: var(--text-strong-color);
  background-color: #f5c542;
  border-radius: 2px;
  flex-shrink: 0;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 0;
}
