/* Styles for UsercentricsAddon inline modal (single-service consent) */

.form_placeholder{
    position:relative;
}

.form_placeholder .form_placeholder_img {
    width: 100%;
    display: block;
    filter: blur(4px);

}


.form_placeholder::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.45);
    pointer-events: none;
}


.form_placeholder button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    z-index: 2;

    width: max-content;
}

#form_html_footer{
    max-width:500px;
}
#form_html_footer::after {
    content: "";
    position: absolute;
    inset: 0;
    background: none;
    pointer-events: none;
}

#form_html_footer .form_placeholder::after {
    content: "";
    position: absolute;
    inset: 0;
    background: none;
    pointer-events: none;
}


.form_placeholder { display:none; }
.form_placeholder.active { display:block; }