/* Smooth scrolling for anchor links */
html {
    scroll-behavior: smooth;
}

/* Prevent list markers from being compressed on smaller screens */
[class*="bg-red-600"][class*="w-2"][class*="h-2"] {
    flex-shrink: 0 !important;
}
