:root,
[data-md-color-scheme="default"] {
  --aiandme-help-page-bg: #ffffff;
  --aiandme-help-elevated: #ffffff;
  --aiandme-help-card: #ffffff;
  --aiandme-help-card-hover: #f8fbff;
  --aiandme-help-text: #0f172a;
  --aiandme-help-muted: #64748b;
  --aiandme-help-border: #d7e1ea;
  --aiandme-help-accent: #20afca;
  --aiandme-help-accent-hover: #1a8fa8;
  --aiandme-help-focus: #20afca;
  --aiandme-help-shadow: 0 0.3rem 1rem rgb(30 64 175 / 8%);
  --aiandme-help-code-bg: #f8fbff;
  --aiandme-help-frame-bg: #eef4ff;
  --md-default-bg-color: var(--aiandme-help-page-bg);
  --md-default-fg-color: var(--aiandme-help-text);
  --md-default-fg-color--light: var(--aiandme-help-muted);
  --md-primary-fg-color: var(--aiandme-help-elevated);
  --md-primary-fg-color--light: var(--aiandme-help-card-hover);
  --md-primary-fg-color--dark: var(--aiandme-help-border);
  --md-primary-bg-color: var(--aiandme-help-text);
  --md-accent-fg-color: var(--aiandme-help-accent-hover);
  --md-typeset-a-color: var(--aiandme-help-accent-hover);
}

[data-md-color-scheme="slate"] {
  --aiandme-help-page-bg: #050b14;
  --aiandme-help-elevated: #0b1725;
  --aiandme-help-card: #0b1725;
  --aiandme-help-card-hover: #102235;
  --aiandme-help-text: #f7fbff;
  --aiandme-help-muted: #a5b7c8;
  --aiandme-help-border: #20384d;
  --aiandme-help-accent: #35d5cf;
  --aiandme-help-accent-hover: #0f8d8a;
  --aiandme-help-focus: #35d5cf;
  --aiandme-help-shadow: 0 0.3rem 1rem rgb(0 0 0 / 24%);
  --aiandme-help-code-bg: #102235;
  --aiandme-help-frame-bg: #102235;
  --md-default-bg-color: var(--aiandme-help-page-bg);
  --md-default-fg-color: var(--aiandme-help-text);
  --md-default-fg-color--light: var(--aiandme-help-muted);
  --md-primary-fg-color: var(--aiandme-help-elevated);
  --md-primary-fg-color--light: var(--aiandme-help-card-hover);
  --md-primary-fg-color--dark: var(--aiandme-help-page-bg);
  --md-primary-bg-color: var(--aiandme-help-text);
  --md-accent-fg-color: var(--aiandme-help-accent);
  --md-typeset-a-color: var(--aiandme-help-accent);
}

body,
.md-container,
.md-main {
  background: var(--aiandme-help-page-bg);
  color: var(--aiandme-help-text);
}

.md-header {
  border-bottom: 1px solid var(--aiandme-help-border);
  background: var(--aiandme-help-elevated);
  color: var(--aiandme-help-text);
}

.md-header__button.md-logo img {
  width: 2rem;
  height: 2rem;
  border-radius: 0.45rem;
}

