.cookie-bar {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #4B2B13; 
    color: #fff;
    text-align: center;
    padding: 10px;
    z-index: 1000;
    font-family: Arial, sans-serif;
    font-size: 16px;
}

.cookie-bar p {
    display: inline-block;
    margin: 0;
    padding-right: 20px;
}

.cookie-bar a {
    color: #fff;
    text-decoration: underline;
}

.cookie-bar button {
    background-color: #F4C103; 
    color: #333;
    border: none;
    padding: 12px 25px;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    text-transform:uppercase;
}

.cookie-bar button:hover {
    background-color: #E5AA00; 
}
