.help-page-shell {
  background-color: #f4f7fb !important;
  background-image: none !important;
  overflow-x: hidden;
}

.help-hero h1 {
  font-size: 2rem;
  font-weight: 700;
}
.help-navbar-sticky {
  position: sticky;
  top: 0;
  z-index: 1030;
  border-bottom: 1px solid rgba(33, 50, 91, 0.08);
}

.help-navbar-sticky .container {
  min-height: 4.5rem;
}

.help-navbar-sticky .navbar-brand {
  margin-top: 0 !important;
  padding: 0.75rem 0;
}

.help-navbar-sticky .navbar-toggler {
  border: 1px solid rgba(33, 50, 91, 0.1);
  box-shadow: none;
}

.help-navbar-sticky .navbar-toggler:focus {
  box-shadow: none;
}

.help-navbar-sticky .navbar-collapse {
  background: #fff;
}

.help-header-icon {
  width: 2.75rem !important;
  height: 2.75rem !important;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  border: 0;
  background: rgba(55, 125, 255, 0.08);
  color: #4f5d73;
  box-shadow: none;
  transition: 0.2s ease;
}

.help-header-icon:focus,
.help-header-icon:hover {
  box-shadow: none;
  color: #377dff;
  background: rgba(55, 125, 255, 0.14);
  transform: translateY(-1px);
}

.help-header-icon:active,
.help-header-icon.show {
  background: rgba(55, 125, 255, 0.18);
  color: #377dff;
}

.help-header-actions {
  margin-right: -0.25rem;
}

.help-lang-menu {
  min-width: 10rem;
  margin-top: 0.5rem;
  padding: 0.4rem;
  border: 0;
  border-radius: 0.9rem;
  background: #fff;
  box-shadow: 0 0.75rem 2rem rgba(19, 33, 60, 0.12);
}

.help-lang-menu .dropdown-item {
  border-radius: 0.7rem;
  padding: 0.65rem 0.8rem;
  font-weight: 500;
}

.help-lang-menu .dropdown-item:hover,
.help-lang-menu .dropdown-item:focus,
.help-lang-menu .dropdown-item.active {
  background: rgba(55, 125, 255, 0.08);
  color: #377dff;
}

.help-search-form .input-group,
.help-inline-search .input-group {
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid #d7e2f0;
  background: #fff;
}

.help-inline-search .input-group {
  min-height: 2.75rem;
}

.help-navbar-search .input-group {
  min-height: 2.25rem;
  border: 1px solid #d7e2f0;
  border-radius: 0.5rem;
  background: #fff;
  overflow: hidden;
}

.help-navbar-search .input-group-text {
  background: #fff;
  border: 0;
}

.help-navbar-search .form-control {
  background: #fff;
  border: 0;
  box-shadow: none;
  font-size: 0.875rem;
}

.help-navbar-search .form-control:focus {
  background: #fff;
  box-shadow: none;
}

.help-navbar-search:focus-within .input-group {
  border-color: #377dff;
}

.help-search-form .input-group > *,
.help-inline-search .input-group > * {
  min-width: 0;
}

.help-search-form .input-group-text,
.help-inline-search .input-group-text {
  border: 0;
  background: #fff;
  color: #8c98a4;
}

.help-search-form .form-control,
.help-inline-search .form-control {
  border: 0;
  box-shadow: none;
}

.help-search-form input[type="search"],
.help-inline-search input[type="search"] {
  -webkit-appearance: none;
  appearance: none;
  padding-left: 0.875rem;
}

.help-search-form input[type="search"]::-webkit-search-decoration,
.help-search-form input[type="search"]::-webkit-search-cancel-button,
.help-search-form input[type="search"]::-webkit-search-results-button,
.help-search-form input[type="search"]::-webkit-search-results-decoration,
.help-inline-search input[type="search"]::-webkit-search-decoration,
.help-inline-search input[type="search"]::-webkit-search-cancel-button,
.help-inline-search input[type="search"]::-webkit-search-results-button,
.help-inline-search input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  appearance: none;
  display: none;
}

.help-search-form .btn,
.help-inline-search .btn {
  border: 0;
  border-left: 1px solid #d7e2f0;
  box-shadow: none;
}

.help-search-form .form-control:focus,
.help-inline-search .form-control:focus {
  box-shadow: none;
}

