
/**
blog plate
 */
:root {
    --hz-navy: #0a1a4a;
    --hz-navy-dark: #000d3e;
    --hz-blue: #1a56db;
    --hz-blue-pill-bg: #eaf0fb;
    --hz-blue-pill-text: #0a1a4a;
    --hz-text: #1f2937;
    --hz-text-muted: #6b7280;
    --hz-border: #e5e7eb;
    --hz-header-offset: 110px; /* set to your fixed header's actual height */
}
.hz-post-dates {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin: 8px 0px 0px 0px;
    font-family: Onest;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0%;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
}
.hz-post-dates span strong {
    color: var(--hz-text);
    font-weight: 600;
}

/* Author card */
.hz-author-card {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    margin: 18px 0 8px;
    flex-direction: column;
    width: 233px;
}
.hz-author-card .hz-author-img img {
    width: 124px;
    height: 114px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
}
.hz-author-card .hz-author-img .hz-author-img-fallback {
    width: 124px;
    height: 114px;
    border-radius: 50%;
    background: var(--hz-navy);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 20px;
}
.hz-author-name {
    font-weight: 700;
    font-size: 16px;
    color: #111827;
}
.hz-author-name a {
    color: var(--hz-blue);
    text-decoration: none;
}
.hz-author-title {
    margin-top: 2px;
    font-family: Onest;
    font-weight: 600;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #747474;
}
.hz-author-bio p {
    font-family: Onest;
    font-weight: 400;
    font-size: 12px !important;
    line-height: 22px;
    letter-spacing: 0%;
    vertical-align: middle;
    margin-top: 8px;
    color: #747474;
}
/* .hz-author-bio {
    font-size: 13px;
    color: var(--hz-text-muted);
    margin-top: 6px;
    max-width: 560px;
    line-height: 1.5;
} */
.hz-author-social {
    margin-top: 8px;
    display: flex;
    gap: 10px;
}
.hz-author-social a {
    color: var(--hz-text-muted);
}
.hz-post-layout {
    display: flex;
    gap: 42px;
    align-items: flex-start;
    padding-top: 90px;
}
.hz-toc-col {
    flex: 0 0 347px;
    position: -webkit-sticky;
    position: sticky;
    top: 110px; /* set this to your fixed header's actual height in px */
    align-self: flex-start;
    max-height: calc(100vh - 130px);
    overflow-y: auto;
}
/* .hz-toc-col h6 {
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #111827;
    margin-bottom: 12px;
} */

.hz-toc-col .h6 {
    font-family: Onest;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0%;
}
.hz-toc-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
/* .hz-toc-list li {
    margin: 0;
} */
.hz-content-col {
    flex: 1 1 0;
    min-width: 0;
}
.postexcerpt .blog-title h1{
    font-family: Onest;
    font-weight: 700;
    font-size: 64px;
    line-height: 74px;
    letter-spacing: 0%;
    text-align: center;
    color: #fff;    
}
.detail-blog-post-meta {
    /* width: 240px; */
    /* height: 72px; */
    opacity: 1;
    border-radius: 5px;
    padding: 20px;
    font-family: Onest;
    font-weight: 600;
    font-size: 36px;
    line-height: 32px;
    letter-spacing: 0%;
    background: #BEDBFF;
}

.hz-toc-list li {
    margin: 5px 0px;
}

.hz-toc-list a.is-active {
    background: #EBF4FF;
    color: #000000;
}

.hz-toc-list li a {
    font-family: Onest;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    letter-spacing: 0%;
    color: #000000;
    padding-top: 12.5px;
    padding-right: 20px;
    padding-bottom: 12.5px;
    padding-left: 20px;
    display: block;
}
.blog_content ul, .blog_content ol {
    padding-left: 2.5rem;
    margin-bottom: 16px;
}
.single-post .blog_content h2 {
    font-size: 32px;
    padding-bottom: 0px;
    margin-bottom: 20px;
    margin-top: 42px;
}

.blog-detail-page-banner {
    padding: 73px 0px;
    background: linear-gradient(360deg, #0039C7 0%, #000C3E 71.56%);
    min-height: 564px;
    position: relative;
}
.blog-detail-page-banner:after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    background: url(/wp-content/themes/hanzostg/img/blog-detail-page.webp);
        background-size: cover;
    background-repeat: no-repeat;
}
.blog-detail-page-banner .container {
    position: relative;
    z-index: 9;
}
.postexcerpt {
    max-width: 1456px;
    margin: 0 auto;
    text-align: center;
}
.detail-blog-post-meta-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}
.blog-detail-page-banner .postexcerpt .blog-title {
    margin: 32px 0px;
}
.related-topics-section {
    padding: 90px 0px 0px 0px;
}



