/* 5-hidden-revenue-leaks/style.css — article specific styles (shared styles in ../../brand.css) */

/* ── Numbered leak badge ── */
.leak-num {
  width: 2.5rem; height: 2.5rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #4f46e5, #3b82f6);
  color: #fff; font-weight: 800;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; font-size: 1rem;
}
