/* Only the outer service canvas is full width; Elementor controls its own sections. */
body.single-ova_sev .wrap-fullwidth,
body.single-ova_sev .inside-content,
body.single-ova_sev .ovasev-fullwidth-row,
body.single-ova_sev .ovasev-fullwidth-container {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
}
body.single-ova_sev .ova-sev-wrapper.no_sidebar {
    display: block;
    width: 100%;
}
body.single-ova_sev .ova-sev-wrapper.no_sidebar > .ova-sev-content {
    width: 100%;
    max-width: none;
    min-width: 0;
    padding: 0;
}
