.pi-consent {
  align-items: stretch;
  background: #171717;
  border: 1px solid #3f3f46;
  border-radius: .65rem;
  bottom: 1rem;
  box-shadow: 0 8px 30px rgb(0 0 0 / 40%);
  color: #fff;
  display: grid;
  gap: .75rem;
  left: 50%;
  max-width: min(680px, calc(100vw - 2rem));
  padding: .85rem 1rem;
  position: fixed;
  transform: translateX(-50%);
  width: 100%;
  z-index: 99999;
}

.pi-consent[hidden],
.pi-consent-settings[hidden] { display: none; }
.pi-consent p { font-size: .875rem; line-height: 1.4; margin: .2rem 0; }
.pi-consent a { color: #f5d0fe; }
.pi-consent__actions { display: flex; flex: 0 0 auto; gap: .5rem; }
.pi-consent button,
.pi-consent-settings {
  border: 1px solid #71717a;
  border-radius: .35rem;
  cursor: pointer;
  font: inherit;
  padding: .65rem .85rem;
}
.pi-consent__accept { background: #fff; color: #111; }
.pi-consent-settings {
  background: #171717;
  color: #fff;
  font-size: .75rem;
  display: inline-block;
  margin: 1rem;
  position: static;
}

@media (max-width: 700px) {
  .pi-consent { bottom: .5rem; max-width: calc(100vw - 1rem); }
  .pi-consent__actions { display: grid; grid-template-columns: 1fr 1fr; }
}
