:root {
  color-scheme: dark;
  --ttc-help-bg: #1a1a2e;
  --ttc-help-header: #16162a;
  --ttc-help-surface: #1f1f38;
  --ttc-help-surface-hover: #252541;
  --ttc-help-accent: #3ddc84;
  --ttc-help-accent-soft: rgba(61, 220, 132, 0.12);
  --ttc-help-text: #f4f4f0;
  --ttc-help-muted: #9ca3af;
  --ttc-help-border: rgba(255, 255, 255, 0.1);
  --ttc-help-header-height: 62px;
  --ttc-help-sidebar-width: 248px;
}

/* Branded native fallback: remains usable if the enhancement is disabled or fails. */
body:not(.ttc-help-layout) {
  background: var(--ttc-help-bg) !important;
  color: var(--ttc-help-text) !important;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif !important;
}

body:not(.ttc-help-layout) .navbar .navbar-inner {
  border-bottom: 1px solid var(--ttc-help-border);
  background: var(--ttc-help-header) !important;
}

body:not(.ttc-help-layout) :where(h1, h2, h3, h4, h5, h6, p, li, td, th, label) {
  color: var(--ttc-help-text) !important;
}

body:not(.ttc-help-layout) a {
  color: var(--ttc-help-accent) !important;
}

body:not(.ttc-help-layout) :where(.category-list .category, .articleList li) {
  border: 1px solid var(--ttc-help-border) !important;
  border-radius: 10px !important;
  background: var(--ttc-help-surface) !important;
}

body:not(.ttc-help-layout) :where(.category-list .category, .articleList li):hover {
  border-color: rgba(61, 220, 132, 0.3) !important;
}

body:not(.ttc-help-layout) :where(input[type="text"], input[type="search"], textarea, select) {
  border: 1px solid var(--ttc-help-border) !important;
  border-radius: 8px !important;
  background: var(--ttc-help-surface) !important;
  color: var(--ttc-help-text) !important;
}

body:not(.ttc-help-layout) :where(input, textarea, select):focus {
  border-color: var(--ttc-help-accent) !important;
  outline: 2px solid rgba(61, 220, 132, 0.2) !important;
  outline-offset: 1px;
}

body.ttc-help-layout {
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  background: var(--ttc-help-bg) !important;
  color: var(--ttc-help-text) !important;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  -webkit-font-smoothing: antialiased;
}

.ttc-help-layout *,
.ttc-help-layout *::before,
.ttc-help-layout *::after {
  box-sizing: border-box;
}

.ttc-help-layout .ttc-help-shell {
  min-height: 100vh;
  background: var(--ttc-help-bg) !important;
}

.ttc-help-layout .ttc-help-header {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  display: grid;
  /* Equal outer tracks keep the search field centered in the viewport. */
  grid-template-columns: 1fr minmax(18rem, 34rem) 1fr;
  align-items: center;
  gap: 16px;
  min-height: var(--ttc-help-header-height);
  padding: 0 18px;
  border-bottom: 1px solid var(--ttc-help-border);
  background: var(--ttc-help-header) !important;
}

.ttc-help-layout .ttc-help-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  color: var(--ttc-help-text) !important;
  font-size: 14px;
  font-weight: 650;
  text-decoration: none !important;
}

.ttc-help-layout .ttc-help-brand img {
  display: block;
  width: auto;
  max-width: 152px;
  height: 31px;
  border: 0;
  border-radius: 0;
  object-fit: contain;
}

.ttc-help-layout .ttc-help-brand-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

.ttc-help-layout .ttc-help-brand-label::before {
  width: 1px;
  height: 18px;
  background: var(--ttc-help-border);
  content: "";
}

.ttc-help-layout .ttc-help-search {
  width: 100%;
}

.ttc-help-layout .ttc-help-search #searchBar {
  position: relative;
  width: 100%;
  margin: 0;
}

.ttc-help-layout .ttc-help-search #searchBar input.search-query {
  width: 100%;
  height: 36px;
  margin: 0;
  padding: 0 42px 0 38px !important;
  border: 1px solid var(--ttc-help-border) !important;
  border-radius: 8px !important;
  outline: none;
  background: rgba(255, 255, 255, 0.045) !important;
  box-shadow: none !important;
  color: var(--ttc-help-text) !important;
  font: inherit;
  font-size: 13px;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.ttc-help-layout .ttc-help-search #searchBar input.search-query::placeholder {
  color: var(--ttc-help-muted);
  opacity: 0.9;
}