.help-search-form,
.help-inline-search {
  position: relative;
}

.help-autocomplete-dropdown {
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  right: 0;
  z-index: 40;
  padding: 0.4rem 0;
  border: 1px solid rgba(19, 33, 60, 0.08);
  border-radius: 0.5rem;
  background: #fff;
  overflow: hidden;
}

.help-autocomplete-item {
  display: block;
  padding: 0.55rem 1rem;
  color: #1e2022;
  transition: 0.2s ease;
}

.help-autocomplete-item:hover,
.help-autocomplete-item.is-active {
  background: #f6f9fc;
  color: #1e2022;
  text-decoration: none;
}

.help-autocomplete-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1rem;
  font-weight: 400;
}

.help-home-copy p:last-child,
.help-section-copy p:last-child {
  margin-bottom: 0;
}

.help-start-card,
.help-category-card,
.help-sidebar-card {
  border-radius: 1.25rem;
}

.help-sidebar-card {
  background: transparent;
  box-shadow: none !important;
  overflow: hidden;
}

.help-sidebar-card .card-body {
  max-height: calc(100vh - 8rem);
  overflow-y: auto;
  scrollbar-width: thin;
  padding: 0;
}

.help-sidebar-card .card-body::-webkit-scrollbar {
  width: 0.45rem;
}

.help-sidebar-card .card-body::-webkit-scrollbar-thumb {
  background: rgba(103, 119, 136, 0.35);
  border-radius: 999px;
}

.help-category-card .card-body {
  padding: 1.5rem;
}

.help-category-icon {
  width: 3rem;
  height: 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  background: rgba(55, 125, 255, 0.1);
  color: #377dff;
  font-size: 1.25rem;
}

.help-sidebar-wrap,
.help-toc-wrap {
  top: 6rem !important;
}

.help-sidebar-wrap.help-sidebar-wrap-static {
  position: static !important;
}

.help-sidebar-wrap.help-sidebar-wrap-static .help-sidebar-card .card-body {
  max-height: none;
  overflow-y: visible;
}

.help-sidebar-list {
  display: grid;
  gap: 0.45rem;
}

.help-sidebar-item {
  border: 1px solid transparent;
  border-radius: 1rem;
}

.help-sidebar-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.8rem 0.75rem;
  border-radius: 0.9rem;
  color: #1e2022;
  font-size: 1rem;
  font-weight: 600;
  transition: 0.2s ease;
}

.help-sidebar-label {
  min-width: 0;
}

.help-sidebar-meta {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  flex-shrink: 0;
}

.help-sidebar-link:hover {
  color: #1e2022;
  text-decoration: none;
}

.help-sidebar-item.is-active {
  border-color: transparent;
  background: transparent;
}

.help-sidebar-item.is-active > .help-sidebar-link {
  color: #4b50e6;
  text-decoration: none;
}

.help-sidebar-count {
  min-width: 1.7rem;
  padding: 0.12rem 0.42rem;
  border-radius: 999px;
  background: #f5f6f9;
  color: #7a8699;
  font-size: 0.75rem;
  font-weight: 600;
  text-align: center;
}

.help-sidebar-item.is-active .help-sidebar-count {
  background: rgba(94, 97, 231, 0.12);
  color: #4b50e6;
}

.help-sidebar-chevron {
  color: #7a8699;
  font-size: 0.8rem;
}

.help-sidebar-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.35rem;
  padding: 0 0.25rem;
}

.help-sidebar-toplink {
  color: #677788;
  font-size: 1rem;
  font-weight: 600;
}

.help-sidebar-toplink:hover,
.help-sidebar-toplink.is-active {
  color: #4b50e6;
  text-decoration: none;
}

.help-sidebar-sublist {
  margin: 0.15rem 0 0.6rem;
  margin-left: 1rem;
  padding: 0 0.5rem 0.15rem 0.95rem;
  border-left: 1px solid #e3e8f1;
}

.help-sidebar-sublink {
  display: block;
  padding: 0.55rem 0.75rem;
  border-radius: 0.75rem;
  color: #6f7c8f;
  font-size: 0.94rem;
}

.help-sidebar-sublink:hover,
.help-sidebar-sublink.is-current {
  background: rgba(255, 255, 255, 0.82);
  color: #4b50e6;
  text-decoration: none;
}

