#privacy-message-bar { position: fixed; bottom: 0; left: 0; width: 100%; background: linear-gradient(90deg, #4b6cb7, #182848); color: #fff; padding: 15px; box-sizing: border-box; display: flex; justify-content: space-between; align-items: center; z-index: 9999; } #privacy-message-bar span { cursor: pointer; font-weight: bold; } @media (min-width: 768px) { #privacy-message-bar { padding: 20px 30px; } }