#cookie-info-popup {position: fixed;bottom: 0;width: 67%;background-color: #222;color: #fff;padding: 15px;text-align: center;z-index: 10000;}#cookie-info-popup .button-container {margin-top: 10px;}#cookie-info-popup button {margin: 5px;padding: 10px 20px;background-color: #555;color: #fff;border: none;cursor: pointer;}#cookie-info-popup button:hover {background-color: #777;}@media (min-width: 768px) {#cookie-info-popup {flex-direction: row;justify-content: space-between;}}