.cookies-notice, .cookies-custom {
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    background: black;
    color: white;
    border-top: solid 1px var(--border-color);
    bottom: 0;
    padding: 0 1rem;
    align-items: center;
    transition: all 0.5s ease-in-out;
}

div#cookies-custom div {
    font-size: 0.8rem;
    padding-left: 1rem;
}

#cookies p {
    user-select: none;
}

#cookies > * {
    user-select: none;
}

#cookies {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100000000;
    bottom: 0;
    padding: 0 1rem;
    cursor: no-drop;
    background: rgba(0,0,0,0.5);
}

#cookies:active .cookies-notice, #cookies:active .cookies-custom {
    background: red;
    color: white;
}

#cookies a {
    color: var(--accent);
}

#cookies button.bg-ok {
    background: var(--bg-ok);
    color: var(--text-over-accent);
}

#cookies button.bg-error {
    background: var(--bg-error);
    color: var(--text-over-accent);
}

#cookies button.bg-warning {
    background: var(--bg-warning);
    color: var(--text-over-accent);
}

#cookies button {
    margin: 0.25rem;
    min-width: 2.54rem;
    min-height: 2.54rem;
}

footer.footer.consent button {
    width: 100%;
    padding: 0.5rem;
}

footer.footer.consent {
    background: var(--black);
    border-top: solid 1px var(--border-color);
    padding: 0.5rem;
    flex-shrink: 0;
}
