.blog-detail-banner {
    background: var(--white);
    background-size: cover;
    background-position: center center;
    /* box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.2); */
    z-index: 0;
    position: relative;
}

.blog-detail-banner:has(.breadcrumb) {
    padding-top: 10px;
}

.blog-detail-banner .bg-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: -1;
}

.blog-detail-banner .bg-pattern img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-detail-banner .blog-detail-banner-wrap {
    display: flex;
    justify-content: space-between;
    gap: 100px
}

.blog-detail-banner .blog-detail-banner-left {

    flex: 1;
}

.blog-detail-banner .blog-detail-banner-right {
    max-width: 450px;
    width: 100%;
}

.category-tag {
    list-style: none;
    padding: 12px 26px;
    border: 2px solid var(--orange);
    border-radius: 30px;
    cursor: pointer;
    background: var(--white);
    transition: 0.3s;
    font-weight: 600;
    display: inline-flex;
    margin-bottom: 30px;
}

.blog-detail-social {
    display: none !important;
    display: flex;
    align-items: center;
}

.blog-detail-social ul {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-left: 10px;
}

.blog-detail-social ul li a {
    display: flex;
    cursor: pointer;
    transition: all 0.3s;
    width: 24px;
    height: 24px;
}

.blog-detail-social .text {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5;
    color: var(--dark);
}

.blog-detail-date span {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--dark);
    display: flex;
    align-items: center;
    gap: 8px;
}

.blog-detail-date img {
    width: 24px;
}

.blog-detail-date {
    display: flex;
    font-size: 1.125rem;
    gap: 10px;
    align-items: center;
}

.blog-detail-bootom {
    display: flex;
    gap: 40px;
    /* max-width: 650px;
    justify-content: end; */
}

.blog-detail-bootom:has(+ .esb-post-inner__summarize) {
    margin-bottom: 30px;
}

.blog_wrapper {
    /* display: flex; */
    /* align-items: center; */
    /* gap: 20px; */
    /* margin-top: 40px; */
}

.esb-post-inner__summarize {
    gap: 12px;
    width: fit-content;
    display: flex;
    flex-direction: column;
    /* margin: 40px 0; */
    padding: 10px 10px;
    border: 1px solid var(--border);
    border-radius: 10px 10px 14px 14px;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
    backdrop-filter: blur(6px) saturate(180%);
}

.ai-article-metadata {
    font-weight: 600;
}

.esb-post-inner__summarize ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.esb-post-inner__summarize a {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid var(--border);
    padding: 5px 10px;
    border-radius: 8px;
    background-color: var(--offWhite);
    transition: all 0.3s;
}

.esb-post-inner__summarize .icon {
    display: flex;
    width: 20px;
    height: 20px;
}

.esb-post-inner__summarize .text {
    font-size: 80%;
}

.esb-post-inner__summarize .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.esb-post-inner__summarize a:hover {
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
}

.blog-detail-info .box-title {
    position: relative;
    font-weight: 700;
    padding-bottom: 20px;
    margin-bottom: 40px;
}

.blog-detail-info .box-title:before {
    position: absolute;
    content: '';
    width: 46px;
    height: 4px;
    background-color: var(--orange);
    bottom: 0;
    left: 0;
}

.blog-detail-auther-box {
    background: #FFFFFF80;
    box-shadow: 20px 20px 70px 0px #00000033, 2px 2px 5px 0px #FFFFFF80 inset;
    backdrop-filter: blur(25px);
    padding: 52px 47px 52px 70px;
    line-height: 1.75;
    /* width: 450px; */
    /* max-width: 100%; */
}

.blog-detail-auther-box .auther-box-pos {
    margin-bottom: 10px;
    font-size: 1rem;
}

.blog-detail-auther-box .blog-detail-auther {
    position: absolute;
    left: -40px;
    top: 50%;
    height: 160px;
    width: 80px;
    transform: translateY(-50%);
}

.blog-detail-info:before {
    width: 70px;
    height: 70px;
    background: var(--orangeGradient);
    position: absolute;
    content: "";
    border-radius: 35px;
    top: 70px;
    right: 30px;
}

.blog-detail-info {
    position: relative;
}

