::-webkit-scrollbar { width: 9px; height: 9px; }
::-webkit-scrollbar-track { background: #f8fafc; }
::-webkit-scrollbar-thumb { background: #93c5fd; border-radius: 999px; }
::-webkit-scrollbar-thumb:hover { background: #60a5fa; }

.zt-cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background: #ffffff;
  border-top: 1px solid #e2e8f0;
  box-shadow: 0 -6px 20px rgba(15, 23, 42, 0.08);
}

.zt-cookie-btn {
  transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.zt-pill {
  transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.zt-fade-row {
  transition: opacity 0.15s ease;
}