.md-header__title {
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.md-search__form,
.md-search__output,
.md-search-result__meta,
.md-nav--primary .md-nav__title {
  background: var(--aiandme-help-elevated);
  color: var(--aiandme-help-text);
}

.md-search__input,
.md-search-result__link,
.md-nav__link,
.md-typeset {
  color: var(--aiandme-help-text);
}

.md-search-result__teaser,
.md-nav__link:not(.md-nav__link--active) {
  color: var(--aiandme-help-muted);
}

.md-search-result__item,
.md-sidebar--primary,
.md-sidebar--secondary {
  border-color: var(--aiandme-help-border);
}

.md-search-result__link:hover,
.md-nav__link:hover,
.md-nav__link--active {
  color: var(--aiandme-help-accent-hover);
}

[data-md-color-scheme="slate"] .md-search-result__link:hover,
[data-md-color-scheme="slate"] .md-nav__link:hover,
[data-md-color-scheme="slate"] .md-nav__link--active {
  color: var(--aiandme-help-accent);
}

.md-typeset h1,
.md-typeset h2,
.md-typeset h3 {
  color: var(--aiandme-help-text);
  font-weight: 750;
  letter-spacing: -0.025em;
}

.md-typeset {
  font-size: 0.8rem;
  line-height: 1.6;
}

.md-typeset h1 {
  margin-bottom: 0.45rem;
  font-size: clamp(1.75rem, 3.9vw, 2.25rem);
  line-height: 1.18;
}

.md-typeset h2 {
  font-size: 1.25rem;
  line-height: 1.3;
}

.md-typeset h3 {
  font-size: 1rem;
  line-height: 1.4;
}

.md-typeset code,
.md-typeset pre > code {
  background: var(--aiandme-help-code-bg);
  color: var(--aiandme-help-text);
}

.md-header--aiandme-help .md-header__inner {
  min-height: 4.4rem;
}

.md-header--aiandme-help a.help-header-brand {
  display: flex;
  flex: 0 1 clamp(7.25rem, 15vw, 10.25rem);
  width: clamp(7.25rem, 15vw, 10.25rem);
  min-width: 0;
  margin-right: auto;
  padding: 0;
  align-items: center;
}

.md-header--aiandme-help a.help-header-brand img.help-header-brand__image {
  display: block;
  width: 100%;
  height: auto;
  max-height: 3.4rem;
  border-radius: 0;
  object-fit: contain;
}

.md-content--home {
  width: 100%;
  max-width: none;
  margin: 0;
}

.md-content--home .md-content__inner {
  max-width: 72rem;
  margin: 0 auto;
  padding: clamp(2.25rem, 4vw, 3.75rem) 1.2rem 5rem;
}

.md-content--app-help > .md-path {
  max-width: 100%;
  padding-top: 0.8rem;
  overflow: visible;
  color: var(--aiandme-help-muted);
  font-size: 12px;
  line-height: 1.35;
}

.md-content--app-help .md-path__list {
  flex-wrap: wrap;
  row-gap: 0.15rem;
}

.md-content--app-help .md-path__item,
.md-content--app-help .md-path__current,
.md-content--app-help .md-path__current .md-ellipsis {
  min-width: 0;
  max-width: 100%;
}

.md-content--app-help .md-path__current .md-ellipsis {
  text-overflow: ellipsis;
}

.md-content--app-help > .md-path + .md-content__inner {
  padding-top: 0.45rem;
}

.md-content--app-help .md-path__link,
.md-content--app-help .md-path__current {
  color: var(--aiandme-help-muted);
}

.md-content--app-help .md-path__current {
  display: flex;
  font-weight: 650;
}

.md-content--app-help .md-path__link:hover {
  color: var(--aiandme-help-accent-hover);
}

[data-md-color-scheme="slate"] .md-content--app-help .md-path__link:hover {
  color: var(--aiandme-help-accent);
}

.md-content--app-help .md-path__link:focus-visible {
  border-radius: 0.1rem;
  outline: 2px solid var(--aiandme-help-focus);
  outline-offset: 2px;
}

.help-home__title {
  margin: 0 auto 1.25rem;
  text-align: center;
}

.md-typeset .help-category:focus-visible,
.md-typeset .help-browse-all a:focus-visible,
.md-header--aiandme-help a.help-header-brand:focus-visible,
.md-header__button:focus-visible,
.md-nav__link:focus-visible {
  outline: 3px solid var(--aiandme-help-focus);
  outline-offset: 3px;
}

.md-typeset img.help-home-illustration {
  display: block;
  width: 100%;
  max-width: 520px;
  height: 170px;
  margin: 0 auto 28px;
  border: 0;
  object-fit: cover;
  object-position: center;
  box-shadow: none;
}

.help-category-grid {
  --help-category-tile-size: 64px;
  --help-category-icon-size: 32px;
  --help-category-title-size: 20px;
  --help-category-title-line-height: 26px;
  --help-category-description-size: 14px;
  --help-category-description-line-height: 20px;
  --help-category-icon-gap: 16px;
  --help-category-copy-gap: 4px;
  --help-category-row-gap: 48px;
  --help-category-column-gap: 48px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: var(--help-category-column-gap);
  row-gap: var(--help-category-row-gap);
  margin: 0 0 2.5rem;
}

.help-category-grid--compact {
  --help-category-tile-size: 56px;
  --help-category-icon-size: 28px;
  --help-category-title-size: 18px;
  --help-category-title-line-height: 24px;
  --help-category-row-gap: 20px;
  --help-category-column-gap: 28px;
  --help-category-icon-gap: 14px;
}

.help-category-grid--two-column {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.md-typeset .help-category-grid--compact .help-category {
  min-height: 112px;
  padding: 12px;
}

@media screen and (min-width: 60em) {
  .md-header--prominent-search .md-header__inner {
    gap: 0.6rem;
  }

  .md-header--prominent-search a.help-header-brand {
    flex: 0 0 auto;
    margin-right: clamp(1rem, 3vw, 3rem);
  }

  .md-header--prominent-search .md-search {
    flex: 1 1 36rem;
    max-width: 48rem;
    margin: 0 auto;
    padding: 0;
  }

  .md-header--prominent-search .md-search__inner {
    width: 100%;
    max-width: none;
  }

  .md-header--prominent-search .md-search__form {
    border: 1px solid var(--aiandme-help-border);
    border-radius: 0.65rem;
    background: var(--aiandme-help-card-hover);
    box-shadow: none;
  }

  .md-header--prominent-search .md-search__form:focus-within {
    border-color: var(--aiandme-help-focus);
    outline: 3px solid var(--aiandme-help-focus);
    outline-offset: 2px;
  }

  .md-header--prominent-search .md-search__input,
  .md-header--prominent-search .md-search__input::placeholder,
  .md-header--prominent-search .md-search__icon {
    color: var(--aiandme-help-muted);
  }

  .md-header--prominent-search .md-search__input {
    font-size: 0.92rem;
  }

  .md-header--prominent-search [data-md-component="search-button"] {
    display: none;
  }

  .md-header--prominent-search .md-header__option {
    flex: 0 0 auto;
    margin-left: 0.2rem;
  }
}

@media screen and (min-width: 76.25em) {
  /* Section and article pages prioritize readable content while retaining the in-flow article TOC. */
  .md-main__inner.md-grid:has(> .md-sidebar--primary) {
    max-width: none;
    margin-right: clamp(1.25rem, 2.5vw, 2.5rem);
    margin-left: clamp(1.25rem, 2.5vw, 2.5rem);
  }

  .md-main__inner > .md-sidebar--primary {
    display: none;
  }

  .md-main__inner:has(> .md-content--app-help) > .md-sidebar--primary {
    display: block;
  }

  .md-main__inner:has(> .md-sidebar--primary) > .md-content {
    min-width: 0;
  }

  .md-main__inner:has(> .md-sidebar--primary) .md-content__inner > p {
    max-width: 48rem;
  }

  .md-main__inner:has(> .md-sidebar--primary)
    .md-content__inner
    > p:has(> img.help-article-infographic) {
    max-width: none;
  }

  .md-main__inner:has(> .md-sidebar--primary)
    .md-content__inner
    > .help-callout {
    max-width: 48rem;
  }

  .md-main__inner:has(> .md-sidebar--primary)
    .md-content__inner
    > .help-callout--info {
    max-width: 50rem;
    margin-right: auto;
    margin-left: auto;
  }

  .md-main__inner > .md-sidebar--secondary:not(:has(.md-nav__link)) {
    display: none;
  }

  .md-main__inner > .md-sidebar--secondary:has(.md-nav__link) {
    margin-left: 1.25rem;
  }

  .md-sidebar--secondary .md-nav__link {
    font-size: 0.67rem;
    line-height: 1.35;
  }
}

.md-typeset .help-category {
  display: grid;
  min-width: 0;
  min-height: 144px;
  grid-template-columns: var(--help-category-tile-size) minmax(0, 1fr);
  align-items: start;
  gap: var(--help-category-icon-gap);
  padding: 16px;
  border: 0;
  border-radius: 0.5rem;
  background: transparent;
  box-shadow: none;
  color: var(--aiandme-help-text);
  text-decoration: none;
  transition: color 120ms ease;
}

.help-category__icon {
  display: inline-flex;
  width: var(--help-category-tile-size);
  height: var(--help-category-tile-size);
  align-items: center;
  justify-content: center;
  border-radius: 0.45rem;
  background: #0f172a;
  color: #ffffff;
}

.help-category__icon .twemoji {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.md-typeset .help-category__icon svg {
  width: var(--help-category-icon-size);
  height: var(--help-category-icon-size);
  fill: currentcolor;
}

.help-category__copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: var(--help-category-copy-gap);
}

.help-category__copy strong {
  color: var(--aiandme-help-text);
  font-size: var(--help-category-title-size);
  font-weight: 600;
  line-height: var(--help-category-title-line-height);
}

.md-typeset .help-category__copy > span {
  color: var(--aiandme-help-muted);
  font-size: var(--help-category-description-size);
  line-height: var(--help-category-description-line-height);
}

.md-typeset .help-category:hover .help-category__copy strong {
  color: var(--aiandme-help-accent-hover);
}

[data-md-color-scheme="slate"] .help-category__icon {
  border: 1px solid var(--aiandme-help-border);
  background: var(--aiandme-help-card-hover);
  color: var(--aiandme-help-accent);
}

[data-md-color-scheme="slate"] .md-typeset .help-category:hover .help-category__copy strong {
  color: var(--aiandme-help-accent);
}

.help-faq-category-grid {
  margin-top: 2rem;
  margin-bottom: clamp(3rem, 7vw, 5rem);
}

.md-typeset .help-faq-section {
  margin-top: clamp(2.75rem, 6vw, 4.5rem);
}

.md-typeset .help-faq-section > h2 {
  margin-bottom: 1rem;
  scroll-margin-top: 5.5rem;
}

.help-faq-list {
  --help-faq-number-width: 2rem;
  --help-faq-row-gap: 1rem;
  --help-faq-toggle-size: 2.75rem;
  border-top: 1px solid var(--aiandme-help-border);
  counter-reset: help-faq-item;
}

.md-typeset details.help-faq-item {
  display: block;
  overflow: visible;
  margin: 0;
  padding: 0;
  border: 0;
  border-bottom: 1px solid var(--aiandme-help-border);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  counter-increment: help-faq-item;
  font-size: inherit;
}

.md-typeset details.help-faq-item:focus-within {
  box-shadow: none;
}

.md-typeset details.help-faq-item > summary.help-faq-summary {
  position: relative;
  display: grid;
  min-height: 4.5rem;
  grid-template-columns:
    var(--help-faq-number-width)
    minmax(0, 1fr)
    var(--help-faq-toggle-size);
  align-items: center;
  column-gap: var(--help-faq-row-gap);
  overflow: visible;
  margin: 0;
  padding: 0.8rem 0;
  border-radius: 0;
  background: transparent;
  color: var(--aiandme-help-text);
  cursor: pointer;
  font-size: 1rem;
  font-weight: 650;
  line-height: 1.45;
  list-style: none;
}

.md-typeset .help-faq-summary::-webkit-details-marker {
  display: none;
}

.md-typeset details.help-faq-item > .help-faq-summary::before {
  position: static;
  width: auto;
  height: auto;
  grid-column: 1;
  align-self: center;
  margin: 0;
  padding: 0;
  transform: none;
  background: none;
  color: var(--aiandme-help-accent-hover);
  content: counter(help-faq-item, decimal-leading-zero);
  font-size: 0.72rem;
  font-variant-numeric: tabular-nums;
  font-weight: 750;
  letter-spacing: 0.08em;
  -webkit-mask-image: none;
  mask-image: none;
}

.md-typeset .help-faq-question {
  min-width: 0;
  grid-column: 2;
  overflow-wrap: break-word;
}

.md-typeset details.help-faq-item > .help-faq-summary::after {
  position: static;
  display: inline-flex;
  width: var(--help-faq-toggle-size);
  height: var(--help-faq-toggle-size);
  grid-column: 3;
  align-items: center;
  justify-content: center;
  margin: 0;
  border: 1px solid var(--aiandme-help-border);
  border-radius: 50%;
  background: var(--aiandme-help-card-hover);
  color: var(--aiandme-help-accent-hover);
  content: "+";
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 1;
  transform: none;
  -webkit-mask-image: none;
  mask-image: none;
}

.md-typeset .help-faq-item[open] > .help-faq-summary::after {
  border-color: var(--aiandme-help-accent);
  background: var(--aiandme-help-accent);
  color: var(--aiandme-help-page-bg);
  content: "\00d7";
  transform: none;
}

.md-typeset .help-faq-summary:hover,
.md-typeset .help-faq-item[open] > .help-faq-summary {
  color: var(--aiandme-help-accent-hover);
}

[data-md-color-scheme="slate"] .md-typeset .help-faq-summary::before,
[data-md-color-scheme="slate"] .md-typeset .help-faq-summary:hover,
[data-md-color-scheme="slate"] .md-typeset .help-faq-item[open] > .help-faq-summary {
  color: var(--aiandme-help-accent);
}

.md-typeset .help-faq-summary:focus-visible {
  border-radius: 0.35rem;
  outline: 3px solid var(--aiandme-help-focus);
  outline-offset: 3px;
}

.md-typeset .help-faq-item > p {
  margin: 0;
  padding-right: calc(var(--help-faq-toggle-size) + var(--help-faq-row-gap));
  padding-bottom: 0.7rem;
  padding-left: calc(var(--help-faq-number-width) + var(--help-faq-row-gap));
  color: var(--aiandme-help-muted);
  line-height: 1.65;
}

.md-typeset .help-faq-item > p:last-child {
  padding-bottom: 1.45rem;
}

.md-typeset .help-faq-read-more {
  display: inline-flex;
  color: var(--aiandme-help-accent-hover);
  font-weight: 700;
  text-decoration: none;
}

[data-md-color-scheme="slate"] .md-typeset .help-faq-read-more {
  color: var(--aiandme-help-accent);
}

.md-typeset .help-faq-read-more:hover {
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.md-typeset .help-faq-read-more:focus-visible {
  border-radius: 0.2rem;
  outline: 2px solid var(--aiandme-help-focus);
  outline-offset: 3px;
}

.help-browse-all {
  margin: 3rem 0 0;
  text-align: center;
}

.md-typeset .help-browse-all a {
  color: var(--aiandme-help-accent-hover);
  font-weight: 750;
  text-underline-offset: 0.2rem;
}

[data-md-color-scheme="slate"] .md-typeset .help-browse-all a {
  color: var(--aiandme-help-accent);
}

.help-screenshot-frame {
  border: 1px solid var(--aiandme-help-border);
  border-radius: 0.75rem;
  background: var(--aiandme-help-frame-bg);
  padding: 0.75rem;
}

.md-typeset img.help-article-infographic {
  display: block;
  width: 100%;
  height: auto;
  margin: 1.5rem auto;
  border: 1px solid var(--aiandme-help-border);
  border-radius: 0.55rem;
  background: #ffffff;
  box-shadow: none;
}

/* Keep the How-to orientation visual compact so its product choices stay primary. */
.md-typeset img.help-how-to-overview {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.md-typeset .help-how-to-intro {
  text-align: center;
}

.md-typeset .help-how-to-intro > h1 {
  margin-bottom: 0.35rem;
}

.md-typeset .help-how-to-intro > h1 + p {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.md-typeset:has(> p > img.help-how-to-overview)
  > p:has(> img.help-how-to-overview) {
  margin: 0 0 12px;
}

.md-typeset:has(> p > img.help-how-to-overview)
  > .help-category-grid--compact {
  --help-category-column-gap: 24px;
  margin-bottom: 0;
}

.md-typeset .help-callout {
  margin: 1.5rem 0;
  padding: 1rem 1.1rem;
  border: 1px solid var(--aiandme-help-border);
  border-left: 0.25rem solid var(--aiandme-help-accent);
  border-radius: 0.55rem;
  background: var(--aiandme-help-card-hover);
  color: var(--aiandme-help-text);
}

.md-typeset .help-callout--important {
  border-left-color: var(--aiandme-help-accent-hover);
}

.md-typeset .help-callout > :first-child {
  margin-top: 0;
}

.md-typeset .help-callout > :last-child {
  margin-bottom: 0;
}

.md-typeset .help-callout__label {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin-bottom: 0.35rem;
  color: var(--aiandme-help-text);
  font-size: 0.82rem;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.md-typeset .help-callout__icon {
  display: inline-flex;
  width: 1.05rem;
  height: 1.05rem;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  color: var(--aiandme-help-accent);
}

.md-typeset .help-callout__icon .twemoji {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.md-typeset .help-callout__icon svg {
  width: 100%;
  height: 100%;
  fill: currentcolor;
}

.md-typeset .help-step-journey {
  margin: 1.75rem 0 0;
}

.md-typeset .help-step-journey > ol {
  margin: 0;
  padding: 0;
  counter-reset: help-step;
  list-style: none;
}

.md-typeset .help-step-journey > ol > li {
  display: grid;
  grid-template-columns: 3.25rem minmax(0, 1fr);
  column-gap: 1rem;
  margin: 0;
  padding: 1.6rem 0;
  border-top: 1px solid var(--aiandme-help-border);
  counter-increment: help-step;
}

.md-typeset .help-step-journey > ol > li:last-child {
  border-bottom: 1px solid var(--aiandme-help-border);
}

.md-typeset .help-step-journey > ol > li::before {
  grid-column: 1;
  color: var(--aiandme-help-accent-hover);
  content: counter(help-step, decimal-leading-zero);
  font-size: 1.35rem;
  font-weight: 750;
  line-height: 1.3;
}

[data-md-color-scheme="slate"] .md-typeset .help-step-journey > ol > li::before {
  color: var(--aiandme-help-accent);
}

.md-typeset .help-step-journey > ol > li > * {
  grid-column: 2;
}

.md-typeset .help-step-journey > ol > li > h2 {
  margin: 0 0 0.65rem;
}

.md-typeset .help-step-journey > ol > li > p {
  margin: 0 0 0.75rem;
}

.md-typeset .help-step-journey > ol > li > :last-child {
  margin-bottom: 0;
}

.md-typeset .help-step-journey__action {
  display: inline-flex;
  align-items: center;
  margin: 0.2rem 1rem 0 0;
  font-weight: 750;
  text-underline-offset: 0.2rem;
}

.md-typeset .help-step-journey__action:focus-visible {
  outline: 3px solid var(--aiandme-help-focus);
  outline-offset: 3px;
}

.md-typeset .help-table-wrap,
.md-typeset .help-step-journey table:not([class]) {
  width: 100%;
  margin: 1.25rem 0;
}

.md-typeset .help-table-wrap table:not([class]),
.md-typeset .help-step-journey table:not([class]) {
  display: table;
  width: 100%;
  table-layout: fixed;
  border: 1px solid var(--aiandme-help-border);
  border-collapse: collapse;
  background: var(--aiandme-help-card);
}

.md-typeset .help-table-wrap th,
.md-typeset .help-table-wrap td,
.md-typeset .help-step-journey table:not([class]) th,
.md-typeset .help-step-journey table:not([class]) td {
  padding: 0.75rem 0.85rem;
  border-bottom: 1px solid var(--aiandme-help-border);
  overflow-wrap: anywhere;
  vertical-align: top;
}

.md-typeset .help-table-wrap th,
.md-typeset .help-step-journey table:not([class]) th {
  background: var(--aiandme-help-card-hover);
  color: var(--aiandme-help-text);
  font-weight: 750;
}

.md-typeset .help-table-wrap th:first-child,
.md-typeset .help-table-wrap td:first-child,
.md-typeset .help-step-journey table:not([class]) th:first-child,
.md-typeset .help-step-journey table:not([class]) td:first-child {
  width: 28%;
}

.md-typeset .help-table-wrap tbody tr:last-child td,
.md-typeset .help-step-journey table:not([class]) tbody tr:last-child td {
  border-bottom: 0;
}

@media (max-width: 56rem) {
  .help-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 44rem) {
  .md-header__title {
    font-size: 0.82rem;
  }

  .md-content--home .md-content__inner {
    padding-top: 2.5rem;
  }

  .md-header--aiandme-help a.help-header-brand {
    width: clamp(6.75rem, 36vw, 7.75rem);
  }

  .md-typeset img.help-home-illustration {
    max-width: 300px;
    height: 100px;
    margin-bottom: 24px;
  }

  .help-category-grid {
    --help-category-tile-size: 56px;
    --help-category-icon-size: 28px;
    --help-category-title-size: 18px;
    --help-category-title-line-height: 24px;
    --help-category-description-size: 14px;
    --help-category-description-line-height: 20px;
    --help-category-icon-gap: 16px;
    --help-category-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .help-category-grid--compact {
    --help-category-row-gap: 24px;
  }

  .md-typeset .help-category {
    min-height: 72px;
    padding: 8px;
  }

  .help-faq-list {
    --help-faq-number-width: 1.65rem;
    --help-faq-row-gap: 0.7rem;
    --help-faq-toggle-size: 2.75rem;
  }

  .md-typeset .help-faq-summary {
    min-height: 4.75rem;
    font-size: 0.92rem;
  }

  .md-typeset .help-faq-item > p {
    padding-right: 0;
  }

  .md-typeset .help-table-wrap,
  .md-typeset .help-step-journey table:not([class]) {
    overflow-x: visible;
  }

  .md-typeset .help-step-journey > ol > li {
    grid-template-columns: 2.5rem minmax(0, 1fr);
    column-gap: 0.75rem;
    padding: 1.35rem 0;
  }

  .md-typeset .help-step-journey > ol > li::before {
    font-size: 1.05rem;
  }

  .md-typeset .help-step-journey .md-typeset__scrollwrap {
    width: calc(100% + 3.25rem);
    margin-left: -3.25rem;
  }

  .md-typeset .help-step-journey .md-typeset__table,
  .md-typeset .help-step-journey table:not([class]) {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }

  .md-typeset .help-table-wrap th,
  .md-typeset .help-table-wrap td,
  .md-typeset .help-step-journey table:not([class]) th,
  .md-typeset .help-step-journey table:not([class]) td {
    padding: 0.65rem 0.6rem;
    font-size: 0.78rem;
    line-height: 1.45;
  }

  .md-typeset .help-table-wrap th:first-child,
  .md-typeset .help-table-wrap td:first-child,
  .md-typeset .help-step-journey table:not([class]) th:first-child,
  .md-typeset .help-step-journey table:not([class]) td:first-child {
    width: 34%;
  }

  .md-typeset .help-step-journey table:not([class]) th,
  .md-typeset .help-step-journey table:not([class]) td {
    padding-right: 0.4rem;
    padding-left: 0.4rem;
    overflow-wrap: normal;
    word-break: normal;
  }

  .md-typeset .help-step-journey table:not([class]) th:first-child,
  .md-typeset .help-step-journey table:not([class]) td:first-child {
    width: 28%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .md-typeset .help-category {
    transition: none;
  }
}