.hz-toc-col::-webkit-scrollbar {
    width: 5px;
}

.hz-toc-col::-webkit-scrollbar-track {
    background: transparent;
}

.hz-toc-col::-webkit-scrollbar-thumb {
    background: #CFCFCF;
    border-radius: 50px;
}

.hz-toc-col::-webkit-scrollbar-thumb:hover {
    background: #999;
}
.blog-detail-page-banner .hz-author-name {
    font-family: Onest;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #fff;
}
.tip-section {
    padding: 25px;
    background: #EBF4FF;
    border-radius: 12px;
    margin-top: 30px;
}

.tip-blub {
    display: flex;
    margin-bottom: 15px;
    align-items: center;
    gap: 15px;
}
.tip-blub svg {
max-width: 42px;
}

.hz-related-posts-grid {
    display: flex;
    gap: 48px;
}
.hz-related-card {
    border-radius: 30px;
    padding: 40px;
    background-color: #EBF4FF;
    display: block;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out, border-color 0.5s ease-in-out, transform 0.3s ease;
    overflow: hidden;
    transition: all .5s;
}

.hz-related-cat-badge {
    border-radius: 5px;
    opacity: 1;
    padding: 4px 0px;
    padding-right: 15px;
    padding-left: 15px;
    font-family: Onest;
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0%;
    background: #BEDBFF;
    color: #000000;
}
.related-topics-section .hz-related-title {
    margin: 24px 0px;
}
.hz-related-posts-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 32px;
}
.hz-related-posts-header h2 {
    margin: 0px;
    font-family: Onest;
    font-weight: 600;
    font-size: 48px;
    line-height: 58px;
    letter-spacing: 0%;
    padding: 0px 2px;
}
.single-post .blog_detail .container {
    padding-bottom: 90px;
}

.blog_detail .blog_content p {
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
}
.hz-related-excerpt {
    font-family: Onest;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0%;
    color: #000000;
    margin: 0px;
}
.hz-related-author {
    display: flex;
    margin-top: 25px;
    gap: 24px;
    align-items: center;
}
.hz-related-author img {
    max-width: 50px;
    max-height: 46px;
    border-radius: 100%;
}
.hz-related-author .hz-related-author-meta {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}
.hz-related-author .hz-related-author-meta .hz-related-author-name {
    font-family: Onest;
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #000000;
}
.hz-related-author .hz-related-author-meta .hz-related-author-date {
    color: #747474;
    font-family: Onest;
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    letter-spacing: 0%;
    vertical-align: middle;
}
.hz-related-card:hover {
    background-color: transparent;
    box-shadow: 1px 7px 20px 5px #d3d3d366;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out, border-color 0.5s ease-in-out, transform 0.3s ease;
    overflow: hidden;
    transition: all .5s;
}
.blog_content p {
    color: #000000;
}
.blog_content ul li, .blog_content ol li {
    line-height: 32px;
    color: #000000;
}

/* 1920px+ */
.post-template-default.single.single-post .container,
.post-template-default.single.single-post .container-sm,
.post-template-default.single.single-post .container-md,
.post-template-default.single.single-post .container-lg,
.post-template-default.single.single-post .container-xl,
.post-template-default.single.single-post .container-xxl {
    max-width: 1514px;
}

.blog-detail-page-banner .hz-author-name a {
    color: #fff;
}
.hz-read-time svg {
    margin: 0px 8px;
}

/* 1600px */
@media (max-width: 1600px) {
    .post-template-default.single.single-post .container,
    .post-template-default.single.single-post .container-sm,
    .post-template-default.single.single-post .container-md,
    .post-template-default.single.single-post .container-lg,
    .post-template-default.single.single-post .container-xl,
    .post-template-default.single.single-post .container-xxl {
        max-width: 1262px;
    }

        .postexcerpt .blog-title h1{
        font-size:56px;
        line-height:66px;
    }

    .single-post .blog_content h2{
        font-size:30px;
        margin-top:38px;
        margin-bottom:18px;
    }

    .hz-related-posts-header h2{
        font-size:42px;
        line-height:52px;
    }

    .blog_detail h3{
        font-size:28px;
        line-height:38px;
        margin:32px 0 18px;
    }


    .post-template-default.single.single-post .hz-post-layout{
        gap:25px;
        padding-top:75px;
    }

    .post-template-default.single.single-post .hz-toc-col{
        flex:0 0 310px;
        top:100px;
        max-height:calc(100vh - 120px);
    }

    .post-template-default.single.single-post .hz-author-card{
        gap:12px;
        width:215px;
    }





}

