/**
 * Note that these styles are loaded *before* editor styles, so that
 * editor-specific styles using the same selectors will take precedence.

These are dupes of the styles found in the Habitat theme style.css


 */

 .wp-block-habitat-blocks-news-item {
   border-bottom: 1px solid #ddd;
   padding: 0 0 15px 0;
   margin-bottom: 15px;
   font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
 }

.news-date, .editor-styles-wrapper .news-date {
  margin-bottom: 5px;
  font-size: .8em;
  font-style: italic;
}

.news-headline, .editor-styles-wrapper .news-headline {
  margin: 0 0;
  font-size: 1.25em;
}

.news-headline a {
  text-decoration: none;
}

.news-source, .editor-styles-wrapper .news-source {
  font-size: .8em;
  margin-bottom: 0;
  margin-top: .5em;
  font-weight: bold;
  color: #666;
}

.editor-styles-wrapper .news-source {
  margin: 0;
}
