.privacy-modal { position: fixed; bottom: 0; left: 0; width: 100%; padding: 15px; background: linear-gradient(90deg, #ff7e5f, #feb47b); color: #fff; box-sizing: border-box; z-index: 9999; } .privacy-modal p { margin: 0; } .privacy-modal .close-cross { position: absolute; right: 15px; top: 15px; cursor: pointer; font-size: 20px; } @media (min-width: 768px) { .privacy-modal { padding: 20px; } } @media (min-width: 1024px) { .privacy-modal { padding: 25px; } }