#cookie-notification {
    position: fixed;
    bottom: 20px;
    right: -10%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #66c2ff, #33cccc);
    color: #fff;
    padding: 15px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    font-family: Arial, sans-serif;
    max-width: 400px;
    text-align: center;
    z-index: 99;
}
#cookie-notification a {
    color: #fff!important;
    text-decoration: underline!important;
    font-size: 12px;
    padding: 10px;
}
#cookie-notification button {
    background: #ffffff;
    color: #007788;
    border: none;
    padding: 10px;
    cursor: pointer;
    border-radius: 5px;
    font-weight: bold;
}