.consent-panel { background: #121923; color: #edf2f7; border: 1px solid #536172; border-radius: .5rem; padding: 1rem; margin: 1rem auto; max-width: 65rem; }
.consent-panel fieldset { display: flex; flex-wrap: wrap; gap: 1rem; padding: .75rem; }
.consent-actions, .privacy-links { display: flex; flex-wrap: wrap; gap: 1rem; padding: 1rem; }
.consent-actions button { background: #263649; color: #fff; border: 1px solid #8aa1ba; border-radius: .3rem; padding: .7rem; cursor: pointer; }
.consent-panel a, .privacy-links a { color: #bddaff; }
.consent-panel :focus-visible, .privacy-links :focus-visible { outline: 2px solid #fff; outline-offset: 3px; }
