html, body {
    overflow-x: clip;
}

.ov-efw-target {
    width: var(--ov-efw-viewport-width, 100vw) !important;
    max-width: var(--ov-efw-viewport-width, 100vw) !important;
    margin-left: calc(50% - (var(--ov-efw-viewport-width, 100vw) / 2)) !important;
    margin-right: calc(50% - (var(--ov-efw-viewport-width, 100vw) / 2)) !important;
    box-sizing: border-box !important;
}

.ov-efw-target > .elementor-container,
.ov-efw-target > .e-con-inner {
    width: 100% !important;
    max-width: none !important;
}

.ov-efw-target.ov-efw-remove-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.ov-efw-target.ov-efw-debug {
    outline: 2px dashed #c2185b !important;
    outline-offset: -2px !important;
}

.ov-efw-widget {
    display: block;
    width: 100%;
}

.ov-efw-widget--frontend[data-hide-frontend="yes"] {
    height: 0 !important;
    min-height: 0 !important;
    overflow: hidden !important;
}

.ov-efw-widget--editor {
    min-height: 32px;
}

.ov-efw-widget__note {
    font-size: 12px;
    line-height: 1.4;
    padding: 8px 10px;
    border: 1px dashed #7e57c2;
    background: rgba(126, 87, 194, 0.08);
    color: #4a2f7a;
    border-radius: 6px;
}
