/** Shopify CDN: Minification failed

Line 18:0 Unexpected "{"

**/
/* =============================================
   FAQ - Sidebar TOC layout (Horizon theme)
   ============================================= */

/* Cacher le wrapper vide qui cause l'espace blanc */
@media (min-width: 750px) {
  .section-content-wrapper:empty {
    display: none !important;
  }
}


{

  body.template-page .section.page-width-content .section-content-wrapper {
    display: grid !important;
    grid-template-columns: 200px 1fr !important;
    align-items: start !important;
    column-gap: 48px !important;
  }

  body.template-page .section.page-width-content .section-content-wrapper > faq-table-of-contents-awfpprmphqu0rvdnzwaigenblocke62b31dlruwkp {
    grid-column: 1 !important;
    grid-row: 1 / 999 !important;
    position: sticky !important;
    top: 100px !important;
    align-self: start !important;
  }

  body.template-page .section.page-width-content .section-content-wrapper > *:not(faq-table-of-contents-awfpprmphqu0rvdnzwaigenblocke62b31dlruwkp) {
    grid-column: 2 !important;
  }

}




