#cookie-consent-box {position: fixed;bottom: 0;width: 66%;background-color: #222;color: #fff;padding: 20px;box-sizing: border-box;display: flex;flex-direction: column;align-items: center;z-index: 9999;}#cookie-consent-box .close {position: absolute;right: 10px;top: 10px;color: #fff;font-size: 20px;cursor: pointer;}@media(min-width: 768px) {#cookie-consent-box {flex-direction: row;justify-content: space-between;max-width: 600px;}}