/********** HERO SECTION **********/
/* @media screen and (min-width: 650px) {

    .iterasec-single-hero .post-date-time time {
        max-width: 308px;
        flex-grow: 1;
    }

    .iterasec-single-hero .post-date-time time,
    .iterasec-single-hero .post-date-time span.ttr {
        font-size: 16px;
        line-height: 32px;
        letter-spacing: initial;
        width: min-content;
        text-wrap: nowrap;
    }

    .iterasec-single-hero .author-card {
        gap: 27px;
        max-width: 345px;
        margin-bottom: 26px;
    }

    .iterasec-single-hero .author-card .card-middle .line-1 {
        font-size: 14px;
        line-height: 1.5;
    }

    .iterasec-single-hero .author-card .card-middle .line-2 {
        font-size: 22px;
        line-height: 1.5;
        margin-top: 4px;
    }

    .iterasec-single-hero .author-card .card-middle .line-3 {
        font-size: 16px;
        line-height: 1.5;
    }

    .iterasec-single-hero .linkedin-btn {
        width: 37px;
        height: 37px;
    }

    .iterasec-single-hero img.avatar {
        width: 64px;
        height: 64px;
    }

    .iterasec-single-hero .post-date-time time span {
        margin-right: 3px;
    }
}

@media screen and (min-width: 1711px) {
    .iterasec-single-hero img.avatar {
        width: 71px;
        height: 71px;
    }

    .iterasec-single-hero .author-card {
        gap: 20px;
        max-width: 445px;
        margin-bottom: 63px;
    }
} */

.iterasec-single-hero {
    padding: 16px 0 64px;
    background-color: #F5F5F5;
    border-top: 1px solid #E9EAEB;
    border-bottom: 1px solid #E9EAEB;
}

.iterasec-single-hero>.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1230px;
}

.iterasec-single-hero .breadcrumbs-wrap {
    border: none;
    padding: 0;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
}

.iterasec-single-hero .breadcrumbs-wrap:not(:last-child) {
    margin-bottom: 28px;
}

.iterasec-single-hero .breadcrumbs-wrap a {
    color: #A6AAB0;
    text-decoration: none;
}

.iterasec-single-hero .breadcrumbs-wrap a:hover {
    opacity: 0.5;
}

.iterasec-single-hero .breadcrumbs-wrap span.last {
    color: #5E6470;
    font-weight: 500;
}

.iterasec-single-hero .breadcrumbs-wrap span.separator {
    background: none;
    width: 16px;
    height: auto;
    font-weight: 500;
    text-align: center;
    color: #A6AAB0;
    padding: 0;
    margin-right: 4px;
}

.iterasec-single-hero .breadcrumbs-wrap span.separator::before {
    content: '/';
}

.iterasec-single-hero .breadcrumbs-wrap p {
    margin-bottom: 0;
}

.iterasec-single-hero h1 {
    margin: 0;
    font-weight: 500;
    font-size: 48px;
    line-height: 64px;
    letter-spacing: -1px;
    color: #212A3A;
}

.iterasec-single-hero .iterasec-categories {
    text-transform: initial;
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}

.iterasec-single-hero .iterasec-categories a {
    padding: 8px 12px;
    background-color: #fff;
    border: 1px solid #E9EAEB;
    border-radius: 8px;
    color: #004EC9;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
}

.iterasec-single-hero .iterasec-single-hero__wrapper {
    display: flex;
    align-items: center;
    gap: 32px;
    justify-content: space-between;
    box-sizing: border-box;
}

.iterasec-single-hero .iterasec-single-hero__wrapper .left-side {
    flex: 0 1 618px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    justify-content: space-between;
    min-height: 412px;
}

.iterasec-single-hero .iterasec-single-hero__wrapper .right-side img {
    width: 384px;
    height: 384px;
    object-fit: cover;
    border-radius: 24px;
    outline: 3px solid #FFFFFF29;
    outline-offset: -3px;
}

.iterasec-blog .post-wrap>.row>*:hover .post-date-time span.ttr {
    display: none;
}

.iterasec-single-hero .post-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
}

