.dionisy__cookiebar {
    width: 80%;
    
    background: #121212;

    position: fixed;
    bottom: 1rem;
    margin: 0 auto;
    left: 0;
    right: 0;

    display: none;
    flex-direction: row;
    justify-content: space-between;
    gap: 2rem;

    padding: 1rem;

    outline: 1px solid rgba(255, 255, 255, .25);
}

.dionisy__cookiebar>div {
    flex: 1;

    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.dionisy__cookiebar>div:last-child {
    justify-content: flex-end;
}

.dionisy__cookiebar p {
    color: rgba(255, 255, 255, 0.75);
}

.dionisy__cookiebar a {
    color: #7b15bf;
    font-weight: 600;
}

.dionisy__cookiebar button {
    border: none;
    padding: 0.5rem 1rem;
    width: 6rem;
}