/*
Theme Name: {{title}}
Description: {{description}}
Author: {{author_name}}
Author URI: {{author_uri}}
Theme URI: {{theme_uri}}
Version: {{theme_version}}
Stable tag: {{theme_version}}
Requires at least: {{wp_min_version}}
Tested up to: {{wp_tested_version}}
Requires PHP: {{php_version}}
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: {{slug}}
Tags: {{tags}}
Copyright: © {{author_name}}. All rights reserved.
*/

:root{
    {{additional_css}}
}
.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > .block-library-block__reusable-block-container {
    max-width: 100%;
}