.pxl-cookie-policy {
  display: none !important;
}

.spark-cookie-consent {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 10000;
  width: min(680px, calc(100vw - 32px));
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  align-items: stretch;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(10, 10, 10, 0.96);
  color: #fff;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.38);
}

.spark-cookie-consent[hidden] {
  display: none !important;
}

.spark-cookie-consent__eyebrow,
.spark-cookie-consent__title,
.spark-cookie-consent__text {
  margin: 0;
}

.spark-cookie-consent__eyebrow {
  margin-bottom: 6px;
  color: #d7d7d7;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.spark-cookie-consent__title {
  margin-bottom: 8px;
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
}

.spark-cookie-consent__text {
  max-width: 58ch;
  color: #d7d7d7;
  font-size: 14px;
  line-height: 1.55;
}

.spark-cookie-consent__choices {
  display: grid;
  gap: 8px;
  margin-top: 16px;
}

.spark-cookie-consent__choices[hidden] {
  display: none !important;
}

.spark-cookie-consent__choice {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.05);
}

.spark-cookie-consent__choice strong,
.spark-cookie-consent__choice small {
  display: block;
}

.spark-cookie-consent__choice strong {
  color: #fff;
}

.spark-cookie-consent__choice small {
  margin-top: 3px;
  color: #b8b8b8;
  font-size: 12px;
  line-height: 1.4;
}

.spark-cookie-consent__choice input {
  width: 18px;
  height: 18px;
  accent-color: #fff;
}

.spark-cookie-consent__choice--locked {
  opacity: 0.78;
}

.spark-cookie-consent__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.spark-cookie-consent__link,
.spark-cookie-consent__button {
  min-height: 42px;
  padding: 11px 15px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
}

.spark-cookie-consent__link {
  display: inline-flex;
  align-items: center;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: transparent;
}

.spark-cookie-consent__button {
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.spark-cookie-consent__button--secondary {
  color: #fff;
  background: transparent;
}

.spark-cookie-consent__button--primary {
  color: #000;
  background: #fff;
}

.spark-cookie-consent__button[hidden] {
  display: none !important;
}

@media (max-width: 760px) {
  .spark-cookie-consent {
    right: 16px;
    bottom: 16px;
    grid-template-columns: 1fr;
  }

  .spark-cookie-consent__actions {
    justify-content: stretch;
    min-width: 0;
  }

  .spark-cookie-consent__link,
  .spark-cookie-consent__button {
    flex: 1 1 145px;
    text-align: center;
    justify-content: center;
  }
}
