#cookie-notice {position: fixed;bottom: 0;left: 0;width: 80%;max-width: 300px;background-color: #222;color: #fff;padding: 15px;box-sizing: border-box;display: flex;flex-direction: column;align-items: flex-start;z-index: 9999;}#cookie-notice button {background-color: #444;color: #fff;border: none;padding: 10px 15px;cursor: pointer;margin-top: 10px;}@media(min-width: 768px) {#cookie-notice {flex-direction: row;justify-content: space-between;align-items: center;}}