.iterasec-single-hero .post-meta .post-meta__item {
    color: #5E6470;
    font-size: 16px;
    line-height: 24px;
}

.iterasec-single-hero .post-meta .post-meta__item:not(:first-child) {
    position: relative;
    padding-left: 24px;
}

.iterasec-single-hero .post-meta .post-meta__item:not(:first-child)::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background-color: #A6AAB0;
    border-radius: 999px;
}

/* .iterasec-single-hero img.avatar {
    border-radius: 100%;
}

.iterasec-single-hero .linkedin-btn {
    background-image: url("../img/linkedin_btn.svg");
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
}

.iterasec-single-hero .author-card {
    display: flex;
    align-items: center;
}

.iterasec-single-hero .author-card .card-middle .line-1 {
    font-weight: 500;
    color: #4F4F4F;
}

.iterasec-single-hero .author-card .card-middle .line-2 {
    font-weight: 600;
    color: #000000;
}

.iterasec-single-hero .author-card .card-middle .line-3 {
    font-weight: 500;
    color: #27375C;
}

.iterasec-single-hero .author-card .linkedin-wrapper {
    flex-grow: 1;
    justify-content: end;
    display: flex;
    align-self: start;
    padding-top: 41px;
} */

@media screen and (max-width: 992px) {
    .iterasec-single-hero h1 {
        font-size: 36px;
        line-height: 44px;
    }
}

@media screen and (max-width: 649px) {
    .iterasec-single-hero .breadcrumbs-wrap:not(:last-child) {
        margin-bottom: 36px;
    }

    .iterasec-single-hero .iterasec-single-hero__wrapper {
        display: block;
    }

    .iterasec-single-hero .iterasec-single-hero__wrapper .left-side {
        min-height: auto;
        margin-bottom: 32px;
    }

    .iterasec-single-hero h1 {
        min-height: 108px;
    }

    .iterasec-single-hero .post-meta {
        gap: 8px 12px;
    }

    .iterasec-single-hero .post-meta .post-meta__item {
        font-size: 14px;
        line-height: 20px;
    }

    .iterasec-single-hero .post-meta .post-meta__item:not(:first-child) {
        padding-left: 18px;
    }

    .iterasec-single-hero .post-meta .post-meta__item:not(:first-child)::before {
        width: 6px;
        height: 6px;
    }

    .iterasec-single-hero .iterasec-single-hero__wrapper .right-side img {
        width: 100%;
        height: 351px;
        border-radius: 12px;
    }

    .iterasec-single-hero .author-card {
        gap: 30px;
        margin-bottom: 30px;
        font-size: 14px;
        margin-bottom: 30px;
    }

    .iterasec-single-hero img.avatar {
        display: none;
    }

    .iterasec-single-hero .post-date-time {
        max-width: initial;
        flex-direction: column;
        margin-bottom: 17px;
    }

    .iterasec-single-hero .author-card .card-middle .line-1 {
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 4px;
    }

    .iterasec-single-hero .author-card .card-middle .line-2 {
        font-size: 22px;
        line-height: 1.5;
    }

    .iterasec-single-hero .author-card .card-middle .line-3 {
        font-size: 16px;
        line-height: 1.5;
        margin: 0 0 4px 0;
    }

    .iterasec-single-hero {
        padding: 12px 0 48px 0;
    }

    .iterasec-single-hero .linkedin-btn {
        width: 35px;
        height: 35px;
    }
}

@media screen and (max-width: 576px) {
    .iterasec-single-hero h1 {
        font-size: 28px;
        line-height: 36px;
    }
}

/********** CONTENT SECTION **********/
/********** RESPONSIVE **************/
@media (min-width: 650px) {
    .blog-single.container .post-text p:has(img.size-iterasec-blog-content-large) {
        margin: 60px 0px 80px 0;
    }

    img.size-iterasec-blog-content-large {
        margin: 0;
    }

    .blog-single.container .post-text p:has(img.size-iterasec-blog-content-medium) {
        margin: 60px 0px;
    }

    img.size-iterasec-blog-content-medium {
        margin: 0 auto;
        display: block;
    }
}



