/* 뉴스 특수태그 — SSOT includes/news/special_tags.php */

.nst-badges,
.nd-nst-badges {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
  margin: 0 0 10px;
}

.nst-badge,
.nd-nst-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 3px 10px;
  border-radius: 999px;
  font-size: var(--fs-xs, 14px);
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
  color: var(--nst-color, #64748b);
  background: color-mix(in srgb, var(--nst-color, #64748b) 12%, #fff);
  border: 1px solid color-mix(in srgb, var(--nst-color, #64748b) 35%, #e2e8f0);
}

.nst-badge:hover,
.nd-nst-badge:hover {
  background: color-mix(in srgb, var(--nst-color, #64748b) 22%, #fff);
}

.nl-vw-list-row--special {
  border-left: 3px solid #9333ea;
  padding-left: 10px;
  background: linear-gradient(90deg, rgba(147, 51, 234, 0.06), transparent 48%);
}

.nst-spotlight {
  margin: 16px 0 24px;
  padding: 16px 0;
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
  background: #f8fafc;
}

.nst-spotlight-title {
  margin: 0 0 12px;
  font-size: var(--fs-lg, 18px);
  font-weight: 800;
  color: #0f172a;
}

.nst-spotlight-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

.nst-chip {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: var(--fs-sm, 15px);
  font-weight: 600;
  text-decoration: none;
  color: var(--nst-color, #475569);
  background: #fff;
  border: 1px solid color-mix(in srgb, var(--nst-color, #64748b) 40%, #e2e8f0);
}

.nst-spotlight-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.nst-spotlight-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.nst-spotlight-link {
  font-size: var(--fs-base, 16px);
  font-weight: 700;
  color: #0f172a;
  text-decoration: none;
}

.nst-spotlight-link:hover {
  color: #0a4d8c;
}

.nl-filter-special {
  width: 100%;
  margin: 8px 0 4px;
}

.nl-filter-special .nl-filter-drop-label {
  display: block;
  margin-bottom: 8px;
  font-size: var(--fs-sm, 15px);
  font-weight: 700;
  color: #475569;
}

.nl-filter-special .nl-filter-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.nst-chip.is-active {
  font-weight: 800;
  background: color-mix(in srgb, var(--nst-color, #64748b) 14%, #fff);
  box-shadow: 0 0 0 2px color-mix(in srgb, var(--nst-color, #64748b) 35%, transparent);
}

.nl-vw-list-row.nl-vw-list-row--special {
  flex-wrap: wrap;
}

.nl-vw-list-row .nl-nst-badges {
  flex: 0 0 100%;
  margin: 0 0 6px;
}
