/* =========================================
   COC Scrollbar Styles — NOT processed by Tailwind
   Served as static file so PostCSS won't purge it.
   ========================================= */

/* Global visible scrollbars */
::-webkit-scrollbar {
  width: 8px !important;
  height: 8px !important;
}

::-webkit-scrollbar-track {
  background: transparent !important;
}

::-webkit-scrollbar-thumb {
  background: rgba(100, 116, 139, 0.45) !important;
  border-radius: 10px !important;
}

::-webkit-scrollbar-thumb:hover {
  background: rgba(59, 130, 246, 0.65) !important;
}

/* Firefox */
* {
  scrollbar-width: thin !important;
  scrollbar-color: rgba(100, 116, 139, 0.45) transparent !important;
}
