.news-item {
  display: flex;
  gap: 1em;
  align-items: flex-start;
  margin-bottom: 1.5em;
}

.news-date {
  background-color: #e3f2fd;
  color: #1565c0;
  font-family: monospace;
  font-size: 0.85em;
  padding: 2px 8px;
  border-radius: 6px;
  white-space: nowrap;
}

.news-content {
  flex: 1;
  font-size: 1.05em;
}

.news-content p {
  margin: 0;
}

.news-content mark {
  background-color: #fff59d;
  color: inherit;
  padding: 0 3px;
  border-radius: 3px;
}

.news-content strong {
  font-weight: 700;
}

.news-content em {
  font-style: italic;
}
