.jev-rig-suggestions:empty { display: none; }
.jev-suggestion {
  margin: .4rem 0;
  padding: .65rem .75rem;
  border-left: 2px solid var(--accent);
  background: color-mix(in srgb, var(--accent) 5%, transparent);
  color: var(--ink-muted);
  font-size: .75rem;
  line-height: 1.5;
}
.jev-suggestion-title { color: var(--ink); font-weight: 650; }
.jev-suggestion-evidence { margin-top: .3rem; color: var(--ink-faint); font-size: .7rem; }
.jev-challenge { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.jev-challenge .btn { flex-shrink: 0; }
.live-featured-battle { padding: 1rem; border-left: 3px solid var(--accent); background: #bceb2110; margin-bottom: .75rem; }
.live-featured-battle > p + p { margin-top: .4rem; color: var(--ink); font-weight: 600; }
.live-row-featured { background: #bceb2114; }
[data-controller~="fresh-insight"][hidden] { display: none; }
@media (max-width: 600px) { .jev-challenge { align-items: flex-start; flex-direction: column; gap: 1rem; } }
