.elementor-5275 .elementor-element.elementor-element-4838862{--display:flex;--border-radius:16px 16px 16px 16px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-5275 .elementor-element.elementor-element-36dda0a > .elementor-widget-container{padding:40px 20px 30px 20px;}#elementor-popup-modal-5275 .dialog-widget-content{animation-duration:0s;border-radius:16px 16px 16px 16px;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-5275{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-5275 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-5275 .dialog-close-button{display:flex;}#elementor-popup-modal-5275 .dialog-close-button i{color:var( --e-global-color-ab4d2df );}#elementor-popup-modal-5275 .dialog-close-button svg{fill:var( --e-global-color-ab4d2df );}/* Start custom CSS for shortcode, class: .elementor-element-36dda0a *//* Oculta título original e mensagem de sucesso do plugin */
.wpua-edit-container h3,
.wpua-upload-messages-existing .updated {
    display: none !important;
}

.wpua-upload-messages-existing .updated,

.wpua-upload-messages-existing .wpua-notice {
    display: none !important;
}

/* Botão upload */
#wpua-upload-existing {
    background-color: #760400;
    color: #fff;
    border: none;
    padding: 6px 16px;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 300;
}

#wpua-upload-existing:hover {
    background-color: #4D0301;
}

/* Layout imagens */
#wpua-images-existing p {
    display: inline-block;
    text-align: center;
    margin: 0 15px 0 0;
}

#wpua-images-existing p img {
    width: 100px;   
    height: 150px;  
    object-fit: cover; 
    border-radius: 6px;  

}

/* Oculta totalmente o botão Undo */
#wpua-undo-button-existing,
#wpua-undo-existing {
    display: none !important;
}

#wpua-remove-existing {
    color: transparent; 
    position: relative;
    background-color: transparent; 
    border: none;           
    cursor: pointer;      
    padding: 8px 16px;  
    width: 150px;     
}

#wpua-remove-existing::after {
    content: "Remover foto"; /* texto */
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px; 
    color: #000000;
    font-weight: 400;
    position: absolute;
    left: 40%;
    top: 100%;
    transform: translate(-50%, -50%);

    background: url('data:image/svg+xml;utf8,<svg fill="%23000000" height="16" viewBox="0 0 24 24" width="16" xmlns="http://www.w3.org/2000/svg"><path d="M6 19c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V7H6v12zm3-9h2v7H9v-7zm4 0h2v7h-2v-7z"/><path d="M0 0h24v24H0z" fill="none"/></svg>') no-repeat left center;
    background-size: 16px 16px;
    padding-left: 20px; 
}


#submit {
    display: none;           
}

#wpua-upload-messages-existing {
    display: none;
}/* End custom CSS */