.blog-detail-auther .top-author-social {
    width: -35px;
    height: 35px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.blog-detail-auther-img {
    box-shadow: 6.67px 6.67px 23.33px 0px #00000033;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 200px;
    background: #ffffff;
}

.blog-detail-auther-box .auther-box-name {
    font-weight: 700;
    font-size: 18px;
}

.top-author-wrap {
    display: flex;
}

.top-author-left {
    min-width: 360px;
}


.top-author-right {
    flex: 1;
    max-width: 850px;
    line-height: 1.75;
    max-width: 1150px;
}


.blog-detail-banner-left .desc {
    margin-bottom: 30px;
    line-height: 1.75;
    font-size: 22px;
}

.blog-detail-title {
    position: relative;
    font-weight: 700;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.top-author-title:before {
    position: absolute;
    content: '';
    width: 46px;
    height: 4px;
    background-color: var(--orange);
    bottom: 0;
    left: 0;
}

.top-author-right .des {
    font-weight: 400;
    font-size: 1.75rem;
    line-height: 2rem;
}

.top-author-right .author-qute:before {
    content: '“';
    font-size: 46px;
    position: absolute;
    left: 0;
    top: -10px;
    line-height: 1;
    font-family: ui-sans-serif;
    color: var(--orange);
    font-weight: bold;
}

.top-author-right .author-qute {
    padding-left: 40px;
    position: relative;
    margin-bottom: 20px;
    max-width: 1020px;
}

.auther-more-info a {
    font-weight: 600;
    display: flex;
    gap: 10px;
}

.auther-more-info a .icon {
    display: flex;
    align-items: center;

}

.post-main:has(+ .faq) {
    padding-bottom: 100px;
}

.post-main+.faq {
    padding-top: 100px;
}

.faq:has(+ .author-info-section) {
    padding-bottom: 100px;
}

.faq+.author-info-section {
    padding-top: 100px;
}

.espark-easy-toc .ez-toc-title-container {
    /* background: var(--lightGradientAlt); */
    border-bottom: 1px solid var(--border);
    padding: 20px 18px;
    /* border-radius: 0.75rem 0.75rem 0 0; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 700;
    position: relative;
    margin-bottom: 20px;
}

.espark-easy-toc .ez-toc-container {
    border-radius: 0.75rem;
    overflow: hidden;
    box-shadow: 0px 8px 16px 0px #0000001F;
    border: 1px solid var(--border);
}

.ez-toc-list li {
    padding: 6px 18px;
    /* padding: 12px 18px; */
    border-left: 3px solid transparent;
    line-height: 1.5;
}

.ez-toc-list li.active {
    border-color: var(--orange);
    font-weight: 600;
}

.espark-easy-toc .ez-toc-title-container .ez-toc-title {
    font-size: 1.5rem;
    line-height: 1;
    font-weight: 600;
}

.espark-easy-toc .blog-detail-social {
    padding: 20px 0px;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    margin-top: 40px;
    justify-content: center;
    /* margin-right: 40px; */
}

.post-introduction-box {
    background: var(--lightGradientAlt);
    padding: 50px 60px;
    border: 1px solid var(--border);
    box-shadow: 10px 10px 20px 0px #00000033;
    border-radius: 12px;
    margin-bottom: 50px;
}

.post-introduction-box p {
    display: inline;
    font-weight: 700;
    font-style: italic;
    color: var(--dark);
}

.post-introduction-box h2 {
    padding-top: 0 !important;
    border: 0 !important;
}

.post-introduction-box h2:before {
    position: relative;
    position: absolute;
    content: '';
    width: 46px;
    height: 4px;
    background-color: var(--orange);
    bottom: 0;
    left: 0;
}

.post-introduction-box h2 {
    position: relative;
    padding-bottom: 19px;
    margin-bottom: 23px;
    margin-top: 0px !important;
}

.post-main-wrap>div {
    min-width: 0;
}

.post-main-wrap {
    --toc_width: 380px;
    --sidebar_width: 385px;

    display: grid;
    /* grid-template-areas:"blog_toc blog_content blog_sidebar"; */
    /* grid-template-areas:
"blog_content blog_toc"
"blog_content blog_sidebar"; */
    grid-template-rows: auto 1fr;
    grid-gap: 30px 60px;
    /* grid-gap: 30px 90px; */
    grid-template-columns: var(--toc_width) 1fr var(--sidebar_width);
}

.single-qanda .post-main-wrap {
    grid-template-columns: 1fr var(--sidebar_width);
}

.post-content {
    /* grid-area: blog_content; */
}

.espark-easy-toc {
    /* grid-area: blog_toc; */
    height: fit-content;
    position: sticky;
    top: 120px;
    width: 100%;
}

.post-main-wrap .sidebar {
    height: fit-content;
    width: 100%;
    position: sticky;
    top: 120px;
}

.ez-toc-list li a {
    font-size: 16px;
    line-height: 1.5;
    display: inline-flex;
}

.ez-toc-container-direction {
    /* box-shadow: 0px 8px 16px 0px #0000001F; */
    border-radius: 12px;
    border: 1px solid var(--border);
    overflow: hidden;
}

.ez-toc-list {
    max-height: 410px;
    overflow: auto;
    scrollbar-gutter: stable;
}

.ez-toc-list::-webkit-scrollbar {
    width: 8px;
    border-radius: 100px;
    display: none;
}

.ez-toc-list::-webkit-scrollbar-thumb {
    background: #cdcdcd;
    border-radius: 100px;
}

.ez-toc-list::-webkit-scrollbar-track {
    background: #e8e8e8;
}

.ez-toc-list:hover::-webkit-scrollbar {
    display: inline-block;
}

.sidebar .blog-detail-social {
    padding: 20px 0px;
    border-top: 1px solid var(--border);
    margin-top: 40px;
}

.post-wrap>div {
    min-width: 0;
}

.single-post .post-content blockquote {
    padding: 40px;
    background-color: var(--offWhite);
    margin: 30px 0 0 0;
    border-radius: 16px;
    border: 1px solid var(--border);
}

.single-post .post-content blockquote p,
.single-post .post-content blockquote * {
    margin: 0;
    color: var(--bodyText);
    font-weight: 600 !important;
}

.post-main-wrap .post-content {
    line-height: 1.75;
}

.post-content p img {
    display: flex;
    max-width: 100%;
    width: 100%;
    margin: 40px 0 !important;
    max-height: 700px;
    object-fit: contain;
    object-position: left;
}

.post-content h2 {
    position: relative;
    padding-bottom: 19px;
    margin-bottom: 30px;
    margin-top: 60px;
    border-top: 1px dashed var(--gray);
    padding-top: 50px;
    margin-bottom: 40px;
}


.post-content h2:before {
    position: absolute;
    content: '';
    width: 46px;
    height: 4px;
    background-color: var(--orange);
    bottom: 0;
    left: 0;
}

.post-content h3 {
    margin-top: 40px;
    margin-bottom: 15px;
}

.post-content h4 {
    margin-top: 32px;
    margin-bottom: 15px;
}

.post-content h5 {
    margin-top: 28px;
    margin-bottom: 15px;
}

.post-content .table-wrapper {
    max-width: 100%;
    overflow: auto;
}

.post-content table {
    border-spacing: 0;
    margin: 40px auto;
    width: 100%;
    overflow: auto;
    height: fit-content !important;
    background-color: var(--white);
    border-collapse: separate;
}

.post-content table p {
    margin: 0;
}


.post-content table tr td {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.5px;
    padding: 9px 20px;
    min-width: 110px;
    border-right: 1px solid #dcdee3;
    vertical-align: top;
}

.post-content table tr td ul:first-child {
    margin-top: 0;
}

.post-content table tr:first-of-type td:first-of-type {
    border-radius: 8px 0 0 0;
}

.post-content table tr:first-of-type td:last-of-type {
    border-radius: 0 8px 0 0;
}

.post-content table tr td:first-of-type {
    border-left: 1px solid #dcdee3;
}

.post-content table tr:nth-of-type(2n + 1) td {
    background-color: var(--offWhite);
}


.post-content table tr:first-of-type td {
    background-color: var(--dark);
    color: var(--white);
}

.post-content table tr:first-of-type td p,
.post-content table tr:first-of-type td p b,
.post-content table tr:first-of-type td b {
    color: var(--white);
    margin: 0;
}

.post-content table tr:first-of-type td strong,
.post-content table tr:first-of-type td b {
    color: var(--white);
}

.post-content table tr:last-of-type td:first-of-type {
    border-radius: 0 0 0 8px;
}

.post-content table tr:last-of-type td:last-of-type {
    border-radius: 0 0 8px 0;
}

.post-content table tr:last-of-type td {
    border-bottom: 1px solid #dcdee3;
}


.post-content pre {
    overflow-x: auto;
    margin: 20px 0;
    padding: 30px 20px;
    background: var(--offWhite2);
    border-radius: 12px;
    font-size: 18px;
    color: var(--dark);
}


.post-content ul>li {
    padding-left: 40px !important;
    position: relative;
    line-height: 1.75;
}

.post-main-wrap .post-content ul li:not(:last-child),
.post-main-wrap .post-content ol li:not(:last-child) {
    margin-bottom: 12px !important;
}

.post-content ul>li::before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzMyODBfMjM2NTEpIj4KPHBhdGggZD0iTTcuOTk5NjcgMTQuNjY1NEMxMS42ODE2IDE0LjY2NTQgMTQuNjY2MyAxMS42ODA2IDE0LjY2NjMgNy45OTg3QzE0LjY2NjMgNC4zMTY4IDExLjY4MTYgMS4zMzIwMyA3Ljk5OTY3IDEuMzMyMDNDNC4zMTc3OCAxLjMzMjAzIDEuMzMzMDEgNC4zMTY4IDEuMzMzMDEgNy45OTg3QzEuMzMzMDEgMTEuNjgwNiA0LjMxNzc4IDE0LjY2NTQgNy45OTk2NyAxNC42NjU0WiIgc3Ryb2tlPSIjRkY2MDAwIiBzdHJva2Utd2lkdGg9IjEuMzMzMzMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNNiA4LjAwMTNMNy4zMzMzMyA5LjMzNDY0TDEwIDYuNjY3OTciIHN0cm9rZT0iI0ZGNjAwMCIgc3Ryb2tlLXdpZHRoPSIxLjMzMzMzIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF8zMjgwXzIzNjUxIj4KPHJlY3Qgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2IiBmaWxsPSJ3aGl0ZSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=");
    background-color: transparent;
    background-size: 100%;
    width: 20px;
    height: 20px;
    position: absolute;
    content: '';
    top: 8px;
    left: 10px;
    background-position: center;
    background-repeat: no-repeat;
}


.post-content ul ul,
.post-content ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 20px 0;
    display: inline-block;
    width: 100%;
}

