.facts-display ol{counter-reset:item-counter;gap:1rem;margin:0;padding:0;list-style:none;display:grid}.facts-display li{background:linear-gradient(90deg,#fff,#f9fafb);border:1px solid #e5e7eb;border-radius:.5rem;gap:1rem;padding:1rem;transition:box-shadow .2s;display:flex}.facts-display li:hover{box-shadow:0 4px 6px -1px #0000001a}.dark .facts-display li{background:linear-gradient(90deg,#1f2937,#111827);border-color:#374151}.facts-display li:before{content:counter(item-counter);counter-increment:item-counter;color:#fff;background:linear-gradient(135deg,#3b82f6,#2563eb);border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;width:2.5rem;min-width:2.5rem;height:2.5rem;font-size:.875rem;font-weight:700;display:flex}.facts-display li>*{word-break:break-word}.facts-display strong{color:#1f2937;margin-bottom:.25rem;font-weight:600;display:block}.dark .facts-display strong{color:#f3f4f6}.facts-display p{color:#374151;margin:0;font-size:.875rem;line-height:1.5}.dark .facts-display p{color:#d1d5db}
