:root {
  --research-blue: var(--neuron-blue, #17173c);
  --research-blue-light: var(--neuron-blue-light, #0d0d70);
  --research-red: var(--neuron-red, #e61949);
  --research-text: var(--neuron-text, #333333);
  --research-muted: var(--neuron-muted, #555555);
  --research-border: var(--neuron-border, #F4F4FF);
  --research-soft-line: var(--neuron-soft-line, rgba(9, 9, 80, 0.1));
  --research-toc-top: 90px;
}




.category-55 .jeg_cat_overlay .jeg_cat_bg:after {
  content: none !important;
  background: transparent !important;
  opacity: 0 !important;
}
.category-55 .jeg_cat_bg {
  background: linear-gradient(to bottom, var(--research-blue) 0%, var(--research-blue-light) 100%) !important;
}
.category-55 .jeg_cat_title {
  color: #ffffff !important;
  font-family: 'Geist', sans-serif !important;
  font-size: 48px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
}
.category-55 .jeg_breadcrumbs,
.category-55 .jeg_breadcrumbs a,
.category-55 .jeg_breadcrumbs span {
  color: #ffffff !important;
  opacity: 0.9;
}
.category-55 .jeg_post_category span {
  display: none !important;
}
.intel-label-container {
  margin-bottom: 10px;
  text-align: left;
  display: block;
  width: 100%;
}
.intel-label-text {
  font-family: 'Geist', sans-serif !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  color: var(--research-blue) !important;
  letter-spacing: 0.02em !important;
  margin: 0 !important;
  line-height: 1.2 !important;
  display: inline-block;
  position: relative;
}
.intel-label-line {
  width: 30px;
  height: 2px;
  background-color: var(--research-blue);
  display: block;
  margin-top: 6px;
  opacity: 0.8;
}
.research_logo,
.research_logo *,
.research_logo img {
  animation: none !important;
  transition: none !important;
  box-shadow: none !important;
  opacity: 1 !important;
  filter: none !important;
  transform: none !important;
  text-decoration: none !important;
}

.research_logo {
  height: 160px !important;
  width: 160px !important;
  border-radius: 50% !important;
  background-color: #ffffff !important;
  border: 2px solid var(--research-border) !important;
  overflow: hidden !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 auto 28px !important;
  position: relative !important;
  padding: 10px !important;
  opacity: 1 !important;
  transform: translateY(0) scale(1) !important;
  max-height: 160px !important;
  transition:
    opacity 0.28s ease,
    transform 0.28s ease,
    max-height 0.28s ease,
    margin 0.28s ease !important;
}

.research_logo img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  position: static !important;
  display: block !important;
  background-color: #ffffff !important;
	clip-path: circle(50% at 50% 50%) !important;
}

body.research-logo-hidden .research_logo {
  opacity: 0 !important;
  transform: translateY(-12px) scale(0.92) !important;
  max-height: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  pointer-events: none !important;
	padding: 0 !important;
}
.research_logo:empty,
.research_logo:not(:has(img)) {
  display: none !important;
}
#research_post_title .jeg_post_title {
  color: var(--research-blue) !important;
  font-size: 48px !important;
  font-weight: 800 !important;
  line-height: 1.4 !important;
  text-align: left !important;
}
#research_post_subtitle .jeg_post_subtitle {
  color: var(--research-muted) !important;
  font-size: 24px !important;
  font-weight: 400 !important;
  line-height: 1.3 !important;
  text-align: left !important;
}
#research_post_content h1,
#research_post_content h2,
#research_post_content h3,
#research_post_content h4 {
  color: var(--research-blue) !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  margin-top: 2.5em !important;
  margin-bottom: 0.8em !important;
  position: relative;
  clear: both;
}
#research_post_content h2 {
  font-size: 24px !important;
  letter-spacing: -0.02em;
  border-bottom: 1px solid var(--research-soft-line);
  padding-bottom: 10px;
}
#research_post_content h3 {
  font-size: 18px !important;
}
#research_post_content h2:first-child,
#research_post_content h1:first-child {
  margin-top: 0 !important;
}
#research_post_content ul,
#research_post_content ol,
#research_post_content li {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 16px;
  line-height: 1.6 !important;
  color: var(--research-text);
}
#research_post_content li {
  margin-bottom: 12px !important;
}
#research_post_content li strong {
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 700 !important;
}
#research_post_content li sup a {
  text-decoration: none !important;
  font-size: 0.8em;
  font-weight: bold;
}
#research_post_content ol li[id*="endnote"],
#research_post_content ol li[id*="endnote"] p,
#research_post_content ol li[id*="endnote"] a,
#research_post_content ol:last-of-type,
#research_post_content ol:last-of-type li {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
}
#research_post_content ol li {
  margin-bottom: 8px !important;
  padding-left: 5px;
}
#research_post_content sup a {
  font-size: 10px !important;
  font-weight: normal !important;
}
#research_toc {
  position: sticky;
  top: var(--research-toc-top);
  z-index: 1;
}
#research_toc #ez-toc-container {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  width: 100% !important;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0 8px 20px 0 !important;
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
}
#research_toc #ez-toc-container::-webkit-scrollbar {
  width: 6px;
}
#research_toc #ez-toc-container::-webkit-scrollbar-thumb {
  background: rgba(9, 9, 80, 0.25);
  border-radius: 20px;
}
#research_toc #ez-toc-container::-webkit-scrollbar-track {
  background: transparent;
}
#research_toc .ez-toc-title-container {
  display: none !important;
}
#research_toc ul.ez-toc-list {
  list-style: none !important;
  counter-reset: toc-level-1;
  padding: 0 !important;
  margin: 0 !important;
}
#research_toc ul.ez-toc-list > li {
  counter-increment: toc-level-1;
  position: relative;
  padding-left: 30px !important;
  margin-bottom: 15px !important;
}
#research_toc ul.ez-toc-list > li::before {
  content: counter(toc-level-1, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 0;
  color: var(--research-blue);
  font-size: 13px;
  font-weight: 700;
  opacity: 0.6;
}
#research_toc ul.ez-toc-list ul {
  list-style: none !important;
  counter-reset: toc-level-2;
  margin-top: 10px !important;
  padding-left: 20px !important;
  display: none !important;
  opacity: 0;
  transition: opacity 0.3s ease;
}
#research_toc ul.ez-toc-list li.active > ul {
  display: block !important;
  opacity: 1 !important;
}
#research_toc ul.ez-toc-list ul li {
  counter-increment: toc-level-2;
  position: relative;
  padding-left: 45px !important;
  margin-bottom: 12px !important;
}
#research_toc ul.ez-toc-list ul li::before {
  content: counter(toc-level-1) "." counter(toc-level-2);
  position: absolute;
  left: 0;
  color: var(--research-blue);
  font-size: 11px;
  font-weight: 600;
  opacity: 0.5;
}
#research_toc .ez-toc-link {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  gap: 5px;
  color: var(--research-text) !important;
  text-decoration: none !important;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 1.4;
  transition: color 0.2s ease;
}
#research_toc ul.ez-toc-list ul .ez-toc-link {
  font-size: 14px !important;
}
#research_toc .ez-toc-link:hover {
  color: var(--research-blue) !important;
}
#research_toc ul.ez-toc-list li.has-children > .ez-toc-link {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
}

