.aop-image-preview-wrapper {
    margin-bottom: 10px;
}

.aop-image-preview-box {
    background-repeat: no-repeat;
    background-size: 130px 130px;
    width: 130px;
    height: 130px;
    box-shadow: inset 0 0 15px rgba(0,0,0,.1), inset 0 0 0 1px rgba(0,0,0,.05);
    background-color: #eee;
}

.aop-image-preview-box::after {
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.1);
}

.aop-upload-image,
.aop-delete-image {
    display: initial;
}

.aop-delete-image {
    margin-left: 10px;
    height: 28px;
}

.aop-delete-image.hidden {
    display: none;
}

.aop-delete-image__link {
    color: #a00;
    line-height: 28px;
}

.aop-delete-image__link:hover {
    color: #dc3232;
}


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