#single-article-content .infinite-blog-title-container {
    margin-bottom: 27px;
}

#single-article-content .infinite-blog-title-container .infinite-single-article-title {
    margin-bottom: 16px;
}

#single-article-content .infinite-blog-title-container .article-tax {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px 10px;
}

#single-article-content .infinite-blog-title-container .article-tax .article-tax-term {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

#single-article-content .infinite-blog-title-container .article-tax .article-tax-term a {
    padding: 2px 12px;
    font-size: 11px;
    line-height: 2em;
    color: #494949 !important;
    background-color: #f4f4f4;
    border-radius: 8px;
}

#single-article-content .infinite-blog-title-container .article-tax .article-tax-reading-duration {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
}

#single-article-content .infinite-blog-title-container .article-tax .article-tax-reading-duration span {
    font-size: 11px;
    line-height: 2em;
    color: #494949 !important;
}

#single-article-content .infinite-blog-title-container .infinite-single-author .infinite-blog-info {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    padding-bottom: 17px;
    border-bottom: 1px solid #c4c4c4;
}

#single-article-content .infinite-blog-title-container .infinite-single-author .infinite-blog-info .infinite-single-author-avartar {
    margin-bottom: unset;
}

#single-article-content .infinite-blog-title-container .infinite-single-author .infinite-blog-info .article-author-tax {
    display: flex;
    flex-direction: column;
    padding-top: unset;
}

#single-article-content .infinite-blog-title-container .infinite-single-author .infinite-blog-info .article-author-tax * {
    font-family: Helvetica, sans-serif;
}

#single-article-content .infinite-blog-title-container .infinite-single-author .infinite-blog-info .article-author-tax .article-author {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3em;
}

#single-article-content .infinite-blog-title-container .infinite-single-author .infinite-blog-info .article-author-tax .article-author a {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}

#single-article-content .infinite-blog-title-container .infinite-single-author .infinite-blog-info .article-author-tax .article-author-label {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.3em;
    color: #494949;
    text-transform: capitalize;
}

#single-article-content .infinite-blog-title-container .content-metadata {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-top: 16px;
}

#single-article-content .infinite-blog-title-container .content-metadata p {
    margin-bottom: unset;
    color: #3a3a3a;
    font-size: 13px;
    line-height: 1.3em;
}

#single-article-content .infinite-blog-title-container .content-metadata p span {
    font-weight: 600;
}

.single-post table.global-table {
    --thead-background-color: #ecf2fb;
    --border-color: #cccccc;
    text-align: left;
    overflow: clip;
    background: transparent !important;
    table-layout: auto;
    border-spacing: 0 !important;
    border-collapse: separate;
    border-radius: 1rem;
    border: 1px solid var(--border-color);
}

.single-post table.global-table thead tr th,
.single-post table.global-table thead tr td {
    border-bottom: 1px solid var(--border-color);
}

.single-post table.global-table tr:nth-child(odd),
.single-post table.global-table tr:nth-child(even) {
    background-color: transparent;
}

.single-post table.global-table tr:not(:last-child) th,
.single-post table.global-table tr:not(:last-child) td {
    border-bottom: 1px solid var(--border-color);
}

.single-post table.global-table tr th {
    font-weight: 700;
    background-color: var(--thead-background-color);
}

.single-post table.global-table tr th,
.single-post table.global-table tr td {
    font-size: 16px;
    padding: 12px 16px;
}

.single-post table.global-table tr:has(th:nth-child(3)) th:first-child,
.single-post table.global-table tr:has(th:nth-child(3)) th:last-child,
.single-post table.global-table tr:has(th:nth-child(3)) td:first-child,
.single-post table.global-table tr:has(th:nth-child(3)) td:last-child,
.single-post table.global-table tr:has(td:nth-child(3)) th:first-child,
.single-post table.global-table tr:has(td:nth-child(3)) th:last-child,
.single-post table.global-table tr:has(td:nth-child(3)) td:first-child,
.single-post table.global-table tr:has(td:nth-child(3)) td:last-child {
    white-space: nowrap;
}

.single-post table.global-table tr td {
    line-height: 1.8em;
    color: #3a3a3a;
}

.single-post .tip--box {
    --accent-color: #1a4a98;
    --text-color: #494949;
    --background-color: #fafafa;
}

