/* Minimal custom styles (Tailwind used for majority) */
html,body,#root{height:100%}
/* You can add custom rules here if needed */

/* Make sure images don't overflow */
img{max-width:100%;height:auto;display:block}

/* Utilities for demo */
.min-h-screen{min-height:100vh}


/* Footer logo tweaks */
.footer-logo{filter:drop-shadow(0 4px 8px rgba(0,0,0,0.6));}
.footer-logo{transform:translateY(-1px);}