#research_toc ul.ez-toc-list li.has-children > .ez-toc-link::after {
    content: "\f107";
    font-family: "FontAwesome" !important;
    flex-shrink: 0 !important;
    margin-top: 2px;
    margin-left: auto;
    font-size: 12px;
    display: inline-block;
    transition: transform 0.3s ease;
    opacity: 0.5;
}
#research_toc ul.ez-toc-list li.active > .ez-toc-link::after {
  transform: rotate(180deg);
}
#research_toc .ez-toc-list li::marker {
  display: none !important;
}

#research_toc #ez-toc-container {
    scrollbar-width: thin;
    scrollbar-color: rgba(9, 9, 80, 0.28) transparent;
}

#research_toc #ez-toc-container::-webkit-scrollbar {
    width: 6px;
}

#research_toc #ez-toc-container::-webkit-scrollbar-track {
    background: transparent;
}

#research_toc #ez-toc-container::-webkit-scrollbar-thumb {
    background: rgba(9, 9, 80, 0.22);
    border-radius: 999px;
}

#research_toc #ez-toc-container::-webkit-scrollbar-thumb:hover {
    background: rgba(9, 9, 80, 0.38);
}

.pdf-download-btn,
.heateor_sss_sharing_container {
  position: relative;
  z-index: 2;
}
.pdf-download-btn {
  text-align: center !important;
  width: 100%;
  margin-top: 18px;
}
.pdf-download-btn a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background-color: var(--research-red) !important;
  color: #ffffff !important;
  padding: 12px 16px !important;
  border-radius: 4px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  transition: all 0.3s ease !important;
  font-size: 0 !important;
  width: 90% !important;
  margin: 0 auto !important;
  text-align: center;
}
.pdf-download-btn a::after {
  content: "DOWNLOAD FULL RESEARCH" !important;
  font-size: 12px !important;
  font-family: sans-serif !important;
  letter-spacing: 0.5px !important;
}
.pdf-download-btn a:hover {
  background-color: #DCDCDE !important;
}
.heateor_sss_sharing_container {
  margin-top: 14px;
}
.research_video {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
}
.research_video .sw-acf-field-label {
  display: table !important;
  color: var(--research-blue) !important;
  font-family: 'Geist', sans-serif !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  padding-top: 10px !important;
  padding-bottom: 5px !important;
  line-height: 1.3 !important;
  border-bottom: 2px solid #ffffff !important;
}
.research_video iframe {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  aspect-ratio: 9 / 16 !important;
  border-radius: 8px !important;
  margin: 15px auto !important;
}
.research_podcast {
  display: flex !important;
  flex-direction: column !important;
  width: 100% !important;
}
.research_podcast .sw-acf-field-label,
#field_699438224d8b4 .sw-acf-field-label {
  color: var(--research-blue) !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  margin-bottom: 0.8em !important;
  position: relative;
  clear: both;
  font-family: 'Geist', sans-serif !important;
  font-size: 24px !important;
  letter-spacing: -0.02em;
  border-bottom: 1px solid var(--research-soft-line);
  padding-bottom: 10px;
  display: block !important;
}
.research_podcast iframe {
  width: 95% !important;
  display: block !important;
  height: 80px !important;
  border-radius: 12px !important;
  border: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
  filter: grayscale(100%) sepia(100%) hue-rotate(190deg) saturate(180%) brightness(0.8) !important;
  transition: filter 0.4s ease, transform 0.3s ease;
}
.research_podcast iframe:hover {
  filter: grayscale(0%) sepia(0%) hue-rotate(0deg) saturate(100%) brightness(1) !important;
  transform: translateY(-2px);
}
#field_699438224d8b4 .dynamic-bullets {
  list-style: none !important;
  padding: 0 !important;
  margin: 20px 0 0 0 !important;
}
#field_699438224d8b4 .dynamic-bullets li {
  position: relative;
  padding-left: 25px !important;
  margin-bottom: 15px !important;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 16px !important;
  line-height: 1.7 !important;
  color: var(--research-text) !important;
}
#field_699438224d8b4 .dynamic-bullets li::before {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  top: 0.5em !important;
  width: 0 !important;
  height: 0 !important;
  border-top: 5px solid transparent !important;
  border-bottom: 5px solid transparent !important;
  border-left: 7px solid var(--research-blue) !important;
}
#research_sidbar_articles .jeg_posts {
  counter-reset: sidebar-counter;
}
#research_sidbar_articles article.jeg_post,
#research_sidebar_related_articles article.jeg_post {
  position: relative !important;
  padding-left: 30px !important;
  margin-bottom: 15px !important;
  border: none !important;
  background: transparent !important;
}
#research_sidbar_articles article.jeg_post::before {
  counter-increment: sidebar-counter;
  content: counter(sidebar-counter, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 2px;
  color: var(--research-blue);
  font-size: 13px;
  font-weight: 700;
  opacity: 0.6;
  font-family: 'Open Sans', sans-serif;
}
#research_sidbar_articles .jeg_post_title,
#research_sidebar_related_articles .jeg_post_title {
  margin: 0 !important;
  font-size: 15px !important;
  line-height: 1.4 !important;
  font-family: 'Open Sans', sans-serif !important;
  text-align: left !important;
}
#research_sidbar_articles .jeg_post_title a,
#research_sidebar_related_articles .jeg_post_title a {
  color: var(--research-text) !important;
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 400 !important;
  text-decoration: none !important;
  transition: color 0.2s ease;
  line-height: 1.4 !important;
  font-size: 15px !important;
}
#research_sidbar_articles .jeg_post_title a:hover,
#research_sidebar_related_articles .jeg_post_title a:hover {
  color: var(--research-blue) !important;
}
#research_sidbar_articles .jeg_post_meta,
#research_sidbar_articles .jeg_thumb {
  display: none !important;
}
#research_sidebar_related_articles {
  counter-reset: related-article-counter 0;
}
#research_sidebar_related_articles .jeg_block_title {
  color: var(--research-blue) !important;
  font-weight: 700 !important;
  font-family: 'Geist', sans-serif !important;
  font-size: 18px !important;
  line-height: 1.3 !important;
  text-align: left !important;
  display: block !important;
}
#research_sidebar_related_articles .jeg_block_heading_7,
#research_sidebar_related_articles .jeg_block_heading_7::before,
#research_sidebar_related_articles .jeg_block_heading_7::after {
  border: none !important;
  background: none !important;
}


