/* SchoolGram custom styles (Tailwind handles the rest via CDN) */
.no-scrollbar::-webkit-scrollbar { display: none; }
.no-scrollbar { -ms-overflow-style: none; scrollbar-width: none; }

/* smooth tap feedback */
button, a { -webkit-tap-highlight-color: transparent; }

img { background-color: #f4f4f5; }
