.pai-consent[hidden],
.pai-consent-open[hidden] {
  display: none !important;
}

.pai-consent {
  position: fixed;
  inset: 0;
  z-index: 2147483646;
  display: grid;
  align-items: end;
  padding: 18px;
  background: rgba(20, 24, 28, 0.48);
}

.pai-consent__panel {
  width: min(760px, 100%);
  margin: 0 auto;
  padding: 22px;
  border-radius: 12px;
  background: #fff;
  color: #202428;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.24);
}

.pai-consent__panel h2 {
  margin: 0 0 8px;
  color: #202428;
}

.pai-consent__choices {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 16px 0;
}

.pai-consent__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.pai-consent button,
.pai-consent-open {
  padding: 10px 16px;
  border: 1px solid #353740;
  border-radius: 6px;
  background: #fff;
  color: #353740;
  cursor: pointer;
}

.pai-consent .pai-consent__primary {
  background: #353740;
  color: #fff;
}

.pai-consent__links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 14px;
}

.pai-consent-open {
  position: fixed;
  right: 14px;
  bottom: 14px;
  z-index: 2147483645;
  font-size: 12px;
}
