/* =========================================================
   News Manager -- Front-end Styles  v1.4.0
   Matches Less Lethal AF site aesthetic
========================================================= */

.nm-feed {
  max-width: 900px;
  margin: 0 auto;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, sans-serif;
  color: #1a1a1a;
  line-height: 1.7;
}

.nm-item {
  padding: 24px 0;
  border-bottom: 1px solid #e8e8e8;
}

.nm-item:last-child {
  border-bottom: none;
}

.nm-item__title {
  margin: 0 0 10px;
  font-size: 1.1em;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.35;
  padding-bottom: 8px;
  border-bottom: 2px solid #e84040;
}

.nm-item__title a {
  color: #1a1a1a;
  text-decoration: none;
}

.nm-item__title a:hover,
.nm-item__title a:focus {
  color: #c0392b;
  text-decoration: none;
}

.nm-item__source {
  margin: 6px 0 8px;
  font-size: 0.72em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #888;
  padding-left: 8px;
  border-left: 3px solid #e84040;
}

.nm-item__lead {
  margin: 10px 0 0;
  font-size: 0.95em;
  color: #444;
  line-height: 1.7;
}

.nm-titles {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nm-titles__item {
  padding: 9px 0;
  border-bottom: 1px solid #efefef;
  font-size: 0.95em;
  font-weight: 600;
}

.nm-titles__item a {
  color: #1a1a1a;
  text-decoration: none;
}

.nm-titles__item a:hover {
  color: #c0392b;
}

.nm-empty {
  color: #888;
  font-style: italic;
}
