.pps-cookie {
  position: fixed;
  z-index: 4000;
  right: 16px;
  bottom: 16px;
  left: 16px;
}

.pps-cookie--modal {
  inset: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background: rgba(12, 6, 32, 0.72);
}

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

.pps-cookie__panel {
  max-width: 640px;
  margin: 0 auto;
  padding: 20px 22px 18px;
  background: #281a5e;
  color: #fff;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}

.pps-cookie--modal .pps-cookie__panel {
  width: min(640px, calc(100% - 32px));
  margin-bottom: 24px;
}

.pps-cookie__title {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 700;
}

.pps-cookie__text,
.pps-cookie__opt {
  margin: 0 0 12px;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
}

.pps-cookie__opt {
  display: block;
}

.pps-cookie__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.pps-cookie__btn {
  padding: 8px 12px;
  border: 1px solid #00d2d2;
  background: transparent;
  color: #00d2d2;
  font: inherit;
  cursor: pointer;
}

.pps-cookie__btn--solid {
  background: #00d2d2;
  color: #1c1047;
}

.pps-cookie__btn > span {
  color: inherit;
  font: inherit;
}
