/**
 * TriSearch Custom Styles
 * Based on original Trisearch blog CSS
 * SCOPED to blog post content only - does not affect header/footer/homepage
 *
 * @package TriSearch
 */

@import url("https://fonts.googleapis.com/css2?family=Anton&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

:root {
  --spacing-sm: 4px;
  --callout-right-cta-bg-color: transparent;
}

/* Scoped to single post pages only */
.single-post .blog-post-container {
  overflow-x: hidden;
}

/* ==========================================================================
   Blog Post Container (WordPress wrapper)
   ========================================================================== */
.blog-post-container {
  max-width: 100%;
  margin: 0 auto;
}

.blog-post-container .entry-content {
  max-width: none;
}

/* ==========================================================================
   Blog Wrapper
   ========================================================================== */
.blog-wrapper {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: flex-start;
  column-gap: 20px;
  padding-top: 54px;
  padding-bottom: 110px;
  font-family: Montserrat, "Montserrat Fallback";
  max-width: 100%;
  width: inherit;
  margin: 0 auto;
  margin-top: 48px;
  margin-bottom: 48px;
  margin-left: 8px;
  margin-right: 8px;
}

.blog-wrapper h2,
.blog-content h2 {
  white-space: normal;
  margin: 0em 0em 0.55em 0em;
  margin-top: 48px;
  margin-bottom: 24px;
}

.blog-content {
  overflow-x: hidden;
}

.blog-content>h2:first-child,
#summary+h2 {
  margin-top: 0;
}

.blog-wrapper h3,
.blog-content h3 {
  white-space: normal;
  margin: 0em 0em 0.55em 0em;
  margin-top: 32px;
  margin-bottom: 16px;
}

.blog-content h2+h3 {
  margin-top: 0;
}

.blog-content h4,
.blog-content h5,
.blog-content h6 {
  white-space: normal;
  margin: 0em 0em 0.55em 0em;
  font-weight: 700;
}

.blog-wrapper p,
.blog-content p,
.blog-content ul,
.blog-content ol,
.blog-content li {
  line-height: 24px;
  margin-bottom: 24px;
}

.blog-content>p {
  margin-bottom: 24px;
}

.blog-content>p:last-child,
.blog-content>ul:last-child,
.blog-content>ol:last-child {
  margin-bottom: 0;
}

.blog-content ul li,
.blog-content ol li {
  margin-top: 2px;
  margin-bottom: 2px;
}

.blog-content ul li {
  list-style-type: disc;
  list-style-position: inside;
}

.blog-content ol li {
  list-style-type: decimal;
  list-style-position: inside;
}

/* ==========================================================================
   Lead Section
   ========================================================================== */
.lead-section {
  background-color: #eff8ff;
  padding: 0 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  margin-bottom: 34px;
  width: 100%;
  max-width: 100%;
  position: relative;
  z-index: 2;
  align-items: stretch;
  margin-left: 8px;
  margin-right: 8px;
}

.lead-section .title-container,
.lead-section .lead-image-container {
  z-index: 2;
  width: calc(100% - 32px);
  max-width: 100%;
  margin-left: 16px;
  margin-right: 16px;
}

.title-container {
  padding: 20px;
}

.title-container h1 {
  font-size: 30px;
  line-height: 36px;
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 900;
  color: #3a488a !important;
}

.lead-meta {
  font-family: Montserrat, "Montserrat Fallback";
  display: flex;
  flex-direction: row;
  gap: 16px;
  column-gap: 1rem;
  margin-top: 16px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: #3a488a;
}

.lead-meta>a {
  display: inline-block;
}

.lead-meta>div {
  position: relative;
  padding-left: 16px;
}

.lead-meta>div::before {
  content: '';
  position: absolute;
  top: 8px;
  left: -2px;
  width: 4px;
  height: 4px;
  background-color: #d0d5dd;
}

