.update-group,
.news-post {
  border: 1px solid rgba(180, 140, 80, 0.2);
  border-radius: 8px;
  margin-bottom: 1rem;
  padding: 0 1.25rem;
}
.update-group summary,
.news-post summary {
  cursor: pointer;
  padding: 0.9rem 0;
  list-style-position: inside;
}
.update-group summary::marker,
.news-post summary::marker {
  color: #b4a880;
}
.update-group summary::-webkit-details-marker,
.news-post summary::-webkit-details-marker {
  color: #b4a880;
}
.update-entry h2 {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
}
.update-entry .update-date {
  font-size: 0.85rem;
  color: #706858;
  font-weight: normal;
}
.update-entry h3,
.news-body h3 {
  font-size: 0.95rem;
  color: #b4a880;
  margin: 1rem 0 0.5rem;
}
.update-entry a,
.news-body a {
  word-break: break-all;
}
.news-date {
  color: #706858;
  font-size: 0.85rem;
  margin-right: 0.6rem;
}
.tag-chip {
  display: inline-block;
  border-radius: 999px;
  color: #fff;
  font-size: 0.7rem;
  line-height: 1.4;
  padding: 0.05rem 0.55rem;
  margin-right: 0.5rem;
  vertical-align: 0.08rem;
  background: #825106;
  border: 1px solid rgba(227, 155, 3, 0.55);
}
.tag-chip-important {
  background: #7c2827;
  border-color: rgba(223, 76, 76, 0.55);
}
.tag-chip-event {
  background: #277c28;
  border-color: rgba(76, 223, 76, 0.55);
}
.tag-chip-roadmap {
  background: #277b7c;
  border-color: rgba(76, 223, 223, 0.55);
}
.tag-chip-incident {
  background: #7f457c;
  border-color: rgba(171, 101, 168, 0.55);
}
.tag-chip-info {
  background: #2d5d91;
  border-color: rgba(65, 164, 224, 0.55);
}
