#consent-bar { position: fixed; bottom: 0; left: 0; width: 100%; background-color: #222; color: #fff; padding: 15px; box-sizing: border-box; display: flex; align-items: center; justify-content: space-between; z-index: 9999; } #consent-bar p { margin: 0; font-size: 14px; } #consent-bar a { color: #1e90ff; text-decoration: underline; } #consent-bar .close { font-size: 20px; cursor: pointer; } @media (max-width: 767px) { #consent-bar { flex-direction: column; text-align: center; } }