/* ─── Nikon News Post (情報快遞) 終極規範樣式表 ─── */
:root {
  --nikon-yellow: #F5C400;
  --nikon-black: #111111;
  --body-color: #2C2C2C;
  --meta-color: #888888;
  --border-color: #E8E8E8;
  --quote-bg: #F7F4EE;
  --link-color: #1A56A0;
}

.news-post-outer { font-family: 'Noto Sans TC', sans-serif; padding-top: 48px; padding-bottom: 100px; }
.news-post-inner { max-width: 780px; margin: 0 auto; }

.news-post-outer .news-post-title {
  font-family: 'DM Serif Display', 'Noto Serif TC', serif !important;
  font-size: 34px !important; font-weight: 700 !important; color: var(--nikon-black) !important;
  line-height: 1.32 !important; margin-bottom: 28px; text-transform: none;
}

.news-post-meta-row { display: flex; align-items: center; gap: 10px; margin-bottom: 22px; }
.news-post-category {
  background: var(--nikon-yellow); color: var(--nikon-black);
  font-size: 11px; font-weight: 700; padding: 4px 10px;
  border-radius: 3px; text-transform: uppercase;
}
.news-post-date { font-size: 13px; color: var(--meta-color); }
.meta-dot { color: #ccc; font-size: 14px; }

.news-post-body { font-size: 16px; line-height: 1.9; color: var(--body-color); }

/* [Section 6] 本文段落間距：24px */
.news-post-body p, .news-post-body li {
  font-family: 'Noto Sans TC', sans-serif; margin-bottom: 24px;
}

/* [Section 6] 導言段落間距：36px */
.news-post-body > p:first-of-type {
  font-size: 17px !important; color: #444444 !important; line-height: 1.85 !important;
  margin-bottom: 36px !important; padding-bottom: 36px !important;
  border-bottom: 1px solid var(--border-color) !important;
}

/* [Section 6] H2 副標題間距：上 52px / 下 20px */
.news-post-body h2 {
  font-family: 'Noto Sans TC', sans-serif !important; font-size: 20px !important; 
  font-weight: 700 !important; color: var(--nikon-black) !important;
  margin-top: 52px !important; margin-bottom: 20px !important;
  padding-left: 14px !important; border-left: 4px solid var(--nikon-yellow) !important;
  border-bottom: none !important; line-height: 1.4 !important;
}

/* [Section 6] 引言區塊間距：上 44px */
.news-post-body blockquote {
  position: relative !important; margin-top: 44px !important; margin-bottom: 44px !important;
  padding: 28px 32px 28px 52px !important;
  background: var(--quote-bg) !important; border-radius: 4px !important; border: none !important;
  font-family: 'Noto Serif TC', serif !important; font-size: 18px !important;
  line-height: 1.75 !important; font-style: italic !important; color: #333 !important;
}
.news-post-body blockquote::before {
  content: '❝' !important; font-family: Georgia, serif !important;
  font-size: 44px !important; color: var(--nikon-yellow) !important;
  position: absolute !important; top: 15px !important; left: 15px !important; opacity: 0.7;
}
.news-post-body blockquote p { font-family: inherit !important; font-size: inherit !important; margin: 0 !important; }

/* [Section 6] 本文圖片間距：上 36px / 下 36px */
.news-post-body img, .news-post-body figure {
  display: block; margin-top: 36px !important; margin-bottom: 36px !important;
  height: auto !important; max-width: 100% !important; border-radius: 6px;
}
.news-post-body figcaption, .news-post-body sub {
  display: block; font-family: 'Noto Sans TC', sans-serif !important;
  font-size: 14px !important; color: var(--meta-color) !important;
  font-style: italic !important; line-height: 1.6 !important;
  margin-top: -26px; margin-bottom: 36px; /* 抵銷圖片的 margin-bottom 並加上自身間距 */
}

/* [Section 6] 備註腳註間距：上 40px */
.news-post-body small {
  display: block; font-family: 'Noto Sans TC', sans-serif !important;
  font-size: 12px !important; color: #AAAAAA !important;
  line-height: 1.7 !important; margin-top: 40px !important;
  border-top: 1px solid var(--border-color); padding-top: 16px;
}

.news-post-body a { color: var(--link-color) !important; text-decoration: underline !important; }

.link-button, .news-post-body p > a:only-child {
  display: inline-block !important; padding: 9px 16px !important; 
  background: #fff !important; border: 1.5px solid var(--border-color) !important;
  border-radius: 4px !important; text-decoration: none !important; 
  color: var(--link-color) !important; font-weight: 500 !important; transition: all 0.2s;
}
.link-button:hover, .news-post-body p > a:only-child:hover {
  border-color: var(--nikon-yellow) !important; background: #FFFDF0 !important;
}

/* [Section 6] 分享列間距：上 56px */
.share-bar {
  margin-top: 56px !important; padding-top: 28px; border-top: 1px solid var(--border-color);
}
.share-label {
  display: block; font-family: 'Noto Sans TC', sans-serif; font-size: 12.5px;
  color: var(--meta-color); text-transform: uppercase; margin-bottom: 14px;
}

@media (max-width: 768px) {
  .news-post-outer .news-post-title { font-size: 26px !important; }
  .news-post-body { font-size: 15px; }
  .news-post-body blockquote { padding: 20px 24px 20px 40px !important; font-size: 16px !important; }
  .news-post-outer { padding-top: 32px; padding-bottom: 60px; }
}
@media (max-width: 480px) { .news-post-outer .news-post-title { font-size: 22px !important; } }
