.cdm-consent { position: fixed; left: 1rem; right: 1rem; bottom: 1rem; z-index: 9999; max-width: 760px; max-height: calc(100dvh - 2rem); overflow: auto; margin: 0 auto; background: #2b241b; color: #f6f1e8; border-radius: 10px; padding: 1.25rem; box-shadow: 0 10px 35px #0005; font: 400 1rem/1.55 Inter, system-ui, sans-serif; }
.cdm-consent p { color: #f6f1e8; font: inherit; margin: 0 0 1rem; }
.cdm-consent a { color: #e8c88a; text-decoration: underline; }
.cdm-actions { display: flex; flex-wrap: wrap; gap: .75rem; }
.cdm-actions button { flex: 1 1 200px; padding: .8rem 1rem; border: 1px solid #e8dfcf; border-radius: 4px; color: #fbf7f0; font: 500 .875rem/1.5 Inter, system-ui, sans-serif; cursor: pointer; }
.cdm-refuse { background: transparent; }
.cdm-accept { background: #6e4e1b; }
.cdm-actions button:focus-visible, [data-cookie-settings]:focus-visible { outline: 3px solid #e8c88a; outline-offset: 3px; }
[data-cookie-settings] { background: transparent; border: 0; color: inherit; font: inherit; text-decoration: underline; text-underline-offset: .2em; cursor: pointer; padding: .6rem; }
[hidden] { display: none !important; }