.post-content ol>li:after {
    counter-increment: section;
    content: counter(section);
    width: 32px;
    height: 32px;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 4px;
    background: var(--offWhite2);
    text-align: center;
    font-size: 16px;
    color: var(--dark);
    font-weight: 600;
    text-indent: 1px;
    padding: 1px 0 0;
    box-sizing: border-box;
    line-height: 29px;
}

.post-content ol {
    padding: 0;
    margin: 20px 0 50px;
    list-style: none;
    counter-reset: section;
}

.post-content ol li {
    position: relative;
    padding-left: 45px;
}

.post-content ol>li:has(ol)::after {
    opacity: 0;
}

.post-content ol>li:has(ol) {
    padding-left: 40px;
}


.post-content blockquote {
    /* border-left: 4px solid var(--orange); */
    margin: 40px 0 30px;
    padding: 30px;
    background-color: var(--offWhite2);
    border-radius: 12px;
}

.post-content blockquote p {
    margin-top: 0;
}

.post-content blockquote * {
    color: var(--darkChoco) !important;
}

.espark-blog-testimonial {
    background-color: var(--offWhite2);
    padding: 40px 20px 20px;
    margin: 50px 0px 70px;
    border-radius: 12px;
    position: relative;
    border: 1px solid var(--border);
    margin-right: 20px;
}

.espark-blog-testimonial .testimonial-content {
    margin: 0 !important;
    font-size: 24px;
    font-weight: 600;
    color: var(--darkChoco);
    line-height: 1.35;
    margin-bottom: 20px !important;
    max-width: 88%;
}

.testimonial-author {
    font-size: 18px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.testimonial-link::after {
    content: '-';
    margin: 0 10px;
}

.espark-blog-testimonial::before {
    content: "“";
    font-size: 210px;
    font-family: none;
    line-height: 0.7;
    position: absolute;
    display: block;
    color: var(--orange);
    top: -29px;
    font-weight: 700;
    right: 30px;
    transform: rotateY(180deg);
}

.espark-blog-testimonial::after {
    position: absolute;
    border-radius: 12px;
    content: '';
    border: 1px solid var(--orange);
    top: 20px;
    left: 20px;
    width: 100%;
    height: 100%;
    z-index: -1;
    box-shadow: inset 0 0 20px #ff60001c;
}

.blog-sidebar {
    background:
        linear-gradient(152.75deg, #2E6F82 0%, #0A181C 100.52%);
    padding: 15px;
    border-radius: 0.75rem;
}

.blog-sidebar__clutch {
    background-color: var(--white);
    padding: 16px 10px;
    border-radius: 12px;
    margin-bottom: 24px;
}

.blog-sidebar__clutch p {
    margin-bottom: 12px;
    font-weight: 600;
    text-align: center;
}

.blog-sidebar__clutch iframe {
    margin: 0 auto;
    max-width: 190px;
}

.blog-sidebar__testimonials .desc {
    margin-bottom: 20px;
}

.blog-sidebar__testimonials .desc p {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 12px;
    color: var(--white);
}

.blog-sidebar__testimonials .desc span {
    font-weight: 400;
    color: var(--white);
    display: block;
    line-height: 1.5;
    font-size: 1.25rem;
    /* max-width: 300px; */
}

.blog-sidebar__testimonials-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    /* max-width: 350px; */
}

.blog-sidebar__testimonials-item_img {
    position: relative;
    /* height: 84px; */
    border-radius: 12px;
    margin-bottom: 8px;
    aspect-ratio: 16 / 12;
}

.blog-sidebar__testimonials-item_img a {
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    inset: 0;
    border-radius: 12px;
    background: #00000033 url(../play-2-svg.png) no-repeat center / 100% auto;
    background-size: 32px;
}

.blog-sidebar__testimonials-item_info p {
    /* font-size: 1rem; */
    font-size: 14px;
    font-weight: 400;
    line-height: 1.45;
    color: var(--white);
    margin: 0;

}

.blog-sidebar__testimonials-item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 12px;
}

.blog-sidebar__testimonials-view-more {
    display: none;
}

.blog-sidebar__testimonials-view-more a {
    color: var(--white);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

.blog-sidebar__testimonials-view-more a .icon {
    display: flex;
    margin-top: 5px;
}

.blog-cta-banner {
    background: var(--lightGradientAlt);
    padding: 40px 50px;
    border: 1px solid var(--border);
    box-shadow: 10px 10px 20px 0px #00000033;
    line-height: 1.5;
    display: flex;
    gap: 40px;
    align-items: center;
    margin: 60px 0px;
    border-radius: 12px;
}

.blog-cta-banner-left-img img {
    height: 300px;
    width: 150px;
}

.blog-cta-banner-left-img {
    width: 150px;
    height: 300px;
    border-radius: 200px;
    position: relative;
}

.blog-cta-banner-right h3 {
    margin-bottom: 30px !important;
    line-height: 1.5;
}

.blog-cta-banner-left-img:after {
    width: 45px;
    height: 45px;
    background: var(--orangeGradient);
    position: absolute;
    content: "";
    border-radius: 35px;
    top: 0;
    left: 0;
}

.blog-cta-banner-left-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 200px;
}

