.privacywire-wrapper.show-banner{
    position: relative;
    z-index: 100000;
}

.privacywire-body .allow-all,
.allow-necessary{
    border: 1px solid black;
    padding: 0.5rem 1.5rem; /* entspricht py-2 px-6 */
    font-size: 1rem;        /* entspricht text-base */
    font-weight: 300;       /* entspricht font-light */
    background-color: transparent;
    color: black;
    transition: all 0.3s ease;
    cursor: pointer;
    margin: 5px;
}

.privacywire-body .allow-all:hover,
.allow-necessary:hover {
    background-color: black;
    color: white;
}
