/* Keep the existing Elementor layouts inside the visible page width. */
body .wowq2 {
    width: 100% !important;
    max-width: 100% !important;
    left: auto !important;
    margin-left: 0 !important;
}

/* Match Quote's edge-to-edge layout without including the 15px scrollbar. */
body.page-id-16 .elementor-widget-shortcode.elementor-element.elementor-element-df9e9e7 {
    width: calc(100vw - 15px) !important;
    margin-left: calc((15px - 100vw) / 2) !important;
}

/* Remove the theme's 80px and Elementor's final 10px below Contact. */
body.page-id-16 main.content-wrap {
    padding-bottom: 0 !important;
}
body.page-id-16 .elementor-16 > .e-con > .e-con-inner {
    padding-bottom: 0 !important;
}
