.wplg-cover {
    width: 100%;
    display: inline-block;
}

.wplg-cover img {
    width: 100%;

}

.wp-load-gallery-block {
    position: relative !important;
}

.wplg_search_galleries input {
    height: 37px;
}

.wp-load-gallery-list {
    list-style: none !important;
    max-height: 300px;
    overflow: auto;
    width: 100%;
    float: right;
    position: absolute;
    background: #fff;
    top: 38px;
    left: 1px;
    z-index: 99999999;
    border-radius: 0 0 4px 4px;
    margin: 0 !important;
    padding: 0 !important;
}

.wp-load-gallery-list li {
    padding: 5px 10px;
    margin: 0;
    color: #555d66;
    border-bottom: #ddd 1px solid;
    border-left: #ddd 1px solid;
    border-right: #ddd 1px solid !important;
    font-size: 13px !important;
    cursor: pointer !important;
}

.wp-load-gallery-list .wplg_item_active {
    color: #fff;
    background: #5f81ff;
    font-weight: bold;
    border-left: #5f81ff 1px solid;
    border-right: #5f81ff 1px solid !important;
}

.wp-load-gallery-list .wplg_item:hover {
    background: #f8f9f9;
    font-weight: bold;
}

.wp-load-gallery-list .wplg_item_active:hover {
    background: #5f81ff;
}

.wpcu_block_title {
    display: none;
}

.wplg_title_block {
    background: #f8f9f9;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    padding: 20px 14px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}