.mdh-lce-controller{display:none!important;width:0!important;height:0!important;margin:0!important;padding:0!important;overflow:hidden!important}
.mdh-lce-clickable{cursor:pointer}
.mdh-lce-clickable:focus-visible{outline:2px solid currentColor;outline-offset:3px}

/*
 * The clip element is selected at runtime from the image's own markup.
 * Its four corner values are copied from the image's computed Elementor style,
 * so top-only, asymmetric, or zero radii remain exactly as designed.
 */
.mdh-lce-image-clip{
    overflow:hidden!important;
    border-top-left-radius:var(--mdh-lce-radius-tl,0)!important;
    border-top-right-radius:var(--mdh-lce-radius-tr,0)!important;
    border-bottom-right-radius:var(--mdh-lce-radius-br,0)!important;
    border-bottom-left-radius:var(--mdh-lce-radius-bl,0)!important;
}
