.article-page-body { display: flex; min-height: 100vh; flex-direction: column; }
.article-page-body .main-height { min-height: 0; flex: 1 0 auto; }
.article-page-body .article-detail-page { display: flex; min-height: 100%; flex-direction: column; }
.article-page-body .article-detail-container { flex: 1 0 auto; }
.article-detail-page { min-width: 0; padding: 48px 24px 0; background: #fff; }
.article-detail-container { width: min(calc(100% - 36px), 1200px); min-width: 0; margin: 0 auto; padding-bottom: 2em; }
.article-detail-breadcrumb { display: flex; gap: 8px; overflow-x: auto; margin: 0 0 40px; color: #6b7280; font-size: 14px; white-space: nowrap; }
.article-detail-breadcrumb a:hover { color: #0756ad; }
.article-detail-breadcrumb strong { color: #1f2937; font-weight: 600; }
.article-detail-header { padding-bottom: 28px; border-bottom: 1px solid #e5e7eb; }
.article-detail-header h1 { margin: 0; color: #111827; font-size: clamp(26px, 3vw, 36px); font-weight: 800; line-height: 1.35; }
.article-detail-meta { display: flex; flex-wrap: wrap; gap: 8px 12px; margin-top: 20px; color: #6b7280; font-size: 14px; }
.article-detail-meta i { color: #d1d5db; font-style: normal; }
.article-detail-body { margin-top: 40px; color: #374151; font-size: 17px; line-height: 2.1; overflow-wrap: break-word; }
.article-detail-body h1, .article-detail-body h2, .article-detail-body h3 { margin: 1.8em 0 .8em; padding-bottom: .45em; border-bottom: 2px solid #dbeafe; color: #0756ad; line-height: 1.5; }
.article-detail-body h2 { font-size: 24px; }
.article-detail-body h3 { font-size: 20px; }
.article-detail-body p { margin: 0 0 1.2em; }
.article-detail-body img { height: auto; max-width: 100%; }
.article-detail-body table { display: block; max-width: 100%; overflow-x: auto; border-collapse: collapse; }
.article-detail-body td, .article-detail-body th { border: 1px solid #dfe5ef; padding: 10px 14px; }
.article-related { margin-top: 48px; }
.article-related__header { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 28px; }
.article-related h2 { margin: 0; color: #0756ad; font-size: 24px; font-weight: 800; }
.article-related__more { flex: 0 0 auto; color: #0756ad; font-size: 14px; font-weight: 700; }
.article-related__more:hover { text-decoration: underline; }
.article-related__list { overflow: hidden; border: 1px solid #e5e7eb; border-radius: 12px; }
.article-related__list > a { display: block; padding: 20px; border-bottom: 1px solid #e5e7eb; color: #1f2937; transition: background-color .15s ease; }
.article-related__list > a:last-child { border-bottom: 0; }
.article-related__list > a:hover { background: #f8fafc; }
.article-related__list time { display: block; color: #94a3b8; font-size: 12px; line-height: 1.5; }
.article-related__list h3 { margin: 8px 0 0; color: #111827; font-size: 16px; font-weight: 700; line-height: 1.6; }
.article-related__list p { margin: 4px 0 0; color: #64748b; font-size: 14px; line-height: 1.7; }
.extended-services-list { margin-top: 64px; padding-top: 40px; border-top: 1px solid #e5e7eb; }
.extended-services-list__eyebrow { margin: 0; color: #0756ad; font-size: 13px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.extended-services-list h2 { margin: 8px 0 0; color: #0756ad; font-size: 26px; }
.extended-services-list__summary { margin: 10px 0 22px; color: #6b7280; font-size: 14px; line-height: 1.7; }
.extended-services-table-wrap { overflow-x: auto; border: 1px solid #e5e7eb; border-radius: 12px; box-shadow: 0 2px 8px rgba(16, 47, 82, .06); }
.extended-services-table { width: 100%; min-width: 720px; border-collapse: collapse; text-align: left; }
.extended-services-table th { padding: 16px 20px; border-bottom: 1px solid #e5e7eb; background: #f8fafc; color: #374151; font-size: 15px; }
.extended-services-table td { padding: 16px 20px; border-bottom: 1px solid #edf1f5; color: #4b5563; font-size: 15px; line-height: 1.7; }
.extended-services-table tr:last-child td { border-bottom: 0; }
.extended-services-table tr:hover { background: #f8fafc; }
.extended-services-table td:first-child { color: #111827; font-weight: 700; }
.extended-services-table td:nth-child(2) { color: #0756ad; white-space: nowrap; }
@media (max-width: 900px) { .article-detail-page { padding-top: 28px; } }
@media (max-width: 620px) { .article-detail-page { padding: 24px 16px 40px; } .article-detail-container { width: 100%; } .article-detail-breadcrumb { margin-bottom: 28px; } .article-detail-header { padding-bottom: 22px; } .article-detail-body { margin-top: 28px; font-size: 16px; line-height: 1.9; } .article-related { margin-top: 44px; } .article-related__header { margin-bottom: 20px; } .article-related h2 { font-size: 20px; } .article-related__list > a { padding: 18px 16px; } .extended-services-list { margin-top: 44px; padding-top: 28px; } }
