#top-news {
  max-width: 100%;
  margin: 0 auto;
  padding: 20px;
  font-family: sans-serif;
}

#top-news-timeline {
  height: 40vh;
  overflow-y: auto;
  border: 1px solid #f0f0f0;
  padding: 9px;
  background: #ffffff;
  border-radius: 6px;
}

.top-news-announcement {
  border-top: 1px solid #ddd;
  padding: 15px 0;
}

.top-news-date {
  color: #777;
  font-size: 0.85em;
  margin-bottom: 5px;
  text-align: right;
}

.top-news-content {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 10px;
}

.top-news-btn {
  display: inline-block;
  padding: 8px 16px;
  background-color: #ccc;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  font-size: 0.95rem;
  transition: background-color 0.3s ease;
}

.top-news-btn:hover {
  background-color: #ffffff;
}

#top-news-post-form textarea,
#top-news-post-form input[type="url"],
#top-news-post-form input[type="text"] {
  width: 100%;
  padding: 8px;
  margin-bottom: 10px;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 4px;
}

#top-news-post-form button {
  padding: 10px 20px;
  background-color: #222;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

#top-news-post-form button:hover {
  background-color: #444;
}