.single-post .formulaBlock {
    --accent-color: #61399d;
    --text-color: #494949;
    --background-color: #fafafa;
}

.single-post .tip--box,
.single-post .formulaBlock {
    background-color: var(--background-color);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    padding: 1rem;
    margin: 1rem 0rem;
    border-radius: 1rem;
}

.single-post .tip--box p,
.single-post .formulaBlock p {
    margin-bottom: unset !important;
}

.single-post .tip--box strong,
.single-post .formulaBlock strong {
    color: var(--accent-color);
}

.single-post .tip--box img,
.single-post .formulaBlock img {
    -o-object-fit: contain;
    object-fit: contain;
    line-height: 1.8em;
    margin-right: 4px !important;
}

.single-post .tip--box .content,
.single-post .formulaBlock .content {
    color: var(--text-color);
    font-size: 16px;
    line-height: 1.8em;
    width: 100%;
}

.single-post .quoteBlocks {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 2rem;
    background: #fafafa;
    border-radius: 1rem;
    margin-bottom: 1rem;
}

.single-post .quoteBlocks p {
    margin-bottom: unset !important;
}

.single-post .quoteBlocks .qoute-content {
    line-height: 1.8em;
    color: #3a3a3a;
}

.single-post .quoteBlocks .profile {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    align-items: center;
}

.single-post .quoteBlocks .profile p {
    line-height: 0em;
}

.single-post .quoteBlocks .profile img {
    border-radius: 100%;
    width: 88px;
    height: 88px;
    aspect-ratio: 1/1;
}

.single-post .quoteBlocks .profile .profile_details {
    display: flex;
    flex-direction: column;
    gap: 0px;
}

.single-post .quoteBlocks .profile .profile_details .profile_name {
    font-weight: 700;
    font-size: 22px;
    color: #111111;
    line-height: 1.2em;
}

.single-post .quoteBlocks .profile .profile_details .profile_position {
    font-size: 16px;
    font-weight: 400;
    color: #494949;
    line-height: 1.2em;
}

.single-post .storyBlocks {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: 2rem;
    background: #fafafa;
    border-radius: 1rem;
    margin-bottom: 2rem;
}

.single-post .storyBlocks .storyBlocks--title {
    font-weight: 700;
    font-size: 30px;
    line-height: 1.3em;
    letter-spacing: -0.5px;
    margin: unset;
}

.single-post .storyBlocks .storyBlocks--image p {
    margin-bottom: unset !important;
}

.single-post .storyBlocks .storyBlocks--image img {
    width: 100%;
    height: auto;
    border-radius: 0.5rem;
    margin: 0px 0px 1rem;
}

.single-post .storyBlocks .storyBlocks--image .storyBlocks--image-caption {
    font-weight: 400;
    font-size: 13px;
    line-height: 1.3em;
    margin-bottom: unset !important;
    color: #8d8d8d;
}

.single-post .storyBlocks .storyBlocks--content p {
    font-weight: 400;
    line-height: 1.3em;
    color: #111111;
}

.single-post .storyBlocks .storyBlocks--content p:not(:last-child) {
    margin-bottom: 1rem;
}

.single-post .storyBlocks .storyBlocks--content p:last-child {
    margin-bottom: unset !important;
}

.postid-40849 .mid-opt {
    display: none !important;
}

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

    .single-post table.global-table tr:has(th:nth-child(3)) th:first-child,
    .single-post table.global-table tr:has(th:nth-child(3)) th:last-child,
    .single-post table.global-table tr:has(th:nth-child(3)) td:first-child,
    .single-post table.global-table tr:has(th:nth-child(3)) td:last-child,
    .single-post table.global-table tr:has(td:nth-child(3)) th:first-child,
    .single-post table.global-table tr:has(td:nth-child(3)) th:last-child,
    .single-post table.global-table tr:has(td:nth-child(3)) td:first-child,
    .single-post table.global-table tr:has(td:nth-child(3)) td:last-child {
        white-space: wrap;
    }
}

@media screen and (max-width: 600px) {
    #single-article-content .infinite-blog-title-container .article-tax {
        flex-direction: column;
        align-items: flex-start;
    }

    .single-post .storyBlocks {
        padding: 1rem;
        gap: 1rem;
    }

    .single-post div {
        overflow-x: clip !important;
    }

    .single-post div .blog-bottom-case-study div {
        overflow-x: unset !important;
    }
}