/*
Theme Name: Blank Canvas Simple
Theme URI: https://example.com/
Author: OpenAI
Author URI: https://openai.com/
Description: Минимальная пустая тема WordPress без контейнеров и визуального мусора. Подходит для вставки собственной верстки прямо в страницы.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: blank-canvas-simple
*/

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
}

*, *::before, *::after {
    box-sizing: border-box;
}

body {
    background: #fff;
    color: #000;
}

main,
article,
section,
div {
    max-width: 100%;
}

.site,
.site-content,
.content,
.site-main,
.page,
.page-content,
.entry-content,
.entry,
article.page {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.entry-title,
.page-title,
.site-title,
.site-description,
.widget-area,
.sidebar,
.comments-area,
.post-navigation,
.navigation,
.nav-links,
footer.site-footer {
    display: none;
}

img,
video,
iframe,
svg,
canvas {
    max-width: 100%;
    height: auto;
    display: block;
}

.alignwide,
.alignfull,
.wp-block-group,
.wp-block-cover,
.wp-site-blocks {
    max-width: 100%;
    margin: 0;
    padding: 0;
}
