.nutri-wrap { max-width: 560px; }
  .nutri-table {
    width: 100%;
    border: 1px solid #e6e6e6;
    border-collapse: separate;
    border-spacing: 0;
    background: #fff;
    font-family: "Noto Sans TC", system-ui, -apple-system, "Microsoft JhengHei", Arial, sans-serif;
    color:#222;
  }
  .nutri-caption {
    padding: 10px 12px;
    font-weight: 700;
    text-align: center;
    border-bottom: 1px solid #e6e6e6;
    font-size: 1.05rem;
    background: #fff;
  }
  .nutri-table th, .nutri-table td {
    padding: 10px 12px;
    border-bottom: 1px solid #e6e6e6;
    vertical-align: middle;
    line-height: 1.35;
  }
  .nutri-head th {
    text-align: center;
    font-weight: 700;
    background: #fafafa;
  }
  .nutri-item { text-align: left; width: 40%; }
  .nutri-num  { text-align: right; width: 30%; font-variant-numeric: tabular-nums; white-space: nowrap; }
  /* 上方兩欄說明行 */
  .nutri-meta { display: grid; grid-template-columns: 1fr 1fr; }
  .nutri-meta > div { padding: 10px 12px; border-bottom: 1px solid #e6e6e6; }
  .nutri-meta .k { color:#555; }
  @media (max-width: 420px){
    .nutri-item, .nutri-num { width:auto; }
  }