@media (max-width: 649px) {
    .blog-single.container .post-text p:has(img.size-iterasec-blog-content-large) {
        margin: 40px -20px;
    }

    img.size-iterasec-blog-content-large {
        margin: 0;
    }

    .blog-single.container .post-text p:has(img.size-iterasec-blog-content-medium) {
        margin: 40px 0px;
    }

    img.size-iterasec-blog-content-medium {
        margin: 0;
        display: block;
    }
}


/********** STATIC **************/
.blog-single.container {
    width: 100%;
    padding: 72px 15px 96px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1230px;
}

.blog-single.container .entry-content {
    color: #5E6470;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
}

.blog-single.container .entry-content .dataTables_wrapper {
    overflow-x: auto;
    border-radius: 16px;
    border: 1px solid #E9EAEB;
}

.blog-single.container .entry-content .tablepress {
    --head-text-color: #212A3A;
    --text-color: #5E6470;
    --head-bg-color: #F8F8F8;
    --border-color: #E9EAEB;
    --odd-bg-color: #FFFFFF;
    --even-bg-color: #FFFFFF;
    --hover-bg-color: #FFFFFF;
    --hover-text-color: #5E6470;
    --padding: 16px;
}

.blog-single.container .entry-content .tablepress td:not(:last-child) {
    border-right: 1px solid #E9EAEB;
}

.blog-single.container .entry-content .tablepress>:not(caption)>*>* {
    text-align: center;
}

.blog-single.container .entry-content .tablepress>:where(thead, tfoot)>*>th {
    font-weight: 500;
}

.blog-single.container .entry-content p {
    margin: 0 0 12px 0;
}

.blog-single.container .entry-content h2 {
    font-weight: 500;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -1px;
    color: #212A3A;
}

.blog-single.container .entry-content h2>span,
.blog-single.container .entry-content h3>span,
.blog-single.container .entry-content h4>span {
    font-weight: inherit !important;
}

.blog-single.container .entry-content h2:not(:first-child) {
    margin-top: 48px;
}

.blog-single.container .entry-content h2:not(:last-child) {
    margin-bottom: 24px;
}

.blog-single.container .entry-content h3 {
    font-weight: 500;
    font-size: 28px;
    line-height: 36px;
    color: #212A3A;
}

.blog-single.container .entry-content h3:not(:first-child) {
    margin-top: 48px;
}

.blog-single.container .entry-content h3:not(:last-child) {
    margin-bottom: 16px;
}

.blog-single.container .entry-content h4 {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #212A3A;
}

.blog-single.container .entry-content h4:not(:first-child) {
    margin-top: 24px;
}

.blog-single.container .entry-content h4:not(:last-child) {
    margin-bottom: 16px;
}

.blog-single.container .entry-content a {
    color: #004EC9;
    text-decoration: underline;
}

.blog-single.container .entry-content a>b {
    color: inherit;
}

.blog-single.container .entry-content a>span {
    font-weight: 500 !important;
}

.blog-single.container .entry-content b {
    font-weight: 600;
    color: #212A3A;
}

.blog-single.container .entry-content ul {
    padding: 0;
    margin: 0;
}

.blog-single.container .entry-content p:has(b)+ul {
    margin-top: -4px;
}

.blog-single.container .entry-content ul:not(:last-child) {
    margin-bottom: 16px;
}

.blog-single.container .entry-content ol:not(:last-child) {
    margin-bottom: 24px;
}

.blog-single.container .entry-content ul>li {
    padding-left: 24px;
}

.blog-single.container .entry-content li>ul {
    margin-top: 8px;
}

.blog-single.container .entry-content li:not(:last-child) {
    margin-bottom: 12px;
}

.blog-single.container .entry-content ul>li::before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0ibm9uZSIgY2xhc3M9Im1hcmtlciI+PHBhdGggZmlsbD0iI0UyRURGRSIgZD0iTTAgOGE4IDggMCAxIDEgMTYgMEE4IDggMCAwIDEgMCA4WiIvPjxjaXJjbGUgY3g9IjgiIGN5PSI4IiByPSI0IiBmaWxsPSIjMDA0RUM5Ii8+PC9zdmc+);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 16px;
    border-radius: 0;
    background-color: transparent;
    left: 0;
    position: absolute;
    top: 4px;
    width: 16px;
}

