.news-item {
  padding: 14px 18px;
  margin-bottom: 16px;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.news-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.news-item em {
  font-style: normal;
  font-weight: 500;
  color: #333;
}

.news-item strong {
  font-weight: 600;
  color: #000;
}

.news-item a {
  color: #003366;
  text-decoration: underline;
}

.news-item-light {
  background-color: #d0e7fc;
}

.news-item-mid {
  background-color: #aad1f9;
}

.news-item-strong {
  background-color: #8fc1f6;
}

.news-item-entry {
  margin-top: 4px;
}

.visit-counter {
  margin-top: 2.5rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(107, 114, 128, 0.2);
  font-size: 0.95rem;
  color: #6b7280;
}

.visit-counter-label {
  margin-right: 0.35rem;
}

.visit-counter-value {
  color: inherit;
}
