::-webkit-scrollbar { width: 8px; height: 8px; }
::-webkit-scrollbar-track { background: #f1f5f9; }
::-webkit-scrollbar-thumb { background: #0f172a; }
::-webkit-scrollbar-thumb:hover { background: #1e293b; }

#sr-cookie-banner {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 999;
  background: #f1f5f9;
  border-top: 2px solid #0f172a;
}
#sr-cookie-banner.sr-hidden { display: none; }
