.bh-consent[hidden] { display: none; }
.bh-consent { position: fixed; z-index: 99999; bottom: 16px; left: 16px; right: 16px; max-width: 960px; margin: auto; padding: 24px; background: #fff; color: #0e111d; border: 2px solid #265df1; border-radius: 14px; box-shadow: 0 8px 40px #0003; font-size: 15px; }
.bh-consent h2 { font-size: 22px; margin: 0 0 8px; color: inherit; }
.bh-consent p { margin: 0; line-height: 1.5; }
.bh-consent a { color: #2458db; text-decoration: underline; }
.bh-consent__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 18px; }
.bh-consent__actions button { flex: 1; min-width: 150px; padding: 12px 18px; min-height: 44px; border: 2px solid #265df1; border-radius: 6px; background: #265df1; color: #fff; font: inherit; font-weight: 700; cursor: pointer; }
.bh-consent__actions button:last-child { color: #2458db; background: #fff; }
.bh-cookie-settings { display: block; margin: 12px auto; padding: 10px 16px; min-height: 44px; background: #fff; color: #2458db; border: 1px solid currentColor; border-radius: 6px; font: inherit; font-size: 13px; cursor: pointer; }
.bh-consent button:focus-visible, .bh-cookie-settings:focus-visible { outline: 3px solid #ff5b36; outline-offset: 3px; }
@media (min-width: 800px) { .bh-consent { display: flex; align-items: center; gap: 30px; } .bh-consent__actions { flex: 0 0 210px; margin: 0; } }
