.elementor-kit-7{--e-global-color-primary:#1F3590;--e-global-color-secondary:#245DDD;--e-global-color-text:#8A98AD;--e-global-color-accent:#F97316;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Parent section for layout */
.elementor-section.moosend-layout {
  display: flex;
  gap: 30px;
}

/* Left TOC column */
.toc-column {
  flex: 0 0 20%;
  position: sticky;
  top: 0; /* sticks exactly where it starts */
  align-self: flex-start;
  height: fit-content;
}

/* Main content column */
.content-column {
  flex: 1 1 auto;
  min-width: 0;
  max-width: 740px;
  margin: 0 auto;
}

/* Right Author column */
.author-column {
  flex: 0 0 20%;
  position: sticky;
  top: 0;
  align-self: flex-start;
  height: fit-content;
}

/* Responsive collapse */
@media (max-width: 1024px) {
  .elementor-section.moosend-layout {
    flex-direction: column;
  }
  .toc-column,
  .author-column {
    position: static;
    flex: 1 1 auto;
  }
  .content-column {
    max-width: 100%;
    margin: 0;
  }
}

@media (max-width: 767px) {
  .toc-column,
  .author-column {
    display: none !important; /* hide sidebars on phone */
  }
  .content-column {
    flex: 1 1 100%;
    max-width: 100%;
    margin: 0;
  }
}/* End custom CSS */