.ttc-help-layout .ttc-help-search #searchBar input.search-query:focus {
  border-color: var(--ttc-help-accent) !important;
  background: var(--ttc-help-surface) !important;
  box-shadow: 0 0 0 3px rgba(61, 220, 132, 0.16) !important;
}

.ttc-help-layout .ttc-help-search #searchBar::before {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 13px;
  width: 14px;
  height: 14px;
  transform: translateY(-50%);
  background: currentColor;
  color: var(--ttc-help-muted);
  content: "";
  pointer-events: none;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='currentColor' stroke-width='2'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='m20 20-4-4'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='currentColor' stroke-width='2'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='m20 20-4-4'/%3E%3C/svg%3E") center / contain no-repeat;
}

.ttc-help-layout .ttc-help-search #searchBar > button {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 36px;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: var(--ttc-help-muted) !important;
  font-size: 0;
}

.ttc-help-layout .ttc-help-search #searchBar > button:hover {
  color: var(--ttc-help-accent) !important;
}

.ttc-help-layout .ttc-help-search #serp-dd {
  top: calc(100% + 8px) !important;
  right: 0 !important;
  left: 0 !important;
  width: auto !important;
  overflow: hidden;
  border: 1px solid var(--ttc-help-border) !important;
  border-radius: 10px !important;
  background: var(--ttc-help-surface) !important;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.3) !important;
}

.ttc-help-layout .ttc-help-search #serp-dd .result {
  margin: 0;
  padding: 6px;
}

.ttc-help-layout .ttc-help-search #serp-dd .result li,
.ttc-help-layout .ttc-help-search #serp-dd .result a {
  border-radius: 7px;
  background: transparent !important;
  color: var(--ttc-help-text) !important;
}

.ttc-help-layout .ttc-help-search #serp-dd .result li.active,
.ttc-help-layout .ttc-help-search #serp-dd .result a:hover {
  background: var(--ttc-help-accent-soft) !important;
  color: var(--ttc-help-accent) !important;
}

.ttc-help-layout .ttc-help-header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.ttc-help-layout .ttc-help-icon-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 0;
  border-radius: 8px;
  background: transparent !important;
  color: var(--ttc-help-muted) !important;
  cursor: pointer;
  text-decoration: none !important;
  transition: color 160ms ease, background 160ms ease;
}

.ttc-help-layout .ttc-help-icon-button:hover {
  background: rgba(255, 255, 255, 0.06) !important;
  color: var(--ttc-help-text) !important;
}

.ttc-help-layout .ttc-help-icon-button svg {
  width: 18px;
  height: 18px;
}

.ttc-help-layout .ttc-help-menu-button {
  display: none;
}

.ttc-help-layout .ttc-help-sidebar {
  position: fixed;
  z-index: 90;
  top: var(--ttc-help-header-height);
  bottom: 0;
  left: 0;
  width: var(--ttc-help-sidebar-width);
  overflow-y: auto;
  /* Matches the app shell's brand-block offset above its nav (`lg:py-3`). */
  padding: 28px 12px 32px;
  border-right: 1px solid var(--ttc-help-border);
  background: var(--ttc-help-header) !important;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.16) transparent;
}

/* Nav metrics mirror the app shell nav in src/layouts/AppShell.vue:
   `gap-1` list, `flex items-center gap-3 rounded-lg border px-4 py-2.5
   text-sm font-medium`, `size-5` icons, `bg-accent/15 text-accent
   border-accent/30` when active. */
.ttc-help-layout .ttc-help-nav {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ttc-help-layout .ttc-help-nav-link {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 40px;
  padding: 10px 16px;
  border: 1px solid transparent;
  border-radius: 8px;
  color: rgba(244, 244, 240, 0.8) !important;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none !important;
  transition: color 160ms ease, background 160ms ease, border-color 160ms ease;
}

.ttc-help-layout .ttc-help-nav-link:hover {
  background: rgba(255, 255, 255, 0.05) !important;
  color: var(--ttc-help-text) !important;
}

.ttc-help-layout .ttc-help-nav-link[aria-current="true"],
.ttc-help-layout .ttc-help-nav-link.is-active {
  border-color: rgba(61, 220, 132, 0.3);
  background: rgba(61, 220, 132, 0.15) !important;
  color: var(--ttc-help-accent) !important;
}

.ttc-help-layout .ttc-help-nav-icon {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  color: currentColor;
}

.ttc-help-layout .ttc-help-nav-icon svg {
  width: 20px;
  height: 20px;
}

.ttc-help-layout .ttc-help-main {
  min-height: 100vh;
  margin-left: var(--ttc-help-sidebar-width);
  padding: calc(var(--ttc-help-header-height) + 28px) clamp(20px, 5vw, 76px) 52px;
  background: var(--ttc-help-bg) !important;
}

.ttc-help-layout .ttc-help-content {
  width: min(100%, 760px);
  margin: 0 auto;
}

.ttc-help-layout .ttc-help-intro {
  margin: 0 0 28px;
}

.ttc-help-layout .ttc-help-intro h1 {
  margin: 0 0 8px;
  color: var(--ttc-help-text) !important;
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 720;
  letter-spacing: -0.025em;
  line-height: 1.15;
}

.ttc-help-layout .ttc-help-intro p {
  margin: 0;
  color: var(--ttc-help-muted) !important;
  font-size: 14px;
  line-height: 1.65;
}

.ttc-help-layout .ttc-help-section {
  margin: 0 0 34px;
  scroll-margin-top: calc(var(--ttc-help-header-height) + 24px);
}

.ttc-help-layout .ttc-help-section-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 0 0 10px;
  padding: 0 2px 10px;
  border-bottom: 1px solid var(--ttc-help-border);
}

