#legal-alert {position: fixed;bottom: 0;right: 0;width: 300px;background: linear-gradient(45deg, #ff6b6b, #f06595);color: #fff;padding: 15px;box-sizing: border-box;border-radius: 10px;z-index: 9999;display: flex;justify-content: space-between;align-items: center;}#legal-alert p {margin: 0;}#legal-alert .close {cursor: pointer;}@media(min-width: 768px) {#legal-alert {width: 400px;}}