/*
 * CO Communications — Elementor Compatibility
 * Ensures our custom classes work within Elementor containers
 */

/* Remove Elementor default padding that breaks full-width sections */
.elementor-section.elementor-section-full_width .elementor-container {
    max-width: 100%;
    padding: 0;
}

/* Our sections inside Elementor */
.elementor-widget-html .co-hero,
.elementor-widget-html .co-section {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    width: 100vw;
    position: relative;
}

/* Elementor canvas — no extra padding */
body.elementor-page .site-content,
body.elementor-page #co-page-wrapper {
    padding: 0 !important;
}
