/* blog-extra.css — shared blog components (answer box, tables, TOC, author box, CTA box).
   Loaded by every blog post. Colors match the main site. */
.article-content a{color:#025686;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}
.article-content a:hover{color:#0d95bb}
.article-content h2{scroll-margin-top:110px}
.article-content strong{color:#061a33}

/* Quick answer: the short, direct answer Google and AI tools like to quote */
.answer-box{background:linear-gradient(135deg,#f4fafc,#eef6f9);border:1px solid rgba(13,149,187,.25);border-radius:20px;padding:26px 28px;margin:34px 0}
.answer-box strong{display:block;font-family:Georgia,'Times New Roman',serif;font-size:22px;font-weight:500;line-height:1.3;color:#061a33;margin-bottom:10px}
.answer-box p{margin:0!important;font-size:17px!important;line-height:1.8!important;color:#30343a}

/* Table of contents */
.toc{background:#fbfaf7;border:1px solid rgba(6,26,51,.08);border-radius:18px;padding:22px 26px;margin:0 0 36px}
.toc-title{font-size:11px;letter-spacing:3px;text-transform:uppercase;font-weight:800;color:#0d95bb;margin-bottom:10px}
.toc ol{margin:0!important;padding-left:20px!important}
.toc li{font-size:15.5px!important;line-height:1.6!important;margin-bottom:6px!important}
.toc a{text-decoration:none!important;color:#061a33!important}
.toc a:hover{color:#0d95bb!important}

/* Tables */
.table-wrap{overflow-x:auto;margin:26px 0 30px;-webkit-overflow-scrolling:touch}
.mini-table{width:100%;border-collapse:separate;border-spacing:0;margin:26px 0 30px;font-size:15px;line-height:1.55;background:#fff;border:1px solid rgba(6,26,51,.1);border-radius:16px;overflow:hidden}
.table-wrap .mini-table{margin:0;min-width:560px}
.mini-table th{background:#061a33;color:#fff;text-align:left;font-weight:700;font-size:12px;letter-spacing:1.2px;text-transform:uppercase;padding:14px 16px}
.mini-table td{padding:14px 16px;border-top:1px solid rgba(6,26,51,.08);color:#30343a;vertical-align:top}
.mini-table tr:nth-child(even) td{background:#f7fafb}

/* Small print */
.disclaimer{font-size:13.5px!important;line-height:1.7!important;color:#6b7078!important;border-top:1px solid rgba(6,26,51,.08);padding-top:16px;margin-top:28px!important}

/* Mid-article call to action */
.guide-box{max-width:840px;margin:10px auto 70px;background:#fff;border-radius:24px;padding:36px 38px;box-shadow:0 18px 52px rgba(4,18,38,.08);border:1px solid rgba(6,26,51,.06)}
.article-body-section .guide-box{margin-left:auto;margin-right:auto}
.guide-box h2{font-family:Georgia,'Times New Roman',serif;font-size:32px;line-height:1.15;margin:0 0 12px;font-weight:500;color:#061a33}
.guide-box p{color:#4b4849;font-size:16px;line-height:1.75;margin:0 0 22px}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;border-radius:999px;padding:14px 24px;background:#061a33;color:#fff!important;text-decoration:none!important;font-size:12px;letter-spacing:1.8px;text-transform:uppercase;font-weight:800}
.btn:hover{background:#025686}

/* Author box (builds trust with readers and search engines) */
.author-box{display:grid;grid-template-columns:96px 1fr;gap:22px;align-items:center;background:#fbfaf7;border:1px solid rgba(6,26,51,.08);border-radius:22px;padding:24px;margin:46px 0 10px}
.author-box img{width:96px;height:96px;border-radius:50%;object-fit:cover;object-position:center 20%;display:block}
.author-box .author-name{font-family:Georgia,'Times New Roman',serif;font-size:22px;color:#061a33;margin:0 0 4px}
.author-box .author-role{font-size:11px!important;letter-spacing:2px;text-transform:uppercase;font-weight:800;color:#0d95bb!important;margin:0 0 10px!important;line-height:1.4!important}
.author-box p{font-size:15px!important;line-height:1.7!important;margin:0 0 8px!important;color:#4b4849!important}
.author-box .author-links a{font-size:13px;font-weight:700;margin-right:14px}
@media(max-width:600px){.author-box{grid-template-columns:1fr}.guide-box{padding:28px 24px}.guide-box h2{font-size:27px}.answer-box{padding:22px}}

/* Related posts */
.related{max-width:840px;margin:0 auto;padding:10px 0 60px}
.related h2{font-family:Georgia,'Times New Roman',serif;font-size:30px;font-weight:500;color:#061a33;margin:0 0 18px}
.related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.related-grid a{display:block;background:#fff;border:1px solid rgba(6,26,51,.08);border-radius:16px;padding:18px;text-decoration:none;color:#061a33;font-family:Georgia,'Times New Roman',serif;font-size:18px;line-height:1.3}
.related-grid a span{display:block;font-family:Arial,Helvetica,sans-serif;font-size:11px;letter-spacing:2px;text-transform:uppercase;color:#0d95bb;font-weight:800;margin-bottom:8px}
.related-grid a:hover{border-color:#0d95bb}
@media(max-width:720px){.related-grid{grid-template-columns:1fr}.related{padding:10px 24px 50px}}

/* Reading progress bar */
.read-progress{position:fixed;top:0;left:0;height:3px;width:0;background:#0d95bb;z-index:10001;transition:width .1s linear}