.help-doc-breadcrumb .breadcrumb {
  align-items: center;
  gap: 0.15rem;
}

.help-doc-breadcrumb .breadcrumb-item,
.help-doc-breadcrumb .breadcrumb-item a {
  color: #677788;
  font-size: 0.98rem;
  font-weight: 500;
}

.help-doc-breadcrumb .breadcrumb-item a:hover {
  color: #4b50e6;
  text-decoration: none;
}

.help-doc-breadcrumb .breadcrumb-item.active {
  color: #1e2022;
}

.help-doc-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #9aa5b5;
}

.help-doc-article {
  color: #4f5d73;
}

.help-doc-toc-card {
  border: 1px solid rgba(33, 50, 91, 0.12) !important;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: none !important;
}

.help-list-surface {
  background: #fff;
  border: 1px solid rgba(33, 50, 91, 0.1);
  border-radius: 1rem;
  overflow: hidden;
}

.help-article-link {
  display: block;
  padding: 1.3rem 1.5rem;
  border-bottom: 1px solid rgba(33, 50, 91, 0.08);
  transition: background 0.15s ease;
}

.help-article-link:last-child {
  border-bottom: 0;
}

.help-article-link:hover {
  text-decoration: none;
  background: #f4f7fb;
}

.help-article-body {
  font-size: 1.02rem;
  line-height: 1.8;
  overflow-wrap: anywhere;
}

.help-article-body img,
.help-article-body video,
.help-article-body iframe {
  max-width: 100%;
  height: auto;
  border-radius: 1rem;
}

.help-article-body pre {
  padding: 1rem;
  border-radius: 1rem;
  background: #13213c;
  color: #f8fbff;
  overflow: auto;
}

.help-article-body table {
  width: 100%;
  display: block;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-collapse: collapse !important;
}

.help-article-body table th,
.help-article-body table td {
  padding: 0.55rem 0.85rem !important;
  border: 1px solid #dbe3ef !important;
  border-width: 1px !important;
  text-align: left;
  vertical-align: top;
  font-size: 0.9rem;
}

.help-article-body table thead th {
  background: #f4f6fa;
  font-weight: 600;
  color: #1e2022;
}

.help-article-body table tbody tr:nth-child(even) {
  background: #f9fafc;
}

.help-article-body h2,
.help-article-body h3,
.help-article-body h4 {
  scroll-margin-top: 7rem;
}

.help-toc ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.help-toc > nav > ul,
.help-toc > ul {
  display: grid;
  gap: 1rem;
}

.help-toc ul ul {
  margin-top: 0.75rem;
}

.help-toc li + li {
  margin-top: 0.5rem;
}

.help-toc a {
  color: #677788;
}

.help-toc a:hover {
  color: #377dff;
  text-decoration: none;
}

.help-search-results-list {
  display: grid;
  gap: 1rem;
}

.help-search-result {
  display: block;
  padding: 1.25rem;
  border: 1px solid rgba(55, 125, 255, 0.12);
  border-radius: 1rem;
  transition: 0.2s ease;
}

.help-search-result:hover {
  border-color: rgba(55, 125, 255, 0.28);
  text-decoration: none;
}

.help-search-result p:last-child {
  margin-bottom: 0;
}

.help-home-page {
  background: #f7f9fd !important;
}

.help-home-hero,
.help-home-section-alt {
  background: #fff;
}

.help-home-hero {
  padding: 4.5rem 0 5.5rem;
  border-bottom: 1px solid rgba(33, 50, 91, 0.06);
}

.help-home-hero-inner {
  max-width: 52rem;
  margin: 0 auto;
}

.help-home-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.55rem 0.95rem;
  border-radius: 999px;
  background: rgba(94, 97, 231, 0.1);
  color: #4b50e6;
  font-size: 0.95rem;
  font-weight: 600;
}

.help-home-eyebrow:hover {
  color: #3f43e2;
  text-decoration: none;
}

.help-home-title {
  margin: 1.75rem 0 1rem;
  font-size: clamp(2.45rem, 5vw, 4rem);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: #1e2022;
}

.help-home-subtitle {
  max-width: 42rem;
  margin: 0 auto;
  color: #677788;
  font-size: 1.35rem;
  line-height: 1.6;
}

