.qj-analytics-consent {
  position: fixed;
  z-index: 2147483647;
  right: 18px;
  bottom: 18px;
  left: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  max-width: 860px;
  margin: 0 auto;
  padding: 16px 18px;
  color: #eef4ff;
  background: #081a2e;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.28);
  font: 500 14px/1.45 Inter, system-ui, sans-serif;
}
.qj-analytics-consent p { margin: 0; }
.qj-analytics-consent a { color: #9cc7ff; text-decoration: underline; }
.qj-analytics-consent div { display: flex; flex: 0 0 auto; gap: 8px; }
.qj-analytics-consent button {
  min-height: 38px;
  padding: 8px 13px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}
.qj-analytics-consent__secondary { color: #eef4ff; background: transparent; }
.qj-analytics-consent__primary { color: #06172a; background: #d9eaff; }
.qj-analytics-consent button:focus-visible { outline: 3px solid #7cb6ff; outline-offset: 2px; }
@media (max-width: 640px) {
  .qj-analytics-consent { align-items: stretch; flex-direction: column; gap: 12px; }
  .qj-analytics-consent div { justify-content: flex-end; }
}