.blog-cta-banner-btns {
    display: flex;
    gap: 20px;
}

.post-main-wrap .post-content *:last-child {
    margin-bottom: 0;
}

.post-main-wrap .the-conclusion h2 {
    border: none;
    margin-top: 0;
    padding-top: 0;
}

.post-main-wrap .the-conclusion .post-content {
    padding: 0;
}

.post-main-wrap .the-conclusion .post-content blockquote {
    border: 1px solid var(--border);
    background-color: var(--white);
}

.blog-cta-banner-simple {
    background: var(--lightGradientAlt);
    padding: 55px 60px;
    border: 1px solid var(--border);
    box-shadow: 10px 10px 20px 0px #00000033;
    line-height: 1.75;
    display: flex;
    gap: 40px;
    align-items: center;
    margin: 60px 0px;
}

.post-main-wrap .post-content a:not(.btn a) {
    text-decoration: underline;
    font-weight: 700;
}

.post-main-wrap .post-content a:not(.btn a):hover {
    color: var(--orange);
}

.post-main-wrap .post-content a:has(.arrow) svg {
    width: 20px;
    height: auto;
}

.post-main-wrap .post-content a:has(.arrow) {
    display: inline-flex;
    /* align-items: center; */
    gap: 5px;
    grid-area: esb_button;
    align-self: center;
    margin: 0;
}

.post-main-wrap .post-content a:has(.arrow) .arrow {
    display: inline-flex;
}

.blog-quote p {
    font-style: italic;
    position: relative;
    padding-bottom: 19px;
    z-index: 1;

}

.blog-quote p:after {
    position: absolute;
    content: '';
    width: 46px;
    height: 4px;
    background-color: var(--orange);
    bottom: 0;
    left: 0;
}

.blog-quote {
    position: relative;
    padding-left: 80px;
    margin: 70px 0px;
}

.blog-quote:before {
    content: "”";
    font-size: 370px;
    font-family: sans-serif;
    line-height: 1;
    position: absolute;
    display: block;
    color: var(--offWhite2);
    left: 0;
    top: -70px;
}

.post-content p,
.post-content p span {
    color: #222222;
}

.post-content figure {
    max-width: 100%;
    width: 100%;
}
.post-content figure img{
    width: 100%;
}

.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5 {
    color: var(--darkChoco);
}

.post-content h3 a {
    font-weight: 700;
}


.post-content b,
.post-content strong {
    font-weight: 700;
    color: var(--darkChoco);
}

.post-content p {
    margin: 20px 0 0;
}

.post-content p:has(iframe, img, video) {
    text-align: left;
    margin-bottom: 40px;
}

.post-main-wrap .post-content iframe {
    max-width: 100%;
    width: 100%;
}

.post-main .post-content section {
    padding: 50px 0;
}


.post-content section h3 {
    margin-top: 0;
    margin-bottom: 0;
}



.post-content section .container {
    padding: 0;
}

.post-content section .section-title h2,
.post-content section .section-title .h2 {
    border: 0;
    padding-top: 0;
    margin: 0;
}

.post-content section .section-title {
    margin-bottom: 30px;
}

.post-main .post-content .author-info-section {
    background: none;
}

.post-main .post-content .author-info-section .author-info-wrap {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}

.post-main .post-content section p {
    margin: 0;
}

main:has(.post-main) .visit-blog .container::before {
    position: absolute;
    content: '';
    height: 10px;
    width: var(--content-width);
    background-color: var(--offWhite);
    top: 0;
    left: 0;
    border-radius: 10px;
    right: 0;
    margin: auto;
}

main:has(.post-main) .visit-blog {
    padding-top: 150px;
}

/* AUTHOR SECTION */

.author-info-section {
    background-image: url(/wp-content/themes/esparkbiz/images/authors-bg.png), var(--lightGradientAlt);
    background-repeat: no-repeat;
    background-position: right top;
}

.author-info-wrap {
    background: #FFFFFF80;
    box-shadow: 20px 20px 70px 0px #00000033, 2px 2px 5px 0px #FFFFFF80 inset;
    backdrop-filter: blur(25px);
    padding: 40px 60px 40px 80px;
    margin-left: 50px;
}

.author-info-title {
    position: relative;
    font-weight: 700;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.author-info-title:before {
    position: absolute;
    content: '';
    width: 46px;
    height: 4px;
    background-color: var(--orange);
    bottom: 0;
    left: 0;
}

.author-info-logo-list-wrap .logo-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 23px;
}

.author-info-logo-list-wrap {
    margin-top: 40px;
}

.author-info-logo-list-wrap .list-item {
    width: 84px;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1 / 1;
}

.author-info-logo-list-wrap .list-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.author-info-title .des {
    font-weight: 400;
}

.author-info-title h2 {
    font-size: 2.125rem;
}

.author-info-title h3 {
    margin-bottom: 6px;
}

.author-info-qute {
    padding-left: 40px;
    position: relative;
    /* margin-bottom: 20px; */
    max-width: 1020px;
    font-size: 1.125rem;
    line-height: 1.75;
    padding: 1px 0 0 0;
}

.author-info-qute p {
    font-weight: 600;
    display: none;
}

