/* ===== SINGLE BLOG BASE ===== */
.hk-single-page{background:var(--hk-soft);padding-bottom:70px}

/* ===== ARTICLE HERO ===== */
.hk-article-hero{background:linear-gradient(135deg,var(--hk-navy-deep),var(--hk-navy));color:#fff;padding:44px 0 54px}.hk-breadcrumb-wrap,.hk-breadcrumb-wrap a,.hk-breadcrumb-wrap .rank-math-breadcrumb a,.hk-fallback-breadcrumbs a{color:rgba(255,255,255,.88);font-size:14px}.hk-fallback-breadcrumbs{display:flex;gap:8px;flex-wrap:wrap}.hk-category-pill{display:inline-flex;margin-top:24px;padding:8px 14px;border-radius:999px;background:var(--hk-green);color:#fff;font-size:14px;text-decoration:none}.hk-article-hero a.hk-category-pill,.hk-article-hero a.hk-category-pill:hover,.hk-article-hero a.hk-category-pill:focus,.hk-article-hero a.hk-category-pill:active,.hk-article-hero a.hk-category-pill:visited{background:var(--hk-green)!important;color:#fff!important;text-decoration:none!important}.hk-article-hero h1{max-width:none;margin:18px 0 20px;font-size:var(--mhb-h1-desktop,38px);line-height:1.08;color:#fff}.hk-article-meta{display:flex;flex-wrap:wrap;align-items:center;gap:12px 24px;font-size:15px;color:rgba(255,255,255,.9)}.hk-article-meta a{color:#fff;font-weight:700}.hk-reading-meta{display:none}

/* ===== HERO FEATURED IMAGE ===== */
.hk-article-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:44px;align-items:center}.hk-article-hero-grid--no-image{grid-template-columns:minmax(0,1fr)}.hk-article-hero-content{min-width:0}.hk-hero-featured{position:relative;width:100%;aspect-ratio:1200/633;margin:0;padding:6px;background:#fff;border:3px solid var(--hk-green);border-radius:12px;overflow:hidden}.hk-hero-featured img{display:block;width:100%;height:100%;object-fit:cover;border-radius:7px}

/* ===== ARTICLE LAYOUT ===== */
.hk-article-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:30px;align-items:start;padding-top:34px}.hk-article-card,.hk-mini-author-card{background:#fff;border:1px solid var(--hk-line);border-radius:var(--hk-radius);box-shadow:var(--hk-shadow)}.hk-article-card{overflow:hidden}.hk-entry-content{padding:clamp(24px,4vw,46px);font-size:17px;line-height:1.8}.hk-entry-content h2,.hk-entry-content h3{color:var(--hk-navy-deep);line-height:1.25;margin-top:1.6em}.hk-entry-content h2{font-size:clamp(28px,3vw,36px)}.hk-entry-content h3{font-size:clamp(23px,2.4vw,29px)}.hk-entry-content h2[id],.hk-entry-content h3[id]{scroll-margin-top:90px}.hk-entry-content img{max-width:100%;height:auto}.hk-entry-content table{width:100%;border-collapse:collapse}.hk-entry-content th,.hk-entry-content td{padding:12px;border:1px solid var(--hk-line)}

/* ===== RIGHT SIDEBAR ===== */
.hk-article-sidebar{display:grid;gap:20px;position:sticky;top:24px;align-self:start;min-width:0}.hk-article-aside{display:grid;gap:20px}.hk-mini-author-card{padding:24px}.hk-mini-author-card h2{margin:7px 0 18px;font-size:23px;color:var(--hk-navy-deep)}.hk-mini-author-card__person{display:flex;align-items:center;gap:14px;margin-bottom:18px}.hk-mini-author-card__person img{width:58px;height:58px;border-radius:50%;object-fit:cover}.hk-mini-author-card__person strong,.hk-mini-author-card__person span{display:block}.hk-mini-author-card__person span{margin-top:3px;font-size:13px;color:var(--hk-muted)}.hk-mini-author-card__intro{margin:0 0 18px;color:var(--hk-muted);font-size:14px;line-height:1.65}.hk-more-articles-card p{margin:0 0 20px;color:var(--hk-muted);font-size:14px;line-height:1.65}.hk-all-articles-button{display:flex;align-items:center;justify-content:center;width:100%;min-height:48px;padding:10px 16px;border-radius:8px;background:var(--hk-navy-deep);color:#fff!important;font-weight:800;text-align:center;text-decoration:none!important}.hk-all-articles-button:hover,.hk-all-articles-button:focus-visible{background:var(--hk-navy);color:#fff!important}

/* ===== READING TIME ===== */
.hk-reading-tools{display:grid;gap:20px;min-width:0;width:100%}.hk-reading-time{width:100%;max-width:none;margin:0;padding:17px 18px;box-sizing:border-box;background:#fff;border:1px solid var(--hk-line);border-radius:12px;box-shadow:var(--hk-shadow)}.hk-reading-time__label{display:flex;align-items:center;justify-content:flex-start;gap:8px;color:var(--hk-navy-deep);font-size:15px;line-height:1.2}.hk-reading-time__label svg{width:17px;height:17px;flex:0 0 17px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.hk-reading-time__label strong{font-weight:800}.hk-reading-time__line{position:relative;display:block;width:100%;height:6px;margin-top:13px;overflow:hidden;border-radius:999px;background:#d9dde2}.hk-reading-time__line:before{content:"";position:absolute;inset:0;border-radius:999px;background:#0b4f82;transform:scaleX(var(--hk-read-progress,0));transform-origin:left center;transition:transform .1s linear}

/* ===== TABLE OF CONTENTS ===== */
.hk-toc{min-width:0}.hk-toc>summary{display:flex;align-items:center;justify-content:space-between;gap:12px;list-style:none;color:#4b5563;font-size:12px;font-weight:800;line-height:1.3;letter-spacing:.1em;text-transform:uppercase}.hk-toc>summary::-webkit-details-marker{display:none}.hk-toc__chevron{display:none}.hk-toc__nav{display:block!important}.hk-toc__list{list-style:none;margin:16px 0 0;padding:0}.hk-toc__item{margin:0 0 15px;padding:0}.hk-toc__item:last-child{margin-bottom:0}.hk-toc__item a{display:block;color:var(--hk-navy-deep);font-size:15px;font-weight:700;line-height:1.25;text-decoration:none;transition:color .15s ease}.hk-toc__item a:hover,.hk-toc__item a:focus-visible{color:#0067b1;text-decoration:underline}.hk-toc__item a.is-active{color:#0067b1;font-weight:800}.hk-toc__item--h3{padding-left:14px}.hk-toc__item--h3 a{font-size:14px;font-weight:600}.hk-toc__item--h3 a.is-active{font-weight:800}.hk-reading-tools--no-toc{gap:0}

/* ===== RATINGS ===== */
.single-post .rmp-widgets-container.mhbr-rating-box .mhbr-average-rating{display:inline-block!important;margin:0 0 16px!important;padding:7px 11px!important;border:1px solid #9ee6bd!important;border-radius:6px!important;background:#effcf4!important;color:#00833e!important;font-size:14px!important;line-height:1.3!important}.single-post .rmp-widgets-container.mhbr-rating-box .mhbr-average-rating strong{color:#00833e!important;font-weight:600!important}

/* ===== HERO IMAGE LIGHTBOX ===== */
.hk-hero-lightbox-image{cursor:zoom-in}.hk-image-lightbox{position:fixed;z-index:999999;inset:0;display:flex;align-items:center;justify-content:center;padding:20px;background:rgba(0,0,0,.9);cursor:zoom-out}.hk-image-lightbox img{display:block;max-width:95vw;max-height:95vh;width:auto;height:auto;margin:0;padding:0;object-fit:contain;border:0;border-radius:0;box-shadow:none}body.hk-lightbox-open{overflow:hidden}

/* ===== SINGLE BLOG CITATIONS ===== */
.hk-entry-content .hk-post-citations{margin:38px 0 30px;border:1px solid var(--hk-line);border-radius:12px;background:#fff;overflow:hidden}.hk-entry-content .hk-post-citations__title{margin:0;padding:12px 16px;background:var(--hk-navy-deep);color:#fff;font-size:18px;font-weight:700;line-height:1.35}.hk-entry-content .hk-post-citations__body{padding:16px}.hk-entry-content .hk-post-citations__body p{margin:0;font-size:16px;line-height:1.65;color:var(--hk-text)}.hk-entry-content .hk-post-citations__body a{color:#0067b1;font-weight:600;text-decoration:underline;text-underline-offset:2px}

/* ===== TABLET ===== */
@media(max-width:980px){
.hk-article-layout{display:flex;flex-direction:column;gap:20px}
.hk-article-sidebar{display:contents}
.hk-article-card{order:2;width:100%}
.hk-reading-tools{order:1;width:100%;gap:0}
.hk-article-aside{order:3;position:static;width:100%;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:0}
.hk-more-articles-card{grid-column:1/-1}
.hk-article-hero-grid{gap:28px}
.hk-reading-time{display:none}
.hk-reading-meta{display:inline-flex;align-items:center;justify-content:flex-start;gap:6px;color:#fff;font-size:15px;line-height:1.3}
.hk-reading-meta svg{width:16px;height:16px;flex:0 0 16px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.hk-reading-meta strong{color:#fff;font-weight:800}
.hk-toc{width:100%;border:1px solid var(--hk-line);border-radius:9px;background:#fff;overflow:hidden}
.hk-toc>summary{padding:14px 16px;cursor:pointer}
.hk-toc__chevron{display:block;width:8px;height:8px;flex:0 0 8px;border-right:2px solid #4b5563;border-bottom:2px solid #4b5563;transform:rotate(45deg);transition:transform .18s ease}
.hk-toc[open] .hk-toc__chevron{transform:rotate(225deg)}
.hk-toc .hk-toc__nav{display:none!important;margin:0;padding:14px 16px 16px;border-top:1px solid var(--hk-line)}
.hk-toc[open] .hk-toc__nav{display:block!important}
.hk-toc__list{margin:0}
.hk-toc__item{margin-bottom:14px}
}

/* ===== MOBILE ===== */
@media(max-width:760px){
.hk-article-hero{padding:32px 0 40px}
.hk-article-hero-grid{grid-template-columns:1fr;gap:0}
.hk-article-meta{gap:10px 18px;font-size:15px}
.hk-reading-meta{font-size:15px}
.hk-hero-featured{width:100%;margin:24px 0 0}
.hk-article-aside{grid-template-columns:1fr}
.hk-entry-content{font-size:16px}
.hk-toc>summary{padding:13px 15px}
.hk-toc .hk-toc__nav{padding:13px 15px 15px}
.hk-toc__item a{font-size:15px}
.hk-toc__item--h3 a{font-size:14px}
.hk-entry-content .hk-post-citations{margin:30px 0 26px}
.hk-entry-content .hk-post-citations__title{padding:11px 14px;font-size:17px}
.hk-entry-content .hk-post-citations__body{padding:14px}
.hk-entry-content .hk-post-citations__body p{font-size:15px}
}