.help-home-search {
  max-width: 42rem;
  margin-top: 2.5rem;
}

.help-home-search .input-group {
  min-height: 4.35rem;
  border-radius: 1.25rem;
  border-color: #dbe3ef;
  box-shadow: 0 0.75rem 1.8rem rgba(19, 33, 60, 0.08);
}

.help-home-search .input-group-text {
  padding-left: 1.15rem;
  font-size: 1.15rem;
}

.help-home-search .form-control {
  font-size: 1.15rem;
}

.help-home-search .btn {
  min-width: 4.15rem;
  border-left-color: #dbe3ef;
}

.help-home-section {
  padding: 5.5rem 0;
}

.help-home-section-head {
  max-width: 42rem;
  margin: 0 auto 3.25rem;
}

.help-home-section-head h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin-bottom: 0.75rem;
}

.help-home-section-head p {
  color: #677788;
  font-size: 1.22rem;
}

.help-home-step-card,
.help-home-device-card,
.help-home-topic-card,
.help-home-popular-item {
  text-decoration: none;
}

.help-home-step-card {
  width: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  padding: 1.6rem;
  border: 1px solid rgba(33, 50, 91, 0.12);
  border-radius: 1.45rem;
  background: #fff;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.help-home-step-card:hover {
  transform: translateY(-4px);
  border-color: rgba(94, 97, 231, 0.35);
  box-shadow: 0 1rem 2.5rem rgba(19, 33, 60, 0.08);
  text-decoration: none;
}

.help-home-step-card.is-featured {
  border-color: #4b50e6;
  background: #eef0ff;
  box-shadow: 0 1rem 2.5rem rgba(75, 80, 230, 0.12);
}

.help-home-step-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.3rem;
}

.help-home-step-icon,
.help-home-device-icon,
.help-home-topic-icon,
.help-home-popular-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 1rem;
}

.help-home-step-icon {
  width: 3rem;
  height: 3rem;
  background: rgba(94, 97, 231, 0.12);
  color: #4b50e6;
  font-size: 1.2rem;
}

.help-home-step-time,
.help-home-device-count,
.help-home-topic-count,
.help-home-popular-meta {
  color: #677788;
  font-size: 0.95rem;
}

.help-home-step-kicker {
  color: #8c98a4;
  font-size: 0.95rem;
  margin-bottom: 0.45rem;
}

.help-home-step-title,
.help-home-device-title,
.help-home-topic-title {
  margin-bottom: 0.55rem;
  color: #1e2022;
  font-size: 1.45rem;
  line-height: 1.2;
}

.help-home-step-copy,
.help-home-device-desc,
.help-home-topic-desc {
  color: #677788;
  margin-bottom: 0;
  line-height: 1.55;
}

.help-home-step-cta {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 3rem;
  padding: 0.75rem 1rem;
  border-radius: 0.9rem;
  background: #4b50e6;
  color: #fff;
  font-weight: 600;
}

.help-home-step-card:hover .help-home-step-cta {
  color: #fff;
}