.ttc-help-layout .ttc-help-section-title {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0;
  color: var(--ttc-help-text) !important;
  font-size: 15px;
  font-weight: 680;
  letter-spacing: -0.01em;
}

.ttc-help-layout .ttc-help-section-title .ttc-help-nav-icon,
.ttc-help-layout .ttc-help-section-title .ttc-help-nav-icon svg {
  width: 18px;
  height: 18px;
}

.ttc-help-layout .ttc-help-section-count {
  color: var(--ttc-help-muted) !important;
  font-size: 11px;
  white-space: nowrap;
}

.ttc-help-layout .ttc-help-accordion-list {
  display: grid;
  gap: 8px;
}

.ttc-help-layout .ttc-help-accordion {
  overflow: clip;
  border: 1px solid var(--ttc-help-border);
  border-radius: 10px;
  background: var(--ttc-help-surface) !important;
  transition: border-color 160ms ease, background 160ms ease;
}

.ttc-help-layout .ttc-help-accordion:hover,
.ttc-help-layout .ttc-help-accordion.is-open {
  border-color: rgba(61, 220, 132, 0.28);
  background: var(--ttc-help-surface-hover) !important;
}

.ttc-help-layout .ttc-help-accordion-trigger {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 18px;
  align-items: center;
  gap: 14px;
  width: 100%;
  min-height: 46px;
  padding: 12px 14px;
  border: 0;
  background: transparent !important;
  color: var(--ttc-help-text) !important;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 560;
  line-height: 1.45;
  text-align: left;
}

.ttc-help-layout .ttc-help-accordion-trigger:hover {
  color: var(--ttc-help-accent) !important;
}

.ttc-help-layout .ttc-help-chevron {
  width: 16px;
  height: 16px;
  color: var(--ttc-help-muted);
  transition: transform 160ms ease, color 160ms ease;
}

.ttc-help-layout .ttc-help-accordion.is-open .ttc-help-chevron {
  transform: rotate(180deg);
  color: var(--ttc-help-accent);
}

.ttc-help-layout .ttc-help-accordion-panel {
  border-top: 1px solid transparent;
}

.ttc-help-layout .ttc-help-accordion.is-open .ttc-help-accordion-panel {
  border-top-color: var(--ttc-help-border);
}

.ttc-help-layout .ttc-help-accordion-body {
  padding: 16px 16px 18px;
  color: var(--ttc-help-text) !important;
  font-size: 13px;
  line-height: 1.65;
}

.ttc-help-layout .ttc-help-accordion-body > :first-child {
  margin-top: 0 !important;
}

.ttc-help-layout .ttc-help-accordion-body > :last-child {
  margin-bottom: 0 !important;
}

.ttc-help-layout .ttc-help-accordion-body h1,
.ttc-help-layout .ttc-help-accordion-body h2,
.ttc-help-layout .ttc-help-accordion-body h3,
.ttc-help-layout .ttc-help-accordion-body h4 {
  color: var(--ttc-help-text) !important;
  font-family: inherit !important;
  letter-spacing: -0.015em !important;
  line-height: 1.3 !important;
}

.ttc-help-layout .ttc-help-accordion-body h1 {
  font-size: 21px !important;
}

.ttc-help-layout .ttc-help-accordion-body h2 {
  font-size: 18px !important;
}

.ttc-help-layout .ttc-help-accordion-body h3,
.ttc-help-layout .ttc-help-accordion-body h4 {
  font-size: 15px !important;
}

