#consent-modal {position: fixed;bottom: 0;left: 0;width: 100%;background: linear-gradient(45deg, #ff9a9e, #fad0c4);color: #fff;padding: 20px;box-sizing: border-box;display: flex;align-items: center;z-index: 9999;}@media(min-width: 768px) {#consent-modal {width: 50%;}}#consent-modal .close {margin-left: auto;cursor: pointer;font-size: 20px;}