.lead-meta .byline a {
  text-decoration: none;
  color: #3a488a;
}

/* Lead Image */
.lead-image-container {
  margin-bottom: -32px;
  margin-top: 16px;
  width: 100%;
  max-width: 100%;
  padding: 0;
}

.lead-image {
  height: 210px;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.lead-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: 4px;
}

/* ==========================================================================
   Typography - Scoped to blog content only
   ========================================================================== */
.blog-wrapper h2 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}

.blog-wrapper h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 16px;
}

.blog-wrapper h4,
.blog-wrapper h5,
.blog-wrapper h6 {
  font-size: 16px;
  font-weight: 700;
}

.blog-wrapper p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 16px;
}

/* ==========================================================================
   Flex Container (Sidebar)
   ========================================================================== */
.flex-container {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 30px;
}

.flex-container.show {
  top: auto;
  bottom: 30px;
  overflow-y: scroll;
}

/* Content area - scoped to blog wrapper */
.blog-wrapper .content {
  width: 100%;
}

/* ==========================================================================
   About Company
   ========================================================================== */
.about_company {
  background-color: #eff7ff;
  box-shadow: 0px 8px 8px -4px rgba(16, 24, 40, 0.03),
    0px 20px 24px -4px rgba(16, 24, 40, 0.08);
  padding: 24px 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 4px;
  flex: 1;
}

.about_company_title {
  color: #228ec2;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  display: block;
  margin-bottom: 10px;
}

.about_company_text {
  color: #3a488a;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  display: block;
  margin-bottom: 15px;
}

.about_company_social {
  display: flex;
  flex-direction: row;
  gap: 24px;
}

.about_company_social a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  color: #228ec2;
}

/* ==========================================================================
   Table of Contents (TOC)
   ========================================================================== */
#toc {
  position: fixed;
  left: 16px;
  right: 16px;
  top: unset;
  bottom: 20px;
  z-index: 10;
  width: calc(100% - 32px);
  box-sizing: border-box;
  border: 1px solid #228ec2;
  border-top: #228ec2 solid 8px;
  background-color: white;
  padding: 14px 16px;
  border-radius: 4px;
  font-size: 14px;
  line-height: 20px;
  box-shadow: 0px 8px 8px -4px rgba(16, 24, 40, 0.03),
    0px 20px 24px -4px rgba(16, 24, 40, 0.08);
  flex: 2;
}

#toc b {
  font-size: 18px;
  line-height: 28px;
  display: block;
  width: 100%;
  color: #228ec2;
  cursor: pointer;
  margin-bottom: 15px;
}

#toc a {
  color: #3a488a;
  font-weight: bold;
}

#toc .active a {
  color: #106ad1;
}

#toc li::marker {
  display: none;
}

#toc ul {
  padding: 0px;
  list-style-type: none;
}

#toc ul li ul {
  padding-left: 28px;
}

#toc>ul {
  margin-bottom: 0;
  margin-top: 12px;
}

#toc>ul>li {
  padding: 8px;
  transition: height 0.3s ease-in-out;
}

#toc>ul>li>ul {
  overflow: hidden;
  height: 0px;
  margin-bottom: 0;
}

#toc>ul>li.parentActive ul {
  height: auto;
  border-top: 1px solid #c1defb;
  margin-top: 10px;
}

#toc>ul>li>ul>li::before {
  content: '';
  position: absolute;
  top: 6px;
  left: -12px;
  z-index: 1;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: transparent;
}

#toc>ul>li.active {
  background: rgba(239, 247, 255, 1);
}

#toc>ul>li:has(.active) {
  border-radius: 4px;
  background: rgba(239, 247, 255, 1);
}

#toc>ul>li>ul>li.active {
  list-style-type: inherit;
  position: relative;
}

#toc>ul>li>ul>li.active::before {
  background-color: rgba(13, 75, 178, 1);
}

