#cookie-message-box {position: fixed;bottom: 20px;right: 20px;width: 300px;background: linear-gradient(45deg, #ff5722, #ff9800);color: #fff;padding: 15px;border-radius: 8px;box-shadow: 0 4px 8px rgba(0,0,0,0.2);z-index: 1000;}#cookie-message-box .buttons {display: flex;justify-content: space-between;margin-top: 15px;}#cookie-message-box button {background-color: #fff;color: #ff5722;border: none;padding: 10px;border-radius: 5px;cursor: pointer;transition: background-color 0.3s ease;}#cookie-message-box button:hover {background-color: #ffccbc;}@media(max-width: 767px) {#cookie-message-box {width: 90%;right: 5%;}}