#consent-modal {position: fixed;bottom: 0;left: 0;width: 90%;max-width: 1000px;margin: 20px; background-color: #222;color: #fff;padding: 20px;box-sizing: border-box;display: flex;flex-direction: column;align-items: center;z-index: 10000;}#consent-modal .buttons {display: flex;gap: 10px;margin-top: 15px;}#consent-modal button {background-color: #333;color: #fff;border: none;padding: 10px 20px;cursor: pointer;}@media(min-width: 768px) {#consent-modal {flex-direction: row;justify-content: space-between;}}