/*
 * Blog Internal Styles
 */
.single article .inside-article .entry-meta {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    letter-spacing: -0.14px;
    color: #595959;
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #CDCDCD;
    display: grid;
}
.single article .inside-article .entry-meta .post-author {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
    letter-spacing: -0.16px;
    display: block;
    order: -1;
    margin-bottom: 4px;
}
.single article .inside-article .entry-meta .post-author .byline a {
    color: var(--black, #262626);
    text-decoration: none;
    font-weight: 600;
}
.wp-block-image img {
    border-radius: 20px;
    overflow: hidden;
}
.page-content-container {
    justify-content: center;
}
.page-content-container article :is(h1, h2, h3, h4) {
    margin-bottom: 25px;
}
.page-content-container .sidebar .widget p:empty {
    display: none;
}
.page-content-container .sidebar .widget {
    padding: 30px 30px 10px;
}
.page-content-container .sidebar .widget:has(p:empty:only-child) {
    display: none;
}
.page-content-container .sidebar {
    max-width: 356px;
    margin-left: 50px;
    align-self: flex-start;
    position: sticky;
    top: 86px;
    width: auto;
}
.single-case_study .page-content-container .sidebar {
    position: relative;
    top: 0 !important;
}
.single .page-content-container {
    padding-bottom: 60px;
}
.post-author-introduction {
    width: 100%;
    margin-bottom: 25px;
    color: #595959;
    display: grid;
    grid-template-areas: "avatar author-name" 
                         "avatar post-date";
    justify-content: flex-start;
    grid-gap: 0 20px;
    padding-right: 100px;
    position: relative;
}
.post-author-introduction .author-name {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: -0.16px;
    color: var(--peach-dark, #F9646A);
}
.post-author-introduction .author-details {
    margin-bottom: 0;
    margin-top: auto;
    grid-area: "author-name";
}
.post-author-introduction .post-date {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    letter-spacing: -0.14px;
    margin-bottom: 0;
    grid-area: "post-date";
    margin-bottom: auto;
}
.post-author-introduction .post-read-time {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: -0.15px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    color: var(--black, #262626);
}
.post-author-introduction .author-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #E4E4E4;
    border: 3px solid var(--peach-dark, #F9646A);
    grid-area: "avatar";
    grid-row: span 2;
}
.post-author-introduction .author-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.post-author-bio {
    width: 100%;
    margin-top: 25px;
    padding: 30px;
    border-radius: 20px;
    display: grid;
    grid-template-areas: "avatar author-name"
                         "socials author-details";
    grid-template-columns: 80px 1fr;
    grid-gap: 0 20px;
    background-color: var(--lavender-light, #9473F9);
    background: linear-gradient(351deg, #8862FF 0%, #C1A7FF 100%);
    position: relative;
    align-items: center;
    align-content: center;
}
.post-author-bio::before {
    content: "";
    z-index: 0;
    background-color: #fff;
    top: 2px;
    left: 2px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    position: absolute;
    border-radius: 18px;
    background-color: #f7f4ff;
}
.post-author-bio .author-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #E4E4E4;
    border: 3px solid var(--peach-dark, #F9646A);
    grid-area: avatar;
    position: relative;
    z-index: 1;
}
.post-author-bio .author-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.post-author-bio .author-socials {
    position: relative;
    z-index: 1;
    margin-bottom: auto;
    justify-content: center;
    display: inline-flex;
    flex-wrap: wrap;
    padding-top: 20px;
}
.post-author-bio .author-name-details {
    position: relative;
    z-index: 1;
    grid-area: author-name;
}
.post-author-bio .author-link {
    position: absolute;
    top: 25px;
    right: 30px;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
    text-underline-position: under;
    color: var(--blue-light, #2CC1DF);
}
.post-author-bio .author-socials a {
    background-color: #3E3E3E;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin: 0 2px;
    border: 2px solid var(--lavender-light, #9473F9);
}
.post-author-bio .author-name {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.2px;
    margin-bottom: 6px;
    color: var(--peach-dark, #F9646A);
}
.post-author-bio .author-job-title {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: -0.14px;
    color: #595959;
    margin-bottom: 0;
}
.post-author-bio .author-details {
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: 23px;
    grid-area: author-details;
    z-index: 1;
}
@media (min-width: 992px) {
    body.admin-bar .page-content-container .sidebar {
        top: 118px;
    }
    .single-post .page-content-container,
    .single-case_study .page-content-container {
        padding-top: 0;
        z-index: 1;
        position: relative;
    }
    .single-post .page-content-container .sidebar,
    .single-case_study .page-content-container .sidebar {
        margin-top: -122px;
        z-index: 2;
        background-color: var(--white, #FFFFFF);
        border-top-right-radius: 30px;
        margin-right: -30px;
    }
    .single-post .page-content-container .sidebar::after,
    .single-case_study .page-content-container .sidebar::after {
        content: url("data:image/svg+xml,%3Csvg width='19' height='19' viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.00548935 0C-0.00171852 0.273956 -0.00194168 0.559762 0.00548935 0.855881V19H19C4.07911 19 0.169851 7.40546 0.00548935 0.855881V0Z' fill='white'/%3E%3C/svg%3E%0A");
        top: 103px;
        right: -19px;
        width: 19px;
        height: 19px;
        position: absolute;
        pointer-events: none;
    }
    .single-post .page-content-container > article.type-post,
    .single-case_study .page-content-container > article.type-case_study {
        margin-top: -122px;
        z-index: 1;
        background-color: var(--white, #FFFFFF);
        padding-top: 30px;
        position: relative;
    }
    .single-post .page-content-container > article.type-post::before,
    .single-case_study .page-content-container > article.type-case_study::before {
        content: "";
        position: absolute;
        left: -30px;
        top: 0;
        border-top-left-radius: 30px;
        background-color: var(--white, #FFFFFF);
        height: 200px;
        width: calc(100% + 80px);
        z-index: -1;
        pointer-events: none;
    }
    .single-post .page-content-container > article.type-post::after,
    .single-case_study .page-content-container > article.type-case_study::after {
        content: url("data:image/svg+xml,%3Csvg width='19' height='19' viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.9945 0C19.0017 0.273956 19.0019 0.559762 18.9945 0.855881V19H0C14.9209 19 18.8301 7.40546 18.9945 0.855881V0Z' fill='white'/%3E%3C/svg%3E%0A");
        top: 103px;
        left: -49px;
        width: 19px;
        height: 19px;
        position: absolute;
        pointer-events: none;
    }
}
@media (max-width: 1110px) and (min-width: 992px) {
    .single-post .page-content-container > article.type-post::after,
    .single-post .page-content-container .sidebar::after,
    .single-case_study .page-content-container > article.type-case_study::after,
    .single-case_study .page-content-container .sidebar::after {
        display: none;
    }
    .single-post .page-content-container > article.type-post,
    .single-case_study .page-content-container > article.type-case_study {
        flex: 0 0 80%;
        margin: 0;
    }
    .page-content-container .sidebar {
        position: relative;
        max-width: 100%;
        width: 100%;
        margin: 30px 0 0 !important;
        top: unset !important;
        flex: 0 0 80%;
    }
    .page-content-container .sidebar .widget:has(.table-of-contents) {
        display: none;
    }
    .page-content-container .sidebar .widget {
        padding: 0;
    }
    .page-content-container .sidebar .inside-right-sidebar {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px;
    }
}
@media (max-width: 991px) {
    .page-content-container .sidebar {
        top: unset;
        position: relative;
        max-width: 100%;
        width: 100%;
        margin: 30px 0 0;
    }
    .page-content-container .sidebar .inside-right-sidebar {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px;
    }
    .page-content-container .sidebar .widget {
        padding: 0;
    }
    .page-content-container .sidebar .widget:has(.table-of-contents) {
        display: none;
    }
    .post-author-bio .author-link {
        position: relative;
        display: inline-block;
        top: unset;
        right: unset;
    }
    .post-author-bio {
        grid-template-areas: unset;
        grid-template-columns: unset;
        padding: 32px 20px;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        min-height: 190px;
    }
    .post-author-bio .author-avatar,
    .post-author-bio .author-name-details,
    .post-author-bio .author-details {
        grid-area: unset;
        width: 100%;
    }
    .post-author-bio .author-name-details {
        order: -1;
        padding-left: 98px;
    }
    .post-author-bio .author-socials {
        padding-left: 98px;
        padding-top: 6px;
        width: 100%;
        justify-content: flex-start;
    }
    .post-author-bio .author-avatar {
        width: 86px;
        height: 86px;
        position: absolute;
        top: 32px;
        left: 20px;
    }
    .post-author-bio .author-details {
        padding-top: 12px;
    }
    .post-author-bio .author-socials a {
        margin: 0 4px 4px 0;
    }
}
@media (max-width: 575px) {
    .page-content-container .sidebar .inside-right-sidebar {
        grid-template-columns: repeat(1, 1fr);
    }
}

/*
 * Share Buttons Styles
 */
.share-buttons {
    display: flex;
    flex-wrap: wrap;
    padding: 0 24px;
}
.share-buttons p {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: -0.18px;
    text-transform: capitalize;
    flex: 0 0 100%;
    font-family: var(--font-inter, 'Inter', sans-serif);
    margin-bottom: 12px;
}
.share-buttons .share-item {
    display: inline-flex;
    flex-wrap: wrap;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid var(--lavender-light, #9473F9);
    background-color: #3E3E3E;
    margin: 0 12px 12px 0;
    align-items: center;
    justify-content: center;
}
@media (max-width: 1280px) {
    .share-buttons {
        padding: 0;
    }
}
@media (max-width: 991px) {
    .page-content-container .sidebar .widget:has(.share-buttons) {
        grid-column: -1 / 1;
        order: -1;
    }
}

/*
 * Table of Contents Styles
 */
.table-of-contents {
    padding: 26px;
    border-radius: 26px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    letter-spacing: -0.14px;
    font-family: var(--font-inter, 'Inter', sans-serif);
    position: relative;
    background-color: #fcfcfc;
    background: linear-gradient(10deg,rgba(228, 228, 228, 1) 0%, rgba(144, 130, 186, 1) 17%, rgba(255, 255, 255, 1) 51%, rgba(144, 130, 186, 1) 79%, rgba(255, 255, 255, 1) 100%);
    border: unset;
}
.table-of-contents .toc-list {
    max-height: 12rem;
    overflow: auto;
    padding-right: 14px;
    z-index: 1;
    position: relative;
}
.table-of-contents::before {
    content: "";
    z-index: 0;
    background-color: #fff;
    top: 2px;
    left: 2px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    position: absolute;
    border-radius: 24px;
}
.table-of-contents .toc-list::-webkit-scrollbar {
	width: 4px;
    background-color: #E4E4E4;
}
.table-of-contents .toc-list::-webkit-scrollbar-thumb {
	background-color: var(--lavender-light, #9473F9);
	border-radius: 4px;
}
.table-of-contents .contents-title {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.18px;
    line-height: 22px;
    margin-bottom: 20px;
    z-index: 1;
    position: relative;
}
.table-of-contents li {
    position: relative;
    transition: all 0.3s ease-in-out;
}
.table-of-contents li::before {
    content: "";
    height: calc(100% - 4px);
    width: 0;
    background-color: var(--lavender-light, #9473F9);
    position: absolute;
    left: 0;
    top: 2px;
    pointer-events: none;
}
.table-of-contents li:has(.active)::before {
    width: 3px;
    transition: all 0.3s ease-in-out;
}
.table-of-contents li:not(:last-child) {
    margin-bottom: 14px;
}
.table-of-contents li a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}
.table-of-contents li a:not(:hover, :focus) {
    color: var(--black, #262626);
    text-decoration: none;
}
.table-of-contents li:has(.active) {
    padding-left: 11px;
    transition: all 0.3s ease-in-out;
}
.table-of-contents li a.active {
    color: var(--lavender-light, #9473F9);
    font-weight: 600;
    transition: all 0.3s ease-in-out;
}

/*
 * Demo Widget Styles
 */
.demo-call-to-action {
    border-radius: 26px;
    padding: 32px 24px;
    color: var(--white, #FFFFFF);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    letter-spacing: -0.28px;
    position: relative;
    background-color: #fcfcfc;
    background: linear-gradient(10deg,rgba(228, 228, 228, 1) 0%, rgba(144, 130, 186, 1) 17%, rgba(255, 255, 255, 1) 51%, rgba(144, 130, 186, 1) 79%, rgba(255, 255, 255, 1) 100%);
}
.demo-call-to-action::before {
    content: "";
    z-index: 0;
    top: 2px;
    left: 2px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    position: absolute;
    border-radius: 24px;
    background-color: var(--lavender-dark, #6147B0);
    background: linear-gradient(249deg, rgba(148, 115, 249, 0.50) 0%, rgba(57, 57, 57, 0.00) 55.66%), linear-gradient(237deg, rgba(57, 57, 57, 0.00) 0%, rgba(148, 115, 249, 0.50) 92.58%), #262626;
}
.demo-call-to-action > * {
    position: relative;
    z-index: 1;
}
.demo-call-to-action h2 {
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px; /* 100% */
    letter-spacing: -0.5px;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.demo-call-to-action .content-button {
    width: 100%;
}
.demo-call-to-action .content-button .button-title::before {
    content: url("data:image/svg+xml,%3Csvg width='17' height='18' viewBox='0 0 17 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.14518 5.14583V0.8125M11.6452 5.14583V0.8125M8.39518 7.3125V10.0208M8.39518 10.0208V12.7292M8.39518 10.0208L5.6875 10.0208M8.39518 10.0208L11.1038 10.0208M0.812503 8.39583V11.6458C0.812503 14.6374 3.23763 17.0625 6.22917 17.0625H10.5625C11.9991 17.0625 13.3768 16.4918 14.3927 15.476C15.4085 14.4602 15.9792 13.0824 15.9792 11.6458V8.39583C15.9806 6.9588 15.4104 5.58022 14.3943 4.56408C13.3781 3.54795 11.9995 2.97773 10.5625 2.97917H6.22917C4.79214 2.97773 3.41355 3.54795 2.39742 4.56408C1.38128 5.58022 0.811064 6.9588 0.812503 8.39583Z' stroke='white' stroke-width='1.625' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    display: inline-block;
    line-height: 1;
    font-size: 0;
    vertical-align: middle;
    margin: -2px 4px 0 0;
}

/* 
 * Blog Archive Styles
 */
body:is(.archive, .blog) .posts-archive-container {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 20px 19px;
    margin-bottom: 60px !important;
}
body:is(.archive, .blog) .posts-archive-container .no-results {
    grid-column: -1 / 1;
    text-align: center;
    padding: 60px 0 0;
}
.site-content .site-main .masonry-load-more {
    text-align: center;
    margin: 0 0 60px;
    grid-column: -1 / 1;
}
.site-content .site-main .posts-archive-container .masonry-load-more {
    margin: 60px 0 0;
}
body:is(.archive, .blog) .site-content {
    overflow: hidden;
}
@media (max-width: 1280px) {
    body:is(.archive, .blog) .posts-archive-container {
        grid-template-columns: repeat(4, 1fr);
    }
}
@media (max-width: 991px) {
    body:is(.archive, .blog) .posts-archive-container {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 768px) {
    body:is(.archive, .blog) .posts-archive-container {
        grid-template-columns: repeat(2, 1fr);
    }
    body:is(.archive, .blog) .posts-archive-container,
    .site-content .site-main .masonry-load-more {
        margin-bottom: 25px !important;
    }
    .site-content .site-main .posts-archive-container .masonry-load-more {
        margin: 25px 0 0 !important;
    }
}
@media (max-width: 575px) {
    body:is(.archive, .blog) .posts-archive-container {
        grid-template-columns: repeat(1, 1fr);
    }
}

/*
 * Blog filters Styles
 */
.blog-filters-section {
    padding: 31px 0;
    grid-column: -1 / 1;
    order: -1;
}
.filters-form {
    grid-column: -1 / 1;
    display: flex;
    flex-wrap: wrap;
}
.filters-form fieldset {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: 100%;
    position: relative;
}
.filters-form fieldset legend {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 17px;
    text-transform: uppercase;
    color: var(--black, #262626);
    position: absolute;
    top: 0;
    left: 0;
}
.filters-form fieldset .wp-block-categories {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 17px;
    text-transform: uppercase;
    margin: 0;
    width: calc(100% - 400px);
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.filters-form fieldset .wp-block-categories li {
    margin-right: 12px;
    margin-bottom: 12px;
    list-style-type: none;
    display: inline-block;
}
.filters-form fieldset .wp-block-categories .category-filter {
    cursor: pointer;
    padding: 8px 14px;
    border: 1px solid var(--lavender-light, #9473F9);
    color: var(--text-colour, #000);
    background-color: var(--white, #FFFFFF);
    display: inline-block;
    border-radius: 7px;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}
.filters-form fieldset .wp-block-categories .category-filter[aria-current="page"] {
    background-color: var(--lavender-light, #9473F9);
    color: var(--white, #FFFFFF);
    transition: all 0.3s ease-in-out;
}
.filters-form fieldset .wp-block-categories .category-filter:is(:hover, :focus) {
    background-color: var(--lavender-light, #9473F9);
    color: var(--white, #FFFFFF);
    transition: all 0.3s ease-in-out;
}
@media (min-width: 1025px) {
    .category-filters-toggle {
        display: none;
    }
}
@media (max-width: 1024px) {
    .filters-form fieldset {
        justify-content: flex-start;
    }
    .filters-form fieldset legend {
        display: none;
    }
    .filters-form fieldset .wp-block-categories {
        width: 100%;
        justify-content: flex-start;
        margin-top: 19px;
    }
    .filters-form fieldset .wp-block-categories:not(.filters-expanded) {
        display: none;
    }
    .category-filters-toggle {
        display: inline-flex;
        color: var(--text-colour, #000);
        border-radius: 15px;
        align-items: center;
    }
    .category-filters-toggle::after {
        content: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.2826 1.28318L6.28255 6.28318C6.21287 6.3531 6.13008 6.40857 6.03892 6.44643C5.94775 6.48428 5.85001 6.50377 5.7513 6.50377C5.65259 6.50377 5.55485 6.48428 5.46369 6.44643C5.37252 6.40857 5.28973 6.3531 5.22005 6.28318L0.220051 1.28318C0.0791548 1.14228 -2.09952e-09 0.951183 0 0.751926C2.09952e-09 0.552669 0.0791548 0.361572 0.220051 0.220676C0.360947 0.0797797 0.552044 0.000625136 0.751301 0.000625134C0.950558 0.000625131 1.14165 0.0797797 1.28255 0.220676L5.75193 4.69005L10.2213 0.220051C10.3622 0.079155 10.5533 0 10.7526 0C10.9518 0 11.1429 0.079155 11.2838 0.220051C11.4247 0.360948 11.5039 0.552044 11.5039 0.751301C11.5039 0.950559 11.4247 1.14166 11.2838 1.28255L11.2826 1.28318Z' fill='%23595959'/%3E%3C/svg%3E%0A");
        display: inline-block;
        margin-left: 8px;
        line-height: 1;
        vertical-align: middle;
        font-size: 0;
    }
}

/*
 * Latest Articles Styles
 */
.latest-archive-articles-section {
    padding: 0 0 72px;
    position: relative;
    grid-column: -1 / 1;
    order: -1;
}
.latest-archive-articles-section::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    width: 100svw;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(241, 236, 255, 1) 0%, rgba(241, 236, 255, 0) 100%);  
}
body:is(.archive, .blog) .latest-archive-articles-section .latest-articles-container {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px 40px;
    margin-bottom: 0 !important;
}
.latest-articles-container article:first-child {
    grid-row: 1 / span 3;
}
.latest-articles-container article:is(.type-post, .type-case_study).latest-featured-article .inside-article .post-image {
    height: unset !important;
    margin: 0 0 20px !important;
    aspect-ratio: 16 / 8;
    border-radius: 20px;
    overflow: hidden;
    width: 100%;
}

@media (min-width: 1025px) {
    .latest-articles-container article:is(.type-post, .type-case_study):not(.latest-featured-article) .inside-article {
        display: grid;
        grid-template-areas: "post-image post-title"
                            "post-image post-excerpt"
                            "post-image post-meta";
        grid-template-columns: 180px 1fr;
        grid-gap: 0 25px;
    }
    .latest-articles-container article:is(.type-post, .type-case_study):not(.latest-featured-article) .inside-article .post-image {
        height: unset !important;
        margin: 0 !important;
        grid-area: post-image;
        position: relative;
        aspect-ratio: 1 / 1;
        border-radius: 20px;
        overflow: hidden;
    }
    .latest-articles-container article:is(.type-post, .type-case_study):not(.latest-featured-article) .inside-article .entry-summary {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    body:not(.single-post, .single-case_study) .latest-articles-container article:is(.type-post, .type-case_study) {
        padding: 0 !important;
        border-radius: 0 !important;
        background-color: var(--white, #FFFFFF);
    }
    .latest-articles-container article:is(.type-post, .type-case_study) .footer-entry-details .author-name {
        color: var(--peach-dark, #F9646A);
    }
    .latest-articles-container article:is(.type-post, .type-case_study) .footer-entry-details .author-name::after {
        content: "•";
        margin-left: 8px;
        display: inline-block;
        color: #595959;
    }
}
@media (max-width: 1024px) {
    .blog-filters-section {
        order: -2;
        padding-bottom: 0;
    }
    body:is(.archive, .blog) .site-main {
        display: grid;
    }
    .latest-archive-articles-section {
        padding-bottom: 19px;
    }
    .latest-archive-articles-section::after {
        display: none;
    }
}
@media (max-width: 1024px) and (min-width: 769px) {
    body:is(.archive, .blog) .latest-archive-articles-section .latest-articles-container {
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 20px 19px;
    }
    .latest-articles-container article:first-child {
        grid-row: unset;
        grid-column: -1 / 1;
    }
    body:not(.single-post, .single-case_study) .latest-articles-container article:is(.type-post, .type-case_study):first-child {
        padding: 0 !important;
        border-radius: 0 !important;
        margin-bottom: 20px;
    }
}
@media (max-width: 768px) {
    .latest-articles-container article:first-child { 
        grid-row: unset;
    }
    body:is(.archive, .blog) .latest-archive-articles-section .latest-articles-container {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px 19px;
    }
    .latest-articles-container article:is(.type-post, .type-case_study).latest-featured-article .inside-article .post-image {
        margin: -21px -16px 15px !important;
        height: 200px !important;
        border-radius: 20px 20px 0 0;
    }
}
@media (max-width: 575px) {
    body:is(.archive, .blog) .latest-archive-articles-section .latest-articles-container {
        grid-template-columns: repeat(1, 1fr);
    }
}

/* 
 * Case Study Overview Styles
 */
.case-study-overview {
    padding: 26px;
    border-radius: 26px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    font-family: var(--font-inter);
    position: relative;
    background-color: #fcfcfc;
    background: linear-gradient(10deg, rgba(228, 228, 228, 1) 0%, rgba(144, 130, 186, 1) 17%, rgba(255, 255, 255, 1) 51%, rgba(144, 130, 186, 1) 79%, rgba(255, 255, 255, 1) 100%);
    border: unset;
}
.case-study-overview::before {
    content: "";
    z-index: 0;
    background-color: #fff;
    top: 2px;
    left: 2px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    position: absolute;
    border-radius: 24px;
}
.case-study-overview > * {
    z-index: 1;
    position: relative;
}
.case-study-overview h2 {
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px; /* 100% */
    letter-spacing: -0.5px;
    text-transform: capitalize;
    background: linear-gradient(108deg, var(--lavender-light, #9473F9) 0.55%, var(--lavender-dark, #6147B0) 95.44%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.case-study-overview strong {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: -0.18px;
    display: block;
    margin-bottom: 12px;
}
.case-study-overview > div:not(:last-child) {
    margin-bottom: 20px;
}
.case-study-overview .products-list li {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    color: var(--black, #262626);
    padding: 5px 12px;
    display: inline-block;
    margin: 0 8px 8px 0;
    border-radius: 7px;
    background-color: #fcfcfc;
    background: linear-gradient(108deg, var(--lavender-light, #9473F9) 0.55%, var(--lavender-dark, #6147B0) 95.44%);
    position: relative;
}
.case-study-overview .products-list li span {
    position: relative;
    z-index: 1;
}
.case-study-overview .products-list li::before {
    content: "";
    z-index: 0;
    background-color: #fff;
    top: 2px;
    left: 2px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    position: absolute;
    border-radius: 5px;
}
.case-study-overview .company-logo img {
    object-fit: contain;
    max-width: 136px;
}
.case-study-overview .tag-item a {
    color: var(--text-colour, #000);
    text-decoration: none;
}
.case-study-overview .tag-item a:is(:hover, :focus, :active) {
    text-decoration: underline;
    color: var(--lavender-light, #9473F9);
}