.ttc-help-layout .ttc-help-accordion-body p,
.ttc-help-layout .ttc-help-accordion-body li,
.ttc-help-layout .ttc-help-accordion-body td,
.ttc-help-layout .ttc-help-accordion-body th,
.ttc-help-layout .ttc-help-accordion-body blockquote {
  color: var(--ttc-help-text) !important;
}

.ttc-help-layout .ttc-help-accordion-body a {
  color: var(--ttc-help-accent) !important;
  text-underline-offset: 3px;
}

.ttc-help-layout .ttc-help-accordion-body img,
.ttc-help-layout .ttc-help-accordion-body video,
.ttc-help-layout .ttc-help-accordion-body iframe {
  display: block;
  max-width: 100% !important;
  height: auto;
  margin: 16px auto;
  border: 1px solid var(--ttc-help-border);
  border-radius: 9px;
}

/* Help Scout's editor strips `display`, `gap`, and `border-radius` out of
   pasted inline styles but keeps the margins that assumed them. The
   Scribe-derived step articles therefore ship `width:100%` screenshots with an
   inline `margin-left:46px`, which pushes them past the panel. Neutralize the
   horizontal margins and rebuild the numbered-step row the markup expects. */
.ttc-help-layout .ttc-help-accordion-body img,
.ttc-help-layout .ttc-help-accordion-body video,
.ttc-help-layout .ttc-help-accordion-body iframe,
.ttc-help-layout .ttc-help-page #fullArticle img,
.ttc-help-layout .ttc-help-page #fullArticle video,
.ttc-help-layout .ttc-help-page #fullArticle iframe {
  margin-right: auto !important;
  margin-left: auto !important;
}

.ttc-help-layout .ttc-help-accordion-body div[style*="margin-bottom:18px"],
.ttc-help-layout .ttc-help-page #fullArticle div[style*="margin-bottom:18px"] {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.ttc-help-layout .ttc-help-accordion-body span[style*="width:30px"],
.ttc-help-layout .ttc-help-page #fullArticle span[style*="width:30px"] {
  display: inline-flex;
  flex: 0 0 30px;
  align-items: center;
  justify-content: center;
  height: 30px;
  border-radius: 999px;
}

.ttc-help-layout .ttc-help-accordion-body iframe {
  width: 100%;
  min-height: min(420px, 56vw);
}

.ttc-help-layout .ttc-help-article-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 14px;
  color: var(--ttc-help-accent) !important;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none !important;
}

.ttc-help-layout .ttc-help-article-link:hover {
  text-decoration: underline !important;
}

.ttc-help-layout .ttc-help-status {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 42px;
  margin: 0;
  color: var(--ttc-help-muted) !important;
  font-size: 12px;
}

.ttc-help-layout .ttc-help-status.is-error {
  display: block;
  color: #fbbf24 !important;
}

.ttc-help-layout .ttc-help-status a {
  color: var(--ttc-help-accent) !important;
}

.ttc-help-layout .ttc-help-spinner {
  width: 15px;
  height: 15px;
  border: 2px solid rgba(255, 255, 255, 0.15);
  border-top-color: var(--ttc-help-accent);
  border-radius: 999px;
  animation: ttc-help-spin 700ms linear infinite;
}

.ttc-help-layout .ttc-help-page {
  color: var(--ttc-help-text) !important;
}

.ttc-help-layout .ttc-help-page .contentWrapper {
  width: 100%;
  margin: 0;
  padding: 0;
  background: transparent !important;
}

.ttc-help-layout .ttc-help-page h1 {
  color: var(--ttc-help-text) !important;
  font-size: clamp(24px, 4vw, 34px);
  line-height: 1.2;
}

.ttc-help-layout .ttc-help-page p,
.ttc-help-layout .ttc-help-page li,
.ttc-help-layout .ttc-help-page td,
.ttc-help-layout .ttc-help-page th {
  color: var(--ttc-help-text) !important;
}

.ttc-help-layout .ttc-help-page a {
  color: var(--ttc-help-accent) !important;
}

.ttc-help-layout .ttc-help-page .articleList {
  display: grid;
  gap: 8px;
  margin: 18px 0;
  padding: 0;
}

.ttc-help-layout .ttc-help-page .articleList li {
  margin: 0 !important;
  border: 1px solid var(--ttc-help-border) !important;
  border-radius: 10px !important;
  background: var(--ttc-help-surface) !important;
  list-style: none;
}

