.elementor-28083 .elementor-element.elementor-element-01c88ad{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--overlay-opacity:0.5;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-28083 .elementor-element.elementor-element-01c88ad:not(.elementor-motion-effects-element-type-background), .elementor-28083 .elementor-element.elementor-element-01c88ad > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF00;}.elementor-28083 .elementor-element.elementor-element-01c88ad::before, .elementor-28083 .elementor-element.elementor-element-01c88ad > .elementor-background-video-container::before, .elementor-28083 .elementor-element.elementor-element-01c88ad > .e-con-inner > .elementor-background-video-container::before, .elementor-28083 .elementor-element.elementor-element-01c88ad > .elementor-background-slideshow::before, .elementor-28083 .elementor-element.elementor-element-01c88ad > .e-con-inner > .elementor-background-slideshow::before, .elementor-28083 .elementor-element.elementor-element-01c88ad > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#F9F9F9;--background-overlay:'';}.elementor-28083 .elementor-element.elementor-element-1717b64{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-28083 .elementor-element.elementor-element-1717b64:not(.elementor-motion-effects-element-type-background), .elementor-28083 .elementor-element.elementor-element-1717b64 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-28083 .elementor-element.elementor-element-61f0e94{--display:flex;--z-index:0;}.elementor-28083 .elementor-element.elementor-element-edc4c09{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-28083 .elementor-element.elementor-element-edc4c09:not(.elementor-motion-effects-element-type-background), .elementor-28083 .elementor-element.elementor-element-edc4c09 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-28083 .elementor-element.elementor-element-58d9620 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-28083 .elementor-element.elementor-element-b37af95 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-28083 .elementor-element.elementor-element-b5059c4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-28083 .elementor-element.elementor-element-b5059c4:not(.elementor-motion-effects-element-type-background), .elementor-28083 .elementor-element.elementor-element-b5059c4 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-28083 .elementor-element.elementor-element-0c09574{--display:flex;}@media(max-width:1024px){.elementor-28083 .elementor-element.elementor-element-edc4c09{--align-items:flex-start;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}}@media(min-width:768px){.elementor-28083 .elementor-element.elementor-element-01c88ad{--width:1250px;}.elementor-28083 .elementor-element.elementor-element-1717b64{--width:25%;}.elementor-28083 .elementor-element.elementor-element-edc4c09{--width:75%;}.elementor-28083 .elementor-element.elementor-element-b5059c4{--width:1250px;}}@media(max-width:1024px) and (min-width:768px){.elementor-28083 .elementor-element.elementor-element-edc4c09{--width:99%;}}/* Start custom CSS */@media (max-width: 1100px) {
    .sidebar {
        display: none;
    }
    
    .main {
        width: 100% !important;
    }
    
    ..elementor-24276 .elementor-element.elementor-element-89b8bb6 {
        width: 100% !important;
    }
}

.sidebar-book-demo-container {
    padding: 0px 10px;
}

.toc-container {
    max-height: 60vh;
    overflow-y: auto;
}

.sidebar-book-demo-button {
  background-color: #3d3cb4;
  color: white !important;
  padding: 0.6em 1.5em;
  border-radius: 7px;
  display: block;
  margin: 0 auto !important;
  text-align: center;
  width: fit-content;
  font-weight: 400;
  width: 100%;

  /* transition for smoothness */
  transition: 
    transform 0.15s ease, 
    box-shadow 0.15s ease, 
    background-color 0.15s ease;
}

.sidebar-book-demo-button:hover {
  background-color: #3635a2;   /* slightly deeper shade */
  transform: translateY(-0.5px); /* tiny lift */
  box-shadow: 0 4px 8px rgba(0,0,0,0.08);
}

.sidebar-book-demo-button:active {
  transform: translateY(0);    /* "press down" */
  box-shadow: 0 2px 4px rgba(0,0,0,0.06);
}


/*--*/
/*TABLE OF CONTENTS*/
/*--*/

/* Keep your existing media query */
@media (min-width: 1200px) {
    #table-of-contents {
        display: block;
        flex-basis: auto;
        max-width: none;
        padding: 20px;
        background-color: white;
    }
    #child-container-right .e-con-inner {
        margin-left: 5%;
        margin-right: 5%;
    }
}

/* Updated container styling - cleaner, more professional */
.download-content-wrapper,
#table-of-contents {
    background-color: #FFFFFF;
    border-radius: 6px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    border: 1px solid #E5E7EB;
    padding: 10px;
}

/* TOC Header - make it more enterprise-like */
#table-of-contents h3 {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #6B7280;  /* Neutral gray */
    margin-bottom: 16px;
    padding-bottom: 8px;
    border-bottom: 1px solid #F3F4F6;
}

/* List styling */
#table-of-contents ul {
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 0px;
}

#table-of-contents li {
    margin-bottom: 2px;  /* Tighter spacing */
    padding-left: 0;
    position: relative;
}

/* MAIN CHANGE: Remove blue links, add enterprise styling */
.toc-link {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 450;  /* Slightly heavier than 400 */
    font-size: 14px;
    padding: 5px 12px 5px 5px;
    position: relative;
    
    /* KEY CHANGES - No blue! */
    color: #4B5563 !important;  /* Neutral dark gray */
    text-decoration: none !important;
    
    /* Add smooth transitions */
    transition: all 0.15s ease;
    border-left: 2px solid transparent;
    border-radius: 4px;
}

/* Hover state - subtle but clear */
.toc-link:hover {
    color: #111827 !important;  /* Darker on hover */
    background-color: #F9FAFB;  /* Very light gray background */
    transform: translateX(2px);  /* Subtle shift right */
    text-decoration: none !important;
}

