#privacy-consent {position: fixed;bottom: 0;left: 0;width: 90%;background-color: #222;color: #fff;padding: 15px 17px;box-sizing: border-box;display: flex;justify-content: space-between;align-items: center;z-index: 9999;}#privacy-consent button {background-color: #4CAF50;color: #fff;border: none;padding: 10px 20px;cursor: pointer;}@media (min-width: 768px) {#privacy-consent {flex-direction: row;justify-content: space-between;max-width: 600px;}}