.listn-consent {
  position: fixed;
  z-index: 10000;
  right: 20px;
  bottom: 20px;
  display: flex;
  width: min(560px, calc(100vw - 40px));
  gap: 22px;
  align-items: center;
  justify-content: space-between;
  padding: 18px;
  color: #f8f6ff;
  background: rgba(15, 8, 37, .97);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 18px;
  box-shadow: 0 18px 60px rgba(0, 0, 0, .45);
  font: 500 14px/1.45 Manrope, system-ui, sans-serif;
}

.listn-consent[hidden] { display: none; }
.listn-consent strong { display: block; margin-bottom: 4px; font-size: 15px; }
.listn-consent p { margin: 0; color: rgba(248, 246, 255, .75); }
.listn-consent-actions { display: flex; flex: 0 0 auto; gap: 8px; }
.listn-consent button,
.listn-consent-settings {
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 999px;
  padding: 9px 13px;
  color: #fff;
  background: transparent;
  font: 700 12px/1 Manrope, system-ui, sans-serif;
  cursor: pointer;
}
.listn-consent .listn-consent-accept { border-color: #8157ff; background: #8157ff; }
.listn-consent-settings {
  position: fixed;
  z-index: 9999;
  left: 14px;
  bottom: 12px;
  padding: 7px 10px;
  color: rgba(255, 255, 255, .7);
  background: rgba(15, 8, 37, .82);
  border-color: rgba(255, 255, 255, .15);
}

@media (max-width: 640px) {
  .listn-consent { left: 12px; right: 12px; bottom: 48px; width: auto; flex-direction: column; align-items: stretch; }
  .listn-consent-actions { justify-content: flex-end; }
}
