.news-detail-container {
  max-width: 800px;
  margin: 40px auto;
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  direction: rtl;
  font-family: "Vazirmatn", sans-serif;
}

.news-detail-title {
  font-size: 2em;
  color: #333;
  text-align: right;
  border-bottom: 2px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.news-detail-date {
  font-size: 0.9em;
  color: #888;
  text-align: right;
  margin-bottom: 20px;
}

.news-detail-content p {
  line-height: 1.8;
  color: #555;
  text-align: justify;
  margin-bottom: 20px;
}

.news-media {
  margin-top: 30px;
  text-align: center;
}

.news-media img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.download-button {
  display: inline-block;
  padding: 12px 25px;
  background-color: #007bff;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-size: 1em;
  transition: background-color 0.3s ease;
}

.download-button:hover {
  background-color: #0056b3;
}
