/*
 Theme Name:   Smartcube Child
 Theme URI:    https://your-site.ru/
 Description:  Child theme for Smartcube
 Author:       [Твоё имя или студия]
 Author URI:   https://your-site.ru/
 Template:     smartcube
 Version:      1.0.0
*/


/* Сюда будут добавляться свои стили */
/*
 * Editor Styles
 *
 * @package Smartcube
 */

/* Font Size */
.block-editor-page .editor-styles-wrapper {
	font-size: var(--wp--custom--typography--font-size--text);
}

/* Box Sizing */
.block-editor-page .editor-styles-wrapper .wp-block {
	box-sizing: border-box;
}

/* Full Alignment */
.block-editor-page .editor-styles-wrapper .block-editor-block-list__layout.is-root-container > .alignfull {
	max-width: calc(1360px * 0.7);
}

/* Fullwidth Template */
.smartcube-fullwidth-page .editor-styles-wrapper .edit-post-visual-editor__post-title-wrapper > *,
.smartcube-fullwidth-page .editor-styles-wrapper .block-editor-block-list__layout.is-root-container > * {
	max-width: calc(1360px - 1rem - 2.5vw);
}

.smartcube-fullwidth-page .editor-styles-wrapper .block-editor-block-list__layout.is-root-container > .alignfull {
	max-width: 1360px;
}

/* No Title Template */
.smartcube-no-title-page.block-editor-page .edit-post-visual-editor .edit-post-visual-editor__post-title-wrapper {
	margin-top: 0;
	margin-bottom: var(--wp--style--block-gap);
	padding: 2rem 0;
	color: #202020;
	text-align: left;
	background-color: #fff;
	background-image: linear-gradient(45deg, #ddd 25%, transparent 25%, transparent 75%, #ddd 75%, #ddd), linear-gradient(45deg, #ddd 25%, transparent 25%, transparent 75%, #ddd 75%, #ddd);
	background-size: 20px 20px;
	background-position: 0 0, 10px 10px;
}

.smartcube-no-title-page.block-editor-page .edit-post-visual-editor .edit-post-visual-editor__post-title-wrapper .editor-post-title__block .editor-post-title__input {
	border-bottom: none;
	padding-bottom: 1rem;
}

.smartcube-no-title-page.block-editor-page .edit-post-visual-editor .edit-post-visual-editor__post-title-wrapper > .wp-block-post-title {
	color: #202020;
}

