.pz-consent {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  padding: 1rem;
  pointer-events: none;
}

.pz-consent[hidden] {
  display: none;
}

.pz-consent__panel {
  pointer-events: auto;
  max-width: 52rem;
  margin: 0 auto;
  padding: 1rem 1.15rem;
  background: #fff;
  border: 1px solid #e8e6e1;
  border-radius: 10px;
  box-shadow: 0 12px 40px rgba(13, 27, 42, 0.14);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.85rem 1rem;
}

.pz-consent__text {
  flex: 1 1 16rem;
  font-size: 0.82rem;
  line-height: 1.6;
  color: #374151;
}

.pz-consent__text a {
  color: #0d1b2a;
  font-weight: 600;
  text-decoration: underline;
}

.pz-consent__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.pz-consent__btn {
  border: none;
  border-radius: 7px;
  padding: 0.55rem 0.95rem;
  font-size: 0.8rem;
  font-weight: 600;
  cursor: pointer;
  font-family: inherit;
}

.pz-consent__btn--accept {
  background: #c9a84c;
  color: #0d1b2a;
}

.pz-consent__btn--accept:hover {
  background: #e8c96a;
}

.pz-consent__btn--necessary {
  background: transparent;
  color: #4a5568;
  border: 1px solid #e8e6e1;
}

.pz-consent__btn--necessary:hover {
  border-color: #b0a99a;
  color: #1a2535;
}
