#pm-consent[hidden] { display: none; }
#pm-consent { position: fixed; z-index: 10000; bottom: 16px; left: 16px; width: min(440px, calc(100vw - 32px)); box-sizing: border-box; max-height: calc(100dvh - 32px); overflow: auto; padding: 20px; border: 1px solid #cbd5e1; border-radius: 12px; background: #fff; color: #172335; box-shadow: 0 8px 32px #0003; font: 14px/1.5 system-ui, sans-serif; }
#pm-consent h2 { margin: 0 0 8px; font-size: 19px; }
#pm-consent p { margin: 0 0 12px; }
#pm-consent details { margin-bottom: 16px; }
#pm-consent summary { cursor: pointer; text-decoration: underline; }
.pm-consent-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.pm-consent-actions button { flex: 1; min-width: 140px; min-height: 44px; padding: 10px; border: 1px solid #172335; border-radius: 6px; background: #172335; color: #fff; cursor: pointer; font: inherit; }
#pm-consent-settings { border: 0; padding: 4px 0; background: transparent; color: #fff; text-decoration: underline; cursor: pointer; font: inherit; font-size: 13px; }
#pm-consent button:focus-visible, #pm-consent summary:focus-visible, #pm-consent-settings:focus-visible { outline: 3px solid #d68a00; outline-offset: 3px; }
