/* News listing page */
.news-list {
  margin-bottom: 30px;
}

.news-item {
  padding: 25px 0;
  border-bottom: 1px solid #e5e5e5;
}

.news-item:first-child {
  padding-top: 0;
}

.news-item h2 {
  margin-bottom: 0.25em;
}

.news-item h2 a {
  color: #333;
  text-decoration: none;
}

.news-item h2 a:hover {
  color: #0088cc;
}

.news-item p {
  color: #666;
  margin-bottom: 0.5em;
}

.news-date {
  font-size: 13px;
  color: #999;
  margin-bottom: 4px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

a.read-more {
  font-size: 14px;
  font-weight: 600;
}

/* Individual post page */
.news-post {
  margin-bottom: 30px;
}

.news-post-meta {
  font-size: 14px;
  color: #999;
  margin-bottom: 8px;
}

.news-post h2 {
  font-size: 28px;
  margin-bottom: 0.75em;
}

.news-post-content {
  font-size: 16px;
  line-height: 1.7em;
}

.news-post-content h2 {
  font-size: 22px;
  margin-top: 1.5em;
}

.news-post-content ul {
  margin-bottom: 1em;
}

.news-post-content li {
  font-size: 16px;
  line-height: 1.6em;
  margin-bottom: 0.3em;
}

.news-post-content p {
  margin-bottom: 1em;
}

.news-back {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 600;
}
