.pdfembed_url_block .pdfembed_url_field,
.singlefile_url_block .singlefile_url_field {
    width: calc(100% - 150px);
    vertical-align: middle;
    border-right: 0;
    border-radius: 4px 0 0 4px;
}

.wpmf_vc_select_pdf,
.wpmf_vc_select_file {
    width: 150px;
    border-radius: 0 4px 4px 0;
}

.pdfembed_url_block input, .pdfembed_url_block select,
.singlefile_url_block input, .singlefile_url_block select {
    font-size: 1em;
    width: 100%;
    padding: 8px 24px 8px 6px !important;
    margin: 0;
}

.wpmf-vc-container {
    position: relative;
    text-align: center;
}

.wpmf-vc-container .vc-pdf-embed-placeholder {
    background: var(--wpr-bg-56b9ed1e-25a7-4428-ba73-1a8d9bb6ccd2) no-repeat scroll center center #fafafa;
    height: 200px;
    border-radius: 2px;
    width: 100%;
    background-size: auto 60%;
}

.wpmf-vc-container .vc-file-design-placeholder {
    background: var(--wpr-bg-94430387-0456-4fa8-ac87-bfbc5425a666) no-repeat scroll center center #fafafa;
    height: 200px;
    border-radius: 2px;
    width: 100%;
    background-size: auto 60%;
}

.wpmf-vc-container .vc-gallery-placeholder {
    background: var(--wpr-bg-1cf18c8b-7deb-42eb-8b8b-6502d871e76f) no-repeat scroll center center #fafafa;
    height: 200px;
    border-radius: 2px;
    width: 100%;
    background-size: auto 60%;
}

.wpmf-vc-container .vc-gallery-addon-placeholder {
    background: var(--wpr-bg-2a270335-b28e-4113-8f44-374218bfb8fb) no-repeat scroll center center #fafafa;
    height: 200px;
    border-radius: 2px;
    width: 100%;
    background-size: auto 60%;
}

.wpmf-vc-container .wpmf-vc-message {
    font-size: 13px;
    text-align: center;
    display: block;
    position: absolute;
    bottom: 10px;
    width: 100%;
    left: 0;
}