.th-consent { position: fixed; z-index: 1000; bottom: 16px; left: 16px; right: 16px; max-width: 640px; margin: 0 auto; padding: 18px; color: #18202d; background: #fff; border: 1px solid #c9cfda; border-radius: 12px; box-shadow: 0 8px 32px #18202d24; font: 14px/1.5 system-ui, sans-serif; }
.th-consent[hidden] { display: none; }
.th-consent p { margin: 0 0 12px; }
.th-consent a { color: #2344db; text-decoration: underline; }
.th-consent div { display: flex; flex-wrap: wrap; gap: 10px; }
.th-consent button { padding: 9px 14px; border: 1px solid #9ba5b7; border-radius: 6px; color: #18202d; background: #f4f6fa; cursor: pointer; font: inherit; }
.th-consent button:focus-visible, .th-preferences:focus-visible { outline: 3px solid #2344db; outline-offset: 3px; }
.th-preferences { color: inherit; background: transparent; border: 0; padding: 4px; text-decoration: underline; cursor: pointer; font: inherit; }