#research_sidebar_related_articles article.jeg_post::before {
  counter-increment: related-article-counter;
  content: counter(related-article-counter, decimal-leading-zero);
  position: absolute;
  left: 0 !important;
  top: 2px;
  color: var(--research-blue) !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  opacity: 0.6;
  font-family: 'Open Sans', sans-serif !important;
}
#research_sidebar_related_articles span {
  border-color: #ffffff !important;
}
#research_sidebar_related_articles .jeg_thumb,
#research_sidebar_related_articles .jeg_post_category,
#research_sidebar_related_articles .jeg_post_meta,
#research_sidebar_related_articles .jnews-edit-post,
#research_sidebar_related_articles .alert-compatibility {
  display: none !important;
}

.mobile-dynamic-logo-wrapper { 
    display: none !important; 
}

@media only screen and (max-width: 1024px) {
    
    #breadcrumbs,
    #breadcrumbs span,
    #breadcrumbs a {
        line-height: 1.4 !important;
    }
    
    .research-header-mobile-flex {
        display: flex !important;
        flex-direction: row !important;
        justify-content: space-between !important;
        width: 100% !important;
    }

    .intel-label-unit {
        display: flex !important;
        flex-direction: column !important;
        flex-grow: 1 !important;
    }

    .intel-label-text {
        text-align: left !important;
    }

    .mobile-dynamic-logo-wrapper.is-active {
        display: flex !important; 
        height: 80px !important;
        width: 80px !important;
        border-radius: 50% !important;
        background-color: #ffffff !important;
        border: 2px solid var(--research-border) !important;
        overflow: hidden !important;
        align-items: center !important;
        justify-content: center !important;
        position: relative !important;
        padding: 0 !important;
        margin-left: 15px;
        flex-shrink: 0; 
        transform: translateY(-15px) !important;
    }

    #dynamic-research-logo {
        width: 100% !important;
        height: 100% !important;
        object-fit: contain !important; 
        padding: 5px !important; 
        display: block !important;
        background-color: #ffffff !important;
        position: static !important;
        border-radius: 50% !important; 
    }
}

@media only screen and (max-width: 1024px) {
    .research_sidebar_image_toc {
        visibility: hidden !important;
    }

    .research_sidebar_image_toc * {
        display: none !important;
        visibility: hidden !important;
    }

    #neuron-mobile-toc-sheet,
    #neuron-mobile-toc-sheet * {
        visibility: visible !important;
        font-family: "Open Sans", sans-serif !important;
        -webkit-font-smoothing: antialiased !important;
        -moz-osx-font-smoothing: grayscale !important;
        -webkit-tap-highlight-color: rgba(255, 18, 73, 0.16) !important;
    }

    #neuron-mobile-toc-sheet {
        position: fixed !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;

        height: 58px !important;
        max-height: 58px !important;

        padding-bottom: 0 !important;
        background: #ffffff !important;
        border-radius: 22px 22px 0 0 !important;
        z-index: 1000000 !important;
        box-shadow: 0px -4px 13px 0px rgb(9 9 79 / 17%) !important;

        transform: none !important;
        transition: height 240ms ease, max-height 240ms ease, opacity 180ms ease !important;

        overflow: hidden !important;
        box-sizing: border-box !important;
        display: block !important;
        border: 1px solid rgba(9,9,79,0.10) !important;
        border-bottom: 0 !important;
    }

    body:not(.neuron-toc-visible) #neuron-mobile-toc-sheet {
        opacity: 0 !important;
        pointer-events: none !important;
    }

    body.neuron-toc-visible #neuron-mobile-toc-sheet {
        opacity: 1 !important;
        pointer-events: auto !important;
    }

    body.neuron-toc-sheet-open #neuron-mobile-toc-sheet {
        height: 60svh !important;
        max-height: 60svh !important;
    }

    #neuron-mobile-toc-handle {
        height: 58px !important;
        min-height: 58px !important;
        max-height: 58px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        flex-direction: column !important;
        cursor: pointer !important;
        user-select: none !important;
        background: #f1f1fd !important;
        border-bottom: 1px solid rgba(9,9,79,0.10) !important;
        touch-action: none !important;
        box-sizing: border-box !important;
    }

    #neuron-mobile-toc-handle::before {
        content: "";
        width: 42px;
        height: 4px;
        border-radius: 999px;
        background: rgba(9,9,79,0.22);
        margin-bottom: 9px;
        display: block;
        flex: 0 0 auto;
    }

    #neuron-mobile-toc-handle-title {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 8px !important;
        color: var(--research-blue) !important;
        font-size: 15px !important;
        font-weight: 800 !important;
        line-height: 1 !important;
    }

    #neuron-mobile-toc-arrow {
        display: inline-block !important;
        color: var(--research-red) !important;
        font-size: 14px !important;
        font-weight: 800 !important;
        line-height: 1 !important;
        margin-left: 2px !important;
        transform: translateY(-1px);
    }

    #neuron-mobile-toc-content {
        height: calc(60svh - 58px) !important;
        overflow-y: auto !important;
        padding: 14px 20px 40px !important;
        box-sizing: border-box !important;
        -webkit-overflow-scrolling: touch !important;
        background: #f1f1fd !important;
        touch-action: pan-y !important;
    }

    body:not(.neuron-toc-sheet-open) #neuron-mobile-toc-content {
        display: none !important;
    }

    #neuron-mobile-toc-content #ez-toc-container-mobile {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        width: 100% !important;
        max-width: 100% !important;
        max-height: none !important;
        height: auto !important;
        overflow: visible !important;
        margin: 0 !important;
        padding: 0 !important;
        background: transparent !important;
        border: 0 !important;
        box-shadow: none !important;
    }

    #neuron-mobile-toc-content .ez-toc-title-container {
        display: none !important;
    }

    #neuron-mobile-toc-content nav,
    #neuron-mobile-toc-content ul,
    #neuron-mobile-toc-content li {
        display: block !important;
        visibility: visible !important;
        list-style: none !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    #neuron-mobile-toc-content a.ez-toc-link {
        display: block !important;
        text-decoration: none !important;
        line-height: 1.35 !important;
        color: var(--research-blue) !important;
    }

    #neuron-mobile-toc-content .ez-toc-heading-level-2 > a.ez-toc-link {
        font-size: 14px !important;
        font-weight: 800 !important;
        padding: 10px 38px 10px 0 !important;
        border-bottom: 1px solid rgba(9,9,79,0.10) !important;
    }

    #neuron-mobile-toc-content a.ez-toc-link.neuron-selected {
        color: var(--research-red) !important;
        padding-left: 8px !important;
    }

    #neuron-mobile-toc-content li.has-children {
        position: relative !important;
    }

    #neuron-mobile-toc-content li.has-children > a.ez-toc-link {
        padding-right: 38px !important;
    }

    #neuron-mobile-toc-content .neuron-toc-toggle {
        position: absolute !important;
        right: 0 !important;
        top: 7px !important;
        width: 26px !important;
        height: 26px !important;
        border-radius: 50% !important;
        border: 1px solid rgba(255,18,73,0.35) !important;
        background: #ffffffe0 !important;
        color: var(--research-red) !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        font-size: 17px !important;
        font-weight: 800 !important;
        line-height: 1 !important;
        padding: 0 !important;
        margin: 0 !important;
        cursor: pointer !important;
        z-index: 5 !important;
        appearance: none !important;
        -webkit-appearance: none !important;
    }

    #neuron-mobile-toc-content li.neuron-open > .neuron-toc-toggle {
        background: rgba(255,18,73,0.08) !important;
        color: var(--research-red) !important;
        border-color: rgba(255,18,73,0.45) !important;
    }

    #neuron-mobile-toc-content .ez-toc-list-level-3 {
        display: none !important;
        margin: 8px 0 8px 0 !important;
        padding: 0 0 0 14px !important;
        border-left: 2px solid rgba(255,18,73,0.45) !important;
    }

    #neuron-mobile-toc-content li.neuron-open > .ez-toc-list-level-3 {
        display: block !important;
        visibility: visible !important;
    }

    #neuron-mobile-toc-content .ez-toc-list-level-3 li {
        display: block !important;
        visibility: visible !important;
    }

    #neuron-mobile-toc-content .ez-toc-list-level-3 a.ez-toc-link {
        display: block !important;
        color: #53585c !important;
        font-size: 13px !important;
        font-weight: 500 !important;
        padding: 7px 0 !important;
        border-bottom: 0 !important;
    }

    #neuron-mobile-toc-content .ez-toc-list-level-3 a.ez-toc-link.neuron-selected {
        color: var(--research-red) !important;
        padding-left: 8px !important;
    }
}

