.site-gdpr { display: none !important; }
.bih-ck {
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 99999;
  width: min(380px, calc(100vw - 32px));
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(20px) saturate(1.5);
  -webkit-backdrop-filter: blur(20px) saturate(1.5);
  border: 1px solid rgba(17, 17, 17, 0.12);
  border-radius: 18px;
  box-shadow: 0 12px 40px rgba(17, 17, 17, 0.12);
  padding: 22px 22px 18px;
  font-family: Outfit, Helvetica, Arial, sans-serif;
  color: #111;
  box-sizing: border-box;
}
.bih-ck p {
  margin: 0 0 16px;
  font-size: 14px;
  line-height: 1.45;
  color: #111;
}
.bih-ck a { color: #111; text-decoration: underline; }
.bih-ck-btns { display: flex; gap: 8px; }
.bih-ck-btns button {
  flex: 1;
  height: 42px;
  border-radius: 3px;
  font: 500 13px Outfit, Helvetica, Arial, sans-serif;
  letter-spacing: 0.04em;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  box-shadow: none;
}
.bih-ck-ok,
.bih-ck-ok:hover,
.bih-ck-ok:focus {
  background: #111 !important;
  color: #fff !important;
  border: 1px solid #111 !important;
}
.bih-ck-no,
.bih-ck-no:hover,
.bih-ck-no:focus {
  background: #fff !important;
  color: #111 !important;
  border: 1px solid #111 !important;
}
@media (max-width: 520px) {
  .bih-ck { left: 16px; right: 16px; width: auto; bottom: 16px; }
}
