#qf-cookie-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 80;
  padding: 16px;
  background: #1e293b;
  color: #e2e8f0;
  border-top: 1px solid #334155;
  box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.25);
}
.qf-cookie-inner {
  max-width: 80rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: flex-start;
  justify-content: space-between;
}
.qf-cookie-copy {
  flex: 1 1 16rem;
  font-size: 0.875rem;
  line-height: 1.4;
}
.qf-cookie-copy a { color: #93c5fd; text-decoration: underline; }
.qf-cookie-actions { display: flex; flex-wrap: wrap; gap: 8px; }
.qf-cookie-actions button {
  border-radius: 0.5rem;
  padding: 0.5rem 0.9rem;
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
  border: 1px solid #475569;
  background: transparent;
  color: #e2e8f0;
}
.qf-cookie-actions button.qf-cookie-primary {
  background: #2563eb;
  border-color: #2563eb;
  color: #fff;
}
#qf-cookie-customize {
  width: 100%;
  margin-top: 8px;
  font-size: 0.875rem;
}
#qf-cookie-customize label { display: flex; gap: 8px; align-items: center; }
