#cookie-consent-box {position: fixed;bottom: 0;left: 0;width: 100%;background-color: #222;color: #fff;padding: 15px;box-sizing: border-box;display: none;z-index: 9999;}#cookie-consent-box p {margin: 0;padding: 0;text-align: center;}#cookie-consent-box .buttons {display: flex;justify-content: center;gap: 10px;margin-top: 10px;}#cookie-consent-box button {background-color: #4CAF50;color: #fff;border: none;padding: 8px 16px;cursor: pointer;border-radius: 4px;}#cookie-consent-box button:last-child {background-color: #f44336;}@media(min-width: 768px) {#cookie-consent-box {flex-direction: row;justify-content: space-between;align-items: center;padding: 10px 20px;}#cookie-consent-box p {text-align: left;}#cookie-consent-box .buttons {margin-top: 0;}}