﻿.cookie-consent {
    position: fixed;
    width: 100%;
    bottom: 0;
    background-color: #f2dce0;
    color: #757575;
    text-align: center;
    padding: 15px;
    font-size: 14px;
    z-index: 1000;
}

.cookie-consent button {
    margin-left: 10px;
    padding: 5px 10px;
    cursor: pointer;
    color: #333;
    background-color: #fff;
    border: none;
    border-radius: 3px;
}
    .cookie-consent a {
        color: #d9899e;
        text-decoration: underline;
        margin-left: 10px;
    }
