.news-detail-section {
  padding: 6rem 2rem;
  background-color: #fff;
}

.container {
  max-width: 900px;
  margin: 0 auto;
}

.back-link {
  display: inline-block;
  margin-bottom: 20px;
  color: #4CAF50;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s;
}

.back-link:hover {
  color: #45a049;
}

.news-title {
  font-size: 2.5rem;
  color: #333;
  margin-bottom: 10px;
}

.news-meta {
  font-size: 0.95rem;
  color: #666;
  margin-bottom: 2rem;
}

.news-content {
  font-size: 1.1rem;
  color: #444;
  line-height: 1.8;
}

.news-content p {
  margin-bottom: 1.5rem;
}

.news-content ul {
  list-style: disc inside;
  margin-bottom: 1.5rem;
}

.news-content li {
  margin: 0.5rem 0;
}

@media (max-width: 768px) {
  .news-title {
    font-size: 2rem;
  }

  .news-content {
    font-size: 1rem;
  }
}
