/*
Theme Name: 鲲合鹏科技企业站
Theme URI: https://example.com/khp-tech
Author: 贵州鲲合鹏科技有限公司
Author URI: https://example.com
Description: 面向科技型企业的响应式企业官网主题。适配手机 / 平板 / PC 三端，内置首页、解决方案、新闻列表、文章详情、关于我们、联系我们六个页面模板，支持 WordPress 菜单、自定义标志、公司信息自定义、缩略图与真实站内搜索。由原静态站点 1:1 迁移而来，无需任何前端构建步骤。
Version: 1.0.1
Requires at least: 5.6
Tested up to: 6.7
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: khp-tech
Tags: business, corporate, technology, blog, custom-menu, custom-logo, featured-images, threaded-comments, translation-ready, full-width-template, right-sidebar
*/

/* ==========================================================================
   本文件只放 WordPress 必需的主题声明头。
   实际样式在 assets/css/（theme.css / layout.css / components.css），
   由 functions.php 通过 wp_enqueue_style() 按顺序加载。
   ========================================================================== */

/* --------------------------------------------------------------------------
   编辑器 / 后台的少量补充：让前台样式与后台预览尽量一致。
   -------------------------------------------------------------------------- */

/* 后台「外观 → 自定义」里选择菜单或页面的预览占位 */
.khp-placeholder-thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: linear-gradient(150deg, #1e3a8a 0%, #0e7490 100%);
  color: rgba(255, 255, 255, 0.92);
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

/* 页面正文由编辑器写入时（page-*.php 的 the_content()）沿用文章排版 */
.khp-page-content > *:first-child {
  margin-top: 0;
}

.khp-page-content > *:last-child {
  margin-bottom: 0;
}
