/* Compact news-list metadata and preserve a stable card rhythm. */
#page-news .news-category {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 4px 11px;
  border-radius: 999px;
  color: #f15a24 !important;
  background: #fff0e8;
  font-size: 13px;
  font-weight: 400 !important;
  line-height: 1.3;
}

#page-news .news-list-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#page-news .news-card-foot {
  display: none !important;
}
