.cookie-alert-wrap { background: #00000080; position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 9999 } .cookie-alert { padding: 2rem; background: #000; color: #fff; position: fixed; bottom: 0; left: 0; right: 0; display: grid; grid-template-columns: auto auto; gap: 2rem; align-items: center; z-index: 10000 } .cookie-alert div:nth-of-type(1) { justify-self: right } .cookie-alert p { font-size: 1.1rem; margin-bottom: 0; } .cookie-alert a { font-weight: 500; color: #fff; text-decoration: inherit }