#cookie-banner {position: fixed; bottom: 0; left: 0; right: 0; background-color: #222; color: #fff; padding: 15px; display: none; z-index: 10000; box-shadow: 0 -2px 10px rgba(0,0,0,0.2);}#cookie-banner p {margin: 0 0 10px 0; line-height: 1.5;}#cookie-banner a {color: #4dabf7; text-decoration: underline;}#cookie-banner .btn-container {display: flex; gap: 10px;}#cookie-banner button {padding: 8px 15px; border: none; border-radius: 4px; cursor: pointer;}#cookie-banner .accept {background-color: #2b8a3e; color: white;}#cookie-banner .close {background-color: #c92a2a; color: white;}@media (min-width: 768px) {#cookie-banner {padding: 15px 30px;}#cookie-banner .btn-container {justify-content: flex-end;}}