/* 1440px */
@media (max-width: 1440px) {
    .post-template-default.single.single-post .container,
    .post-template-default.single.single-post .container-sm,
    .post-template-default.single.single-post .container-md,
    .post-template-default.single.single-post .container-lg,
    .post-template-default.single.single-post .container-xl,
    .post-template-default.single.single-post .container-xxl {
        max-width: 1136px;
    }

    .post-template-default.single.single-post .postexcerpt .blog-title h1{
        font-size:52px;
        line-height:62px;
    }

    .post-template-default.single.single-post .single-post .blog_content h2{
        font-size:28px;
        margin-top:34px;
    }

    .post-template-default.single.single-post .hz-related-posts-header h2{
        font-size:38px;
        line-height:48px;
    }

    .post-template-default.single.single-post .blog_detail h3{
        font-size:26px;
        line-height:36px;
        margin:30px 0 18px;
    }


     .post-template-default.single.single-post .hz-post-layout{
        gap:20px;
        padding-top:65px;
    }

    .post-template-default.single.single-post .hz-toc-col{
        flex:0 0 280px;
        top:95px;
        max-height:calc(100vh - 115px);
    }

    .post-template-default.single.single-post .hz-author-card{
        gap:12px;
        width:200px;
    }

    .blog_detail .blog_content p {
    font-size: 16px !important;
    line-height: 28px;
    }
    .blog_detail .blog_content ul li, .blog_detail .blog_content ol li{
    font-size: 16px !important;
    line-height: 28px;
    }
    .hz-related-excerpt {
    line-height: 28px;
}

.hz-toc-list li a {
    padding-top: 8px;
    padding-bottom: 8px;
}
.hz-toc-list li {
    margin: 8px 0px;
}



}

/* 1366px */
@media (max-width: 1366px) {
    .post-template-default.single.single-post .container,
    .post-template-default.single.single-post .container-sm,
    .post-template-default.single.single-post .container-md,
    .post-template-default.single.single-post .container-lg,
    .post-template-default.single.single-post .container-xl,
    .post-template-default.single.single-post .container-xxl {
        max-width: 1078px;
    }

    .post-template-default.single.single-post .hz-post-layout{
        gap:15px;
        padding-top:55px;
    }

    .post-template-default.single.single-post .hz-toc-col{
        flex:0 0 250px;
        top:90px;
        max-height:calc(100vh - 110px);
    }

    .post-template-default.single.single-post .hz-author-card{
        gap:10px;
        width:185px;
    }
}

/* 1280px */
@media (max-width: 1280px) {
    .post-template-default.single.single-post .container,
    .post-template-default.single.single-post .container-sm,
    .post-template-default.single.single-post .container-md,
    .post-template-default.single.single-post .container-lg,
    .post-template-default.single.single-post .container-xl,
    .post-template-default.single.single-post .container-xxl {
        max-width: 1010px;
    }

    .post-template-default.single.single-post .postexcerpt .blog-title h1{
        font-size:46px;
        line-height:56px;
    }

    .post-template-default.single.single-post .single-post .blog_content h2{
        font-size:26px;
        margin-top:30px;
        margin-bottom:16px;
    }

    .post-template-default.single.single-post .hz-related-posts-header h2{
        font-size:34px;
        line-height:44px;
    }

    .post-template-default.single.single-post .blog_detail h3{
        font-size:24px;
        line-height:34px;
        margin:28px 0 16px;
    }

    .single-post .blog_detail .container {
    padding-bottom: 60px;
}
.related-topics-section {
    padding: 60px 0px 50px 0px;
}
}

/* 1199px */
@media (max-width: 1199px) {
    .post-template-default.single.single-post .container,
    .post-template-default.single.single-post .container-sm,
    .post-template-default.single.single-post .container-md,
    .post-template-default.single.single-post .container-lg,
    .post-template-default.single.single-post .container-xl,
    .post-template-default.single.single-post .container-xxl {
        max-width: 940px;
    }

    .blog-detail-page-banner {
    min-height: unset;
}
}