@media only screen and (min-width: 1025px) {
    #neuron-mobile-toc-sheet {
        display: none !important;
    }
}

.mobile-only-video-container {
    display: none;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 20px;
    border-radius: 12px;
    overflow: hidden;
    background: #000;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .mobile-only-video-container {
        display: none !important;
    }

    .single-post.post-category-55 .vc_row.vc_row-flex > .jeg-vc-wrapper > .vc_column_container.research_sidebar_short {
        display: block !important;
        visibility: visible !important;
    }
}

@media only screen and (max-width: 767px) {
    .mobile-only-video-container {
        display: block !important;
    }

    .single-post.post-category-55 .vc_row.vc_row-flex > .jeg-vc-wrapper > .vc_column_container.research_sidebar_short {
        display: none !important;
    }

    .mobile-only-video-container iframe {
        width: 100% !important;
        height: auto !important;
        aspect-ratio: 9 / 16 !important;
    }
}

@media only screen and (max-width: 1024px) {
    .jeg_post_meta.research_post_meta {
        display: flex !important;
        align-items: center !important;
        flex-wrap: wrap !important;
        gap: 12px !important;
        line-height: 1 !important;
        margin-top: 12px !important;
        margin-bottom: 20px !important;
        color: #8d8f9c !important;
        font-size: 12px !important;
        font-weight: 500 !important;
        letter-spacing: 0.01em !important;
    }

    .jeg_post_meta.research_post_meta > span,
    .jeg_post_meta.research_post_meta > a {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .jeg_post_meta.research_post_meta .meta_left {
        margin-right: 0 !important;
    }

    .jeg_post_meta.research_post_meta .meta_right {
        display: none !important;
    }

    .mobile-meta-download,
    .research-mobile-share-link {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        margin-left: 0 !important;
        padding: 4px 8px !important;
        border-radius: 999px !important;
        text-decoration: none !important;
        text-underline-offset: 0 !important;
        font-size: 12px !important;
        font-weight: 600 !important;
        line-height: 1.2 !important;
        white-space: nowrap !important;
        vertical-align: middle !important;
    }

    .mobile-meta-download {
        color: var(--research-blue) !important;
        background: rgba(9, 9, 79, 0.06) !important;
    }

    .research-mobile-share-link {
        color: var(--research-red) !important;
        background: rgba(255, 18, 73, 0.06) !important;
        cursor: pointer !important;
    }

    .meta-sep-download,
    .meta-sep-share {
        display: none !important;
    }
}

@media only screen and (min-width: 1025px) {
    .mobile-meta-download,
    .research-mobile-share-link,
    .meta-sep-download,
    .meta-sep-share {
        display: none !important;
    }
}

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

    body.post-category-55 .jeg_main_content {
        width: 100% !important;
        padding: 0 20px !important;
        float: none !important;
    }
    

    #research_post_subtitle .jeg_post_subtitle {
        font-size: 18px !important; 

    }

    #research_post_middle_row_content {
        padding-top: 15px !important;
        margin-top: 0 !important;
    }
    
    body.post-category-55 .jeg_content {
    padding-top: 0 !important;
    margin-top: -20px !important;
    }

    #research_post_content h1, 
    #research_post_content h2, 
    #research_post_content h3, 
    #research_post_content h4 {
        margin-top: 1.5em !important;
        margin-bottom: 0.6em !important;
        line-height: 1.2 !important; 
        text-align: left !important;
    }

    #research_post_content h1 {
        font-size: 26px !important;
    }

    #research_post_content h2 {
        font-size: 22px !important;
    }
    
    
    #field_699438224d8b4 .sw-acf-field-label{
        letter-spacing: -0.02em;
        font-size: 22px !important;
        line-height: 1.2 !important; 
    }
    
    #research_post_content h3 {
        font-size: 19px !important;
    }

    #research_post_content h4 {
        font-size: 17px !important;
    }

    #research_post_content h2:first-child,
    #research_post_content h1:first-child {
        margin-top: 0.5em !important;
    }

    #research_post_title .jeg_post_title {
        font-size: 26px !important; 
        margin-top: 0px !important;
        margin-bottom: 15px !important;
        display: block !important;
        letter-spacing: -0.02em;
        line-height: 1.3 !important;
    }
    
    #research_post_title{
        margin-top: 10px !important;

    }
    
    #research_post_title.has-dynamic-logo {
        margin-top: -30px !important;
        position: relative;
        z-index: 1;
    }
    
    #research_post_title.has-dynamic-logo .jeg_post_title::before {
        content: "";
        display: block;
        float: right;
        width: 90px;
        height: 30px;
        margin-left: 10px;
        margin-bottom: 2px;
    }


}

