.wpg-consent { position: fixed; z-index: 1000; right: 18px; bottom: 18px; left: 18px; max-width: 880px; margin: auto; padding: 18px; border: 1px solid #0b2341; background: #fffdf8; color: #0b2341; box-shadow: 8px 8px 0 #0b2341; display: flex; align-items: center; justify-content: space-between; gap: 22px; font-family: Inter, "Yu Gothic", system-ui, sans-serif; }
.wpg-consent strong { display: block; margin-bottom: 4px; }
.wpg-consent p { margin: 0; color: #536174; font-size: 0.8rem; line-height: 1.6; }
.wpg-consent-actions { display: flex; flex: 0 0 auto; gap: 8px; }
.wpg-consent button { min-height: 42px; padding: 0 16px; border: 1px solid #0b2341; background: transparent; color: #0b2341; font: inherit; font-weight: 800; cursor: pointer; }
.wpg-consent button[data-consent-allow] { border-color: #ff4b22; background: #ff4b22; color: white; }
.wpg-consent button:focus-visible { outline: 3px solid #1849d6; outline-offset: 3px; }
@media (max-width: 640px) { .wpg-consent { align-items: stretch; flex-direction: column; } .wpg-consent-actions button { flex: 1; } }

