.cookie-consent {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #f2f2f2;
    padding: 15px;
    text-align: center;
}

.cookie-message {
    margin-bottom: 10px;
}

.cookie-buttons button {
    margin: 5px;
    cursor: pointer;
}