/* wrapper around all categories */
/*.support-overview {*/
/*  display: grid;*/
/*  grid-template-columns: repeat(3, 1fr); !* 3-3-3 on large *!*/
/*  gap: 24px;*/
/*  margin-block: 24px 40px;*/
/*}*/

/*.intro-block {*/
/*  grid-column: 1 / -1;*/
/*  padding: 22px 24px;*/
/*  border: 1px solid #e6e9ee;*/
/*  border-radius: 12px;*/
/*  background: #f8fafc;*/
/*}*/

/*!* card *!*/
/*.support-overview .category {*/
/*  background: #f9fafc;*/
/*  border: 1px solid #e6e8eb;*/
/*  border-radius: 12px;*/
/*  padding: 18px 20px;*/
/*  height: 100%;                !* equal-height cards *!*/
/*  transition: box-shadow .2s ease;*/
/*}*/
/*.support-overview .category:hover {*/
/*  box-shadow: 0 6px 18px rgba(0,0,0,.08);*/
/*}*/

/*!* title + links *!*/
/*.support-overview .category h2 {*/
/*  font-size: 1.1rem;*/
/*  margin: 0 0 .6rem 0;*/
/*}*/
/*.support-overview .category h2 a {*/
/*  text-decoration: none;*/
/*}*/
/*.support-overview .category ul {*/
/*  list-style: none;*/
/*  margin: 0;*/
/*  padding: 0;*/
/*}*/
/*.support-overview .category li + li {*/
/*  margin-top: .45rem;*/
/*}*/
/*.support-overview .category a {*/
/*  text-decoration: none;*/
/*}*/
/*.support-overview .category a:hover {*/
/*  text-decoration: underline;*/
/*}*/

/*!* breakpoints *!*/
/*@media (max-width: 992px) {      !* tablets / medium  ⇒ 2-2-2 *!*/
/*  .support-overview {*/
/*    grid-template-columns: repeat(2, 1fr);*/
/*  }*/
/*}*/
/*@media (max-width: 600px) {      !* phones / small ⇒ 1-1-1 *!*/
/*  .support-overview {*/
/*    grid-template-columns: 1fr;*/
/*  }*/
/*}*/

/*.support-category-full {*/
/*  grid-column: 1 / -1; */
/*}*/

/* scroll offset for headings */
:root { --sticky-offset: 120px; }
.com-content-article h2,
.com-content-article h3 {
  scroll-margin-top: var(--sticky-offset);
}

html {
  scroll-behavior: smooth;
}

/* Sidebar TOC */
/*#sidebar-toc {*/
/*  font-family: inherit;*/
/*  font-size: 0.95rem;*/
/*  line-height: 1.5;*/
/*  padding: 1rem;*/
/*  background: #f9fafb; !* light grey background *!*/
/*  border: 1px solid #e5e7eb;*/
/*  border-radius: 8px;*/
/*  position: sticky;*/
/*  top: 100px; !* stays in view when scrolling *!*/
/*  max-height: 80vh;*/
/*  overflow-y: auto;*/
/*  text-decoration: none;*/
/*}*/

/*#sidebar-toc h3 {*/
/*  font-size: 1rem;*/
/*  font-weight: 600;*/
/*  margin-bottom: 0.75rem;*/
/*  border-bottom: 1px solid #e5e7eb;*/
/*  padding-bottom: 0.5rem;*/
/*}*/

/*#sidebar-toc .toc-list {*/
/*  list-style: none !important;*/
/*  margin: 0;*/
/*  padding: 0;*/
/*}*/

/*#sidebar-toc .toc-list li {*/
/*  margin: 0.3rem 0;*/
/*  text-decoration: none;*/
/*}*/

/*#sidebar-toc .toc-list li a {*/
/*  color: #374151; */
/*  text-decoration: none !important;   */
/*  transition: color 0.2s;*/
/*  display: block;*/
/*}*/

/*#sidebar-toc .toc-list li a:hover {*/
/*  color: #1d4ed8; !* blue hover *!*/
/*}*/

/*#sidebar-toc .toc-list li li {*/
/*  margin-left: 1rem; !* nested indentation *!*/
/*  font-size: 0.9rem;*/
/*  list-style: none;*/
/*}*/