.author-info-des {
    line-height: 1.75;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.author-info-qute:before {
    content: '“';
    font-size: 46px;
    position: absolute;
    left: 0;
    top: -10px;
    line-height: 1;
    font-family: ui-sans-serif;
    color: var(--orange);
    font-weight: bold;
}

.author-info-img-wrap {
    width: 100px;
    height: 200px;
    position: relative;
    background-color: var(--offWhite2);
    border-radius: 100px;
    overflow: hidden;
}

.author-info-img-wrap .top-author-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.author-info-img-wrap .top-author-social {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 45px;
}

.author-info-wrap .author-info-left {
    position: absolute;
    top: 30px;
    left: -50px;
}

.author-info-section .section-title h2 {
    display: inline-flex;
    margin: 0 auto;
}

.author-info-section .section-title {
    width: 100%;
    max-width: 1370px;
    /* margin: 0 auto; */
    margin-bottom: 50px;
}

.author-info-wrap-main {
    max-width: 1370px;
    /* margin: 0 auto; */
    position: relative;
}

.author-info-wrap-main:before {
    width: 70px;
    height: 70px;
    background: var(--orangeGradient);
    position: absolute;
    content: "";
    border-radius: 35px;
    top: -30px;
    right: 30px;
}


/* AUTHOR SECTION END */


/* BLOG CTA INNER  */
.post-main-wrap .espark-blue-cta {
    min-height: unset;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 24px;
    padding: 40px;
    /* padding: 60px; */
    position: relative;
    overflow: hidden;
    background: var(--dark);
    margin-top: 60px;
}

.post-main-wrap .espark-blue-cta {
    display: grid;
    justify-content: start;
    grid-template-areas: "esb_title esb_button" "esb_desc esb_button";
    grid-template-columns: 1fr auto;
    grid-template-rows: auto 1fr;
}

.post-main-wrap .espark-blue-cta::before {
    background-image: url(https://www.esparkinfo.com/wp-content/themes/espark/images/elements.png);
    position: absolute;
    content: "";
    height: 100%;
    aspect-ratio: 1;
    right: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    pointer-events: none;
}

.post-main-wrap .espark-blue-cta .cta-title {
    font-size: 36px;
    line-height: 1.25;
    color: var(--white);
    font-weight: 700;
    grid-area: esb_title;
}

.post-main-wrap .espark-blue-cta .cta-content {
    color: var(--white);
    max-width: 76%;
    grid-area: esb_desc;
}

.post-main-wrap .espark-blue-cta .cta-button {
    font-weight: 600 !important;
    font-size: 18px;
    line-height: 100%;
    color: var(--white);
    display: inline-flex;
    padding: 6px 6px 6px 16px;
    width: fit-content;
    border-radius: 100px;
    align-items: center;
    border: 1px solid var(--white);
    margin-top: 30px;
    text-decoration: none !important;

}

.post-main-wrap .espark-blue-cta .cta-button span.arrow {
    background-color: var(--white);
    color: var(--dark);
    border-radius: 100px;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
}

.post-main-wrap .espark-blue-cta .cta-button:hover {
    background-color: var(--white);
    color: var(--dark);
}

.blog-as-a-page .espark-blue-cta {
    /* display: flex; */
    /* flex-direction: column; */
}

.post-main-wrap .post-content-inner table tbody td h3 {
    color: var(--white);
    font-size: 18px;
}

.post-main-wrap .post-content-inner table tbody td[colspan="2"] p {
    font-size: 18px !important;
    margin-bottom: 10px !important;
}

/* BLOG CTA INNER END */


/* EXPER INSIGHT TABLE */
.expert-insights__table table {
    margin-top: 0;
}

.expert-insights__table table tr:first-of-type td {
    background-color: var(--offWhite);
}

.expert-insights__inner table th {
    background-color: var(--offWhite2) !important;
}

.expert-insights__table a:not(.btn a) {
    font-weight: 400 !important;
}

.expert-insights__table {
    border-radius: 0;
}

.expert-insights__inner table th:first-child {
    border-radius: 10px 0 0 0;
}

.expert-insights__inner table th:last-child {
    border-radius: 0 10px 0 0;
}

.expert-insights__table table tr:first-of-type td:first-of-type {
    border-radius: 0;
}

.expert-insights__table table tr:first-of-type td:last-of-type {
    border-radius: 0;
    border-right: 0;
}

.expert-insights__table table tr:nth-of-type(1n + 1) td {
    background-color: var(--offWhite2);
}

.expert-insights__table table tr:nth-of-type(2n + 1) td {
    background-color: transparent;
}

.expert-insights__table table tr:first-of-type td {
    border-left: 0 !important;
    border-bottom: 0 !important;
}

.expert-insights__table table tr:last-of-type td {
    border-bottom: 0 !important;
    border-left: 0 !important;
}

.expert-insights__table table tr:last-of-type td:last-of-type {
    border-right: 0;
}

.post-content .expert-insights__table table {
    margin: 0 !important;
}

.post-main-wrap .sec-esb-expert-insights {
    position: relative;
    margin-top: 35px;
    padding-top: 85px !important;
}

.post-main-wrap .sec-esb-expert-insights::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 8px;
    top: 0;
    left: 0;
    background-color: #dadada5c;
    border-radius: 100px;
}



/* EXPER INSIGHT TABLE */



/* RESPONSIVE */
@media (min-width: 1920px) {

    .blog-detail-title h1,
    .blog-detail-title .h1 {
        font-size: 42px;
    }

    .blog-detail-banner-left .desc {
        font-size: 20px;
    }
}

@media screen and (min-width: 135rem) {

    .blog-cta-banner {
        padding: 50px 60px;
    }

    .blog-detail-banner-left .desc {
        font-size: 22px;
    }

}

@media screen and (max-width: 1920px) {
    .post-content ol>li:after {
        font-size: 14px;
        width: 28px;
        height: 28px;
        line-height: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-bottom: 1px;
        top: 2px;
    }

    .post-main-wrap {
        grid-gap: 30px 70px;
        --toc_width: 300px;
        --sidebar_width: 325px;
    }

    .post-introduction-box {
        padding: 30px 40px;
    }

    .post-content h2 {
        margin-bottom: 30px;
        margin-top: 50px;
        padding-top: 50px;
    }

    .ez-toc-list li a {
        font-size: 16px;
    }

    .post-content p,
    .post-content li {
        font-size: 16px;
    }

    .post-content table tr td {
        padding: 6px 10px;
    }

    .post-content table tr td {
        font-size: 16px;
    }

    .post-content table {
        margin: 24px auto;
    }

    .espark-blog-testimonial .testimonial-content {
        font-size: 20px;
    }

    .testimonial-author {
        font-size: 16px;
    }

    .espark-blog-testimonial::before {
        font-size: 150px;
        top: -19px;
    }

    .post-main-wrap .post-content ul li:not(:last-child),
    .post-main-wrap .post-content ol li:not(:last-child) {
        margin-bottom: 7px !important;
    }

    .post-content ul>li::before {
        top: 4px;
    }

    .post-content p {
        margin: 16px 0 0;
    }

    .post-content ul ul,
    .post-content ul {
        margin: 16px 0;
    }

    .post-content h3 {
        margin-top: 30px;
    }

    .post-content ol {
        margin: 16px 0 30px;
    }

    main:has(.post-main) .visit-blog {
        padding-top: 100px;
    }

    .blog-detail-banner-left .desc {
        font-size: 20px;
    }

    .post-main-wrap .espark-blue-cta {
        /* min-height: 274px; */
    }

    .post-main-wrap .espark-blue-cta {
        display: flex;
        flex-direction: column;
        padding: 30px;
    }

    .post-main-wrap .post-content a:has(.arrow) {
        align-self: self-start;
        margin-top: 20px;
    }

    .blog-cta-banner {
        padding: 30px;
    }

    .post-main-wrap .espark-blue-cta .cta-title {
        font-size: 32px;
    }

    /* .post-content table {
        display: block !important;
        white-space: nowrap;
        width: 100% !important;
    }

    .post-content table tr td {
        min-width: unset;
    } */
}

@media screen and (max-width: 1560px) {

    .post-main-wrap {
        grid-gap: 30px 40px;
    }

    .blog-detail-title h1,
    .blog-detail-title .h1 {
        font-size: 40px;
    }

    .blog-detail-banner .blog-detail-banner-right {
        max-width: 370px;
    }

    .post-main .post-content .author-info-section .author-info-left {
        left: 30px;
        top: 25px;
    }

    .post-main .post-content .author-info-section .author-info-wrap {
        padding: 30px;
        margin-left: 0;
    }

    .post-main .post-content .author-info-section .author-info-title {
        max-width: calc(100% - 130px);
        margin-left: auto;
        width: 100%;
    }

    .post-main .post-content .author-info-section .author-info-img-wrap {
        height: 100px;
    }

    .post-main .post-content .author-info-section .author-info-qute {
        margin: 0 0 16px;
    }

    .post-main .post-content .author-info-section h3 {
        margin-top: 0;
    }

    .blog-cta-banner {
        padding: 30px;
    }

    .post-main-wrap .espark-blue-cta .cta-title {
        font-size: 28px;
    }

    .post-main-wrap .espark-blue-cta a.cta-button {
        font-size: 16px;
    }

    .post-content table tr td {
        min-width: unset;
    }
}

@media screen and (max-width: 1280px) {
    .post-main .container {
        padding: 0 2rem;
    }
}

@media screen and (max-width: 1199px) {


    .blog-cta-banner {
        padding: 40px 50px;
    }

    .espark-easy-toc {
        display: none;
    }

    .post-main-wrap {
        grid-template-columns: 1fr var(--sidebar_width);
    }
}

@media screen and (max-width: 991px) {
    .author-info-logo-list-wrap .list-item {
        width: 64px;
    }

    .blog-detail-title h1,
    .blog-detail-title .h1 {
        font-size: 36px;
    }

    .blog-sidebar__testimonials-wrap {
        max-width: 100%;
    }

    .blog-sidebar__testimonials-item_img {
        height: auto !important;
        /* aspect-ratio: 16 / 9 !important; */
    }

    .post-main-wrap {
        display: flex;
        flex-direction: column;
    }

    main:has(.post-main) .visit-blog {
        padding-top: 30px;
    }

    .blog-detail-banner .blog-detail-banner-right {
        max-width: unset;
    }

    .auther-more-info a {
        width: fit-content;
    }
}

@media screen and (max-width: 767px) {
    .post-content h2 {
        margin-top: 30px;
        padding-top: 30px;
    }

    .post-content p {
        margin: 10px 0 0;
    }

    /* .consult_div .desc { */
    /* gap: 15px; */
    /* font-size: 16px; */
    /* } */

    .blog-detail-title h1,
    .blog-detail-title .h1 {
        font-size: 32px;
    }

    .blog-cta-banner {
        flex-direction: column;
    }

    .blog-cta-banner {
        padding: 30px 30px;
    }

    .blog-cta-banner-btns {
        flex-wrap: wrap;
    }

    .post-introduction-box {
        padding: 30px 20px;
    }

    .blog-cta-banner-simple {
        padding: 30px;
    }

    .post-content table {
        display: block !important;
        white-space: nowrap;
        width: 100% !important;
        margin: 40px 0 !important;
    }

    .post-content table tr td {
        min-width: unset;
        width: 100%;
    }

    .post-main .post-content section {
        padding: 30px 0;
    }

    main:has(.post-main) .visit-blog .container::before {
        opacity: 0;
    }

    .blog-detail-date img {
        width: 20px;
    }

    .blog-detail-social ul {
        gap: 15px;
    }

    .blog-detail-social ul li a {
        width: 20px;
        height: 20px;
    }

    .post-content p img {
        margin: 30px 0;
    }

    .post-content ul>li::before {
        left: 0;
    }

    .post-content ul>li {
        padding-left: 30px !important;
    }

    .post-content ol {
        margin: 16px 0 20px;
    }

    .post-main-wrap .sec-esb-expert-insights {
        padding-top: 60px !important;
    }

    .expert-insights {
        margin: 0 !important;
    }
}

@media (max-width: 576px) {
    .post-main .container {
        padding: 0 1.25rem;
    }

    .author-info-wrap {
        padding: 30px;
        margin-left: 0;
    }

    .author-info-wrap .author-info-left {
        position: unset;
        top: 0;
        left: 0;
        margin-bottom: 40px;
    }

    .post-main .post-content .author-info-section .author-info-title {
        max-width: 100%;
    }

    .post-content blockquote {
        padding: 20px;
        margin: 20px 0 20px;
    }

    .post-main-wrap .espark-blue-cta {
        /* min-height: 370px; */
        padding: 24px;
    }

    .post-main-wrap .espark-blue-cta p.cta-content {
        max-width: 100%;
    }

    .post-main-wrap .espark-blue-cta::before {
        opacity: 1;
        filter: blur(15px) saturate(180%);
    }

    .post-main-wrap .espark-blue-cta {
        align-items: flex-start;
    }

    .post-main-wrap .post-content a:has(.arrow) {
        align-self: flex-start;
        margin-top: 14px;
    }

    .post-main-wrap .espark-blue-cta {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
}

@media screen and (min-width: 2160px) {
    .blog-detail-auther-box .auther-box-name {
        font-size: 22px;
    }

    .blog-detail-auther-box .auther-box-pos {
        font-size: 1.25rem;
    }

}

@media screen and (min-width: 1920px) {
    .post-main-wrap .post-content iframe {
        height: 400px;
    }
}

@media screen and (max-width: 1360px) {
    .blog-detail-auther-box {
        max-width: 370px;
        width: 100%;
    }

    .blog-detail-bootom {
        flex-wrap: wrap;
        gap: 30px;
    }
}

@media screen and (max-width: 1024px) {
    .blog-detail-banner .blog-detail-banner-wrap {
        flex-direction: column;
    }

    .blog-detail-info {
        position: relative;
        display: inline-block;
    }

    .blog-detail-info .blog-detail-auther-box {
        margin-left: 40px;
    }
}

@media (max-width: 991px) {
    .blog-detail-auther-box {
        max-width: calc(100% - 40px);
    }

    .blog-detail-banner-left .desc {
        font-size: 18px;
    }

    .blog-detail-banner .blog-detail-banner-wrap {
        gap: 50px;
    }
}

@media (max-width: 767px) {
    .post-content h3 {
        margin-top: 20px;
    }

    .post-content ol li {
        padding-left: 40px;
    }

    .related-section h2 {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 575px) {
    .blog-detail-info {
        display: block;
    }

    .blog-detail-auther-box .blog-detail-auther {
        left: -20px;
        top: 50%;
        height: 120px;
        width: 60px;
        transform: translateY(-50%);
    }

    .blog-detail-auther-box {
        padding: 30px 30px 30px 70px;
    }

    .blog-detail-bootom {
        gap: 20px;
    }

    .blog-detail-info .blog-detail-auther-box {
        margin-left: 20px;
    }

    .blog-detail-auther-box {
        max-width: calc(100% - 20px);
    }

    .blog-detail-banner .blog-detail-banner-right {
        max-width: 100%;
    }

    .blog-detail-banner .blog-detail-banner-wrap {
        gap: 50px;
    }

    .espark-blog-testimonial .testimonial-content {
        max-width: 100%;
    }

    .testimonial-author {
        flex-direction: column-reverse;
    }

    .espark-blog-testimonial {
        padding: 30px 20px 20px;
    }

    .espark-blog-testimonial::before {
        content: "“";
        font-size: 80px;
        font-family: serif;
        line-height: 0.6;
        top: -6px;
        right: 30px;
        z-index: 2;
    }
}

.term-main-section .inner {
    display: grid;
    grid-template-columns: 345px 1fr;
    gap: 50px;
}

.term-main-section .inner .sidebar {
    height: auto;
}

.term-main-section .sidebar .sidebar-inner {
    position: sticky;
    top: 120px;
}

.term-main-section .sidebar-inner .sticky {
    background: var(--white);
    border: 1px solid var(--orange);
    border-radius: 12px;
    overflow: hidden;
}

.term-main-section .sidebar-inner .ttl {
    padding: 13px 23px 11px;
    background: var(--orange);
    border-radius: 8px 8px 0px 0px;
    color: var(--white);
    display: flex;
    align-items: center;
}

.term-main-section .sidebar-inner .h2-ttl {
    padding: 0 23px !important;
    max-height: calc(100dvh - 295px);
    overflow: auto;
}

.term-main-section .sidebar-inner .h2-ttl ul {
    padding-top: 10px;
}

.term-main-section .sidebar-inner .h2-ttl ul li {
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    padding-left: 0;
    margin: 0;
}

.term-main-section .sidebar-inner .h2-ttl ul li a {
    padding: 10px 0;
    display: block;
    font-weight: 500;
    transition: color .3s ease;
    text-transform: capitalize;
    font-size: 18px;
}

.term-main-section .sidebar-inner .h2-ttl ul li.active a {
    color: var(--orange);
}

.term-main-section .sidebar-inner .h2-ttl ul li:last-child {
    border-bottom: 0px;
}

.term-main-section .inner .term-content .post-content p {
    line-height: 1.75;
}

.term-main-section .inner .term-content .post-content ul {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.topic-list-wrap .single-post .blog-detail {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
}

.topic-list-wrap .single-post .blog-detail .blog-post-author {
    padding-left: 25px;
    position: relative;
}

.topic-list-wrap .single-post .blog-detail div {
    color: var(--dark);
    font-size: 18px;
    font-weight: 400;
    line-height: 33px;
    letter-spacing: 0.75px;
}

.topic-list-wrap .single-post .blog-detail .blog-post-author:before {
    content: '';
    position: absolute;
    top: 14px;
    left: 9px;
    width: 5px;
    height: 5px;
    background: var(--dark);
    border-radius: 5px;
}

.topic-list-wrap .single-post {
    border-bottom: 1px dashed var(--dark);
    padding: 40px 0 30px;
}

.topic-list-wrap .single-post:first-child {
    padding-top: 0;
}

.topic-list-wrap .single-post h3 {
    margin-top: 0;
}

.pagination-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.pagination-wrapper .page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--dark);
    transition: all .3s ease;
    font-size: 16px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    border: 1px solid #6D6C6D;
    border-radius: 6px;
    cursor: pointer;
}

.pagination-wrapper .page-numbers:hover,
.pagination-wrapper .page-numbers.current {
    color: var(--orange);
}

.pagination-wrapper .prev {
    margin-right: 30px;
}

.pagination-wrapper .next {
    margin-left: 30px;
}

.pagination-wrapper .page-numbers.dots {
    border: none;
    padding: 0;
    cursor: default;
    width: 20px;
}

.esb-blog-inner__wrapper p {
    font-weight: 400;
    font-size: 20px;
    line-height: 26.04px;
    color: var(--BlueTextColor);
    margin: 0;
}

.esb-post-wrap .esb-post__card {
    display: flex;
    flex-direction: column;
    gap: 26px;
    max-width: calc(100% - 410px);
    width: 100%;
}

.esb-post-wrap .esb-post__card-item {
    border: 1px solid var(--gray);
    padding: 26px;
    border-radius: 16px;
    background-color: var(--white);
    position: relative;
}

.esb-post-wrap .esb-post__card-item .esb-post__card-title {
    font-size: 32px;
    font-weight: 500;
    line-height: 1.3;
    color: var(--dark);
    margin: 0 0 36px;
}

.esb-post-wrap .esb-post__card-item .esb-post__card-title a {
    text-decoration: none;
    color: var(--dark);
}

.esb-post-wrap .esb-post__card-item .esb-post__card-title a:hover {
    text-decoration: underline;
    color: var(--orange);
}

.esb-post__card-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 610px;
    margin: 0 0 36px;
    gap: 40px;
}

.esb-post__card-info .author {
    display: flex;
    align-items: center;
    padding: 0;
}

.esb-post__card-info .author .image {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    overflow: hidden;
    background: var(--white);
}

.esb-post__card-info .author .image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 0;
}

