.cookie-notice{position:fixed;left:0;right:0;bottom:0;z-index:9998;display:none;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap;padding:18px 24px;background:#fff;box-shadow:0 -2px 16px rgba(0,0,0,.12);font-size:15px;line-height:1.5;color:#3d4750}
.cookie-notice.is-visible{display:flex}
.cookie-notice__text{flex:1 1 320px}
.cookie-notice__text a{color:#2891dc;text-decoration:underline}
.cookie-notice__btn{flex:0 0 auto;padding:14px 38px;border:0;border-radius:6px;background:#2891dc;color:#fff;font-size:15px;font-weight:600;cursor:pointer}
.cookie-notice__btn:hover{background:#1976d2}
@media(max-width:600px){.cookie-notice{padding:14px 16px;font-size:14px}.cookie-notice__btn{width:100%;padding:12px}}
