/* cookie-consent.css */

#cookies-consent-popup, .cookie-consent {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff !important; /* White background */
    padding: 10px;
    text-align: center;
    border-top: 1px solid #ccc; /* Optional: Add a border at the top */
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); /* Optional: Add a subtle box shadow */
    z-index: 9999; /* Ensure the popup is on top of other elements */
}