.esb-post__card-info .author .name {
    font-size: 16px;
    line-height: 20px;
    padding: 0 0 0 15px;
    max-width: calc(100% - 65px);
    width: 100%;
    white-space: nowrap;
    display: flex;
    flex-direction: column;
    color: var(--dark);
}

.esb-post__card-info .author .name a {
    display: inline-flex;
    color: var(--dark);
    text-decoration: none;
}

.esb-post__card-info .author .name a:hover {
    text-decoration: underline;
}

.esb-post__card-info .author .name strong {
    display: block;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: var(--dark);
}

.esb-post__card-info .article-metadata,
.esb-post__card-info .card-info__divider {
    padding: 0 0 0;
    position: relative;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    white-space: nowrap;
    color: var(--dark);
}

.esb-post__card-info .card-info__divider {
    padding: 0;
}

.esb-post-wrap .esb-post__card-item .esb-read-more a {
    display: flex;
    gap: 16px;
    align-items: center;
    text-decoration: underline;
    font-size: 16px;
    line-height: 2;
    color: var(--dark);
    font-weight: 600;
}

.esb-post-wrap .esb-post__card-item .esb-read-more a:hover {
    color: var(--orange);
    text-decoration: none;
}

.esb-post-wrap .esb-post__card-item .esb-read-more a .arrow-icon {
    width: 26px;
    height: 26px;
    background-color: var(--orange);
    border-radius: 100%;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.esb-post-wrap .esb-post__card-item .esb-post__card-content {
    display: flex;
    align-items: flex-start;
}

.esb-post-wrap .esb-post__card-item .esb-post__card-content .esb-post__card-item-left {
    max-width: calc(100% - 270px);
    width: 100%;
}

.esb-post-wrap .esb-post__card-item .esb-post__card-content .esb-post__card-item-right {
    max-width: 270px;
    height: 250px;
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    /* width: 270px; */
    /* height: 250px; */
    /* height: 300px; */
    /* max-width: 100%; */
}

.esb-post-wrap .esb-post__card-item .esb-post__card-content .esb-post__card-item-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    /* filter: saturate(180) hue-rotate(-45deg) opacity(0.2); */
    filter: invert(56%) sepia(42%) saturate(2784%) hue-rotate(193deg) brightness(94%) contrast(101%) opacity(0.1);
}

