.acc-third-party-wrapper {
    position: relative;
}
.acc-third-party-wrapper.acc-wbox_videopopup:after,
.acc-third-party-wrapper.acc-wbox_location_finder:after,
.acc-third-party-wrapper.acc-styled_maps:after {
    content: "";
    background-color: rgba(0,0,0, 0.5);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2
}
.wbox_consent_popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 50%;
    min-width: 260px;
    max-width: 450px;
    height: auto;
    background: #f2f2f2;
    padding: 12px;
    z-index: 3;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
}
.wbox_consent_popup p {
    margin: 0 0 10px;
}
.wbox_consent_popup .btn.btn-primary {
    white-space: normal;
}

#ccm-block-fields .acc-third-party-wrapper.acc-wbox_videopopup:after,
#ccm-block-fields .acc-third-party-wrapper.acc-wbox_location_finder:after,
#ccm-block-fields .acc-third-party-wrapper.acc-styled_maps:after {
    display: none !important;
}

