/*
Theme Name: DentiAI Clean
Theme URI: https://dentiai.com
Author: DentiAI
Author URI: https://dentiai.com
Description: Ultra-minimal WordPress theme designed for Elementor HTML widget pages. Zero CSS interference — your HTML code is the only styling. Perfect for copy-paste HTML pages with full visual fidelity.
Version: 1.0.0
Requires at least: 5.8
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dentiai-clean
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, full-width-template, block-editor-style
*/

/*
 * INTENTIONALLY MINIMAL
 * This theme provides zero visual styling on purpose.
 * All design is handled by Elementor and your custom HTML/CSS.
 * Do NOT add styles here — use Elementor or your HTML widget CSS.
 */

/* Reset only the most critical browser defaults */
*, *::before, *::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    background: #ffffff;
    color: #000000;
    font-family: inherit;
    font-size: 16px;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Remove WordPress default margins that interfere with custom HTML */
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
}

p {
    margin: 0;
    padding: 0;
}

ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
    border: none;
}

input, button, textarea, select {
    font-family: inherit;
    font-size: inherit;
}

/* Elementor Canvas full-width support */
.elementor-page-template-canvas #page,
.elementor-page-template-canvas .site-content,
.elementor-page-template-canvas .entry-content,
.elementor-page-template-canvas .site-main {
    margin: 0;
    padding: 0;
    max-width: none;
    width: 100%;
}

/* Remove WordPress block editor styles that leak into frontend */
.wp-block-group,
.wp-block-columns,
.wp-block-column {
    margin: 0;
    padding: 0;
}

/* Ensure full-width layout */
.site {
    margin: 0;
    padding: 0;
    max-width: none;
}

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

.entry-content > * + * {
    margin-top: 0;
}
