.gl-cookie-consent { position: fixed; inset: auto 16px 64px; z-index: 10020; max-width: 960px; margin: 0 auto; padding: 22px; box-sizing: border-box; background: #fff; color: #242424; border: 1px solid #d6d6d6; border-radius: 10px; box-shadow: 0 6px 30px #0003; max-height: calc(100dvh - 100px); overflow: auto; font: 15px/1.5 Arial,sans-serif; }
.gl-cookie-consent[hidden] { display: none; }
.gl-cookie-consent__content { display: flex; gap: 24px; align-items: center; }
.gl-cookie-consent__title { margin: 0 0 8px; font-size: 20px; font-weight: 700; }
.gl-cookie-consent__description { margin: 0 0 10px; }
.gl-cookie-consent__actions { display: flex; flex-direction: column; gap: 10px; flex-shrink: 0; }
.gl-cookie-consent__button { min-height: 44px; padding: 10px 16px; border: 1px solid #a83a15; border-radius: 5px; font: inherit; cursor: pointer; background: white; color: #892d10; }
.gl-cookie-consent__button--accept { background: #a83a15; color: white; }
.gl-cookie-consent a, .forward-legal a { color: #923312; text-decoration: underline; }
.gl-cookie-consent button:focus-visible, .gl-cookie-consent a:focus-visible { outline: 3px solid #186aa5; outline-offset: 3px; }
.forward-legal-links { display: flex; flex-wrap: wrap; gap: 12px 24px; padding: 20px 0; }
.forward-legal-links button { padding: 0; border: 0; background: none; color: inherit; font: inherit; cursor: pointer; text-decoration: underline; }
.forward-policy-check { display: flex; align-items: flex-start; gap: 9px; margin: 15px 0; font-size: 13px; line-height: 1.5; font-weight: normal; }
.forward-policy-check input[type=checkbox] { display: inline-block; position: static; opacity: 1; appearance: auto; width: 17px; height: 17px; flex: 0 0 17px; margin: 2px 0 0; }
.forward-legal { max-width: 960px; margin: 24px auto 50px; line-height: 1.7; overflow-wrap: anywhere; }
.forward-legal h2 { margin-top: 26px; font-size: 23px; }
@media(max-width: 640px) { .gl-cookie-consent { inset: auto 8px calc(56px + env(safe-area-inset-bottom)); padding: 16px; } .gl-cookie-consent__content { display: block; } .gl-cookie-consent__actions { margin-top: 16px; } }
