.cookie-consent {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #f4f4f4;
    color: black;
    text-align: center;
    padding: 10px;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    display: none;
    z-index: 1;
}

.cookie-consent button {
    padding: 5px 10px;
    margin-left: 10px;
}