.ttc-help-layout .ttc-help-page .articleList li a {
  display: block;
  padding: 13px 15px !important;
  color: var(--ttc-help-text) !important;
  text-decoration: none !important;
}

.ttc-help-layout .ttc-help-page .articleList li:hover {
  border-color: rgba(61, 220, 132, 0.3) !important;
}

.ttc-help-layout .ttc-help-page #fullArticle img,
.ttc-help-layout .ttc-help-page #fullArticle video,
.ttc-help-layout .ttc-help-page #fullArticle iframe {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

.ttc-help-layout .ttc-help-page .articleFoot,
.ttc-help-layout .ttc-help-footer {
  margin-top: 32px;
  padding-top: 18px;
  border-top: 1px solid var(--ttc-help-border);
  color: var(--ttc-help-muted) !important;
  font-size: 11px;
}

.ttc-help-layout .ttc-help-footer p {
  color: var(--ttc-help-muted) !important;
}

.ttc-help-layout .ttc-help-footer a {
  color: var(--ttc-help-muted) !important;
}

.ttc-help-layout .ttc-help-native {
  display: none !important;
}

.ttc-help-layout .ttc-help-scrim {
  position: fixed;
  z-index: 80;
  inset: var(--ttc-help-header-height) 0 0;
  display: none;
  border: 0;
  background: rgba(0, 0, 0, 0.52) !important;
}

.ttc-help-layout :where(a, button, input, select, textarea):focus-visible {
  outline: 2px solid var(--ttc-help-accent) !important;
  outline-offset: 2px;
}

@keyframes ttc-help-spin {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 820px) {
  .ttc-help-layout .ttc-help-header {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    padding: 0 12px;
  }

  .ttc-help-layout .ttc-help-brand {
    min-width: 0;
  }

  .ttc-help-layout .ttc-help-brand img {
    max-width: 126px;
    height: 27px;
  }

  .ttc-help-layout .ttc-help-brand-label {
    font-size: 12px;
  }

  .ttc-help-layout .ttc-help-search {
    position: absolute;
    top: calc(var(--ttc-help-header-height) + 10px);
    right: 12px;
    left: 12px;
    width: auto;
  }

  .ttc-help-layout .ttc-help-search #searchBar input.search-query {
    height: 40px;
    background: var(--ttc-help-surface) !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22) !important;
  }

  .ttc-help-layout .ttc-help-search #searchBar > button {
    height: 40px;
  }

  .ttc-help-layout .ttc-help-menu-button {
    display: inline-flex;
  }

  .ttc-help-layout .ttc-help-sidebar {
    z-index: 85;
    width: min(82vw, 290px);
    padding-top: 62px;
    transform: translateX(-102%);
    box-shadow: 18px 0 48px rgba(0, 0, 0, 0.28);
    transition: transform 180ms ease;
  }

  .ttc-help-layout.ttc-help-menu-open .ttc-help-sidebar {
    transform: translateX(0);
  }

  .ttc-help-layout.ttc-help-menu-open .ttc-help-scrim {
    display: block;
  }

  .ttc-help-layout .ttc-help-main {
    margin-left: 0;
    padding: calc(var(--ttc-help-header-height) + 70px) 14px 40px;
  }

  .ttc-help-layout .ttc-help-intro {
    margin-bottom: 22px;
  }

  .ttc-help-layout .ttc-help-section {
    scroll-margin-top: calc(var(--ttc-help-header-height) + 64px);
  }

  .ttc-help-layout .ttc-help-accordion-trigger {
    padding: 12px;
  }

  .ttc-help-layout .ttc-help-accordion-body {
    padding: 14px 12px 16px;
  }
}

@media (max-width: 480px) {
  .ttc-help-layout .ttc-help-brand img {
    max-width: 108px;
  }

  .ttc-help-layout .ttc-help-brand-label::before {
    display: none;
  }

  .ttc-help-layout .ttc-help-brand-label {
    font-size: 0;
  }

  .ttc-help-layout .ttc-help-brand-label::after {
    font-size: 12px;
    content: "Help";
  }

  .ttc-help-layout .ttc-help-main {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ttc-help-layout *,
  .ttc-help-layout *::before,
  .ttc-help-layout *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

@media print {
  .ttc-help-layout .ttc-help-header,
  .ttc-help-layout .ttc-help-sidebar,
  .ttc-help-layout .ttc-help-scrim {
    display: none !important;
  }

  .ttc-help-layout .ttc-help-main {
    margin: 0;
    padding: 0;
  }

  .ttc-help-layout .ttc-help-accordion-panel[hidden] {
    display: block !important;
  }
}
