/* ---------------------------------------------------------
	   BLOG PAGE LAYOUT (REMOVED INLINE CSS)
	   --------------------------------------------------------- */
.brx-blog-layout {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 20px;
  align-items: flex-start;
  justify-content: center;
  max-width: 1440px;
  width: 100%;
  padding: 80px 40px;
  margin: 0 auto;
}

.toc-column {
  width: 30%;
  padding-right: 40px;
  position: sticky;
  top: 130px;
  max-height: calc(100vh - 150px);
  overflow-y: auto;
}

.content-column {
  width: 68%;
}

/* Hide scrollbar but keep scrolling */
.toc-sticky {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.toc-sticky::-webkit-scrollbar {
  width: 0;

  height: 0;
}

/* ---------------------------------------------------------
	   TOC BASE STYLES
	   --------------------------------------------------------- */
.table-of-contents {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
}

.toc-line {
  width: 100%;
  height: 3px;
  background: #43b20a;
  margin-bottom: 15px;
  border-radius: 2px;
}

.toc-wrapper ol {
  padding-left: 15px;
  line-height: 1.6;
  margin-left: 12px;
}

.toc-wrapper ol li {
  margin-bottom: 15px;
}

.toc-wrapper ol li a {
  color: #000;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.2s ease;
}

.toc-wrapper ol li a:hover {
  color: #43b20a;
  text-decoration: underline;
}

/* Sticky TOC */
.toc-sticky {
  position: sticky;
  top: 130px;
  max-height: calc(100vh - 150px);
  overflow-y: auto;
}

.toc-sticky::-webkit-scrollbar {
  width: 6px;
}

.toc-sticky::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
}

.toc-wrapper a.active {
  color: #43b20a;
  font-weight: 600;
  text-decoration: underline;
}

/* ---------------------------------------------------------
	   RESPONSIVE
	   --------------------------------------------------------- */
@media (max-width: 1024px) {
  .brx-blog-layout {
    padding: 60px 40px;
  }

  .toc-column {
    width: 35%;
    padding-right: 20px;
  }

  .content-column {
    width: 60%;
  }
}

@media (max-width: 768px) {
  .brx-blog-layout {
    flex-direction: column;
    padding: 40px 20px;
  }

  .toc-column,
  .content-column {
    width: 100%;
    padding-right: 0;
  }

  .toc-sticky {
    position: relative;
    top: unset;
    max-height: unset;
    overflow: visible;
  }

  .toc-column {
    top: unset;
    max-height: unset;
    overflow: visible;
  }
  .events-press-release {
    padding: 60px 20px 60px 20px;
  }
  .events-press-release #brx-content .brxe-container .post-category {
    margin: 0px;
    font-size: 14px;
  }

  .events-press-release
    #brx-content
    .brxe-container
    .bricks-post-header.has-image {
    margin-bottom: 15px;
  }
  .events-press-release #brx-content .brxe-container .brxe-post-content h2 {
    line-height: 1.4;
    font-weight: 600;
  }

  .events-press-release #brx-content .brxe-container {
    gap: 0px;
  }

  .events-press-release #brx-content .brxe-container h1 {
    font-size: 35px;
    line-height: 1.3;
    margin-bottom: 15px;
  }

  .events-press-release #brx-content .brxe-container .bricks-post-header {
	min-height: unset;
}

}
