.defto-consent[hidden], .defto-consent-settings[hidden] { display: none !important; }
.defto-consent { box-sizing: border-box; position: fixed; inset: auto 16px 16px auto; z-index: 1000; width: 440px; max-width: calc(100% - 32px); max-height: calc(100dvh - 32px); overflow: auto; padding: 18px; background: #fff; color: #24282b; border: 1px solid #a8afb3; border-radius: 6px; box-shadow: 0 6px 24px #0002; font: 14px/1.6 system-ui, sans-serif; letter-spacing: 0; }
.defto-consent p { margin: 0 0 8px; font-size: 14px; }
.defto-consent a { color: #076456; text-decoration: underline; }
.defto-consent-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 14px; }
.defto-consent-actions button { flex: 1; min-height: 40px; padding: 8px 14px; border: 1px solid #59686b; border-radius: 4px; background: #fff; color: #24282b; font: inherit; cursor: pointer; }
.defto-consent-actions button:disabled { opacity: .5; cursor: not-allowed; }
.defto-consent-settings { display: block; padding: 4px 0; margin: 8px auto; border: 0; background: transparent; color: inherit; font: inherit; font-size: 13px; text-decoration: underline; cursor: pointer; }
.defto-consent button:focus-visible, .defto-consent-settings:focus-visible { outline: 2px solid #087c6c; outline-offset: 3px; }
