.normal-listing .listing-date,
.normal-listing .listing-status,
.normal-listing .lising-content-inner .listing-location {
  font-size: 10px;
}

.normal-listing .lising-content-inner .listing-agency {
  font-size: .6125rem;
}

.normal-listing .event-type,
.normal-listing .region {
  font-size: .7125rem;
}

.normal-listing .listing-title-link {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* Number of lines to show */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  /* Allow wrapping */
}

.path-news .listing-content-view .view-content {
  margin-top: 0;
}
