.consent-panel { position: fixed; z-index: 1000; right: 16px; bottom: 16px; left: 16px; width: min(900px, calc(100% - 32px)); margin: 0 auto; padding: 18px 20px; display: flex; align-items: center; justify-content: space-between; gap: 24px; color: #eaf7f8; border: 1px solid #547487; border-radius: 10px; background: #08234a; box-shadow: 0 20px 60px rgba(8,35,74,.3); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.consent-panel strong { display: block; margin-bottom: 5px; color: #fff; }
.consent-panel p { max-width: 66ch; margin: 0; color: #c3d7df; font-size: .84rem; line-height: 1.5; }
.consent-actions { display: flex; flex: 0 0 auto; gap: 8px; }
.consent-actions button { min-height: 46px; padding: 10px 16px; color: #eaf7f8; border: 1px solid #8fa8b5; border-radius: 4px; background: transparent; cursor: pointer; font: 700 .9rem/1 Inter, ui-sans-serif, sans-serif; }
.consent-actions [data-consent-allow] { color: #062e38; border-color: #b8edf2; background: #b8edf2; }
.consent-actions button:focus-visible { outline: 3px solid #ff9c8f; outline-offset: 3px; }
@media (max-width: 650px) { .consent-panel { align-items: stretch; flex-direction: column; } .consent-actions, .consent-actions button { width: 100%; } }
