.cookie-notification {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #333;
    color: #fff;
    padding: 10px;
    text-align: center;
    z-index: 999;
}

.cookie-notification button {
    background-color: var(--color-primary);
    color: #fff;
    border: none;
    padding: 5px 15px;
    margin-left: 10px;
    cursor: pointer;
}