.help-home-device-card {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.35rem 1.45rem;
  border: 1px solid rgba(33, 50, 91, 0.12);
  border-radius: 1.35rem;
  background: #fff;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.help-home-device-card:hover,
.help-home-topic-card:hover,
.help-home-popular-item:hover {
  transform: translateY(-4px);
  border-color: rgba(94, 97, 231, 0.3);
  box-shadow: 0 1rem 2.5rem rgba(19, 33, 60, 0.08);
  text-decoration: none;
}

.help-home-device-icon,
.help-home-topic-icon,
.help-home-popular-icon {
  width: 3.25rem;
  height: 3.25rem;
  background: rgba(94, 97, 231, 0.1);
  color: #4b50e6;
  font-size: 1.25rem;
}

.help-home-device-copy {
  min-width: 0;
}

.help-home-device-title {
  font-size: 1.3rem;
}

.help-home-device-desc {
  margin-bottom: 0.35rem;
}

.help-home-device-count,
.help-home-topic-count {
  display: inline-flex;
  align-items: center;
  min-height: 1.75rem;
  padding: 0.2rem 0.7rem;
  border-radius: 999px;
  background: rgba(94, 97, 231, 0.08);
  color: #4b50e6;
  font-weight: 600;
}

.help-home-topic-card {
  width: 100%;
  min-height: 12.25rem;
  display: flex;
  flex-direction: column;
  padding: 1.35rem 1.25rem 1.2rem;
  border: 1px solid rgba(33, 50, 91, 0.12);
  border-radius: 1.35rem;
  background: #fff;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.help-home-topic-icon {
  width: 2.55rem;
  height: 2.55rem;
  margin-bottom: 1rem;
  border-radius: 0.9rem;
  font-size: 1rem;
}

.help-home-topic-title {
  margin-bottom: 0.35rem;
  font-size: 1.05rem;
  font-weight: 600;
}

.help-home-topic-desc {
  margin-bottom: 0.9rem;
  color: #7a8699;
  font-size: 0.98rem;
  line-height: 1.45;
}

.help-home-topic-count {
  margin-top: auto;
  align-self: flex-start;
  background: #f2f4f8;
  color: #677788;
  font-size: 0.92rem;
  font-weight: 500;
}

.help-home-topic-icon.tone-primary {
  background: rgba(94, 97, 231, 0.1);
  color: #4b50e6;
}

.help-home-topic-icon.tone-info {
  background: rgba(49, 168, 255, 0.12);
  color: #2595ee;
}

.help-home-topic-icon.tone-indigo {
  background: rgba(84, 101, 255, 0.1);
  color: #4f5fff;
}

.help-home-topic-icon.tone-warning {
  background: rgba(255, 162, 0, 0.14);
  color: #f39a0a;
}

.help-home-topic-icon.tone-success {
  background: rgba(0, 201, 167, 0.12);
  color: #00a58a;
}

.help-home-topic-icon.tone-violet {
  background: rgba(132, 118, 255, 0.12);
  color: #7566f8;
}

.help-home-topic-icon.tone-sky {
  background: rgba(55, 125, 255, 0.12);
  color: #377dff;
}

.help-home-topic-icon.tone-slate {
  background: rgba(103, 119, 136, 0.12);
  color: #5b6770;
}

.help-home-topic-icon.tone-amber {
  background: rgba(255, 171, 0, 0.12);
  color: #f59e0b;
}

.help-home-topic-icon.tone-emerald {
  background: rgba(16, 185, 129, 0.12);
  color: #0f9f70;
}

.help-home-popular-list {
  max-width: 56rem;
  margin: 0 auto;
  display: grid;
  gap: 1rem;
}

.help-home-popular-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.3rem 1.4rem;
  border: 1px solid rgba(33, 50, 91, 0.12);
  border-radius: 1.35rem;
  background: #fff;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.help-home-popular-copy {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.help-home-popular-title {
  color: #1e2022;
  font-size: 1.15rem;
  font-weight: 600;
  line-height: 1.35;
}

.help-home-popular-meta {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  margin-top: 0.3rem;
}

.help-home-dot {
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 999px;
  background: #bdc5d1;
}

.help-home-popular-arrow {
  margin-left: auto;
  color: #4b50e6;
  font-size: 1.05rem;
}

@media (max-width: 1199.98px) {
  .help-sidebar-card .card-body {
    max-height: calc(100vh - 7rem);
  }
}