/* Active state - professional highlight */
.toc-link.active {
    color: #111827 !important;  /* Dark text */
    font-weight: 600 !important;
    background-color: #F3F4F6;  /* Light gray background */
    border-left: 2px solid #6B7280;  /* Gray accent border */
    text-decoration: none !important;
}

/* Replace the bullet indicator with a cleaner approach */
.toc-link::after {
    content: '';  /* Remove bullet */
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: transparent;
    transition: background-color 0.15s ease;
}

/* Active indicator - small dot instead of bullet */
/*.toc-link.active::after {*/
    /*background-color: #6B7280;*/
/*}*/

/* Alternative: Use a chevron for hover state */
.toc-link::before {
    content: '›';  /* Small chevron */
    position: absolute;
    left: 0;
    opacity: 0;
    transform: translateX(-8px);
    transition: all 0.15s ease;
    color: #9CA3AF;
}

.toc-link:hover::before {
    opacity: 1;
    transform: translateX(0);
}

/* Back to articles styling - more subtle */
.back-to-articles-divider {
    width: 100%;  /* Full width */
    margin: 10px 0 6px 0 !important;
    background-color: #E5E7EB !important;  /* Light gray */
    height: 1px !important;
    border: none;
}

#back-to-articles-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 0 !important;
    font-weight: 500 !important;
    font-size: 13px;
    color: #6B7280 !important;  /* Gray instead of blue */
    text-decoration: none !important;
    transition: all 0.15s ease;
}

#back-to-articles-link:hover {
    color: #111827 !important;  /* Darker on hover */
    transform: translateX(-2px);  /* Subtle left shift */
    text-decoration: none !important;
}

/* Update arrow styling */
.back-to-articles-arrow {
    width: 14px !important;
    height: 14px !important;
    transition: transform 0.2s ease;
}

#back-to-articles-link:hover .back-to-articles-arrow {
    transform: rotate(-45deg) scale(1.1);  /* Rotate instead of just scale */
}

.toc-link.active {
    /*text-decoration: underline;*/
    font-weight: 800 !important;
    background-color: #F6F6F6;
    border-radius: 5px;
}
.toc-link {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 400 !important;
    padding-right: 1.5em;
    position: relative;
}

/*--*/
/*NOTION CONTENT STYLING*/
/*--*/

h2.wp-block-heading,
h3.wp-block-heading{
    margin-top: 2em;
    margin-bottom: 1em;
}

/* Override for the first h2 element if it's the first child */
#wp-notion-main-block * > h2.wp-block-heading:first-child {
    margin-top: 0;
}

/*Prevent page from jumping on load by setting H1 styles to emulate H2s*/
.elementor-widget-container h1.wp-block-heading {
    font-size: 1.7em;
    line-height: 1.3em;
    margin-top: 2em;
    margin-bottom: 1em;
}
#wp-notion-main-block * > h1.wp-block-heading:first-child {
    margin-top: 0;
}

.wp-block-image {
    margin-top: 3em;
    margin-bottom: 3em;
    border-radius: 10px;
}

.wp-block-table table {
    width: auto;
    max-width: none;
    border: 1px solid #b3b1b1;
}

.wp-block-table thead {
    background-color: #DBE3FF;
    font-weight: bold;
    text-align: left;
    padding: 1em 1em 1em 1em;
    border: 1px solid #b3b1b1;
}

.wp-block-table td,
.wp-block-table th {
    padding: 0.5em 1em 0.5em 1em;
    border: 1px solid #b3b1b1;
    vertical-align: top;
}

.wp-block-image img {
    border-radius: 5px;
    border: 0.5px #d3d3d3 solid;
    transition: opacity 0.5s;
    /*opacity: 0;*/
    display: block;
    margin: 0 auto; /* This centers the image horizontally */
}

.wp-block-video video{
    border: 0.5px #d3d3d3 solid;
    border-radius: 5px;
    margin-bottom: 3em;
    margin-top: 3em;
}
#wp-notion-main-block p.has-background {
    padding: 1em;
    margin-bottom: 2em;
}
#wp-notion-main-block p {
    margin-bottom: 1em;
}
#wp-notion-main-block li{
    margin-bottom: 2em
}
#wp-notion-main-block ol li {
    margin-bottom: 2em;
}

#wp-notion-main-block ol li > ul > li:first-child,
#wp-notion-main-block ol li > ol > li:first-child {
    margin-top: 2em;
}

/* Handle two columns of content */

.wp-block-columns.is-layout-flex.wp-container-core-columns-layout-1.wp-block-columns-is-layout-flex {
    display: flex; /* Use Flexbox */
    flex-wrap: wrap; /* Allow the items to wrap as needed */
}

.wp-block-columns .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow:first-child {
    flex: 75%; /* Take the remaining space after the right column is set */
}

.wp-block-columns .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow:last-child {
    flex: 25%; /* Set max width to 25% */
}

.has-background {
    border-radius: 7px;
    background-color: #DBE3FF !important;
    background-color: rgb(241, 241, 239);
    padding: 1em;
    margin: 1em 4em 0em 4em;
    overflow: hidden;
}

@media (max-width: 800px) {
    .has-background {
        margin: 2em 0em 2em 0em;
        }
    }

/* Remove border from image and ensure it aligns to the top right */
.wp-block-columns .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow:last-child .wp-block-image {
    width: 100%; /* Ensure the image takes up the entire width of its container */
    display: flex; /* Make this a flex container */
    justify-content: center; /* Align the child img to the right */
    align-items: flex-start; /* Align the child img to the top */
}

.wp-block-columns .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow:last-child .wp-block-image img {
    border: none; /* Remove the border */
}/* End custom CSS */