.bs-cookie, .bs-cookie *, .bs-cookie-links, .bs-cookie-links *, .bs-cookie-document, .bs-cookie-document * { box-sizing: border-box !important; }
.bs-cookie[hidden], [data-cookie-placeholder][hidden] { display: none !important; }
.bs-cookie { position: fixed; z-index: 2147483000; bottom: 16px; left: 16px; width: min(620px, calc(100% - 32px)); max-height: calc(100dvh - 32px); overflow-y: auto; padding: 20px; background: #fff; color: #222; border: 1px solid #bbb; border-top: 4px solid #dc2631; border-radius: 12px; box-shadow: 0 5px 30px #0003; font: 15px/1.5 Arial, sans-serif; text-align: left; }
.bs-cookie .bs-cookie__title { display: block; margin-bottom: 8px; font-size: 20px; }
.bs-cookie p { margin: 0 0 10px; font: inherit; }
.bs-cookie a, .bs-cookie-document a { color: #a31420; text-decoration: underline; }
.bs-cookie__actions { display: flex; gap: 12px; margin: 14px 0; }
.bs-cookie button { appearance: none; min-height: 44px; padding: 10px 14px; border: 2px solid #b11e29; border-radius: 6px; background: #fff; color: #a31420; font: 600 15px/1.4 Arial, sans-serif; cursor: pointer; }
.bs-cookie__actions button { flex: 1; width: 50%; }
.bs-cookie button:hover { background: #fff0f1; }
.bs-cookie button:focus-visible, .bs-cookie summary:focus-visible, .bs-cookie-links button:focus-visible { outline: 3px solid #155f9e; outline-offset: 3px; }
.bs-cookie button:disabled { opacity: .6; cursor: wait; }
.bs-cookie summary { cursor: pointer; text-decoration: underline; padding: 6px 0; }
.bs-cookie__details label { display: flex; align-items: flex-start; gap: 8px; margin: 10px 0; font: inherit; }
.bs-cookie input[type=checkbox] { appearance: auto; display: inline-block; flex: 0 0 18px; width: 18px; height: 18px; margin: 3px 0 0; }
.bs-cookie #bs-cookie-status:empty { display: none; }
.bs-cookie #bs-cookie-status { margin-top: 12px; color: #a31420; }
.bs-cookie-links { padding: 16px; text-align: center; background: #f2f2f2; font: 14px/1.5 Arial, sans-serif; }
.bs-cookie-links a, .bs-cookie-links button { display: inline-block; margin: 4px 12px; color: #333; font: inherit; text-decoration: underline; }
.bs-cookie-links button { border: 0; background: transparent; cursor: pointer; padding: 8px; }
[data-cookie-placeholder] { padding: 12px; background: #f5f5f5; color: #222; font: 14px/1.5 Arial, sans-serif; }
[data-cookie-placeholder] button { padding: 8px; color: #a31420; border: 1px solid #a31420; background: white; cursor: pointer; }
.bs-cookie-document { max-width: 1000px; padding: 28px 20px; margin: 0 auto; font: 16px/1.65 Arial, sans-serif; color: #222; overflow-wrap: anywhere; }
.bs-cookie-document h1 { font-size: 30px; line-height: 1.2; margin-bottom: 24px; }
.bs-cookie-document h2 { font-size: 23px; margin: 24px 0 12px; }
.bs-cookie-document p, .bs-cookie-document ul { margin-bottom: 16px; }
.bs-cookie-document li { margin: 8px 0 8px 20px; }
@media(max-width: 480px) { .bs-cookie { left: 8px; bottom: 8px; width: calc(100% - 16px); padding: 14px; max-height: calc(100dvh - 16px); font-size: 14px; } .bs-cookie__actions { gap: 8px; } }