@media (max-width: 991.98px) {
  .help-sidebar-mobile-dropdown {
    position: fixed;
    top: 5.25rem;
    left: 1rem;
    right: 1rem;
    z-index: 1025;
    margin: 0 !important;
  }

  .help-sidebar-mobile-dropdown .help-sidebar-card {
    background: #fff;
    border: 1px solid rgba(33, 50, 91, 0.1);
    border-radius: 1.1rem;
    box-shadow: 0 1rem 2rem rgba(19, 33, 60, 0.12);
  }

  .help-sidebar-mobile-dropdown .help-sidebar-card .card-body {
    max-height: calc(100vh - 7rem);
    overflow-y: auto;
  }

  .help-navbar-sticky .container {
    min-height: auto;
  }

  .help-navbar-sticky .navbar-collapse {
    margin-top: 0.5rem;
    padding: 0.75rem 0 1rem;
    border-top: 1px solid rgba(33, 50, 91, 0.08);
  }

  .help-navbar-sticky .navbar-nav {
    align-items: stretch !important;
    gap: 0.25rem;
  }

  .help-navbar-sticky .nav-link {
    padding: 0.65rem 0;
  }

  .help-navbar-sticky .btn {
    width: 100%;
    margin-top: 0.5rem;
  }

  .help-sidebar-wrap .help-sidebar-card .card-body {
    max-height: none;
    overflow-y: visible;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .help-sidebar-wrap,
  .help-toc-wrap {
    position: static !important;
  }

  .help-toc-wrap {
    margin-top: 1rem;
  }

  .help-article-body {
    font-size: 1rem;
    line-height: 1.7;
  }

  .help-home-hero {
    padding: 4rem 0 4.75rem;
  }

  .help-home-section {
    padding: 4.5rem 0;
  }
}

@media (max-width: 767.98px) {
  .help-hero h1,
  .help-page-shell h1 {
    font-size: 2rem;
    line-height: 1.15;
  }

  .help-page-shell .lead {
    font-size: 1.05rem;
  }

  .help-search-form .input-group,
  .help-inline-search .input-group {
    border-radius: 0.85rem;
  }

  .help-search-form .btn,
  .help-inline-search .btn {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .help-autocomplete-dropdown {
    top: calc(100% + 0.35rem);
    border-radius: 0.85rem;
  }

  .help-start-card .card-body,
  .help-category-card .card-body,
  .help-sidebar-card .card-body,
  .help-search-results .card-body,
  .help-page-shell .card-body.p-4.p-lg-5,
  .help-page-shell .card-body.p-4.p-lg-5.help-article-body {
    padding: 1rem !important;
  }

  .help-sidebar-link {
    padding: 0.7rem 0.8rem;
  }

  .help-sidebar-sublink {
    padding: 0.4rem 0.6rem;
    font-size: 0.92rem;
  }

  .help-sidebar-count {
    min-width: 1.55rem;
  }

  .help-category-icon {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1rem;
  }

  .help-search-result {
    padding: 1rem;
  }

  .help-home-hero {
    padding: 3.25rem 0 4rem;
  }

  .help-home-title {
    margin-top: 1.35rem;
    font-size: 2.4rem;
  }

  .help-home-subtitle,
  .help-home-section-head p {
    font-size: 1.05rem;
  }

  .help-home-search {
    margin-top: 1.85rem;
  }

  .help-home-search .input-group {
    min-height: 3.65rem;
    box-shadow: 0 0.55rem 1.25rem rgba(19, 33, 60, 0.07);
  }

  .help-home-search .form-control {
    font-size: 1rem;
  }

  .help-home-section {
    padding: 3.75rem 0;
  }

  .help-home-section-head {
    margin-bottom: 2.35rem;
  }

  .help-home-section-head h2 {
    font-size: 2.2rem;
  }

  .help-home-step-card,
  .help-home-topic-card {
    padding: 1.2rem;
  }

  .help-home-device-card,
  .help-home-popular-item {
    padding: 1.1rem 1.05rem;
  }

  .help-home-popular-item {
    align-items: flex-start;
  }

  .help-home-popular-arrow {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .help-sidebar-mobile-dropdown {
    top: 4.85rem;
    left: 0.75rem;
    right: 0.75rem;
  }

  .help-navbar-sticky .navbar-brand-logo {
    max-width: 11rem;
    height: auto;
  }

  .help-page-shell .container,
  .help-page-shell .container-fluid {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .help-inline-search .input-group {
    min-height: 2.6rem;
  }

  .help-sidebar-card,
  .help-start-card,
  .help-category-card,
  .help-page-shell article.card,
  .help-page-shell .card.border-0.shadow-sm {
    border-radius: 1rem;
  }

  .help-sidebar-sublist {
    padding-left: 0.5rem;
  }

  .help-search-form .input-group-text {
    padding-left: 0.85rem;
    padding-right: 0.5rem;
  }

  .help-home-title {
    font-size: 2.1rem;
  }

  .help-home-eyebrow {
    font-size: 0.85rem;
  }

  .help-home-search .input-group-text {
    padding-left: 0.9rem;
  }

  .help-home-search .btn {
    min-width: 3.4rem;
  }

  .help-home-device-card {
    align-items: flex-start;
  }

  .help-home-device-icon,
  .help-home-topic-icon,
  .help-home-popular-icon {
    width: 2.85rem;
    height: 2.85rem;
    border-radius: 0.9rem;
  }
}