.single-post.post-category-55 .research_post_middle_row,
.single-post.post-category-55 .research_post_middle_row_content {
    min-width: 0 !important;
    box-sizing: border-box !important;
}

.single-post.post-category-55 #research_post_content,
.single-post.post-category-55 #research_post_content .entry-content,
.single-post.post-category-55 #research_post_content .content-inner {
    min-width: 0 !important;
    box-sizing: border-box !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
}

.single-post.post-category-55 #research_post_content a,
.single-post.post-category-55 #research_post_content li,
.single-post.post-category-55 #research_post_content p {
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
}

.single-post.post-category-55 #research_post_content img,
.single-post.post-category-55 #research_post_content table,
.single-post.post-category-55 #research_post_content iframe,
.single-post.post-category-55 #research_post_content video {
    max-width: 100% !important;
}

@media only screen and (max-width: 1024px) {
    .single-post.post-category-55 #research_post_content .entity-profile-image img {
        max-width: 150px !important;
    }
}


.single-post.post-category-55 .research_sidebar_image_toc .jeg_block_heading,
.single-post.post-category-55 .research_sidebar_image_toc .jeg_block_title,
.single-post.post-category-55 .research_sidebar_image_toc .jeg_block_title span {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    overflow-wrap: break-word !important;
    word-break: normal !important;
    line-height: 1.3 !important;
}

.single-post.post-category-55 .research_sidebar_image_toc .jeg_block_heading {
    margin-bottom: 14px !important;
}

.single-post.post-category-55 .research_sidebar_image_toc .jeg_block_title,
.single-post.post-category-55 .research_sidebar_image_toc .jeg_block_title span {
    display: block !important;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    body.single-post.post-category-55 .research_sidebar_image_toc {
        display: none !important;
        visibility: hidden !important;
    }

    body.single-post.post-category-55 .research_sidebar_image_toc * {
        display: none !important;
        visibility: hidden !important;
    }

    body.single-post.post-category-55 .vc_row.vc_row-flex > .jeg-vc-wrapper {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        align-items: flex-start !important;
        gap: 12px !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: auto !important;
        margin-right: auto !important;
		margin-top: 30px;
    }

    body.single-post.post-category-55 .vc_row.vc_column-gap-30 > .jeg-vc-wrapper > .vc_column_container {
        padding-left: 6px !important;
        padding-right: 6px !important;
		margin-top: 0 !important;
   		padding-top: 22.797px;
    }

    body.single-post.post-category-55 #research_post_middle_row_content,
    body.single-post.post-category-55 .research_post_middle_row_content,
    body.single-post.post-category-55 .research_post_middle_row {
        flex: 1 1 auto !important;
        width: auto !important;
        max-width: none !important;
        min-width: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        float: none !important;
        box-sizing: border-box !important;
    }

    body.single-post.post-category-55 .research_sidebar_short {
        display: block !important;
        visibility: visible !important;
        flex: 0 0 190px !important;
        width: 190px !important;
        max-width: 190px !important;
        min-width: 190px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        float: none !important;
        box-sizing: border-box !important;
    }

    body.single-post.post-category-55 .research_sidebar_short .jeg_wrapper,
    body.single-post.post-category-55 .research_sidebar_short .wpb_wrapper,
    body.single-post.post-category-55 .research_sidebar_short .research_video,
    body.single-post.post-category-55 .research_sidebar_short iframe,
    body.single-post.post-category-55 #research_sidebar_related_articles {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }

    body.single-post.post-category-55 .research_sidebar_short iframe {
        height: auto !important;
        aspect-ratio: 9 / 16 !important;
    }

    body.single-post.post-category-55 #research_sidebar_related_articles {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    body.single-post.post-category-55 #research_sidebar_related_articles article.jeg_post {
        padding-left: 26px !important;
    }

    body.single-post.post-category-55 #research_sidebar_related_articles .jeg_post_title,
    body.single-post.post-category-55 #research_sidebar_related_articles .jeg_post_title a {
        font-size: 14px !important;
        line-height: 1.35 !important;
    }
}

@media only screen and (max-width: 767px) {
    body.single-post.post-category-55 .research_sidebar_image_toc,
    body.single-post.post-category-55 .research_sidebar_short {
        display: none !important;
        visibility: hidden !important;
    }

    body.single-post.post-category-55 .research_sidebar_image_toc *,
    body.single-post.post-category-55 .research_sidebar_short * {
        display: none !important;
        visibility: hidden !important;
    }

    body.single-post.post-category-55 #research_post_middle_row_content,
    body.single-post.post-category-55 .research_post_middle_row_content,
    body.single-post.post-category-55 .jeg_main_content {
        width: 100% !important;
        max-width: none !important;
        min-width: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        float: none !important;
        box-sizing: border-box !important;
    }
	
	    body.single-post.post-category-55 .jeg_custom_breadcrumb_wrapper {
        margin-top: 26px !important;
    }
}






/* ===== Research Meta Actions: Download + Share ===== */

.research_sidebar_image_toc .pdf-download-btn,
.research_sidebar_image_toc .heateor_sss_sharing_container {
  display: none !important;
}

.jeg_post_meta.research_post_meta,
.single-post.post-category-55 .jeg_post_meta {
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
  line-height: 1 !important;
  margin-top: 12px !important;
  margin-bottom: 20px !important;
  color: #8d8f9c !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  letter-spacing: 0.01em !important;
}

