/* Workaround to hide date from news as as it's currently always the last publish-date https://k15t.jira.com/servicedesk/customer/portal/3/KS-16138  */
.space-overview__detail__news__post--date {
  display: none;
}