/*
Theme Name: Minimal WP Theme (矿业/工业 B2B 多语言站)
Theme URI:
Author: GCG
Description: 面向矿业与工业设备的 B2B 多语言 WordPress 主题（如诚利全 / HOUSE OF MINES）。集成 Polylang 多语言，支持产品服务、解决方案、项目案例、行业动态、关于我们与联系页。采用自定义文章类型「产品」与分类（如产品服务）及子分类模板（锚点区块）；前台含主导航、语言切换、自定义 Logo/底部设置。样式含卡片悬停浮起与阴影、背景图缩放、多图灯箱（支持上一张/下一张与键盘操作）。适合矿业/工业类多语言官网与产品展示站。
Requires at least: 5.0
Tested up to: 6.9
Requires PHP: 7.2
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: minimal-wp-theme
Tags: custom-post-type, translation-ready, multilingual, polylang, products, blog, portfolio, full-width-template, custom-logo, featured-images, sticky-post, theme-options
*/

/* 导航菜单 */
.site-nav .nav-menu { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 1em; }
.site-nav .nav-menu li { margin: 0; }
.site-nav .nav-menu a { color: inherit; }

/* 最小样式，仅保证可读 */
body { font-family: sans-serif; margin: 1rem; }
a { color: #0073aa; }
ul { list-style: disc; margin-left: 1.5em; }
img { max-width: 100%; height: auto; }

/* 产品详情 */
.product-content.entry-content { margin: 1em 0; }
.product-price { margin: 1em 0; }
.product-gallery { margin: 1em 0; }
.product-gallery-inner { display: flex; flex-wrap: wrap; gap: 0.5em; }
.product-gallery-inner img { max-width: 200px; }
