/* A Tasklet theme + DaisyUI + Tailwind CSS are loaded from CDN. You may edit this file to extend or add styles as needed. */

/* Pointer cursor for all interactive elements */
button, a, [role="button"] {
  cursor: pointer;
}

/* Nav item hover - green text matching "Ray" in logo (#019939) */
.nav-item:hover {
  color: #019939 !important;
}

/* Category pill hover handled via React onMouseEnter/onMouseLeave */

/* Row scroll — hide webkit scrollbar, independent scroll per row */
.row-scroll::-webkit-scrollbar { display: none; }
