/* Custom styling if needed beyond Tailwind */
.fact-card:hover {
    transform: translateY(-2px);
    transition: all 0.2s ease;
}