@charset "utf-8";

/* ==========================================================================
   GNUBOARD 5 LATEST (NOTICE - FOOTER) DARK THEME
   ========================================================================== */

.notice {
  position: relative;
}
.notice h2 {
  font-size: 15px;
  font-weight: 600;
  color: var(--text-highlight, #fff);
  margin-bottom: 14px;
}
.notice h2 a {
  color: var(--text-highlight, #fff);
}
.notice h2 a:hover {
  color: var(--accent-primary, #6366f1);
}

.notice ul {
  padding: 0;
  margin: 0;
}
.notice li {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  border-bottom: 1px solid var(--border-subtle, rgba(255, 255, 255, 0.05));
  padding: 8px 0;
  font-size: 13px;
}
.notice li:last-child {
  border-bottom: 0;
}
.notice li a {
  color: var(--text-muted, #94a3b8);
  transition: color 0.2s ease;
}
.notice li a:hover {
  color: #fff;
}

.notice li .new_icon {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  color: #10b981;
  background: rgba(16, 185, 129, 0.15);
  padding: 1px 5px;
  border-radius: 4px;
  margin-left: 4px;
}
.notice .cnt_cm {
  background: rgba(99, 102, 241, 0.15);
  color: var(--accent-primary, #6366f1);
  font-size: 10px;
  font-weight: 700;
  padding: 1px 5px;
  border-radius: 8px;
  margin-left: 5px;
}
.notice li.empty_li {
  color: var(--text-sub, #64748b);
  padding: 20px 0;
}
