#druckfreigabe-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.7);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

#druckfreigabe-overlay .overlay-content {
    background: #fff;
    padding: 2rem;
    border-radius: 10px;
    text-align: center;
    max-width: 90%;

}

#druckfreigabe-overlay img {
    max-width: 100%;
    height: auto;
    margin: 0px 30px 30px 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

#druckfreigabe-wrapper {
    margin-top: 1rem;
}

#druckfreigabe-confirm {
    background: green;
}

#druckfreigabe-decline {
    background: red;
}