/*
Theme Name: Shen Biology
Theme URI: http://localhost-fcd/
Author: Shen
Author URI: http://localhost-fcd/
Description: 生物主题（Biology）。基础框架，无任何样式，方便后续自行编写。
Version: 1.4.4
Requires at least: 6.0
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: shen
Tags: blog, biology, custom-menu, featured-images, translation-ready
*/

:root {
	--shen-content-width: 1340px;
	--shen-content-gutter: 20px;
	--shen-section-padding-y: 64px;
	--shen-primary: #001f55;
	--shen-primary-hover: #0b376f;
	--shen-accent: #1d4ed8;
	--shen-heading-color: #001f55;
	--shen-body-color: #26364f;
}

@media (max-width: 1024px) {
	:root { --shen-content-gutter: 20px; }
}

@media (max-width: 767px) {
	:root {
		--shen-content-gutter: 16px;
		--shen-section-padding-y: 48px;
	}
}

/* Elementor 模板库项目直接预览时不套用普通文章版式。 */
body.single-elementor_library #content,
body.single-elementor_library .shen-elementor-template-preview {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

body.single-elementor_library .shen-elementor-template-preview > .elementor {
	width: 100%;
}

@media (max-width: 767px) {
	.shen-core-dimensions .shen-core-dimensions__card-title {
		font-size: 21px !important;
	}

	.shen-use-scenarios .shen-use-scenarios__card-title {
		font-size: 19px !important;
	}
}
