#cookie-notice {position: fixed;bottom: 0;left: 0;width: 100%;background: linear-gradient(45deg, #6a11cb, #2575fc);color: #fff;padding: 15px;box-sizing: border-box;display: flex;justify-content: space-between;align-items: center;z-index: 9999;}#cookie-notice button {background-color: #00c851;color: #fff;border: none;padding: 10px 20px;cursor: pointer;border-radius: 5px;transition: background-color 0.3s;}#cookie-notice button:hover {background-color: #007e33;}@media (min-width: 768px) {#cookie-notice {padding: 20px 30px;}}