.jeg_post_meta.research_post_meta > span,
.jeg_post_meta.research_post_meta > a,
.single-post.post-category-55 .jeg_post_meta > span,
.single-post.post-category-55 .jeg_post_meta > a {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.research-meta-download,
.research-meta-share {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-left: 0 !important;
  padding: 5px 10px !important;
  border-radius: 999px !important;
  text-decoration: none !important;
  text-underline-offset: 0 !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  white-space: nowrap !important;
  vertical-align: middle !important;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.research-meta-download {
  color: var(--research-blue) !important;
  background: rgba(9, 9, 79, 0.08) !important;
	  font-size: 12px !important;
  padding: 6px 12px !important;
  font-weight: 700 !important;
}

.research-meta-download:hover {
  color: #ffffff !important;
  background: var(--research-blue) !important;
}

.research-meta-share {
  color: var(--research-red) !important;
  background: rgba(255, 18, 73, 0.08) !important;
  cursor: pointer !important;
font-size: 12px !important;
  padding: 6px 12px !important;
  font-weight: 700 !important;
}

.research-meta-share:hover {
  color: #ffffff !important;
  background: var(--research-red) !important;
}

.research-meta-sep {
  display: none !important;
}

@media only screen and (max-width: 1024px) {
  .research-meta-download,
  .research-meta-share {
    font-size: 12px !important;
    padding: 4px 8px !important;
  }
}



/* ===== Research Sidebar Custom Titles + Related List ===== */

@media only screen and (min-width: 1025px) {

  .single-post.post-category-55 .wpb_raw_code:has(.research-sidebar-title),
  .single-post.post-category-55 .wpb_raw_html:has(.research-sidebar-title),
  .single-post.post-category-55 .wpb_content_element:has(.research-sidebar-title) {
    margin: 0 !important;
  }

  .single-post.post-category-55 .research-sidebar-title {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    width: 100% !important;
    margin: 0 0 18px !important;
    padding: 0 0 12px !important;
    border-bottom: 1px solid var(--research-blue) !important;
    background: transparent !important;
    color: var(--research-blue) !important;
    font-family: "Geist", sans-serif !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 1.1 !important;
    letter-spacing: -0.02em !important;
    box-sizing: border-box !important;
  }

  .single-post.post-category-55 .research-sidebar-title::before {
    content: "" !important;
    display: block !important;
    width: 18px !important;
    height: 5px !important;
    flex: 0 0 18px !important;
    margin: 0 !important;
    background: var(--research-red) !important;
    transform: translateY(1px) !important;
  }

  .single-post.post-category-55 .research_sidebar_image_toc .jeg_block_heading,
  .single-post.post-category-55 .research_video .sw-acf-field-label,
  .single-post.post-category-55 #research_sidebar_related_articles .jeg_block_heading {
    display: none !important;
  }

  .single-post.post-category-55 .research_video iframe {
    margin: 0 auto 18px !important;
  }

  .single-post.post-category-55 #research_sidebar_related_articles .jeg_block_container,
  .single-post.post-category-55 #research_sidebar_related_articles .jeg_posts_wrap,
  .single-post.post-category-55 #research_sidebar_related_articles .jeg_posts {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
  }

  .single-post.post-category-55 #research_sidebar_related_articles {
    counter-reset: related-article-counter 0;
  }

  .single-post.post-category-55 #research_sidebar_related_articles article.jeg_post {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: relative !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 0 15px !important;
    padding-left: 30px !important;
    padding-bottom: 0 !important;
    border: none !important;
    background: transparent !important;
  }

  .single-post.post-category-55 #research_sidebar_related_articles article.jeg_post::before {
    counter-increment: related-article-counter;
    content: counter(related-article-counter, decimal-leading-zero);
    position: absolute !important;
    left: 0 !important;
    top: 2px !important;
    color: var(--research-blue) !important;
    font-family: "Open Sans", sans-serif !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    opacity: 0.6 !important;
  }

  .single-post.post-category-55 #research_sidebar_related_articles .jeg_postblock_content,
  .single-post.post-category-55 #research_sidebar_related_articles .jeg_post_title,
  .single-post.post-category-55 #research_sidebar_related_articles .jeg_post_title a {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    height: auto !important;
    color: var(--research-text) !important;
    font-family: "Open Sans", sans-serif !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 1.4 !important;
    text-decoration: none !important;
  }

  .single-post.post-category-55 #research_sidebar_related_articles .jeg_post_title {
    margin: 0 !important;
  }

  .single-post.post-category-55 #research_sidebar_related_articles .jeg_post_title a:hover {
    color: var(--research-blue) !important;
  }

  .single-post.post-category-55 #research_sidebar_related_articles .jeg_thumb,
  .single-post.post-category-55 #research_sidebar_related_articles .jeg_post_category,
  .single-post.post-category-55 #research_sidebar_related_articles .jeg_post_meta,
  .single-post.post-category-55 #research_sidebar_related_articles .jnews-edit-post,
  .single-post.post-category-55 #research_sidebar_related_articles .alert-compatibility {
    display: none !important;
  }
}


/* Share button with custom share icon */

.research-meta-share {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  line-height: 1 !important;
}

.research-meta-share::before {
  content: "" !important;
  display: inline-block !important;
  width: 13px !important;
  height: 13px !important;
  flex: 0 0 13px !important;
  background-color: currentColor !important;
  transform: translateY(-0.5px) !important;

  -webkit-mask-image: url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'>\
<path d='M10 5H7a3 3 0 0 0-3 3v9a3 3 0 0 0 3 3h9a3 3 0 0 0 3-3v-3'/>\
<path d='M15 4h6v6'/>\
<path d='M13 12L21 4'/>\
</svg>");
  -webkit-mask-repeat: no-repeat !important;
  -webkit-mask-position: center !important;
  -webkit-mask-size: contain !important;

  mask-image: url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'>\
<path d='M10 5H7a3 3 0 0 0-3 3v9a3 3 0 0 0 3 3h9a3 3 0 0 0 3-3v-3'/>\
<path d='M15 4h6v6'/>\
<path d='M13 12L21 4'/>\
</svg>");
  mask-repeat: no-repeat !important;
  mask-position: center !important;
  mask-size: contain !important;
}



/* ===== Research TOC Active State + Subtle Column Separation ===== */

@media only screen and (min-width: 1025px) {
  .single-post.post-category-55 .research_sidebar_image_toc {
    position: relative !important;
  }

}

#research_toc .ez-toc-link.neuron-current,
#research_toc .ez-toc-link.neuron-selected,
#research_toc .ez-toc-link.is-active {
  position: relative !important;
  color: var(--research-blue) !important;
  font-weight: 500 !important;
}

#research_toc li.neuron-current-parent > .ez-toc-link {
  color: var(--research-blue) !important;
  font-weight: 500 !important;
}

#research_toc li.neuron-current-parent::before {
  color: var(--research-red) !important;
  opacity: 1 !important;
}

#research_toc .ez-toc-link.neuron-current::before {
  content: "" !important;
  position: absolute !important;
  left: -8px !important;
  top: 0.18em !important;
  bottom: 0.18em !important;
  width: 2px !important;
  border-radius: 999px !important;
  background: var(--research-red) !important;
}

#research_toc .ez-toc-list-level-3 .ez-toc-link.neuron-current {
  color: var(--research-red) !important;
  font-weight: 500 !important;
}

#neuron-mobile-toc-content .ez-toc-link.neuron-current,
#neuron-mobile-toc-content .ez-toc-link.neuron-selected {
  color: var(--research-red) !important;
  font-weight: 600 !important;
}


/* ===== Research Project Text In Meta ===== */

.single-post.post-category-55 .research-project-tags-module {
  display: none !important;
}

