#cookie-consent-modal {position: fixed;bottom: 0;width: 79%;background: linear-gradient(45deg, #fe6b8b, #ff8e53);color: #ffffff;padding: 20px;text-align: center;z-index: 1000;}#cookie-consent-modal button {background-color: #4CAF50;border: none;color: white;padding: 10px 20px;text-align: center;text-decoration: none;display: inline-block;font-size: 16px;margin: 4px 2px;cursor: pointer;}@media screen and (min-width: 768px) {#cookie-consent-modal {flex-direction: row;justify-content: space-between;}}