/*
Theme Name: Cronolab
Theme URI: https://cronolab.es
Description: Minimal blank theme for Cronolab app - no header, footer, or sidebars
Version: 1.1
Author: Cronolab Team
*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
}

body {
    margin: 0 !important;
    padding: 0 !important;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    background: #f5f5f5;
    max-width: none !important;
    width: 100% !important;
    overflow-x: hidden;
}

.site-content {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Override any WordPress container classes */
.container,
.site-container,
.wrap,
.site-inner,
.content-sidebar-wrap,
.entry-content,
article,
main,
.page,
#page,
.site,
#site,
.hfeed,
.site-content-contain {
    max-width: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Override Elementor and page builder containers */
.elementor-section,
.elementor-container,
.fl-row-content-wrap,
.vc_row {
    max-width: none !important;
    width: 100% !important;
}