#toc ul li ul li {
  margin: 10px 0;
}

#toc a:hover {
  text-decoration: underline;
}

#toc li.active {
  padding-left: 8px;
}

#toc li.active a {
  font-weight: bold;
}

#toc details.active {
  padding-left: 8px;
}

/* TOC Overlay for Mobile */
.toc-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 998;
  display: none;
}

.toc-overlay.show {
  display: block;
}

/* ==========================================================================
   Summary
   ========================================================================== */
#summary {
  background-color: #228ec2;
  color: #fff;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  padding: 20px 16px;
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 26px;
  box-shadow: 0px 8px 8px -4px rgba(16, 24, 40, 0.03),
    0px 20px 24px -4px rgba(16, 24, 40, 0.08);
  width: 100%;
  box-sizing: border-box;
}

#summary,
#references {
  width: inherit;
}

#summary strong,
#summary b {
  font-family: Roboto, "Roboto Fallback";
  font-size: 24px;
  line-height: 44px;
  display: block;
  color: #fff;
  font-weight: 900;
  margin-bottom: 10px;
}

#summary p {
  margin-bottom: 0;
}

.summary_cta_button {
  margin-top: 16px;
}

.summary_cta_button a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #63656a;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  border-radius: 9999px;
  padding: 7px 16px;
  text-decoration: none;
}

/* ==========================================================================
   Callouts
   ========================================================================== */
.callout,
.post_callout {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  margin-top: 32px;
  margin-bottom: 32px;
  border-radius: 4px;
  text-align: start;
  box-shadow: 0px 24px 40px -24px rgba(16, 24, 40, 0.18);
  color: #ffffff !important;
  font-weight: 700 !important;
  font-size: 24px !important;
  line-height: 32px !important;
  padding: 24px 16px 24px 40px;
}

.callout_text,
.post_callout .post_callout_text {
  font-weight: 700 !important;
  font-size: 24px !important;
  line-height: 32px !important;
  margin-bottom: 0 !important;
  margin-top: 0;
  color: #ffffff !important;
  font-style: italic;
  display: block;
}

.blog-content .callout_left,
.callout_left {
  background-color: #228ec2 !important;
  margin-right: 20%;
}

.blog-content .callout_right,
.callout_right {
  background-color: #a6a7a9 !important;
  border: 1px solid #eff7ff !important;
  margin-left: 20%;
}

.callout_left_cta_button,
.callout_right_cta_button {
  display: inline-block !important;
  margin-top: 24px !important;
}

.callout_left_cta_dest_url,
.callout_right_cta_dest_url {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  background-color: #63656a !important;
  text-decoration: none !important;
  color: #fff !important;
  font-size: 14px !important;
  line-height: 20px !important;
  font-weight: 700 !important;
  border-radius: 9999px !important;
  padding: 7px 16px !important;
  max-width: fit-content;
  transition: all 0.2s ease;
  outline: none;
}

.callout_left_cta_dest_url svg,
.callout_right_cta_dest_url svg {
  stroke: currentColor;
}

.callout_left_cta_dest_url:hover,
.callout_right_cta_dest_url:hover {
  cursor: pointer;
  text-decoration: none !important;
}

/* ==========================================================================
   Quote
   ========================================================================== */
.quote {
  margin: 32px 0px;
  background-color: #eff7ff;
  border-radius: 4px;
  border-top: 8px solid #228ec2;
  padding: 32px 24px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: #228ec2;
  box-shadow: 0px 8px 48px -4px rgba(16, 24, 40, 0.08);
}

.quote_wide_text {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}

.quote_wide_source_name {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  margin-top: 16px;
}

.quote_wide_source_title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-top: 8px;
}

/* ==========================================================================
   Key Takeaways
   ========================================================================== */
