.pp-ads-banner[hidden] { display: none; }
.pp-ads-banner { position: fixed; z-index: 10000; bottom: 58px; left: 16px; width: min(480px, calc(100vw - 32px)); max-height: 70vh; overflow: auto; box-sizing: border-box; padding: 20px; border: 1px solid #c9d8e5; border-radius: 12px; background: #fff; color: #0b2748; box-shadow: 0 4px 24px #0b274826; font-size: 15px; line-height: 1.5; }
.pp-ads-banner p { margin: 8px 0 16px; }
.pp-ads-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.pp-ads-actions button, .pp-ads-settings { font: inherit; cursor: pointer; border: 1px solid #1664df; border-radius: 6px; background: white; color: #124fae; padding: 10px 16px; }
.pp-ads-actions button { flex: 1; min-height: 44px; }
.pp-ads-settings { display: block; margin: 12px auto; font-size: 14px; }
.pp-ads-actions button:focus-visible, .pp-ads-settings:focus-visible { outline: 3px solid #0b2748; outline-offset: 3px; }
