.pb-consent-modal-open { overflow: hidden !important; }
.pb-consent-banner,
.pb-consent-dialog,
.pb-privacy-settings {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  box-sizing: border-box;
}
.pb-consent-banner {
  position: fixed;
  z-index: 2147483645;
  left: 16px;
  right: 16px;
  bottom: 16px;
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 20px;
  color: #f4f4f5;
  background: rgba(12, 12, 16, .98);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 16px;
  box-shadow: 0 18px 70px rgba(0,0,0,.48);
}
.pb-consent-banner h2,
.pb-consent-dialog h2 { margin: 0 0 6px; color: #fff; font-size: 18px; font-weight: 750; }
.pb-consent-banner p,
.pb-consent-dialog p { margin: 0; color: #b4b4bd; font-size: 14px; line-height: 1.55; }
.pb-consent-actions,
.pb-dialog-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.pb-consent-banner button,
.pb-consent-dialog button {
  min-height: 42px;
  padding: 9px 15px;
  color: #f4f4f5;
  background: #27272a;
  border: 1px solid #3f3f46;
  border-radius: 9px;
  font: inherit;
  font-size: 14px;
  font-weight: 650;
  cursor: pointer;
}
.pb-consent-banner button:hover,
.pb-consent-dialog button:hover { background: #35353a; }
.pb-consent-banner button:focus-visible,
.pb-consent-dialog button:focus-visible,
.pb-consent-dialog input:focus-visible,
.pb-privacy-settings:focus-visible {
  outline: 3px solid #a3e635;
  outline-offset: 2px;
}
.pb-consent-banner .pb-primary,
.pb-consent-dialog .pb-primary { color: #111; background: #a3e635; border-color: #a3e635; }
.pb-consent-banner .pb-primary:hover,
.pb-consent-dialog .pb-primary:hover { background: #bef264; }
.pb-privacy-settings {
  position: fixed;
  z-index: 2147483644;
  left: 14px;
  bottom: 14px;
  padding: 7px 10px;
  color: #d4d4d8;
  background: rgba(24,24,27,.94);
  border: 1px solid #3f3f46;
  border-radius: 8px;
  font-size: 12px;
  cursor: pointer;
}
.pb-consent-banner + .pb-consent-overlay ~ .pb-privacy-settings { display: none; }
.pb-consent-overlay {
  position: fixed;
  z-index: 2147483646;
  inset: 0;
  padding: 20px;
  display: grid;
  place-items: center;
  background: rgba(0,0,0,.72);
}
.pb-consent-overlay[hidden] { display: none; }
.pb-consent-dialog {
  position: relative;
  width: min(100%, 620px);
  max-height: calc(100vh - 40px);
  overflow: auto;
  padding: 26px;
  color: #f4f4f5;
  background: #0c0c10;
  border: 1px solid #3f3f46;
  border-radius: 16px;
  box-shadow: 0 24px 100px rgba(0,0,0,.65);
}
.pb-close { position: absolute; top: 14px; right: 14px; width: 40px; padding: 0 !important; font-size: 24px !important; }
.pb-consent-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 16px;
  padding: 16px;
  color: #f4f4f5;
  background: #18181b;
  border: 1px solid #303036;
  border-radius: 11px;
}
.pb-consent-row strong { display: block; margin-bottom: 4px; font-size: 15px; }
.pb-consent-row small { display: block; color: #a1a1aa; line-height: 1.45; }
.pb-consent-row span { flex: 0 0 auto; color: #a3e635; font-size: 12px; font-weight: 700; }
.pb-consent-row input { width: 24px; height: 24px; accent-color: #a3e635; }
.pb-dialog-actions { justify-content: flex-end; margin-top: 20px; }
.pb-policy-link { margin-top: 16px !important; text-align: center; }
.pb-policy-link a { color: #bef264; }
@media (max-width: 720px) {
  .pb-consent-banner { align-items: stretch; flex-direction: column; gap: 14px; }
  .pb-consent-actions { display: grid; grid-template-columns: 1fr; }
  .pb-consent-actions button { width: 100%; }
  .pb-consent-dialog { padding: 22px 18px; }
}
