.td-consent { position: fixed; z-index: 10000; right: 1rem; bottom: 1rem; width: min(30rem, calc(100% - 2rem)); padding: 1rem; border: 1px solid #cbd5e1; border-radius: .75rem; background: #fff; color: #172033; box-shadow: 0 12px 36px rgba(15,23,42,.2); font: 400 1rem/1.45 system-ui,sans-serif; }
.td-consent[hidden], .td-privacy-settings[hidden] { display: none; }
.td-consent p { margin: 0 0 .85rem; }
.td-consent a { color: inherit; text-decoration: underline; }
.td-consent__actions { display: flex; flex-wrap: wrap; gap: .5rem; }
.td-consent button, .td-privacy-settings { min-height: 2.75rem; padding: .6rem .9rem; border: 1px solid #172033; border-radius: .5rem; background: #fff; color: #172033; cursor: pointer; font: 600 .9rem/1 system-ui,sans-serif; }
.td-consent button[data-consent="accept"] { background: #172033; color: #fff; }
.td-privacy-settings { position: fixed; z-index: 9999; left: 1rem; bottom: 1rem; box-shadow: 0 4px 16px rgba(15,23,42,.15); }
