.reading-progress{position:fixed;top:0;left:0;height:3px;width:0;background:linear-gradient(90deg,var(--gold,#d4af37),#f5d97a);z-index:9999;transition:width .1s linear}
.tb-article-hero{position:relative;min-height:72vh;display:flex;align-items:flex-end;overflow:hidden;margin-top:0}
.tb-article-hero > img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:brightness(.85);transform:scale(1.08);animation:tbHeroKenBurns 18s ease-in-out infinite alternate;will-change:transform}
@keyframes tbHeroKenBurns{0%{transform:scale(1.08) translate(0,0)}50%{transform:scale(1.16) translate(-1.5%,-1%)}100%{transform:scale(1.12) translate(1.5%,1%)}}
.tb-article-hero .inner > .container > *{opacity:0;transform:translateY(18px);animation:tbHeroFade .8s ease forwards}
.tb-article-hero .inner > .container > *:nth-child(1){animation-delay:.1s}
.tb-article-hero .inner > .container > *:nth-child(2){animation-delay:.25s}
.tb-article-hero .inner > .container > *:nth-child(3){animation-delay:.4s}
.tb-article-hero .inner > .container > *:nth-child(4){animation-delay:.55s}
@keyframes tbHeroFade{to{opacity:1;transform:translateY(0)}}
@media (prefers-reduced-motion:reduce){.tb-article-hero > img{animation:none;transform:none}.tb-article-hero .inner > .container > *{animation:none;opacity:1;transform:none}}
.tb-article-hero .ovl{position:absolute;inset:0;background:linear-gradient(180deg,rgba(15,44,74,.35) 0%,rgba(15,44,74,.55) 55%,rgba(15,44,74,.92) 100%)}
.tb-article-hero .inner{position:relative;z-index:2;width:100%;padding:48px 0 56px}
.tb-article-hero .breadcrumb{background:transparent;padding:0;margin:0}
.tb-article-hero .breadcrumb a{color:rgba(255,255,255,.78);text-decoration:none}
.tb-article-hero .breadcrumb-item+.breadcrumb-item::before{color:rgba(255,255,255,.5)}
.tb-article-hero h1{color:#fff;font-family:'Playfair Display',serif;font-weight:800;line-height:1.15;letter-spacing:-.5px;text-shadow:0 2px 24px rgba(0,0,0,.35);font-size:clamp(2rem,4.6vw,3.4rem);max-width:880px;margin-bottom:14px}
.tb-article-hero .lede{color:rgba(255,255,255,.85);font-size:1.05rem;max-width:720px;margin-bottom:8px}
.hero-badge{display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,.12);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.18);color:#fff;padding:8px 16px;border-radius:999px;font-size:.78rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase;margin-bottom:18px;text-decoration:none}
.hero-badge .dot{width:6px;height:6px;border-radius:50%;background:var(--gold,#d4af37);box-shadow:0 0 0 4px rgba(212,175,55,.25)}
.hero-meta{display:flex;flex-wrap:wrap;gap:18px 22px;align-items:center;font-size:.88rem;color:rgba(255,255,255,.85);margin-top:18px}
.hero-meta .author-chip{display:inline-flex;align-items:center;gap:12px;background:rgba(255,255,255,.10);padding:6px 18px 6px 6px;border-radius:999px;border:1px solid rgba(255,255,255,.18);backdrop-filter:blur(8px)}
.hero-meta .author-chip .ic{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#d4af37,#f5d97a);color:#0f2c4a;display:grid;place-items:center;font-weight:800;font-family:'Playfair Display',serif;font-size:1.05rem;border:2px solid rgba(255,255,255,.35);box-shadow:0 2px 8px rgba(0,0,0,.2)}
.hero-meta .author-chip .a-label{font-size:.68rem;color:rgba(255,255,255,.65);text-transform:uppercase;letter-spacing:1px;display:block;line-height:1}
.hero-meta .author-chip .a-name{font-size:.95rem;color:#fff;font-weight:600;display:block;margin-top:3px;line-height:1}
.share-rail{position:fixed;left:24px;top:35%;display:flex;flex-direction:column;gap:10px;z-index:50}
.share-rail a{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#fff;color:#0f2c4a;box-shadow:0 4px 14px rgba(0,0,0,.10);transition:.25s;border:1px solid rgba(0,0,0,.06)}
.share-rail a:hover{transform:translateY(-3px)}
.share-rail .share-fb:hover{background:#1877f2;color:#fff}
.share-rail .share-tw:hover{background:#000;color:#fff}
.share-rail .share-pin:hover{background:#e60023;color:#fff}
.share-rail .share-wa:hover{background:#25d366;color:#fff}
.share-rail .share-copy:hover{background:#0f2c4a;color:#fff}
@media (max-width:1199px){.share-rail{display:none}}
.tb-article-body{font-family:'Inter',sans-serif;color:#2c3640;font-size:1.05rem;line-height:1.85}
.tb-article-body > p:first-of-type::first-letter{font-family:'Playfair Display',serif;font-size:4.5rem;font-weight:900;float:left;line-height:1;padding:6px 14px 0 0;background:linear-gradient(135deg,#0f2c4a,#d4af37);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.tb-article-body h2{font-family:'Playfair Display',serif;color:#0f2c4a;font-weight:800;font-size:1.85rem;margin:48px 0 18px;position:relative;padding-left:18px;scroll-margin-top:90px}
.tb-article-body h2::before{content:"";position:absolute;left:0;top:8px;bottom:8px;width:5px;border-radius:4px;background:linear-gradient(180deg,#d4af37,#0f2c4a)}
.tb-article-body h3{font-family:'Playfair Display',serif;color:#0f2c4a;font-weight:700;font-size:1.35rem;margin:32px 0 14px;scroll-margin-top:90px}
.tb-article-body h4{font-family:'Playfair Display',serif;color:#0f2c4a;font-weight:700;font-size:1.15rem;margin:24px 0 12px}
.tb-article-body p{margin-bottom:18px}
.tb-article-body strong{color:#0f2c4a}
.tb-article-body a{color:#f2bc3e;font-weight:600;text-decoration:underline;text-decoration-color:rgba(242,188,62,.5);text-decoration-thickness:2px;text-underline-offset:3px;transition:.2s;background:linear-gradient(transparent 60%,rgba(242,188,62,.18) 60%);padding:0 2px}
.tb-article-body a:hover{color:#0f2c4a;text-decoration-color:#f2bc3e;background:linear-gradient(transparent 60%,rgba(242,188,62,.45) 60%)}
.tb-faq-wrap{margin:32px 0;display:flex;flex-direction:column;gap:12px}
.tb-faq-item{background:#fff;border:1px solid #eef1f5;border-left:4px solid #d4af37;border-radius:12px;overflow:hidden;transition:.25s;box-shadow:0 2px 10px rgba(15,44,74,.04)}
.tb-faq-item.open{box-shadow:0 8px 24px rgba(15,44,74,.10);border-left-color:#0f2c4a}
.tb-faq-q{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:18px 22px;cursor:pointer;font-family:'Playfair Display',serif;font-weight:700;color:#0f2c4a;font-size:1.05rem;line-height:1.4;user-select:none}
.tb-faq-q:hover{background:#fafbfd}
.tb-faq-q .tb-faq-num{flex-shrink:0;width:30px;height:30px;border-radius:50%;background:linear-gradient(135deg,#d4af37,#f5d97a);color:#0f2c4a;display:grid;place-items:center;font-family:'Inter',sans-serif;font-size:.82rem;font-weight:800}
.tb-faq-q .tb-faq-text{flex:1}
.tb-faq-q .tb-faq-toggle{flex-shrink:0;width:32px;height:32px;border-radius:50%;background:#f4f6fa;color:#0f2c4a;display:grid;place-items:center;transition:.3s;font-size:.85rem}
.tb-faq-item.open .tb-faq-q .tb-faq-toggle{background:#0f2c4a;color:#d4af37;transform:rotate(180deg)}
.tb-faq-a{max-height:0;overflow:hidden;transition:max-height .35s ease,padding .25s ease;padding:0 22px 0 66px;color:#475262;font-size:.96rem;line-height:1.75}
.tb-faq-item.open .tb-faq-a{max-height:1200px;padding:4px 22px 18px 66px}
.tb-faq-a p{margin:0 0 10px}
.tb-faq-a a{color:#f2bc3e}
.tb-comments{margin-top:56px;background:linear-gradient(135deg,#fafbfd,#fff);border:1px solid #eef1f5;border-radius:18px;padding:32px;box-shadow:0 6px 22px rgba(15,44,74,.05)}
.tb-comments-head h3{font-family:'Playfair Display',serif;color:#0f2c4a;font-weight:700;font-size:1.5rem;margin:0;display:flex;align-items:center;gap:10px}
.tb-comments-head h3 i{color:#d4af37}
.tb-comments-count{background:#d4af37;color:#0f2c4a;font-size:.78rem;padding:3px 10px;border-radius:999px;font-weight:700;font-family:'Inter',sans-serif}
.tb-comments-head p{color:#6b7785;font-size:.92rem;margin:6px 0 22px}
.tb-comment-form input,.tb-comment-form textarea{width:100%;padding:12px 16px;border:1px solid #e3e7ee;border-radius:10px;font-family:'Inter',sans-serif;font-size:.95rem;background:#fff;transition:.2s}
.tb-comment-form input:focus,.tb-comment-form textarea:focus{outline:none;border-color:#d4af37;box-shadow:0 0 0 3px rgba(212,175,55,.15)}
.tb-recaptcha-wrap{margin-top:2px;overflow:hidden}
.tb-recaptcha-error{font-size:.82rem;color:#b42318;margin-top:6px;display:none}
.tb-comment-btn{background:linear-gradient(135deg,#0f2c4a,#1a4570);color:#fff;border:none;padding:11px 24px;border-radius:999px;font-weight:600;cursor:pointer;transition:.25s;font-size:.92rem}
.tb-comment-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(15,44,74,.25);background:linear-gradient(135deg,#d4af37,#f5d97a);color:#0f2c4a}
.tb-comment-list{margin-top:28px;display:flex;flex-direction:column;gap:16px}
.tb-comment-card{display:flex;gap:14px;padding:18px;background:#fff;border:1px solid #eef1f5;border-radius:14px}
.tb-comment-card .tb-c-avatar{width:46px;height:46px;border-radius:50%;background:linear-gradient(135deg,#0f2c4a,#1a4570);color:#fff;display:grid;place-items:center;font-weight:700;font-family:'Playfair Display',serif;flex-shrink:0}
.tb-comment-card .tb-c-name{font-weight:700;color:#0f2c4a;font-size:.95rem}
.tb-comment-card .tb-c-time{font-size:.75rem;color:#8a95a3}
.tb-comment-card .tb-c-msg{margin:6px 0 0;color:#475262;font-size:.93rem;line-height:1.65}
.tb-comment-empty{text-align:center;padding:30px 14px;color:#8a95a3;font-size:.92rem;background:#fafbfd;border-radius:12px;border:1px dashed #e3e7ee}
.tb-article-body ul,.tb-article-body ol{padding-left:22px;margin-bottom:18px}
.tb-article-body ul li,.tb-article-body ol li{margin-bottom:10px}
.tb-article-body img{max-width:100%;height:auto;border-radius:14px;box-shadow:0 12px 30px rgba(15,44,74,.12);margin:24px 0;display:block}
.tb-article-body figure{margin:28px 0}
.tb-article-body figcaption{padding:10px 4px;font-size:.85rem;color:#6b7785;font-style:italic;text-align:center}
.tb-article-body blockquote{border:none;background:linear-gradient(135deg,rgba(15,44,74,.04),rgba(212,175,55,.07));border-left:5px solid #d4af37;padding:26px 30px;margin:32px 0;border-radius:0 14px 14px 0;font-family:'Playfair Display',serif;font-style:italic;font-size:1.2rem;color:#0f2c4a;position:relative}
.tb-article-body blockquote::before{content:"\201C";position:absolute;top:-12px;left:18px;font-size:4rem;color:#d4af37;line-height:1;font-family:'Playfair Display',serif}
.tb-article-body table{width:100%;border-collapse:collapse;margin:24px 0;border-radius:12px;overflow:hidden;box-shadow:0 4px 14px rgba(15,44,74,.08)}
.tb-article-body th,.tb-article-body td{padding:12px 16px;text-align:left;border-bottom:1px solid #eef1f5}
.tb-article-body th{background:#0f2c4a;color:#fff;font-weight:600}
.tb-article-body code{background:#f4f6fa;padding:2px 8px;border-radius:6px;font-size:.92em}
.tb-article-body .wp-block-buttons{display:flex;flex-wrap:wrap;gap:12px;margin:28px 0;align-items:center}
.tb-article-body .wp-block-button{margin:0}
.tb-article-body .wp-block-button__link,.tb-article-body .wp-block-button a{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:46px;padding:12px 22px;border-radius:999px;background:linear-gradient(135deg,#f0a500,#ffd166);color:#0d2040!important;border:1px solid rgba(13,32,64,.08);box-shadow:0 10px 24px rgba(240,165,0,.24);font-weight:900;font-size:.88rem;line-height:1.2;text-decoration:none!important;text-transform:uppercase;letter-spacing:.02em;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}
.tb-article-body .wp-block-button__link::after,.tb-article-body .wp-block-button a::after{content:"\f061";font-family:"Font Awesome 6 Free";font-weight:900;font-size:.78rem}
.tb-article-body .wp-block-button__link:hover,.tb-article-body .wp-block-button a:hover{transform:translateY(-2px);box-shadow:0 14px 30px rgba(240,165,0,.34);background:linear-gradient(135deg,#ffd166,#f0a500);color:#0d2040!important}
.sidebar-widget{background:#fff;border:1px solid #eef1f5;border-radius:16px;padding:22px;margin-bottom:24px;box-shadow:0 4px 16px rgba(15,44,74,.04)}
.sidebar-widget-title{font-family:'Playfair Display',serif;font-weight:700;color:#0f2c4a;font-size:1.05rem;margin-bottom:16px;padding-bottom:12px;border-bottom:2px solid #d4af37;display:flex;align-items:center;gap:10px}
.toc-list{list-style:none;padding:0;margin:0;font-size:.9rem}
.toc-list li{position:relative;border-left:2px solid #eef1f5;padding:8px 12px;transition:.25s}
.toc-list li a{color:#5b6675;text-decoration:none;display:block;transition:.2s}
.toc-list li:hover{border-left-color:#d4af37;background:#fafbfd}
.toc-list li:hover a{color:#0f2c4a}
.toc-list li.active{border-left-color:#f2bc3e;background:linear-gradient(90deg,rgba(242,188,62,.10),transparent)}
.toc-list li.active > .toc-row > a, .toc-list li.active > a{color:#0f2c4a;font-weight:600}
.toc-list .toc-row{display:flex;align-items:center;justify-content:space-between;gap:8px}
.toc-list .toc-row a{flex:1}
.toc-sub-toggle{background:transparent;border:none;width:24px;height:24px;border-radius:50%;color:#8a95a3;cursor:pointer;display:grid;place-items:center;font-size:.7rem;transition:.25s;flex-shrink:0}
.toc-sub-toggle:hover{background:#f4f6fa;color:#0f2c4a}
.toc-h2.expanded .toc-sub-toggle{transform:rotate(180deg);color:#0f2c4a;background:#fff5d6}
.toc-sub{list-style:none;padding:0;margin:0;max-height:0;overflow:hidden;transition:max-height .3s ease}
.toc-h2.expanded .toc-sub{max-height:600px}
.toc-sub li{border-left:2px solid transparent;border-top:1px dashed #eef1f5;padding:6px 12px 6px 28px;font-size:.85rem;position:relative}
.toc-sub li::before{content:"";position:absolute;left:14px;top:50%;width:8px;height:1px;background:#d8dde5}
.toc-sub li a{color:#6b7785}
.toc-sub li:hover{background:#fafbfd}
.toc-sub li:hover a{color:#0f2c4a}
.toc-sub li.active{background:linear-gradient(90deg,rgba(242,188,62,.12),transparent);border-left-color:#f2bc3e}
.toc-sub li.active a{color:#0f2c4a;font-weight:600}
.tb-toc-widget{position:static!important;top:auto!important;display:flex;flex-direction:column}
.tb-toc-widget .sidebar-widget-title{flex-shrink:0}
.tb-toc-body{max-height:420px;overflow-y:auto;overscroll-behavior:contain;padding-right:4px;scrollbar-width:thin}
.tb-toc-body::-webkit-scrollbar{width:6px}
.tb-toc-body::-webkit-scrollbar-thumb{background:#d8dde5;border-radius:999px}
.tb-toc-body::-webkit-scrollbar-track{background:#f4f6fa;border-radius:999px}
@media (max-width:991px){.tb-toc-body{max-height:360px}}
.tag-cloud{display:flex;flex-wrap:wrap;gap:8px}
.tag-item{background:#f4f6fa;color:#475262;padding:6px 14px;border-radius:999px;font-size:.78rem;font-weight:500;border:1px solid transparent;transition:.2s;text-decoration:none}
.tag-item:hover{background:#0f2c4a;color:#fff;border-color:#d4af37;cursor:pointer}
.sidebar-post-list,.sidebar-dest-list{display:grid;gap:12px}
.sidebar-post-link{display:grid;grid-template-columns:72px 1fr;gap:12px;align-items:center;text-decoration:none;color:#0f2c4a;padding:8px;border-radius:12px;transition:.22s;background:#fff}
.sidebar-post-link:hover{background:#fafbfd;transform:translateY(-1px)}
.sidebar-post-link img{width:72px;height:58px;object-fit:cover;border-radius:10px}
.sidebar-post-link strong{display:block;font-size:.86rem;line-height:1.35;color:#0f2c4a}
.sidebar-post-link small{display:flex;align-items:center;gap:5px;margin-top:6px;font-size:.74rem;color:#8a95a3}
.sidebar-dest-link{display:grid;grid-template-columns:34px 1fr 14px;gap:10px;align-items:center;text-decoration:none;color:#0f2c4a;padding:10px 8px;border-radius:12px;border:1px solid #eef1f5;background:#fff;transition:.22s}
.sidebar-dest-link:hover{border-color:#d4af37;background:#fffaf0;transform:translateY(-1px)}
.sidebar-dest-link .dest-pin{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#f4f6fa;color:#d4af37}
.sidebar-dest-link strong{display:block;font-size:.88rem;line-height:1.25;color:#0f2c4a}
.sidebar-dest-link small{display:block;margin-top:3px;font-size:.72rem;color:#8a95a3}
.sidebar-dest-link > .fa-arrow-right{font-size:.72rem;color:#c3cad4}
.sidebar-empty{font-size:.84rem;color:#8a95a3;margin:0}
.author-box{background:linear-gradient(135deg,#fff,#fafbfd);border:1px solid #eef1f5;border-radius:18px;padding:30px;display:flex;gap:22px;align-items:flex-start;margin-top:48px;box-shadow:0 6px 22px rgba(15,44,74,.06)}
.author-box .avatar{width:84px;height:84px;border-radius:50%;border:3px solid #f2bc3e;background:linear-gradient(135deg,#0f2c4a,#1a4570);color:#fff;display:grid;place-items:center;font-family:'Playfair Display',serif;font-weight:700;font-size:1.8rem;flex-shrink:0;object-fit:cover}
.author-box .a-name{font-family:'Playfair Display',serif;font-weight:700;font-size:1.2rem;color:#0f2c4a}
.author-box .a-role{font-size:.78rem;color:#d4af37;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin:4px 0 10px}
.related-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 6px 18px rgba(15,44,74,.06);transition:.35s;height:100%;display:flex;flex-direction:column}
.related-card:hover{transform:translateY(-6px);box-shadow:0 14px 32px rgba(15,44,74,.14)}
.related-card-img{position:relative;height:200px;overflow:hidden}
.related-card-img img{width:100%;height:100%;object-fit:cover;transition:.5s}
.related-card:hover .related-card-img img{transform:scale(1.08)}
.related-card-cat{position:absolute;top:14px;left:14px;background:#d4af37;color:#0f2c4a;padding:5px 14px;border-radius:999px;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px}
.related-card-body{padding:18px 20px;flex:1;display:flex;flex-direction:column}
.related-card-body h3{font-family:'Playfair Display',serif;font-size:1.05rem;color:#0f2c4a;margin:0 0 8px;line-height:1.4}
.related-card-body .meta{font-size:.78rem;color:#8a95a3;margin-top:auto;display:flex;gap:14px}
.article-cta{background:linear-gradient(135deg,#0f2c4a,#1a4570);color:#fff;border-radius:18px;padding:40px;margin-top:48px;text-align:center;position:relative;overflow:hidden}
.article-cta h3{font-family:'Playfair Display',serif;font-size:1.8rem;margin-bottom:10px;color:#fff}
.article-cta .btn-cta{display:inline-flex;align-items:center;gap:10px;padding:14px 28px;border-radius:999px;background:#d4af37;color:#0f2c4a;font-weight:700;text-decoration:none;transition:.25s}
.article-cta .btn-cta:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(212,175,55,.4)}

.tb-article-hero,.tb-article-hero + .section-padding{width:100%;max-width:100%;overflow:hidden;background:#fff}
.tb-article-body,.tb-article-body *{max-width:100%;overflow-wrap:anywhere}
.tb-article-body iframe,.tb-article-body video,.tb-article-body embed,.tb-article-body object{display:block;max-width:100%;border:0;border-radius:14px}
.tb-article-body .wp-block-embed,.tb-article-body .wp-block-video{max-width:100%;overflow:hidden}
.tb-article-body .wp-block-table{display:block;max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}

@media (max-width:991.98px){
  .tb-article-hero{min-height:64vh}
  .tb-article-hero .inner{padding:44px 0 42px}
  .tb-article-hero h1{font-size:clamp(2rem,7vw,3rem);max-width:100%;letter-spacing:0}
  .tb-article-body{font-size:1rem;line-height:1.78}
  .tb-toc-widget{margin-top:8px}
  aside.col-lg-4{margin-top:6px}
}

@media (max-width:767.98px){
  html,body{width:100%;max-width:100%;overflow-x:hidden;background:#fff}
  .navbar-main{position:fixed;top:0;left:0;right:0;width:100%;max-width:100%;z-index:1040}
  .navbar-main .container,.tb-article-hero .container,.tb-article-hero + .section-padding > .container{width:100%;max-width:100%;padding-left:14px;padding-right:14px}
  .tb-article-hero + .section-padding{display:block;width:100%;margin:0;background:#fff}
  .tb-article-hero + .section-padding .row{--bs-gutter-x:0;margin-left:0;margin-right:0}
  .tb-article-hero + .section-padding article[class*="col-"],.tb-article-hero + .section-padding aside[class*="col-"]{width:100%;max-width:100%;padding-left:0;padding-right:0}
  .tb-article-hero{min-height:auto;height:auto;padding-top:96px}
  .tb-article-hero > img{filter:brightness(.76);transform:scale(1.03);animation:none}
  .tb-article-hero .ovl{background:linear-gradient(180deg,rgba(9,22,42,.36) 0%,rgba(13,32,64,.72) 34%,rgba(13,32,64,.96) 100%)}
  .tb-article-hero .inner{padding:84px 0 32px}
  .tb-article-hero .breadcrumb{display:flex;flex-wrap:nowrap;gap:0;max-width:100%;overflow:hidden;font-size:.78rem;white-space:nowrap}
  .tb-article-hero .breadcrumb-item{min-width:0;overflow:hidden;text-overflow:ellipsis}
  .tb-article-hero .breadcrumb-item.active{flex:1}
  .tb-article-hero h1{font-size:clamp(1.78rem,8.6vw,2.34rem);line-height:1.12;margin-bottom:14px;text-wrap:balance}
  .hero-badge{max-width:100%;padding:7px 12px;font-size:.7rem;line-height:1.35;white-space:normal}
  .hero-meta{gap:10px;margin-top:14px;font-size:.8rem}
  .hero-meta > span:not(.author-chip){display:inline-flex;align-items:center;min-height:32px;padding:6px 10px;border-radius:999px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.14)}
  .hero-meta .author-chip{width:100%;border-radius:14px;padding:8px 12px;background:rgba(255,255,255,.12)}
  .hero-meta .author-chip .ic{width:36px;height:36px;font-size:.95rem}

  .section-padding[style]{padding:34px 0!important}
  .tb-article-body{font-size:.98rem;line-height:1.74}
  .tb-article-body > p:first-of-type::first-letter{font-size:3.2rem;padding:5px 10px 0 0}
  .tb-article-body h2{font-size:1.45rem;line-height:1.25;margin:34px 0 14px;padding-left:14px}
  .tb-article-body h2::before{top:5px;bottom:5px;width:4px}
  .tb-article-body h3{font-size:1.18rem;line-height:1.35;margin:24px 0 12px}
  .tb-article-body h4{font-size:1.05rem}
  .tb-article-body p{margin-bottom:16px}
  .tb-article-body ul,.tb-article-body ol{padding-left:20px}
  .tb-article-body img{width:100%;border-radius:10px;margin:18px 0;box-shadow:0 8px 22px rgba(15,44,74,.1)}
  .tb-article-body figure{margin:22px 0}
  .tb-article-body blockquote{padding:22px 18px 20px;margin:24px 0;border-radius:0 12px 12px 0;font-size:1.05rem}
  .tb-article-body blockquote::before{left:12px;font-size:3rem}
  .tb-article-body table{display:block;overflow-x:auto;white-space:nowrap;border-radius:10px}
  .tb-article-body th,.tb-article-body td{padding:10px 12px;font-size:.86rem}
  .tb-article-body .wp-block-buttons{margin:22px 0;gap:10px}
  .tb-article-body .wp-block-button{width:100%}
  .tb-article-body .wp-block-button__link,.tb-article-body .wp-block-button a{width:100%;min-height:46px;padding:12px 16px;font-size:.82rem;white-space:normal;text-align:center}

  .tb-faq-wrap{margin:24px 0}
  .tb-faq-q{padding:15px 14px;font-size:.96rem;align-items:flex-start}
  .tb-faq-q .tb-faq-num{width:26px;height:26px;font-size:.76rem}
  .tb-faq-q .tb-faq-toggle{width:28px;height:28px}
  .tb-faq-a,.tb-faq-item.open .tb-faq-a{padding-left:14px;padding-right:14px}

  .author-box{flex-direction:column;align-items:center;text-align:center;padding:22px 18px;margin-top:34px;border-radius:14px}
  .author-box .avatar{width:72px;height:72px;font-size:1.45rem}
  .article-cta{padding:28px 18px;margin-top:34px;border-radius:14px}
  .article-cta h3{font-size:1.45rem}
  .article-cta .btn-cta{width:100%;justify-content:center;padding:13px 18px}

  .tb-comments{margin-top:38px;padding:22px 16px;border-radius:14px}
  .tb-comments-head h3{font-size:1.25rem;line-height:1.25}
  .tb-comment-card{padding:14px;gap:10px}
  .tb-comment-card .tb-c-avatar{width:38px;height:38px}
  .tb-comment-btn{width:100%;justify-content:center}
  .tb-recaptcha-wrap{max-width:100%;overflow-x:auto}

  #relatedArticles .d-flex{align-items:flex-start!important}
  #relatedArticles h3{font-size:1.35rem!important;line-height:1.25}
  .related-card{border-radius:12px}
  .related-card:hover{transform:none}
  .related-card-img{height:180px}
  .related-card-body{padding:16px}
  .related-card-body .meta{flex-wrap:wrap;gap:8px 12px}

  .sidebar-widget{padding:18px;border-radius:14px;margin-bottom:18px}
  .sidebar-widget-title{font-size:1rem;margin-bottom:14px}
  .tb-toc-body{max-height:300px}
  .sidebar-post-link{grid-template-columns:64px minmax(0,1fr);gap:10px;padding:8px}
  .sidebar-post-link img{width:64px;height:54px}
  .sidebar-post-link strong,.sidebar-dest-link strong{overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
  .tag-cloud{gap:7px}
  .tag-item{font-size:.76rem;padding:6px 12px}
}

@media (max-width:420px){
  .tb-article-hero .inner{padding:72px 0 28px}
  .tb-article-hero h1{font-size:1.72rem}
  .hero-meta > span:not(.author-chip){font-size:.76rem;padding:6px 9px}
  .tb-article-body{font-size:.95rem}
  .tb-comments{padding:20px 14px}
  .sidebar-widget{padding:16px}
}
