.pressmind-button{
    position: relative;
    top:11px;
}

.media-modal-content .pressmind-button{
    top: 30px;
}

.pressmind-add{
    display: inline-block;
}

.media-modal-content{
    .pressmind-add{
        vertical-align: bottom;
    }
}

.media-modal-content .media-frame select.attachment-filters{
    width: auto !important;
}

.fl-builder-edit .pressmind-modal-content{
    font-family: Arial;
}

.attachments-browser .media-toolbar-secondary{
    width: 66% !important;
}

.pressmind-modal-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7); /* leicht transparentes Overlay */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999999; /* Sicherstellen, dass es über anderen Inhalten liegt */
}

.pressmind-modal-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    max-width: 400px;
    width: 100%; /* Modal soll nur so breit wie nötig sein */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: relative;
}

.pressmind-modal-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    font-size: 18px;
    cursor: pointer;
}

.pressmind-modal-footer {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}
