﻿/* =========================================================
   product-list.css — 產品列表（依 ?Type= 動態）
   次選單樣式見 shared-subnav.css；此檔僅產品色系 token 與詳情區。
========================================================= */

.product-list-page .subnav {
  --subnav-primary: var(--product-primary);
  --subnav-primary-deep: var(--product-primary-deep);
  --subnav-accent: var(--product-accent);
  --subnav-text: var(--product-text);
  --subnav-line: rgba(43, 121, 155, 0.2);
}

/* 產品名稱可能較長，允許換行 */
.product-list-page .product-list-subnav .subnav-link {
  white-space: normal;
  text-align: center;
  line-height: 1.35;
  padding-top: 10px;
  padding-bottom: 10px;
}

/* 詳情區 */
.product-list-page #product-detail {
  scroll-margin-top: 120px;
}

.product-list-page .product-detail-body {
  margin-top: 0;
}

.product-list-page .product-detail-body img {
  max-width: 100%;
  height: auto;
}

.product-list-page .product-detail-body table {
  width: 100%;
  margin-bottom: 1.5rem;
  border-collapse: collapse;
}

.product-list-page .product-detail-body table th,
.product-list-page .product-detail-body table td {
  padding: 0.6rem 0.85rem;
  border: 1px solid var(--product-border);
  vertical-align: middle;
}

.product-list-page .product-detail-body table th {
  background: var(--product-bg-light);
  color: var(--product-primary-deep);
}