.blog-single.container .entry-content ol {
    margin: 0;
    padding: 0;
    counter-reset: item;
}

.blog-single.container .entry-content ol>li::before {
    content: counter(item) ".";
    color: #004EC9;
    font-weight: 600;
    counter-increment: none;
    position: absolute;
    width: auto;
    height: auto;
    top: unset;
    left: 0;
    background-color: transparent;
}

.blog-single.container .entry-content ol>li {
    counter-increment: item;
    padding-left: 24px;
}

.blog-single.container .post-text {
    display: flex;
    align-items: flex-start;
    gap: 52px;
}

.blog-single.container .post-text .post-text__body {
    max-width: 100%;
}

.blog-single.container #blog-single-sidebar {
    background-color: #fff;
    border-radius: 16px;
    border: 1px solid #E9EAEB;
    padding: 24px;
    flex: 0 0 384px;
    position: sticky;
    top: 70px;
}

.blog-single.container #blog-single-sidebar ul {
    margin: 0;
}

.blog-single.container #blog-single-sidebar .heading-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0;
    color: #212A3A;
    margin-bottom: 12px;
}

.blog-single.container #blog-single-sidebar ul.heading-list {
    padding: 0;
    max-height: calc(-90px + 100vh);
    overflow: auto;
    /* Hide scrollbars in Webkit browsers */
    scrollbar-width: none;
    /* For Firefox */
    -ms-overflow-style: none;
    /* For Internet Explorer and Edge */
}

.blog-single.container #blog-single-sidebar ul.heading-list::-webkit-scrollbar {
    /* display: initial; */
    display: none;
    /* For Webkit browsers */
}

.blog-single.container #blog-single-sidebar .widget ul li {
    padding: 0;
    margin: 0;
}

.blog-single.container #blog-single-sidebar ul li::before {
    display: none;
}

.blog-single.container #blog-single-sidebar ul li a {
    display: block;
    padding: 8px 24px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    border-left: 2px solid #E9EAEB;
    color: #5E6470;
    text-decoration: none;
}

.blog-single.container #blog-single-sidebar ul li a.current {
    font-weight: 500;
    color: #212A3A;
    border-color: #004EC9;
}

.blog-single.container #blog-single-sidebar ul li a:hover {
    color: #212A3A;
}

.blog-single.container #blog-single-sidebar h3.widget-title {
    display: none;
}

@media screen and (max-width: 992px) {
    .blog-single.container .post-text {
        flex-direction: column-reverse;
    }

    .blog-single.container #blog-single-sidebar {
        position: static;
    }

    .blog-single.container .entry-content h2 {
        font-size: 32px;
        line-height: 40px;
    }
}

@media screen and (max-width: 649px) {
    .blog-single.container .entry-content h2 {
        scroll-margin-top: 0;
    }
}

@media screen and (max-width: 576px) {
    .blog-single.container {
        padding: 24px 15px 48px;
    }

    .blog-single.container .post-text {
        gap: 32px;
    }

    .blog-single.container #blog-single-sidebar {
        padding: 16px;
        flex: 1;
    }

    .blog-single.container #blog-single-sidebar .heading-title {
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
    }

    .blog-single.container #blog-single-sidebar ul li a {
        font-size: 14px;
        line-height: 20px;
    }

    .blog-single.container .entry-content h2 {
        font-weight: 500;
        font-size: 24px;
        line-height: 32px;
    }

    .blog-single.container .entry-content h2:not(:first-child) {
        margin-top: 32px;
    }

    .blog-single.container .entry-content h2:not(:last-child) {
        margin-bottom: 12px;
    }

    .blog-single.container .entry-content h3 {
        font-size: 20px;
        line-height: 28px;
    }

    .blog-single.container .entry-content h3:not(:first-child) {
        margin-top: 16px;
    }

    .blog-single.container .entry-content h3:not(:last-child) {
        margin-bottom: 12px;
    }

    .blog-single.container .entry-content h4 {
        font-size: 18px;
        line-height: 26px;
    }

    .blog-single.container .entry-content h4:not(:first-child) {
        margin-top: 12px;
    }

    .blog-single.container .entry-content h4:not(:last-child) {
        margin-bottom: 8px;
    }

    .blog-single.container .entry-content .tablepress {
        --padding: 8px;
    }
}