.single-post.post-category-55 .research-project-tags-inline {
  display: inline-flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 4px !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1 !important;
  color: #8d8f9c !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  letter-spacing: 0.01em !important;
  vertical-align: middle !important;
}

.single-post.post-category-55 .research-project-tags-inline span {
  display: inline !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #8d8f9c !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  letter-spacing: 0.01em !important;
}

.single-post.post-category-55 .research-project-tags-inline a {
  display: inline !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #8d8f9c !important;
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  letter-spacing: 0.01em !important;
  text-decoration: none !important;
}

.single-post.post-category-55 .research-project-tags-inline a:hover {
  color: var(--research-blue) !important;
}

/* ===== Research Meta: Project Left / Actions Right ===== */

@media only screen and (min-width: 1025px) {
  .single-post.post-category-55 .jeg_post_meta.research_post_meta {
    display: flex !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    width: 100% !important;
    gap: 14px !important;
  }

  .single-post.post-category-55 .jeg_post_meta.research_post_meta .meta_left {
    order: 1 !important;
    flex: 0 0 auto !important;
  }

  .single-post.post-category-55 .jeg_post_meta.research_post_meta .meta_right {
    display: none !important;
  }

  .single-post.post-category-55 .research-project-tags-inline {
    order: 2 !important;
    flex: 0 1 auto !important;
    min-width: 0 !important;
    margin-right: auto !important;
    white-space: nowrap !important;
  }

  .single-post.post-category-55 .research-project-tags-inline a {
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  .single-post.post-category-55 .research-meta-download {
    order: 10 !important;
    flex: 0 0 auto !important;
    margin-left: 0 !important;
  }

  .single-post.post-category-55 .research-meta-share {
    order: 11 !important;
    flex: 0 0 auto !important;
  }

  .single-post.post-category-55 .research-meta-sep {
    display: none !important;
  }
}


/* =========================================================
   Research Article Images: Auto Defaults
   ========================================================= */

/*
  Applies only to regular article images marked by JS as:
  - neuron-article-image
  - neuron-image-auto-size

  Does not affect:
  - entity-profile-image
  - gallery images
  - images with manual editor size styles
  - images marked with neuron-no-image-defaults
*/

@media only screen and (min-width: 1025px) {
  #research_post_content .wp-block-image.neuron-article-image.neuron-image-auto-size:not(.entity-profile-image):not(.neuron-image-defaults-disabled) {
    display: table !important;
    float: none !important;
    clear: both !important;
    max-width: 100% !important;
    margin: 30px auto !important;
    text-align: center !important;
  }

  #research_post_content .wp-block-image.neuron-article-image.neuron-image-auto-size:not(.entity-profile-image):not(.neuron-image-defaults-disabled) img {
    display: block !important;
    height: auto !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    object-fit: contain !important;
  }

  #research_post_content .wp-block-image.neuron-article-image.neuron-image-auto-size.neuron-image-landscape:not(.entity-profile-image):not(.neuron-image-defaults-disabled) {
    width: 100% !important;
    max-width: 100% !important;
  }

  #research_post_content .wp-block-image.neuron-article-image.neuron-image-auto-size.neuron-image-landscape:not(.entity-profile-image):not(.neuron-image-defaults-disabled) img {
    width: 100% !important;
    max-width: 100% !important;
  }

  #research_post_content .wp-block-image.neuron-article-image.neuron-image-auto-size.neuron-image-square:not(.entity-profile-image):not(.neuron-image-defaults-disabled) {
    width: min(100%, 620px) !important;
    max-width: 100% !important;
  }

  #research_post_content .wp-block-image.neuron-article-image.neuron-image-auto-size.neuron-image-square:not(.entity-profile-image):not(.neuron-image-defaults-disabled) img {
    width: 100% !important;
    max-width: 100% !important;
  }

  #research_post_content .wp-block-image.neuron-article-image.neuron-image-auto-size.neuron-image-portrait:not(.entity-profile-image):not(.neuron-image-defaults-disabled) {
    width: auto !important;
    max-width: 100% !important;
  }

  #research_post_content .wp-block-image.neuron-article-image.neuron-image-auto-size.neuron-image-portrait:not(.entity-profile-image):not(.neuron-image-defaults-disabled) img {
    width: auto !important;
    max-width: 100% !important;
    max-height: 680px !important;
  }

  #research_post_content .wp-block-image.neuron-article-image.neuron-image-auto-size.neuron-image-very-tall:not(.entity-profile-image):not(.neuron-image-defaults-disabled) img {
    max-height: 620px !important;
  }

  #research_post_content .wp-block-image.neuron-article-image.neuron-image-auto-size:not(.entity-profile-image):not(.neuron-image-defaults-disabled) figcaption {
    display: table-caption !important;
    caption-side: bottom !important;
    max-width: 760px !important;
    margin: 10px auto 0 !important;
    text-align: center !important;
  }
}

@media only screen and (max-width: 1024px) {
  #research_post_content .wp-block-image.neuron-article-image.neuron-image-auto-size:not(.entity-profile-image):not(.neuron-image-defaults-disabled) {
    width: 100% !important;
    max-width: 100% !important;
    margin: 24px auto !important;
    text-align: center !important;
  }

  #research_post_content .wp-block-image.neuron-article-image.neuron-image-auto-size:not(.entity-profile-image):not(.neuron-image-defaults-disabled) img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: none !important;
    object-fit: contain !important;
  }

  #research_post_content .wp-block-image.neuron-article-image.neuron-image-auto-size:not(.entity-profile-image):not(.neuron-image-defaults-disabled) figcaption {
    max-width: 100% !important;
    margin: 8px auto 0 !important;
    text-align: center !important;
  }
}


/* =========================================================
   Research Article Images: Small Source Protection
   ========================================================= */

#research_post_content .wp-block-image.neuron-article-image.neuron-image-auto-size.neuron-image-small-source:not(.entity-profile-image):not(.neuron-image-defaults-disabled) {
  display: table !important;
  width: auto !important;
  max-width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

#research_post_content .wp-block-image.neuron-article-image.neuron-image-auto-size.neuron-image-small-source:not(.entity-profile-image):not(.neuron-image-defaults-disabled) img {
  width: auto !important;
  max-width: 100% !important;
  height: auto !important;
}

#research_post_content .wp-block-image.neuron-article-image.neuron-image-auto-size.neuron-image-small-source:not(.entity-profile-image):not(.neuron-image-defaults-disabled) figcaption {
  display: table-caption !important;
  caption-side: bottom !important;
  max-width: 100% !important;
  margin: 8px auto 0 !important;
  text-align: center !important;
}

