.inner-post {
    max-width: 1232px;
    padding: 1rem;
    padding-bottom: 5rem;
    margin: 0 auto;
}

.inner-post .cata-ti {
    font-family: 'Noto Serif TC', sans-serif;
    font-size: clamp(16px, 3.5vw, 21px);
    color: var(--yt-color-6);
    font-weight: 600;
}

.inner-post h2 {
    font-family: 'Noto Serif TC', sans-serif;
    font-size: clamp(26px, 5.5vw, 34px);
    font-weight: 600;
    color: var(--green-1);

    padding-top: 20px;
    padding-bottom: 20px;
}

.inner-post .cata-ti+h2 {
    padding-bottom: 50px;
}

.inner-post h2+h2 {
    padding-top: 5px;
}

.inner-post h3 {
    font-family: 'Noto Serif TC', sans-serif;
    font-size: clamp(17px, 3.8vw, 22px);
    color: var(--yt-color-2);
    font-weight: 600;
}

.inner-post p {
    font-family: 'Noto Serif TC', sans-serif;
    font-size: clamp(16px, 0.9375vw, 18px);
    color: var(--yt-color-3);

    padding-top: 20px;
    padding-bottom: 20px;
}

.inner-post img {
    margin: 0 auto;
    padding: 20px 0;
}

.inner-post figure {
    text-align: center;
    padding-top: 0px;
    padding-bottom: 0px;
    margin:0 auto;
}

.inner-post figure figcaption {
    font-family: 'Noto Serif TC', sans-serif;
    font-size: clamp(16px, 0.9375vw, 18px);
    color: var(--yt-color-1);

    padding: 10px 0;
}
.inner-post strong{ font-weight:bold}
.inner-post video{ margin: 0 auto; max-width:100%; margin-bottom:3rem;}

.inner-post ul li{ list-style-type: disc; margin-left:25px;}
 :root{
    --g1:#50b848;   /* 深綠 標題底色 */
    --g2:#50b848;   /* 次深綠 表頭 */
    --g4:#cdebd5;   /* 淺綠 強調底色 */
  }
  
  .inner-post .table-wrap{overflow-x:auto;}
  .inner-post table{border-collapse:collapse; min-width:780px; width:100%; background:#fff;}
  .inner-post caption{caption-side:top; text-align:left; font-weight:700; margin-bottom:.5rem;}
  .inner-post th,.inner-post td{padding:14px 16px; line-height:1.6; border:1px solid #ddd; vertical-align:top; }
  .inner-post thead th{background:var(--g1); color:#fff; text-align:center; white-space:nowrap;}
  .inner-post tbody th{background:var(--g2); color:#fff; text-align:left; left:0; font-weight:bold;}
  .inner-post tbody td:nth-child(2), tbody td:nth-child(3){}
  .inner-post .badge{display:inline-block; padding:.1em .4em; border-radius:.4em; background:var(--g4); font-weight:700;}

@media (max-width: 768px) {
    .inner-post {
        padding: 1rem 0;
    }

    .inner-post h2 {
        padding-bottom: 0;
    }

    .inner-post figure {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
}