/********** BLOG SINGLE MATERIALS SECTION **************/
.blog-single-materials {
    overflow-x: hidden;
    padding: 96px 0;
}

.blog-single-materials__container {
    width: 100%;
    padding: 0 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1230px;
}

.blog-single-materials__title {
    font-weight: 500;
    font-size: 48px;
    line-height: 64px;
    letter-spacing: -1px;
    color: #212A3A;
    margin-bottom: 48px;
}

.blog-single-materials__posts-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.blog-single-materials .blog-single-materials__posts .blog__card {
    display: block;
    padding: 24px 24px 36px 24px;
    border: 1px solid #E9EAEB;
    border-radius: 24px;
    background: #FFFFFF;
    box-sizing: border-box;
}

.blog-single-materials .blog-single-materials__posts .blog__image {
    width: 100%;
    height: 204px;
    border-radius: 16px;
    margin-bottom: 12px;
    position: relative;
}

.blog-single-materials .blog-single-materials__posts .blog__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}

.blog-single-materials .blog-single-materials__posts .blog__category {
    position: absolute;
    left: 16px;
    top: 16px;

    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #004EC9;
    text-decoration: none;
    background-color: #FFFFFF;
    padding: 8px 12px;
    border-radius: 8px;

    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}

.blog-single-materials .blog-single-materials__posts .blog__title a {
    display: block;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #212A3A;
    margin-bottom: 8px;
    height: 84px;
    text-decoration: none;
    overflow-y: hidden;
}

.blog-single-materials .blog-single-materials__posts .blog__excerpt {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #5E6470;
    height: 96px;
    overflow-y: hidden;
    margin-bottom: 24px;
}

.blog-single-materials .blog-single-materials__posts .blog__button {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #212A3A;
    border: 1px solid #E9EAEB;
    min-width: 117px;
    border-radius: 8px;
    padding: 7px 12px;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.blog-single-materials .blog-single-materials__posts .blog__button:hover {
    background-color: #F7F7F7;
}

@media screen and (max-width: 1200px) {

    /* Enable Swiper */
    .blog-single-materials__posts-wrapper {
        display: flex;
        gap: 0;
    }

    .blog-single-materials .blog-single-materials__posts .swiper-slide {
        max-width: 384px;
    }

    .blog-single-materials .blog-single-materials__posts.swiper {
        overflow: visible;
    }

    .blog-single-materials .blog-single-materials__posts .swiper-pagination {
        position: static;
        padding-top: 24px;
        line-height: 16px;
    }

    .blog-single-materials .blog-single-materials__posts .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        margin: 0 5px;
        background-color: #E9EAEB;
        opacity: 1;
    }

    .blog-single-materials .blog-single-materials__posts .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: #212A3A;
        outline: 1px solid #212A3A;
        outline-offset: 2px;
    }

}

@media screen and (max-width: 576px) {
    .blog-single-materials {
        padding: 48px 0;
    }

    .blog-single-materials__title {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 24px;
    }

    .blog-single-materials .blog-single-materials__posts .blog__card {
        padding: 12px 12px 24px 12px;
    }

    .blog-single-materials .blog-single-materials__posts .blog__category {
        padding: 3px 8px;
    }

    .blog-single-materials .blog-single-materials__posts .blog__image {
        height: 185px;
    }

    .blog-single-materials .blog-single-materials__posts .blog__title a {
        font-size: 16px;
        line-height: 24px;
        height: 72px;
    }

    .blog-single-materials .blog-single-materials__posts .blog__excerpt {
        margin-bottom: 16px;
    }

    .blog-single-materials .blog-single-materials__posts .swiper-slide {
        max-width: 324px;
    }
}