.cookie-consent-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #343a40; /* Dark background */
    color: white;
    padding: 15px;
    z-index: 1050; /* High z-index to appear on top */
    box-shadow: 0 -2px 5px rgba(0,0,0,0.2);
}
