/* ============================================================
   AI Generated Content Adapters (Site02 Fintech Style)
   ============================================================ */

/* 1. 段落與文字 (維持你的 1.125rem 與 1.8 行高) */
.detail-content .paragraph {
    font-size: 1.125rem;
    line-height: 1.8;
    color: #334155;
    margin-bottom: 1.5rem;
}

.detail-content .first-para {
    font-weight: 600;
    color: #0f172a; /* 首段顏色加深 */
}

/* 2. 小標題 (繼承你的 h2 風格，改為 h4 適配 AI 字典) */
.detail-content .sub-title {
    font-size: 1.75rem;
    font-weight: 900;
    color: #0f172a;
    margin-top: 3.5rem;
    margin-bottom: 1.25rem;
    display: block;
    position: relative;
    letter-spacing: -0.02em;
}

.detail-content .sub-title::after {
    content: '';
    display: block;
    width: 32px;
    height: 4px;
    background: #2563eb; /* 你的品牌藍 */
    margin-top: 8px;
    border-radius: 2px;
}

/* 3. 特色數據盒 (info-list-box) - 這裡我套用了你 aside section 的卡片感 */
.detail-content .info-list-box {
    background: #ffffff;
    border: 1px solid #f1f5f9;
    border-radius: 24px;
    padding: 2rem;
    margin: 2.5rem 0;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.03);
}

.detail-content .source-label {
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #2563eb;
    margin-bottom: 1rem;
    display: block;
}

/* 4. 專家引言 (繼承並優化你原本的 blockquote) */
.detail-content .expert-quote {
    margin: 3rem 0;
    padding: 2rem 2.5rem;
    background: #f8fafc; /* 淺灰底色與 body 呼應 */
    border-left: 6px solid #2563eb;
    border-radius: 0 24px 24px 0;
    font-style: italic;
    font-size: 1.25rem;
    color: #1e293b;
    font-weight: 500;
}

/* 5. 數據表格 (table-container) - 科技感表格 */
.detail-content .table-container {
    margin: 2.5rem 0;
    overflow: hidden;
    border: 1px solid #f1f5f9;
    border-radius: 20px;
}

.detail-content .styled-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.detail-content .styled-table th {
    background: #f8fafc;
    padding: 1rem;
    text-align: left;
    font-weight: 800;
    color: #64748b;
    text-transform: uppercase;
    font-size: 11px;
}

.detail-content .styled-table td {
    padding: 1rem;
    border-top: 1px solid #f8fafc;
    color: #334155;
    font-family: 'JetBrains Mono', monospace; /* 數據使用等寬字 */
}

/* 6. FAQ 區塊 */
.detail-content .faq-section {
    background: #eff6ff;
    border-radius: 24px;
    padding: 2rem;
    margin-top: 4rem;
}

.detail-content .faq-q {
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 0.5rem;
}

.detail-content .faq-a {
    font-size: 0.95rem;
    color: #475569;
    margin-bottom: 1.5rem;
}

.badge {
    display: inline-block;
    padding: 0.6rem 1.25rem;
    background: #ffffff;
    border: 2px solid #e2e8f0;
    border-radius: 99px;
    font-size: 13px;
    font-weight: 800;
    color: #2563eb;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    cursor: default;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}
