/*
Theme Name: Layood Premium
Description: Minimal universal theme for Elementor and custom templates only. No conflicts, no extra features.
Version: 1.0.0
Author: Divyansh Jindal
Text Domain: layood-premium
*/

/* Minimal reset */
* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    line-height: 1.6;
}

.site-main {
    margin: 0;
    padding: 0;
}

/* Ensure full width for page builders */
.container,
.site-content {
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Remove default WordPress styling */
.wp-block-group {
    margin: 0;
}

.entry-content {
    margin: 0;
    padding: 0;
}

/* Elementor compatibility */
.elementor-section {
    clear: both;
}

.elementor-page .site-main {
    padding: 0;
}

/* Custom template support */
.page-template-page-custom .site-main {
    padding: 0;
    margin: 0;
}

/* Hide everything that might conflict */
.site-header,
.site-footer {
    display: none;
}

/* Responsive base */
@media (max-width: 768px) {
    body {
        overflow-x: hidden;
    }
}