/* help.css｜启跃云帮助中心独立样式 */

.qy-center-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.qy-center-hero__grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(18, 99, 255, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(18, 99, 255, 0.07) 1px, transparent 1px);
  background-size: 36px 36px;
  mask-image: radial-gradient(circle at 70% 42%, #000000, transparent 62%);
  pointer-events: none;
}

.qy-center-hero__glow {
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
  filter: blur(4px);
}

.qy-center-hero__glow--one {
  top: 90px;
  right: 8%;
  width: 320px;
  height: 320px;
  background: rgba(18, 99, 255, 0.12);
}

.qy-center-hero__glow--two {
  left: 7%;
  bottom: 40px;
  width: 260px;
  height: 260px;
  background: rgba(32, 184, 255, 0.1);
}

.qy-center-hero__inner {
  position: relative;
  min-height: 620px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 460px;
  align-items: center;
  gap: 58px;
  padding: 92px 0;
}

.qy-center-hero__content h1 {
  max-width: 760px;
  margin: 24px 0 18px;
  color: var(--qy-title);
  font-size: clamp(40px, 4.8vw, 64px);
  line-height: 1.06;
  letter-spacing: -1.4px;
}

.qy-center-hero__content p {
  max-width: 760px;
  margin: 0;
  color: var(--qy-text);
  font-size: 18px;
  line-height: 1.9;
}

.qy-center-search {
  max-width: 780px;
  display: grid;
  grid-template-columns: 48px 1fr 118px;
  align-items: center;
  gap: 12px;
  margin-top: 34px;
  padding: 14px;
  border: 1px solid rgba(191, 219, 254, 0.95);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 50px rgba(18, 99, 255, 0.12);
  backdrop-filter: blur(14px);
}

.qy-center-search__icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: #ffffff;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--qy-primary), var(--qy-sky));
  font-size: 20px;
  font-weight: 900;
  box-shadow: 0 10px 22px rgba(18, 99, 255, 0.22);
}

.qy-center-search input {
  width: 100%;
  height: 44px;
  padding: 0 8px;
  color: var(--qy-title);
  border: 0;
  outline: none;
  background: transparent;
  font-size: 15px;
  font-weight: 700;
}

.qy-center-search input::placeholder {
  color: #94a3b8;
  font-weight: 600;
}

.qy-center-search button {
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  border: 0;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--qy-primary), var(--qy-sky));
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
  white-space: nowrap;
  box-shadow: 0 12px 26px rgba(18, 99, 255, 0.22);
  transition: 0.18s ease;
}

.qy-center-search button:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 32px rgba(18, 99, 255, 0.28);
}

.qy-center-hotwords {
  max-width: 780px;
  display: flex;
  align-items: center;
  gap: 9px;
  flex-wrap: wrap;
  margin-top: 13px;
  padding: 0 4px 2px;
}

.qy-center-hotwords span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  color: #64748b;
  font-size: 13px;
  font-weight: 900;
}

.qy-center-hotwords button {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 13px;
  color: #1d4ed8;
  border: 1px solid #bfdbfe;
  border-radius: 999px;
  background: linear-gradient(180deg, #ffffff, #eff6ff);
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.06);
  transition: 0.18s ease;
}

.qy-center-hotwords button:hover {
  color: #ffffff;
  border-color: var(--qy-primary);
  background: linear-gradient(135deg, var(--qy-primary), var(--qy-sky));
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(18, 99, 255, 0.22);
}

.qy-center-visual {
  position: relative;
  padding: 26px;
  border: 1px solid rgba(226, 232, 240, 0.96);
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 26px 80px rgba(15, 23, 42, 0.12);
  backdrop-filter: blur(14px);
}

.qy-center-visual__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.qy-center-visual__top span {
  display: block;
  color: var(--qy-muted);
  font-size: 13px;
  font-weight: 900;
}

.qy-center-visual__top strong {
  display: block;
  margin-top: 7px;
  color: var(--qy-title);
  font-size: 25px;
}

.qy-center-visual__top em {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 0 11px;
  color: #16a34a;
  border-radius: 999px;
  background: #dcfce7;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
}

.qy-center-visual__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 22px;
}

