/* News page custom styles */

.news-item {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f0f0f0;
}

.news-item:last-child {
  border-bottom: none;
}

.news-title {
  font-size: 1.2rem;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 10px;
  color: #052049;
}

.author {
  margin-bottom: 10px;
  font-size: 0.9rem;
}

.content {
  margin-top: 10px;
}

.tag-link {
  font-size: 0.85rem;
}
