.blkht-consent-banner[hidden], .blkht-consent-settings[hidden] { display: none !important; }
.blkht-consent-banner { position: fixed; z-index: 10000; right: 1rem; bottom: 1rem; left: 1rem; max-width: 52rem; margin: auto; padding: 1.25rem; border: 1px solid rgba(130,255,91,.55); background: #080909; color: #fff; box-shadow: 0 1rem 3rem rgba(0,0,0,.5); }
.blkht-consent-banner p { margin: 0; line-height: 1.55; }
.blkht-consent-banner a { color: #82ff5b; }
.blkht-consent-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1rem; }
.blkht-consent-actions button, .blkht-consent-settings { padding: .72rem 1rem; border: 1px solid #82ff5b; background: transparent; color: #82ff5b; cursor: pointer; }
.blkht-consent-actions [data-consent-accept] { background: #82ff5b; color: #050605; }
.blkht-consent-settings { position: fixed; z-index: 9999; right: 1rem; bottom: 1rem; background: #080909; font-size: .75rem; }
@media (max-width: 600px) { .blkht-consent-banner { right: .5rem; bottom: .5rem; left: .5rem; } .blkht-consent-actions button { flex: 1 1 100%; } }
