#tb-consent-panel, #tb-consent-settings { box-sizing: border-box; font: 14px/1.5 Arial, sans-serif; color: #183b31; }
#tb-consent-panel[hidden], #tb-consent-settings[hidden], #tb-consent-error[hidden] { display: none !important; }
#tb-consent-panel { position: fixed; z-index: 2147483646; bottom: 16px; left: 16px; width: min(580px, calc(100% - 32px)); max-height: calc(100dvh - 32px); overflow: auto; padding: 24px; background: #fffdf5; border: 1px solid #82968c; border-radius: 16px; box-shadow: 0 8px 40px #0003; text-align: left; }
#tb-consent-panel h2 { margin: 0 0 12px; font: 600 23px/1.2 Arial, sans-serif; color: #183b31; }
#tb-consent-panel p { margin: 0 0 12px; font: inherit; color: inherit; }
#tb-consent-panel .tb-policy { color: #183b31; text-decoration: underline; }
#tb-consent-panel .tb-choices { display: flex; flex-wrap: wrap; gap: 16px; margin: 18px 0; }
#tb-consent-panel label { display: flex; align-items: center; gap: 8px; cursor: pointer; }
#tb-consent-panel input { appearance: auto; position: static; opacity: 1; width: 20px; height: 20px; margin: 0; accent-color: #183b31; }
#tb-consent-panel .tb-actions { display: flex; flex-wrap: wrap; gap: 8px; }
#tb-consent-panel button, #tb-consent-settings { appearance: none; cursor: pointer; border: 1px solid #183b31; border-radius: 8px; padding: 11px 14px; background: #fffdf5; color: #183b31; font: 600 14px/1.4 Arial, sans-serif; text-transform: none; letter-spacing: normal; min-height: 44px; }
#tb-consent-panel button:hover, #tb-consent-settings:hover { background: #e3ece5; }
#tb-consent-panel :focus-visible, #tb-consent-settings:focus-visible { outline: 3px solid #b56422; outline-offset: 3px; }
#tb-consent-settings { position: fixed; bottom: 12px; left: 12px; z-index: 2147483645; box-shadow: 0 2px 12px #0002; }
#tb-consent-panel #tb-consent-error { color: #a02020; margin-top: 12px; }
@media (max-width: 480px) { #tb-consent-panel { padding: 18px; } #tb-consent-panel .tb-actions { flex-direction: column; } #tb-consent-panel button { width: 100%; } }

#tb-consent-panel .tb-policy-links { display: flex; flex-wrap: wrap; gap: 8px 20px; }
