#consent-banner {position: fixed;bottom: 0;left: 0;width: 100%;background-color: #222;color: #fff;padding: 20px;box-sizing: border-box;display: flex;flex-direction: column;align-items: center;z-index: 10000;}#consent-banner a {color: #00aaff;text-decoration: underline;}#consent-banner .buttons {display: flex;gap: 15px;margin-top: 15px;}#consent-banner button {background-color: #555;color: #fff;border: none;padding: 12px 18px;cursor: pointer;border-radius: 5px;}@media(min-width: 768px) {#consent-banner {flex-direction: row;justify-content: space-between;max-width: 640px;margin: 0 auto;}}