

/* body.elementor-editor-active .attachments-browser .attachments-wrapper {
    z-index: 100;
    top: auto;
    left: 0;
    right: 300px;
    bottom: 0;
    background-color: rgba(255,255,255,0.8);
    height: 60px;
}
body.elementor-editor-active .attachments-browser .attachments-wrapper .load-more-wrapper {
    z-index: 100;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
}
body.elementor-editor-active .attachments-browser .attachments-wrapper .load-more-wrapper .load-more-count {
    display: inline-block;
    min-width: auto;
    width: auto;
    margin: 0;
    flex: 1;
    text-align: left;
}
body.elementor-editor-active .attachments-browser ul.attachments {
    position: absolute;
    top: 0;
    bottom: 60px;
    left: 0;
    right: 300px;
    overflow-x: hidden;
    overflow-y: auto;
} */