/* Minimal PDPA banner styling matching theme */
.pdpa-banner {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,.9);
  color: #fff;
  padding: .75rem 0;
  z-index: 1080; /* above modal backdrop */
}
.pdpa-banner .pdpa-text { font-size: .95rem; }
.pdpa-banner .btn { white-space: nowrap; }

/* If body indicates consent has been decided, hide banner defensively */
/* Hide when body or html indicates consent decided (html class set very early) */
body.pdpa-decided .pdpa-banner,
html.pdpa-decided--html .pdpa-banner { display: none !important; }

@media (max-width: 576px) {
  .pdpa-banner .pdpa-text { font-size: .9rem; }
}