.esb-post-wrap .esb-post__blocks {
    display: flex;

    align-items: flex-start;
    position: relative;
    justify-content: space-between;
}

.esb-post-wrap .esb-post__sidebar {
    width: 100%;
    max-width: 350px;
    display: flex;
    flex-direction: column;
    gap: 26px;
    position: sticky;
    top: 120px;
    overflow: auto;
}

.esb-post-wrap .esb-post__sidebar .esb-post__accordion {
    border: 1px solid var(--gray);
    border-radius: 9px;
    overflow: hidden;
}

.esb-post-wrap .esb-post__sidebar .esb-post__accordion .esb-post__accordion-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    background-color: var(--dark);
    color: var(--white);
    font-weight: 400;
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: 0px;
    border-radius: 4px 4px 0 0;
    cursor: pointer;
}

.esb-post__accordion-title .accordion-logo {
    height: fit-content;
    display: flex;
}

.esb-post-wrap .esb-post__sidebar .esb-post__accordion .esb-post__accordion-list {
    padding: 15px;
    background-color: var(--white);
}

.esb-post-wrap .esb-post__sidebar .esb-post__accordion .esb-post__accordion-list ul {
    /* margin: 24px 0 0; */
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.esb-post-wrap .esb-post__sidebar .esb-post__accordion .esb-post__accordion-list ul li a {
    text-decoration: none;
    color: var(--dark);
    opacity: 0.5;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
}

.esb-post-wrap .esb-post__sidebar .esb-post__accordion .esb-post__accordion-list ul li a.active {
    text-decoration: underline;
    color: var(--orange);
    opacity: 1;
}

.esb-post-wrap .esb-post__sidebar .esb-post__articles {
    padding: 20px 15px;
    border: 1px solid var(--gray);
    /* background-color: var(--newPrimaryGreenLight); */
    background-color: var(--white);
    /* border-top: 6px solid var(--newPrimaryGreenDark); */
    /* border-bottom: 6px solid var(--newPrimaryGreenDark); */
    border-radius: 8px;
}

.esb-post-wrap .esb-post__sidebar .esb-post__articles .esb-post__articles-header .esb-post__articles-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 23.4px;
    letter-spacing: 0px;
    color: var(--dark);
    padding-bottom: 10px;
    border-bottom: 1px solid var(--border);
    margin-bottom: 20px;
}