#key-takeaways {
  background-color: white;
  border: 1px solid #e7e8f0;
  padding: 24px 20px;
  position: relative;
  border-radius: 4px;
  margin-top: 32px;
  margin-bottom: 32px;
  box-shadow: 0px 6px 48px -12px rgba(16, 24, 40, 0.18);
  width: 100%;
  box-sizing: border-box;
}

#key-takeaways strong,
#key-takeaways b {
  display: block;
  font-size: 24px;
  line-height: 34px;
  font-weight: 900;
  color: #228ec2;
  margin-bottom: 16px;
}

#key-takeaways ul,
#key-takeaways ol {
  margin-bottom: 0;
}

#key-takeaways ul:not(:last-child),
#key-takeaways ol:not(:last-child) {
  margin-bottom: 24px;
}

#key-takeaways ul li,
#key-takeaways ol li {
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  list-style: none;
  position: relative;
  padding-left: 32px;
  margin-bottom: 12px;
}

#key-takeaways ul li:last-child,
#key-takeaways ol li:last-child {
  margin-bottom: 0;
}

#key-takeaways ul li::before,
#key-takeaways ol li::before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  z-index: 1;
  width: 24px;
  height: 24px;
  background-image: url('data:image/svg+xml, <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="24" height="24" rx="12" fill="%23228ec2"/><path d="M7.5 12L10.5 15L16.5 9" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
}

.key_takeaways_cta_button {
  display: inline-block !important;
  margin-top: 16px;
}

.key_takeaways_cta_dest_url {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  background-color: #228ec2 !important;
  color: #fff !important;
  font-size: 14px !important;
  line-height: 20px !important;
  font-weight: 700 !important;
  border-radius: 9999px !important;
  padding: 7px 16px !important;
  text-decoration: none;
}

.key_takeaways_cta_dest_url:hover,
.key_takeaways_cta_button a:hover {
  text-decoration: none;
}

#key-takeaways .key_takeaways_cta_button a,
#key-takeaways .key_takeaways_cta_button a span {
  padding: 7px 16px;
  text-decoration: none !important;
}

/* ==========================================================================
   References
   ========================================================================== */
#references {
  border-top: 12px solid #228ec2;
  background-color: #eff7ff;
  padding: 24px;
  border-radius: 4px;
  color: #3a488a;
  font-size: 16px;
  line-height: 28px;
  margin-top: 32px;
  margin-bottom: 32px;
  box-shadow: 0px 4px 68px 0px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(36px);
  width: inherit;
  overflow-x: hidden;
  box-sizing: border-box;
  margin-left: 0;
  margin-right: 0;
}

#references a:hover {
  text-decoration: underline;
}

#references strong,
#references b {
  display: block;
  font-size: 24px;
  line-height: 34px;
  font-weight: 900;
  color: #228ec2;
  margin-bottom: 16px;
}

#references ul,
#references ol {
  padding-left: 16px;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 0;
  list-style: none;
}

#references ul li,
#references ol li {
  padding-top: 14px;
  padding-bottom: 14px;
  list-style-type: decimal;
  border-bottom: 1px solid #c1defb;
}

#references ul li:first-child,
#references ol li:first-child {
  padding-top: 0px;
}

#references ul li:last-child,
#references ol li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

#references ul li a,
#references ol li a {
  color: rgba(58, 72, 138, 1);
  font-weight: bold;
  list-style-type: none;
  position: relative;
  word-break: break-all;
}

/* ==========================================================================
   Colorful Stripe Decoration - DISABLED
   Stripes are part of embedded content, not generated by CSS
   ========================================================================== */

/* ==========================================================================
   Desktop Styles (1024px+)
   ========================================================================== */
