/*
Theme Name: My Custom Theme
Theme URI: https://your-domain.com/
Author: zangbaotangjiankang
Author URI: https://your-domain.com/
Description: 极简标准 WordPress 主题模板
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: my-custom-theme
*/

/* 基础样式（可自行修改） */
 
body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333;
  background: #fff;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
header {
  background: #f5f5f5;
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
}
footer {
  background: #f5f5f5;
  padding: 20px 0;
  border-top: 1px solid #ddd;
  text-align: center;
  margin-top: 40px;
}