.esb-post-wrap .esb-post__sidebar .esb-post__articles .esb-post__articles-header p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    color: var(--dark);
    opacity: 0.5;
    display: none;
}

.esb-post-wrap .esb-post__sidebar .esb-post__articles .esb-post__articles-list ul {
    list-style: none;
    padding: 0 0 0 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.esb-post-wrap .esb-post__sidebar .esb-post__articles .esb-post__articles-list ul li {
    position: relative;
}

.esb-post-wrap .esb-post__sidebar .esb-post__articles .esb-post__articles-list ul li::before {
    /* content: ""; */
    /* position: absolute; */
    /* width: 12px; */
    /* height: 12px; */
    /* border-radius: 100%; */
    /* background-color: var(--newPrimaryGreenDark); */
    /* left: -20px; */
    /* top: 7px; */
}

.esb-post-wrap .esb-post__sidebar .esb-post__articles .esb-post__articles-list ul li a {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    color: var(--dark);
    text-decoration: none;
    display: inline-block;
}

.esb-post-wrap .esb-post__sidebar .esb-post__articles .esb-post__articles-list ul li a:hover {
    text-decoration: underline;
    opacity: 0.8;
}

.esb-post-wrap .esb-post__sidebar .esb-post__articles .esb-post__articles-list ul li a.active {
    color: var(--orange);
    text-decoration: underline;
}

.esb-post-wrap .esb-post__sidebar .esb-post__search {
    position: relative;
}

.esb-post-wrap .esb-post__sidebar .esb-post__search .form-control {
    width: 100%;
    max-width: 100%;
    padding: 14px 20px 14px 50px;
    border: 1px solid var(--border);
    border-radius: 8px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    color: var(--dark);
}

.esb-post-wrap .esb-post__sidebar .esb-post__search .form-control::placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    color: var(--dark);
}

.esb-post-wrap .esb-post__sidebar .esb-post__search .searh-icon {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 1399px) {
    .esb-post__card-info {
        flex-direction: column;
        align-items: start;
        gap: 26px;
    }

    .esb-post__card-info .card-info__divider {
        display: none;
    }

    .esb-post-wrap .esb-post__card {
        max-width: calc(100% - 350px);
    }
}

@media (max-width: 1024px) {
    .term-main-section .inner {
        grid-template-columns: 300px 1fr;
        gap: 30px 20px;
    }

    .term-main-section .sidebar-inner .h2-ttl ul li a {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .term-main-section .inner {
        grid-template-columns: 250px 1fr;
    }

    .term-main-section .sidebar-inner .ttl {
        padding: 13px 16px 11px;
    }

    .term-main-section .sidebar-inner .h2-ttl {
        padding: 0 16px !important;
    }

    .term-main-section .sidebar-inner .h2-ttl ul li a {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .term-main-section .inner {
        grid-template-columns: repeat(1, 1fr);
    }

    .term-main-section .inner .sidebar {
        display: none;
    }
}

@media(max-width: 576px) {
    .pagination-wrapper .page-numbers {
        font-size: 14px;
        width: 30px;
        height: 30px;
    }

    .pagination-wrapper .prev {
        margin-right: 15px;
    }

    .pagination-wrapper .next {
        margin-left: 15px;
    }
}