@media (min-width: 1024px) {
  .blog-wrapper h2 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 30px;
  }

  .blog-wrapper h3 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 24px;
  }

  .blog-wrapper p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 32px;
  }

  .lead-section .title-container,
  .lead-section .lead-meta,
  .lead-section .lead-image-container,
  section.contain-content .max-w-screen-xl {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    width: calc(100% - 64px);
  }

  .lead-section {
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }

  .lead-image {
    height: 430px;
    width: 100%;
  }

  .lead-image-container {
    margin-top: 40px;
    margin-bottom: -20px;
    width: calc(100% - 64px);
    max-width: 100%;
  }

  .title-container h1 {
    font-size: 60px;
    line-height: 72px;
    margin-top: 40px;
    direction: ltr;
    font-family: Roboto, "Roboto Fallback";
    font-weight: 600;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    line-height: 1;
    margin-bottom: .5rem;
  }

  .blog-wrapper h2,
  .blog-wrapper h3,
  .blog-wrapper h4,
  .blog-wrapper h5,
  .blog-wrapper h6 {
    font-family: Roboto, "Roboto Fallback";
  }

  .lead-section .lead-meta {
    margin-top: 24px;
  }

  /* Blog Wrapper Desktop */
  .blog-wrapper {
    flex-direction: row-reverse;
    margin-bottom: 48px;
    margin-left: 16px;
    margin-right: 16px;
    column-gap: 32px;
  }

  .blog-wrapper p {
    line-height: 1.3;
    margin-bottom: 24px;
  }

  /* Flex Container Desktop */
  .blog-wrapper .flex-container {
    width: 25%;
    min-width: 300px;
    max-width: 350px;
    gap: 34px;
    margin-bottom: 20px;
    display: flex;
    position: sticky;
    top: 82px;
    flex-direction: column;
  }

  .blog-wrapper .content {
    width: 75%;
  }

  #summary,
  #key-takeaways,
  #references {
    width: 100%;
    max-width: inherit;
  }

  #summary {
    padding: 42px 32px;
    margin-bottom: 64px;
    border-radius: 8px;
    font-size: 20px;
    line-height: 30px;
  }

  #summary p {
    margin: 0;
  }

  #summary strong,
  #summary b {
    font-size: 36px;
    line-height: 38px;
    margin-bottom: 0;
  }

  /* Callout Desktop */
  .callout,
  .post_callout,
  .blog-content .callout {
    width: 340px;
  }

  .callout_left,
  .post_callout_left,
  .blog-content .callout_left {
    float: left;
    margin: 0 30px 20px 0px;
  }

  .callout_right,
  .post_callout_right,
  .blog-content .callout_right {
    float: right;
    margin: 0 0 20px 30px;
  }

  #key-takeaways {
    padding: 76px 32px 32px 32px;
    margin-top: 64px;
    margin-bottom: 64px;
  }

  #key-takeaways::before {
    top: 32px;
    left: 32px;
    right: 32px;
    width: calc(100% - 64px);
  }

  #key-takeaways strong,
  #key-takeaways b {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 24px;
  }

  #references {
    padding: 32px;
    margin-top: 64px;
    margin-bottom: 64px;
  }

  #references strong,
  #references b {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 24px;
  }

  #toc {
    position: relative;
    width: 100%;
    display: block;
    height: auto;
    inset: 0;
    border-bottom: none;
    border-left: none;
    border-right: none;
    background-color: white;
    padding: 16px 20px;
    left: auto;
    right: auto;
    bottom: auto;
  }

  #toc strong,
  #toc b {
    padding-left: 4px;
    padding-right: 4px;
  }
}

/* ==========================================================================
   Large Desktop (1280px+)
   ========================================================================== */
@media (min-width: 1280px) {

  .lead-section .title-container,
  .lead-section .lead-meta,
  .lead-section .lead-image-container,
  section.contain-content .max-w-screen-xl {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    width: calc(100% - 80px);
  }

  .lead-section {
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    width: 100%;
  }

  .blog-wrapper .flex-container {
    width: 22%;
  }

  .blog-wrapper .content {
    width: 78%;
  }
}

/* ==========================================================================
   Extra Large Desktop (1440px+)
   ========================================================================== */