.qy-center-visual__stats div {
  min-width: 0;
  padding: 16px;
  border: 1px solid var(--qy-line);
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff, #f8fbff);
}

.qy-center-visual__stats b {
  display: block;
  color: var(--qy-primary);
  font-size: 18px;
}

.qy-center-visual__stats strong {
  display: block;
  margin-top: 7px;
  color: var(--qy-muted);
  font-size: 12px;
  line-height: 1.4;
}

.qy-center-visual__list {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.qy-center-visual__list a {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  grid-template-areas:
    "num title"
    "num desc";
  column-gap: 12px;
  row-gap: 2px;
  align-items: center;
  padding: 12px 14px;
  border: 1px solid #dbeafe;
  border-radius: 16px;
  background: linear-gradient(180deg, #ffffff, #f8fbff);
  transition: 0.18s ease;
}

.qy-center-visual__list a:hover {
  transform: translateY(-2px);
  border-color: #bfdbfe;
  box-shadow: 0 10px 24px rgba(18, 99, 255, 0.1);
}

.qy-center-visual__list span {
  grid-area: num;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: var(--qy-primary);
  border-radius: 13px;
  background: var(--qy-primary-light);
  font-size: 14px;
  font-weight: 900;
}

.qy-center-visual__list strong {
  grid-area: title;
  display: block;
  min-width: 0;
  color: var(--qy-title);
  font-size: 15px;
  line-height: 1.3;
}

.qy-center-visual__list em {
  grid-area: desc;
  display: block;
  min-width: 0;
  color: var(--qy-muted);
  font-size: 12px;
  font-style: normal;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.qy-center-section {
  padding: 84px 0;
  background: #ffffff;
}

.qy-center-section--soft {
  background: var(--qy-bg);
}

.qy-help-dynamic-layout {
  display: grid;
  grid-template-columns: 310px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}

.qy-help-side {
  position: sticky;
  top: 96px;
  padding: 28px;
  border: 1px solid var(--qy-line);
  border-radius: 28px;
  background: #ffffff;
  box-shadow: var(--qy-shadow-sm);
}

.qy-help-side h3 {
  margin: 0 0 12px;
  color: var(--qy-title);
  font-size: 26px;
}

.qy-help-side p {
  margin: 0 0 22px;
  color: var(--qy-text);
  font-size: 14px;
  line-height: 1.8;
}

.qy-help-side a {
  min-height: 54px;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  margin-top: 10px;
  padding: 8px;
  color: var(--qy-title);
  border: 1px solid var(--qy-line);
  border-radius: 16px;
  background: #f8fbff;
  font-size: 14px;
  font-weight: 900;
  transition: 0.18s ease;
}

.qy-help-side a:hover {
  border-color: #bfdbfe;
  transform: translateY(-2px);
}

.qy-help-side a span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: var(--qy-primary);
  border-radius: 14px;
  background: var(--qy-primary-light);
  font-size: 12px;
  font-weight: 900;
}

.qy-help-side a small {
  color: #94a3b8;
  font-size: 12px;
  font-weight: 900;
}

.qy-help-dynamic-main {
  min-width: 0;
}

.qy-help-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
  padding: 20px 22px;
  border: 1px solid var(--qy-line);
  border-radius: 24px;
  background: linear-gradient(180deg, #ffffff, #f8fbff);
  box-shadow: var(--qy-shadow-sm);
}

.qy-help-toolbar strong {
  display: block;
  color: var(--qy-title);
  font-size: 22px;
  line-height: 1.3;
}

.qy-help-toolbar span {
  display: block;
  margin-top: 6px;
  color: var(--qy-muted);
  font-size: 13px;
}

.qy-help-toolbar a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  color: var(--qy-primary);
  border: 1px solid #dbeafe;
  border-radius: 999px;
  background: #ffffff;
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
}

.qy-help-category-list {
  display: grid;
  gap: 18px;
}

.qy-help-category {
  padding: 24px;
  border: 1px solid var(--qy-line);
  border-radius: 28px;
  background: #ffffff;
  box-shadow: var(--qy-shadow-sm);
}

.qy-help-category__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid var(--qy-soft-line);
}

