#cookie-consent-box {position: fixed;bottom: 0;left: 0;width: 90%;margin: 0 18px;background: linear-gradient(45deg, #f06, #4a90e2);color: #fff;padding: 15px;display: flex;justify-content: space-between;align-items: center;z-index: 1000;}#cookie-consent-box .action-buttons {display: flex;gap: 10px;}#cookie-consent-box button {background-color: #155799;color: #fff;border: none;padding: 10px 20px;cursor: pointer;}@media (min-width: 768px) {#cookie-consent-box {flex-direction: row;}}