@media (min-width: 1440px) {
  .lead-section {
    width: 100%;
  }

  .lead-section .title-container,
  .lead-section .lead-meta,
  .lead-section .lead-image-container,
  section.contain-content .max-w-screen-xl {
    width: calc(100% - 100px);
  }

  .blog-wrapper .flex-container {
    width: 20%;
  }

  .blog-wrapper .content {
    width: 80%;
  }
}

/* ==========================================================================
   Tablet (max 1024px)
   ========================================================================== */
@media (max-width: 992px) {
  #toc b {
    margin-bottom: 0 !important;
  }

  .blog-wrapper {
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 1.5rem;
    padding-right: 2.5rem;
  }

  .title-container h1 {
    line-height: 1.1;
  }
}

/* ==========================================================================
   Mobile (max 991px)
   ========================================================================== */
@media (max-width: 991px) {
  #references {
    box-shadow: none;
  }
}

/* ==========================================================================
   Small Mobile (max 768px)
   ========================================================================== */
@media (max-width: 768px) {
  .flex-container {
    flex-direction: column;
  }

  .callout_left,
  .callout_right,
  .blog-content .callout_left,
  .blog-content .callout_right,
  .callout {
    margin-left: 0 !important;
    margin-right: 0 !important;
    float: none !important;
    width: 100% !important;
  }
}

/* ==========================================================================
   WordPress Theme Specific Styles
   ========================================================================== */

/* Post Navigation */
.post-navigation {
  margin-top: 48px;
  padding-top: 32px;
  border-top: 1px solid #e7e8f0;
}

.post-navigation .nav-links {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}

.post-navigation .nav-previous,
.post-navigation .nav-next {
  flex: 1;
  max-width: 45%;
}

.post-navigation .nav-next {
  text-align: right;
}

.post-navigation .nav-label {
  display: block;
  font-size: 14px;
  color: #a6a7a9;
  margin-bottom: 8px;
}

.post-navigation .nav-title {
  display: block;
  font-weight: 700;
  color: #3a488a;
  transition: color 0.2s ease;
}

.post-navigation a:hover .nav-title {
  color: #228ec2;
}

@media (max-width: 768px) {
  .post-navigation .nav-links {
    flex-direction: column;
  }

  .post-navigation .nav-previous,
  .post-navigation .nav-next {
    max-width: 100%;
    text-align: left;
  }
}

/* Breadcrumbs - Hero style (for pages with dark hero backgrounds) */
.hero-section .breadcrumbs {
  font-size: 14px;
  margin-bottom: 16px;
}

.hero-section .breadcrumbs a {
  color: rgba(255, 255, 255, 0.8);
}

.hero-section .breadcrumbs a:hover {
  color: #fff;
}

.hero-section .breadcrumbs .separator {
  margin: 0 8px;
  color: rgba(255, 255, 255, 0.5);
}

.hero-section .breadcrumbs .current {
  color: #fff;
}

/* Header Breadcrumbs Bar - Clean white style for blog posts */
.header-breadcrumbs-bar .breadcrumbs {
  font-size: 0.9rem;
  margin-bottom: 0;
}

.header-breadcrumbs-bar .breadcrumbs a {
  color: #63656A;
  text-decoration: none;
  font-weight: 500;
}

.header-breadcrumbs-bar .breadcrumbs a:hover {
  color: #228EC2;
  text-decoration: none;
}

.header-breadcrumbs-bar .breadcrumbs .separator {
  margin: 0 10px;
  color: #A6A7A9;
}

.header-breadcrumbs-bar .breadcrumbs .current {
  color: #228EC2;
  font-weight: 600;
}

/* Back to Top Button */
.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background-color: #228ec2;
  color: #fff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.3s ease;
  z-index: 999;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
}

.back-to-top.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.back-to-top:hover {
  background-color: #3a488a;
  transform: translateY(-3px);
}