/* 即時動態頁版面 */
.nw-day {
  margin: 22px 0;
}

.nw-day-title {
  font-size: 16px;
  color: #244f35;
  border-bottom: 2px solid #e0e6e0;
  padding-bottom: 6px;
  margin: 0 0 12px;
}

.nw-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.nw-item {
  border: 1px solid #e0e6e0;
  border-radius: 10px;
  padding: 14px 18px;
  margin-bottom: 12px;
  background: #fff;
}

.nw-item:hover {
  box-shadow: 0 2px 10px rgba(36, 79, 53, 0.1);
}

.nw-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 4px;
}

.nw-badge {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  padding: 2px 10px;
  border-radius: 999px;
}

.nw-badge-government {
  background: #fff3d6;
  color: #7a3e00;
  border: 1px solid #e4c27a;
}

.nw-badge-academic {
  background: #e8f0fb;
  color: #24476f;
  border: 1px solid #b7c7d9;
}

.nw-badge-preprint {
  background: #f1ecf7;
  color: #4a3b66;
  border: 1px solid #c6b9da;
}

.nw-badge-news {
  background: #e7f0ef;
  color: #1f4d4a;
  border: 1px solid #a9cbc6;
}

.nw-date {
  font-size: 12px;
  color: #6b776c;
}

.nw-title {
  font-size: 17px;
  line-height: 1.45;
  margin: 4px 0;
}

.nw-title a {
  color: #1c2b22;
  text-decoration: none;
}

.nw-title a:hover {
  text-decoration: underline;
}

.nw-meta {
  font-size: 13px;
  color: #6b776c;
  margin: 2px 0;
}

.nw-summary {
  font-size: 13px;
  color: #4a564b;
  margin: 6px 0 0;
  line-height: 1.6;
}

.nw-tags {
  margin-top: 8px;
}

.nw-tag {
  display: inline-block;
  font-size: 12px;
  padding: 1px 9px;
  border-radius: 999px;
  margin: 2px 4px 2px 0;
  background: #f3f6f0;
  color: #3c463d;
  border: 1px solid #cdd6c8;
}

.nw-empty {
  color: #6b776c;
}
