
#cookieConsent {
    position: fixed;
    bottom: 20px;
    left: 20px;
    right: 20px;
    background: #FFFFFF;
    color: #4D504A;
    padding: 20px;
    border-radius: 10px;
    display: none;
    justify-content: space-between;
    align-items: center;
    z-index: 9999;
    font-family: sans-serif;
}
#cookieConsent p {
    margin: 0;
    font-size: 14px;
}
#cookieConsent button {
    background: #F4F0ED;
    color: #4D504A;
    border: none;
    padding: 10px 16px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    margin-left: 15px;
}
#cookieConsent button:hover {
    background: #e1ddd9;
}
