#cookie-notification {
display: none;
    position: fixed;
    bottom: 10px;
    left: 10px;
    transform: none;
    background-color: #39393a;
    color: #fff;
    padding: 15px;
    border: 1px solid #ffffff;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    max-width: 276px;
}

#cookie-notification a {
    color: #faa52c;
    text-decoration: underline;
}

#cookie-notification button {
    background-color: #faa52c;
    color: white;
    border: none;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 10px;
    width: 100%;
}