.article .breadcrumb {
    padding: 0px 15px 19px 15px;
    margin-top: 30px;
    margin-bottom: 10px;
    list-style: none;
    background-color: transparent;
    border-radius: 6px;
    border-bottom: 1px solid #dfe1e36e;
}

.article  .breadcrumb a {
    color: #505253c4;
}

a.breadcrumb-deepest-link {
    font-weight: bold;
    color: #333 !important;
}

.article .breadcrumb span {
    font-weight: bold;
    color: var(--gb-orange-text);
}

/* ==========================================================================
   Article Posts
========================================================================== */
.article-wrapper {
    background: linear-gradient(0deg, #FFFFFF 80%, #f6fdff 100%);
    padding: 20px 0px 0px 0px; 
    position: relative;
}

.article {
    display: flex;
    max-width: var(--1400);
    margin: 0px auto;
    flex-direction: column;
    align-items: center;
}

.article .title {
    text-align: center;
    margin: 0px auto;
}

.article .title h1 {
    font-family: var(--font-family);
    color: var(--primary-900);
    font-size: 48px;
    line-height: 130%;
    font-weight: 900;
    max-width: 1024px;
    width: 100%;
    margin: 0px auto;
    padding: 0px;
}

.article .featured-image-container {
    width: 100%;
    max-width: var(--1400);
    max-height: 600px;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    margin: 40px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e4f1fb;
    box-shadow: 0px 0px 28px rgba(0, 156, 222, 0.08);
    border-radius: 12px;
}

.article .featured-image-container .featured-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.content-container {
    max-width: var(--1280);
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 60px;
}

.content-container .left-sidebar,
.content-container .right-sidebar {
    width: 15%;
}

.content-container .main-content {
    max-width: 840px;
    width: 70%;
}

.content-container .main-content :first-child {
    margin-top: 0px;
}

.categories {
    margin: 0px auto;
    padding: 0px;
    list-style: none;
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 6px;
}

.categories li {
    margin: 0px;
}

.categories li a {
    border: 1px solid var(--gb-grey-one);
    border-radius: 6px;
    display: inline-flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: var(--gb-dark-grey-text);
    text-decoration: none;
    padding: 10px 24px;
    transition: var(--animate-transition);
}

.left-sidebar h2,
.reading-time h2,
.right-sidebar h2 {
    color: #4D4F50;
    font-size: 14px;
    font-weight: 500;
    margin: 0px;
    padding: 0px;
    margin-bottom: 16px;
}

.reading-time h2 {
    margin-bottom: 8px;
}

.reading-time div {
    display: flex;
}

.reading-time div svg {
    width: 18px;
    margin-right: 4px;
    color: var(--gb-blue);
}

.article-author {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #daebef;
}

.author-info {
    font-size: 14px;
    color: #4D4F50;
}

.author-info a {
    font-size: 16px;
    line-height: 20px;
    color: var(--primary-900);
    margin: 0px;
    padding: 0px;
    font-weight: 600;
    display: block;
}

.post-intro {
    border: 1px solid #daebef;
    margin-bottom: 24px;
    padding-bottom: 24px;
    background-color: #eaf7f980;
    padding-top: 24px;
    border-radius: 12px;
}

.content-container .main-content .post-intro p {
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    color: var(--primary-900);    
}

.post-intro p:last-of-type {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.content-container .main-content figure {
    margin: 3em auto;
    position: relative;
}

.content-container .main-content img {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e4f1fb;
    box-shadow: 0px 0px 28px rgba(0, 156, 222, 0.08);
    border-radius: 12px;
    background-color: #fff;
}

.content-container .main-content figcaption {
    margin: 0px;
    padding: 12px 30px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    border-bottom: 1px dashed #daebef;
    border-top: 0px;
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: var(--gray-900);
    background: linear-gradient(180deg, rgba(245, 251, 254, 0.5) 0%, rgba(255, 255, 255, 1) 90%);
}

.content-container .main-content a {
    font-weight: 500;
    color: var(--gb-blue-text);
    text-decoration: none;
    border-bottom: 2px solid #c1e1f4;
    transition: var(--animate-transition);
}

.content-container .main-content a:hover {
    color: var(--primary-900);
    border-bottom-color: var(--gb-orange-text);
}

.content-container .main-content p {
    color: var(--gray-900);
    font-size: 18px;
    padding: 0px 30px;
    margin-bottom: 1em;
    margin-top: 1em;
    line-height: 32px;
}

.content-container .main-content h2 {
    font-weight: 800;
    font-size: 32px;
    line-height: 42px;
    color: var(--primary-900);
    display: flex;
    margin: 0px;
    margin-top: 1em;
    margin-bottom: 20px;
    padding: 0px 30px;
}

.content-container .main-content h3 {
    font-weight: 800;
    font-size: 26px;
    line-height: 30px;
    color: var(--primary-900);
    display: flex;
    margin: 0px;
    margin-bottom: 20px;
    padding: 0px 30px;
}

.content-container .main-content ul {
    margin: 0px;
    margin-bottom: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    box-sizing: border-box;
    list-style: none;
    padding-inline-start: 60px;
    margin-right: 30px;
}

.content-container .main-content ul li {
    font-size: 18px;
    line-height: 32px;
    color: var(--gb-dark-grey-text);
    padding-left: 18px;
    background-image: url(../img/blue-bullet-fill.png);
    background-repeat: no-repeat;
    background-position: 0px 14px;
    margin-top: 1em;
    margin-bottom: 1em;
}

.content-container .main-content ol {
    margin: 0px;
    margin-bottom: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    box-sizing: border-box;
    padding-inline-start: 60px;
    margin-right: 30px;
}

.content-container .main-content ol li {
    font-size: 18px;
    line-height: 32px;
    color: var(--gb-dark-grey-text);
    margin-top: 1em;
    margin-bottom: 1em;
}


.related-posts-wrapper {
    font-family: var(--font-family);
    background: linear-gradient(0deg, rgba(244, 252, 255, 0.53), rgba(244, 252, 255, 0.53)), var(--gb-white);
    font-weight: 400;
    font-size: 24px;
    line-height: 154%;
    color: var(--gb-dark-grey-text);
    padding: 60px 0px;
}

.related-posts-container {
    max-width: var(--1280);
    margin: 0px auto;
    background: url(../img/team-member-shapes-bg.png) center center no-repeat;
    background-size: contain;
}

.related-posts-container h3 {
    font-family: var(--font-family);
    font-weight: 800;
    font-size: 34px;
    color: var(--primary-900);
    display: flex;
    justify-content: flex-start;
    text-align: center;
    max-width: 1280px;
    margin: 0px auto 60px auto;
}

.related-posts-container h3::after {
    content: url(../img/heading-div.svg);
    display: inline-flex;
    margin-left: 12px;
    height: 30px;
    align-items: center;
}

.related-posts {
    margin-top: 4rem;
}

.related-posts h3 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
}

.related-posts-grid {
    display: flex;
    gap: 50px;
    list-style: none;
    padding: 0;
    flex-wrap: wrap;
}

.related-post {
    flex: 1 1 30%;
    display: flex;
    flex-direction: column;
    text-align: center;
    border-radius: 16px;
    background-color: var(--gb-white);
    border: 1px solid #d4e9f1;
    font-weight: 500;
    font-size: 16px;
    transition: var(--animate-transition);
}

.related-post:hover {
    filter: drop-shadow(0px 0px 30px rgba(173, 217, 228, 0.6));
}

.related-thumbnail {
    width: 100%;
    max-width: 100%;
    max-height: 200px;
    aspect-ratio: 9 / 16;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.related-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.related-title {
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    color: var(--gb-dark-grey-text);
    padding: 18px 30px;
    height: 100%;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}

.related-post a {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: var(--gb-dark-grey-text);
    position: relative;
    overflow: hidden;
    transition: var(--animate-transition);
    border-radius: 16px;
    border-bottom: 2px solid transparent;
    height: 100%;
}

.related-post a:hover {
    border-radius: 16px;
    border-bottom: 2px solid;
    border-color: var(--gb-orange-text);
}

.related-post a:hover .related-title {
    /* text-decoration: underline; */
}

.post-tags {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.post-tags li {
    margin: 0px;
    padding: 0px;
}

.post-tags li a {
    display: inline-flex;
    border: 1px solid #daebef;
    border-radius: 6px;
    padding: 4px 16px;
    background: #fff;
    color: var(--gb-blue-900);
}

.post-tags li a:hover {
    text-decoration: none;
    border-color: #007dba7a;
}


/* make videos and embeds responsive */
.wp-block-embed__wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio (height / width * 100) */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    border: 1px solid #e4f1fb;
    box-shadow: 0px 0px 28px rgba(0, 156, 222, 0.08);
    border-radius: 12px;
}

.wp-block-embed__wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.wp-block-buttons {
    margin: 0px 30px;
}

.wp-block-button__link {
    background-color: var(--gb-white);
    border: 1px solid var(--gb-grey-one);
    border-radius: 6px;
    display: inline-flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 18px;
    color: var(--gb-dark-grey-text);
    text-decoration: none;
    padding: 10px 24px;
    transition: var(--animate-transition);
}

.content-container .main-content .wp-block-pullquote {
    box-sizing: border-box;
    overflow-wrap: break-word;
    text-align: left;
    background: #F5FBFE;
    padding: 32px;
    border-radius: 12px;
    position: relative;
    margin-top: 2.5em;
    margin-bottom: 2.5em;
    border-left: 3px solid #b9ddf261;
    border-bottom: 1px dashed #b9ddf261;
}

.content-container .main-content .wp-block-pullquote::after {
    content: '\201C';
    color: var(--gb-blue-text);
    display: inline-flex;
    font-size: 70px;
    font-family: sans-serif;
    position: absolute;
    top: -36px;
    left: 30px;
}

.content-container .main-content .wp-block-pullquote cite {
    display: block;
    font-size: 20px;
    line-height: 40px;
    color: #004D72;
    margin: 0px 18px;
    padding: 0px;
    font-weight: 400;
    text-align: right;
}

.content-container .main-content .wp-block-pullquote blockquote {
    margin: 0px;
    padding: 0px;
}

.content-container .main-content .wp-block-pullquote p {
    font-size: 28px;
    line-height: 40px;
    color: var(--primary-900);
    margin: 0px 18px;
    padding: 0px;
    font-weight: 400;
}

/* Normal Quote */
.content-container .main-content .wp-block-quote {
    margin: 0px;
    padding: 0px;
}

.content-container .main-content .wp-block-quote {
    box-sizing: border-box;
    overflow-wrap: break-word;
    text-align: left;
    background: #F5FBFE;
    padding: 32px;
    border-radius: 12px;
    position: relative;
    margin-top: 2.5em;
    margin-bottom: 2.5em;
}

.content-container .main-content .wp-block-quote::after {
    content: '\201C';
    color: var(--gb-blue-text);
    display: inline-flex;
    font-size: 70px;
    font-family: sans-serif;
    position: absolute;
    top: -36px;
    left: 30px;
}

.content-container .main-content .wp-block-quote p {
    font-size: 24px;
    line-height: 36px;
    color: var(--primary-900);
    margin: 0px 18px;
    padding: 0px;
    font-weight: 400;
}

/* .wp-block-image::before {
    content: url(../img/core-mark-left.svg);
    display: inline-flex;
    align-items: center;
    position: absolute;
    top: -30px;
    left: -24px;
}

.wp-block-image::after {
    content: url(../img/core-mark-right.svg);
    display: inline-flex;
    align-items: center;
    position: absolute;
    bottom: -30px;
    right: -24px;
} * /



/* Basic sticky TOC */
.toc {
    position: sticky;
    top: 18rem;            /* adjust if you have a taller sticky header */
    max-height: calc(100vh - 2rem);
    overflow: auto;
    padding: 0;
  }
  
  .toc-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .toc-list li {
    font-size: 14px;
  }
  
  .toc-list a {
    display: block;
    padding: .25rem 0;
    text-decoration: none;
    color: #222;
    line-height: 1.35;
  }
  
  .toc-list a:hover { text-decoration: underline; }
  
  /* Active section highlight */
  .toc-list a.active {
    font-weight: 600;
    text-decoration: underline;
  }
  