::-webkit-scrollbar { width: 8px; height: 8px; }
::-webkit-scrollbar-track { background: #fdfbf5; }
::-webkit-scrollbar-thumb { background: #d6d3c4; }
::-webkit-scrollbar-thumb:hover { background: #b8b5a3; }

#br-cookie-banner {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 999;
  background: #fdfbf5;
  border-top: 1px solid #e2e0d5;
}
#br-cookie-banner.br-hidden { display: none; }
