/*
 Theme Name:   Astra Child - CCVE365
 Theme URI:    https://www.ccve365.com/
 Description:  Astra 子主题，用于挂载产品自定义模板 single-product.php（ACF 字段前台渲染）。
 Author:       CCVE365
 Author URI:   https://www.ccve365.com/
 Template:     astra
 Version:      1.0.0
 Text Domain:  astra-child-ccve365
*/

/* 子主题自定义样式（产品页模板 17_single-product 使用） */
.product-hero-intro {
  background: #f5f7fa;
  border-left: 4px solid #2b6cb0;
  padding: 16px 20px;
  margin: 20px 0;
  border-radius: 4px;
  line-height: 1.8;
}
.spec-table, .param-table {
  width: 100%;
  border-collapse: collapse;
  margin: 16px 0;
}
.spec-table th, .param-table th {
  background: #1a365d;
  color: #fff;
  text-align: left;
  padding: 10px 12px;
  font-weight: 600;
}
.spec-table td, .param-table td {
  border: 1px solid #e2e8f0;
  padding: 10px 12px;
}
.spec-table tr:nth-child(even) td,
.param-table tr:nth-child(even) td {
  background: #f7fafc;
}
.tag-list { list-style: none; padding: 0; margin: 8px 0; }
.tag-list li {
  display: inline-block;
  background: #ebf8ff;
  color: #2b6cb0;
  padding: 4px 12px;
  border-radius: 999px;
  margin: 0 6px 6px 0;
  font-size: 14px;
}
.feature-list { padding-left: 20px; }
.feature-list li { margin: 6px 0; }
.faq-block { margin: 24px 0; }
.faq-item { border-bottom: 1px solid #e2e8f0; padding: 14px 0; }
.faq-item h3 { font-size: 17px; margin: 0 0 8px; color: #1a365d; }
.faq-item p { margin: 0; line-height: 1.8; }
.download-btn {
  display: inline-block;
  background: #e53e3e;
  color: #fff !important;
  padding: 12px 24px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 600;
  margin: 12px 0;
}
.download-btn:hover { background: #c53030; }
.breadcrumb-trail { font-size: 13px; color: #718096; margin-bottom: 12px; }