/* 991px */
@media (max-width: 991px) {
    .post-template-default.single.single-post .container,
    .post-template-default.single.single-post .container-sm,
    .post-template-default.single.single-post .container-md,
    .post-template-default.single.single-post .container-lg,
    .post-template-default.single.single-post .container-xl,
    .post-template-default.single.single-post .container-xxl {
        max-width: 720px;
    }

    .hz-content-col {
    flex: none;
}


.post-template-default.single.single-post .postexcerpt .blog-title h1{
        font-size:40px;
        line-height:48px;
    }

    .post-template-default.single.single-post .single-post .blog_content h2{
        font-size:24px;
        margin-top:26px;
        margin-bottom:15px;
    }

    .post-template-default.single.single-post .hz-related-posts-header h2{
        font-size:30px;
        line-height:38px;
    }

    .post-template-default.single.single-post .blog_detail h3{
        font-size:22px;
        line-height:32px;
        margin:24px 0 15px;
    }

    .hz-related-posts-grid {
    flex-direction: column;
}
.blog_detail .postlist-single {
    padding: 30px 0px;
}
.hz-post-layout {
    padding-top: 30px !important;
}
.related-topics-section {
    padding: 0px;
    padding-bottom: 60px;
}
.single-post .blog_detail .container {
    padding-bottom: 0px;
}

.hz-author-card {
    margin: 25px 0px 8px 0px;
    width: 100% !important;
}

.hz-related-card {
    padding: 30px;
}

.detail-blog-post-meta {
    padding: 12px 20px;
    line-height: 120%;
    font-size: 18px;
}

.blog-detail-page-banner .hz-author-name {
    font-size: 18px;
    line-height: 120%;
}
.hz-post-dates {
        gap: 8px;
    line-height: 120%;
}
.blog_content ul, .blog_content ol {
    padding-left: 2rem;
}

}

/* 767px */
@media (max-width: 767px) {
    .post-template-default.single.single-post .container,
    .post-template-default.single.single-post .container-sm,
    .post-template-default.single.single-post .container-md,
    .post-template-default.single.single-post .container-lg,
    .post-template-default.single.single-post .container-xl,
    .post-template-default.single.single-post .container-xxl {
        max-width: 540px;
    }


     .post-template-default.single.single-post .postexcerpt .blog-title h1{
        font-size:34px;
        line-height:42px;
    }

    .post-template-default.single.single-post .single-post .blog_content h2{
        font-size:22px;
        line-height:30px;
        margin-top:24px;
        margin-bottom:14px;
    }

    .post-template-default.single.single-post .hz-related-posts-header h2{
        font-size:26px;
        line-height:34px;
    }

    .post-template-default.single.single-post .blog_detail h3{
        font-size:20px;
        line-height:30px;
        margin:22px 0 14px;
    }

    span.hz-date-sep {
    display: none;
}
.hz-post-dates {
    gap: 8px;
}
.hz-related-posts-header {
    flex-direction: column;
}
}

/* 575px */
@media (max-width: 575px) {
    .post-template-default.single.single-post .container,
    .post-template-default.single.single-post .container-sm,
    .post-template-default.single.single-post .container-md,
    .post-template-default.single.single-post .container-lg,
    .post-template-default.single.single-post .container-xl,
    .post-template-default.single.single-post .container-xxl {
        max-width: calc(100% - 30px);
    }
}

@media (max-width: 991px) {
    .hz-post-layout {
        flex-direction: column;
    }
    .hz-toc-col {
        position: static;
        max-height: none;
        width: 100%;
        flex-basis: auto;
        margin-bottom: 24px;
    }
}

/* Tip module */
.hz-tip-module {
    background: var(--hz-blue-pill-bg);
    border-radius: 10px;
    padding: 24px 28px;
    margin: 28px 0;
}
.hz-tip-module .hz-tip-label {
    font-weight: 800;
    font-size: 13px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--hz-blue);
    margin-bottom: 10px;
}
.hz-tip-module .hz-tip-body {
    font-size: 16px;
    color: var(--hz-text);
    line-height: 1.6;
}
.hz-tip-module .hz-tip-body a {
    color: var(--hz-blue);
    font-weight: 600;
}

