.wpg-consent[hidden] { display: none !important; }
.wpg-consent { position: fixed; z-index: 999; right: 18px; bottom: 18px; width: min(420px, calc(100vw - 36px)); padding: 18px; border: 1px solid rgba(255,177,59,.55); color: #fff3d6; background: #0e1126; box-shadow: 0 22px 70px rgba(0,0,0,.45); font: 14px/1.5 Inter, system-ui, sans-serif; }
.wpg-consent strong { display: block; font: 600 18px Georgia, serif; }
.wpg-consent p { margin: 8px 0 14px; color: #bbb9c9; }
.wpg-consent a { color: #58cf9b; }
.wpg-consent-actions { display: flex; gap: 10px; }
.wpg-consent button { min-height: 42px; padding: 8px 15px; border: 1px solid #ffb13b; color: #090b1d; background: #ffb13b; font-weight: 700; cursor: pointer; }
.wpg-consent button:last-child { color: #fff3d6; background: transparent; border-color: rgba(255,243,214,.3); }
@media (max-width: 520px) { .wpg-consent { right: 10px; bottom: 10px; width: calc(100vw - 20px); } .wpg-consent-actions button { flex: 1; } }