@media only screen and (max-width: 767px) {
  #research_post_content .wp-block-image.neuron-article-image.neuron-image-auto-size.neuron-image-small-source:not(.neuron-image-tiny-source):not(.entity-profile-image):not(.neuron-image-defaults-disabled) {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  #research_post_content .wp-block-image.neuron-article-image.neuron-image-auto-size.neuron-image-small-source:not(.neuron-image-tiny-source):not(.entity-profile-image):not(.neuron-image-defaults-disabled) img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
  }

  #research_post_content .wp-block-image.neuron-article-image.neuron-image-auto-size.neuron-image-tiny-source:not(.entity-profile-image):not(.neuron-image-defaults-disabled) {
    display: table !important;
    width: auto !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  #research_post_content .wp-block-image.neuron-article-image.neuron-image-auto-size.neuron-image-tiny-source:not(.entity-profile-image):not(.neuron-image-defaults-disabled) img {
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
  }
}


/* =========================================================
   Research Article Images: Manual Editor Widths on Mobile
   ========================================================= */

@media only screen and (max-width: 767px) {
  #research_post_content .wp-block-image.neuron-article-image.neuron-image-manual-size:not(.entity-profile-image):not(.neuron-image-tiny-source),
  #research_post_content .wp-block-image.neuron-article-image.neuron-image-manual-size:not(.entity-profile-image):not(.neuron-image-tiny-source) > figure {
    display: block !important;
    float: none !important;
    clear: both !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  #research_post_content .wp-block-image.neuron-article-image.neuron-image-manual-size:not(.entity-profile-image):not(.neuron-image-tiny-source) img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
  }

  #research_post_content .wp-block-image.neuron-article-image.neuron-image-manual-size:not(.entity-profile-image):not(.neuron-image-tiny-source) figcaption {
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
  }
}


/* =========================================================
   Research Article Images: Mobile Caption Fix
   ========================================================= */

@media only screen and (max-width: 767px) {
  #research_post_content .wp-block-image.neuron-article-image figcaption,
  #research_post_content .wp-block-image.neuron-article-image.wp-block-image figcaption {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    caption-side: unset !important;
    margin: 8px auto 0 !important;
    text-align: center !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;
  }

  #research_post_content .wp-block-image.neuron-article-image.neuron-image-small-source:not(.neuron-image-tiny-source):not(.entity-profile-image):not(.neuron-image-defaults-disabled) figcaption {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
  }
}


/* =========================================================
   Research Image Lightbox: Trigger Button
   ========================================================= */

#research_post_content .wp-block-image.neuron-has-lightbox {
  position: relative !important;
}

#research_post_content .wp-block-image.neuron-has-lightbox .neuron-lightbox-container {
  position: relative !important;
}

#research_post_content .wp-block-image.neuron-has-lightbox > figure.neuron-lightbox-container {
  display: table !important;
  width: auto !important;
  max-width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

#research_post_content .wp-block-image.neuron-has-lightbox .neuron-lightbox-trigger {
  position: absolute !important;
  top: 10px !important;
  right: 10px !important;
  z-index: 5 !important;
  width: 34px !important;
  height: 34px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  border: 1px solid rgba(255, 255, 255, 0.85) !important;
  border-radius: 999px !important;
  background: rgba(9, 9, 80, 0.9) !important;
  color: #ffffff !important;
  cursor: pointer !important;
  opacity: 0 !important;
  transform: translateY(3px) !important;
  transition: opacity 0.2s ease, transform 0.2s ease, background 0.2s ease !important;
}

#research_post_content .wp-block-image.neuron-has-lightbox:hover .neuron-lightbox-trigger,
#research_post_content .wp-block-image.neuron-has-lightbox .neuron-lightbox-trigger:focus-visible {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

#research_post_content .wp-block-image.neuron-has-lightbox .neuron-lightbox-trigger:hover {
  background: var(--research-red) !important;
}

#research_post_content .wp-block-image.neuron-has-lightbox .neuron-lightbox-trigger svg {
  width: 17px !important;
  height: 17px !important;
  display: block !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 2 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

@media only screen and (max-width: 767px) {
  #research_post_content .wp-block-image.neuron-has-lightbox .neuron-lightbox-trigger {
    display: none !important;
  }

  #research_post_content .wp-block-image.neuron-has-lightbox img {
    cursor: zoom-in !important;
  }
}


/* =========================================================
   Research Image Lightbox: Overlay
   ========================================================= */

.neuron-image-lightbox {
  position: fixed !important;
  inset: 0 !important;
  z-index: 999999 !important;
  display: none !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 32px !important;
}

.neuron-image-lightbox.is-open {
  display: flex !important;
}

.neuron-image-lightbox-backdrop {
  position: absolute !important;
  inset: 0 !important;
  background: rgba(5, 5, 25, 0.78) !important;
  backdrop-filter: blur(2px) !important;
}

.neuron-image-lightbox-dialog {
  position: relative !important;
  z-index: 2 !important;
  width: auto !important;
  max-width: 94vw !important;
  max-height: 92vh !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}

.neuron-image-lightbox-img {
  display: block !important;
  width: auto !important;
  max-width: 94vw !important;
  max-height: calc(92vh - 80px) !important;
  height: auto !important;
  object-fit: contain !important;
  background: #ffffff !important;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28) !important;
}

.neuron-image-lightbox-caption {
  max-width: min(94vw, 900px) !important;
  margin-top: 12px !important;
  color: rgba(255, 255, 255, 0.88) !important;
  font-family: var(--neuron-font-body, "Open Sans", sans-serif) !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
  text-align: center !important;
}

.neuron-image-lightbox-caption a {
  color: #ffffff !important;
  text-decoration: underline !important;
  text-underline-offset: 3px !important;
}

.neuron-image-lightbox-close {
  position: absolute !important;
  top: -18px !important;
  right: -18px !important;
  z-index: 3 !important;
  width: 36px !important;
  height: 36px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  border: 1px solid rgba(255, 255, 255, 0.7) !important;
  border-radius: 999px !important;
  background: rgba(9, 9, 80, 0.9) !important;
  color: #ffffff !important;
  font-size: 24px !important;
  line-height: 1 !important;
  cursor: pointer !important;
}

.neuron-image-lightbox-close:hover {
  background: var(--research-red) !important;
}

body.neuron-lightbox-open {
  overflow: hidden !important;
}

@media only screen and (max-width: 767px) {
  .neuron-image-lightbox {
    padding: 18px !important;
  }

  .neuron-image-lightbox-img {
    max-width: 94vw !important;
    max-height: calc(90vh - 90px) !important;
  }

  .neuron-image-lightbox-close {
    top: -14px !important;
    right: -10px !important;
  }

  .neuron-image-lightbox-caption {
    font-size: 12px !important;
  }
}