.qy-help-category__head span {
  color: var(--qy-primary);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.qy-help-category__head h3 {
  margin: 6px 0 0;
  color: var(--qy-title);
  font-size: 24px;
  line-height: 1.25;
}

.qy-help-category__head em {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  color: var(--qy-primary);
  border-radius: 999px;
  background: var(--qy-primary-light);
  font-size: 13px;
  font-style: normal;
  font-weight: 900;
  white-space: nowrap;
}

.qy-help-doc-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.qy-help-doc-link {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  grid-template-areas:
    "icon title"
    "icon desc";
  align-items: center;
  column-gap: 12px;
  row-gap: 3px;
  min-height: 76px;
  padding: 14px;
  border: 1px solid var(--qy-line);
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff, #f8fbff);
  transition: 0.18s ease;
}

.qy-help-doc-link:hover {
  transform: translateY(-3px);
  border-color: #bfdbfe;
  box-shadow: 0 12px 26px rgba(18, 99, 255, 0.1);
}

.qy-help-doc-link span {
  grid-area: icon;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: var(--qy-primary);
  border-radius: 14px;
  background: var(--qy-primary-light);
  font-size: 12px;
  font-weight: 900;
}

.qy-help-doc-link strong {
  grid-area: title;
  min-width: 0;
  color: var(--qy-title);
  font-size: 15px;
  line-height: 1.35;
}

.qy-help-doc-link em {
  grid-area: desc;
  min-width: 0;
  color: var(--qy-muted);
  font-size: 12px;
  font-style: normal;
}

.qy-help-doc-link.is-search-hit {
  border-color: #bfdbfe;
  background: linear-gradient(180deg, #ffffff, #eff6ff);
}

.qy-help-doc-empty,
.qy-center-loading,
.qy-center-empty,
.qy-help-empty {
  padding: 24px;
  color: var(--qy-muted);
  border: 1px solid var(--qy-line);
  border-radius: 24px;
  background: #ffffff;
  font-size: 14px;
  font-weight: 800;
}

.qy-center-empty strong,
.qy-help-empty strong {
  display: block;
  color: var(--qy-title);
  font-size: 18px;
}

.qy-center-empty span,
.qy-help-empty span {
  display: block;
  margin-top: 8px;
  color: var(--qy-muted);
}

.qy-help-detail {
  padding: 34px;
  border: 1px solid var(--qy-line);
  border-radius: 32px;
  background: #ffffff;
  box-shadow: var(--qy-shadow-sm);
}

.qy-help-breadcrumb {
  display: flex;
  align-items: center;
  gap: 9px;
  flex-wrap: wrap;
  margin-bottom: 18px;
  padding: 14px 16px;
  border: 1px solid #dbeafe;
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff, #f8fbff);
}

.qy-help-breadcrumb a,
.qy-help-breadcrumb em,
.qy-help-breadcrumb span {
  font-size: 13px;
  line-height: 1.5;
}

.qy-help-breadcrumb a {
  color: var(--qy-primary);
  font-weight: 900;
}

.qy-help-breadcrumb a:hover {
  text-decoration: underline;
}

.qy-help-breadcrumb span {
  color: #94a3b8;
  font-weight: 900;
}

.qy-help-breadcrumb em {
  color: var(--qy-title);
  font-style: normal;
  font-weight: 900;
}

.qy-help-detail__back {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 22px;
}

.qy-help-detail__back button,
.qy-help-detail__back a {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
}

.qy-help-detail__back button {
  color: #ffffff;
  border: 0;
  background: linear-gradient(135deg, var(--qy-primary), var(--qy-sky));
  box-shadow: 0 10px 22px rgba(18, 99, 255, 0.18);
}

.qy-help-detail__back a {
  color: var(--qy-primary);
  border: 1px solid #dbeafe;
  background: #ffffff;
}

.qy-help-detail__back button:hover,
.qy-help-detail__back a:hover {
  transform: translateY(-1px);
}

.qy-help-detail__head {
  padding-bottom: 22px;
  margin-bottom: 24px;
  border-bottom: 1px solid var(--qy-soft-line);
}

.qy-help-detail__head span {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  color: var(--qy-primary);
  border-radius: 999px;
  background: var(--qy-primary-light);
  font-size: 13px;
  font-weight: 900;
}

.qy-help-detail__head h2 {
  margin: 18px 0 10px;
  color: var(--qy-title);
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.25;
}

.qy-help-detail__head p {
  margin: 0;
  color: var(--qy-muted);
}

.qy-help-detail__content {
  color: #475569;
  font-size: 16px;
  line-height: 1.9;
  word-break: break-word;
}

.qy-help-detail__content h1,
.qy-help-detail__content h2,
.qy-help-detail__content h3,
.qy-help-detail__content h4 {
  color: var(--qy-title);
  font-weight: 900;
  line-height: 1.35;
}

.qy-help-detail__content h1 {
  margin: 30px 0 18px;
  font-size: 30px;
}

.qy-help-detail__content h2 {
  margin: 28px 0 16px;
  font-size: 26px;
}

.qy-help-detail__content h3 {
  margin: 24px 0 14px;
  font-size: 21px;
}

.qy-help-detail__content h4 {
  margin: 20px 0 12px;
  font-size: 18px;
}

.qy-help-detail__content p {
  margin: 0 0 16px;
  color: #475569;
  font-size: 16px;
  line-height: 1.9;
}

.qy-help-detail__content a {
  color: var(--qy-primary);
  font-weight: 900;
  text-decoration: none;
}

.qy-help-detail__content a:hover {
  text-decoration: underline;
}

.qy-help-detail__content ul,
.qy-help-detail__content ol {
  margin: 14px 0 18px;
  padding-left: 24px;
  color: #475569;
}

.qy-help-detail__content li {
  margin-bottom: 8px;
  line-height: 1.8;
}

.qy-help-detail__content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 18px 0;
  border: 1px solid var(--qy-line);
  border-radius: 18px;
}

.qy-help-detail__content table {
  width: 100%;
  margin: 20px 0;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid var(--qy-line);
  border-radius: 16px;
  background: #ffffff;
}

.qy-help-detail__content table th,
.qy-help-detail__content table td {
  padding: 13px 15px;
  border: 1px solid var(--qy-line);
  color: #475569;
  font-size: 14px;
  line-height: 1.6;
  text-align: left;
}

.qy-help-detail__content table th {
  color: var(--qy-title);
  background: #f8fbff;
  font-weight: 900;
}

.qy-help-detail__content blockquote {
  margin: 20px 0;
  padding: 18px 20px;
  color: #475569;
  border-left: 4px solid var(--qy-primary);
  border-radius: 14px;
  background: #f8fbff;
}

.qy-help-detail__content pre {
  max-width: 100%;
  overflow-x: auto;
  margin: 20px 0;
  padding: 18px 20px;
  color: #e2e8f0;
  border-radius: 18px;
  background: #0f172a;
  font-size: 14px;
  line-height: 1.75;
}

.qy-help-detail__content code {
  padding: 3px 6px;
  color: #1d4ed8;
  border-radius: 6px;
  background: #eff6ff;
  font-size: 13px;
  font-family: Consolas, Monaco, "Courier New", monospace;
}

.qy-help-detail__content pre code {
  padding: 0;
  color: inherit;
  background: transparent;
}

.qy-help-detail__content hr {
  height: 1px;
  margin: 28px 0;
  border: 0;
  background: var(--qy-soft-line);
}

.qy-help-detail__pager {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 30px;
  padding-top: 22px;
  border-top: 1px solid var(--qy-soft-line);
}

.qy-help-detail__pager a,
.qy-help-detail__pager span {
  min-height: 44px;
  display: flex;
  align-items: center;
  padding: 0 14px;
  color: var(--qy-primary);
  border: 1px solid #dbeafe;
  border-radius: 14px;
  background: #f8fbff;
  font-size: 13px;
  font-weight: 900;
}

.qy-help-detail__pager span {
  color: var(--qy-muted);
}

.qy-help-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.qy-help-steps article {
  padding: 24px;
  border: 1px solid var(--qy-line);
  border-radius: 26px;
  background: #ffffff;
  box-shadow: var(--qy-shadow-sm);
}

.qy-help-steps span {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  color: var(--qy-primary);
  border-radius: 16px;
  background: var(--qy-primary-light);
  font-weight: 900;
}

.qy-help-steps strong {
  display: block;
  margin: 20px 0 8px;
  color: var(--qy-title);
  font-size: 19px;
}

.qy-help-steps em {
  color: var(--qy-muted);
  font-size: 14px;
  font-style: normal;
  line-height: 1.7;
}

.qy-center-cta {
  position: relative;
  overflow: hidden;
  padding: 76px 0;
  color: #ffffff;
  background: linear-gradient(135deg, #07142f, #1263ff);
}

.qy-center-cta::before {
  position: absolute;
  top: -120px;
  right: 8%;
  width: 360px;
  height: 360px;
  content: "";
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
}

.qy-center-cta__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.qy-center-cta h2 {
  margin: 0 0 12px;
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.2;
}

.qy-center-cta p {
  max-width: 720px;
  margin: 0;
  color: #dbeafe;
  line-height: 1.85;
}

.qy-center-cta__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

@media (max-width: 1100px) {
  .qy-center-hero__inner,
  .qy-help-dynamic-layout {
    grid-template-columns: 1fr;
  }

  .qy-help-side {
    position: static;
  }

  .qy-help-doc-grid,
  .qy-help-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .qy-center-cta__inner {
    display: block;
  }

  .qy-center-cta__actions {
    margin-top: 24px;
    justify-content: flex-start;
  }
}

@media (max-width: 760px) {
  .qy-center-hero__inner {
    min-height: auto;
    padding: 58px 0;
  }

  .qy-center-hero__content p {
    font-size: 16px;
  }

  .qy-center-search {
    grid-template-columns: 42px 1fr;
    gap: 10px;
    padding: 12px;
    border-radius: 22px;
  }

  .qy-center-search button {
    grid-column: 1 / -1;
    width: 100%;
  }

  .qy-center-search__icon {
    width: 40px;
    height: 40px;
    border-radius: 14px;
  }

  .qy-center-search input {
    height: 42px;
    font-size: 14px;
  }

  .qy-center-hotwords span {
    width: 100%;
    padding-left: 2px;
  }

  .qy-center-hotwords button {
    flex: 1;
    min-width: calc(50% - 8px);
  }

  .qy-center-section {
    padding: 62px 0;
  }

  .qy-center-visual__stats,
  .qy-help-doc-grid,
  .qy-help-steps {
    grid-template-columns: 1fr;
  }

  .qy-center-visual__list a {
    grid-template-columns: 1fr;
    grid-template-areas: none;
  }

  .qy-center-visual__list span,
  .qy-center-visual__list strong,
  .qy-center-visual__list em {
    grid-area: auto;
  }

  .qy-help-toolbar,
  .qy-help-category__head {
    align-items: flex-start;
    flex-direction: column;
  }

  .qy-help-category {
    padding: 18px;
    border-radius: 22px;
  }

  .qy-help-side {
    padding: 22px;
    border-radius: 22px;
  }

  .qy-help-side a {
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .qy-help-side a small {
    grid-column: 2;
  }

  .qy-help-doc-link {
    grid-template-columns: 1fr;
    grid-template-areas: none;
  }

  .qy-help-doc-link span,
  .qy-help-doc-link strong,
  .qy-help-doc-link em {
    grid-area: auto;
  }

  .qy-help-breadcrumb {
    padding: 12px;
    border-radius: 16px;
  }

  .qy-help-detail__back {
    gap: 8px;
  }

  .qy-help-detail__back button,
  .qy-help-detail__back a {
    width: 100%;
    justify-content: center;
  }

  .qy-help-detail {
    padding: 24px;
    border-radius: 24px;
  }

  .qy-help-detail__pager {
    grid-template-columns: 1fr;
  }

  .qy-help-detail__content {
    font-size: 15px;
  }

  .qy-help-detail__content h1 {
    font-size: 26px;
  }

  .qy-help-detail__content h2 {
    font-size: 22px;
  }

  .qy-help-detail__content h3 {
    font-size: 19px;
  }

  .qy-help-detail__content table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }

  .qy-help-detail__content pre {
    font-size: 13px;
  }

  .qy-center-cta__actions {
    width: 100%;
  }
}
