.docshub-layout {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 24px;
  max-width: 1440px;
  margin: 24px auto;
  padding: 0 16px;
  position: relative;
}

/* Scoped style normalization to reduce theme-to-theme variance. */
.docshub-layout,
.docshub-shortcode,
.docshub-search-modal {
  line-height: 1.4;
}
.docshub-layout *,
.docshub-layout *::before,
.docshub-layout *::after,
.docshub-shortcode *,
.docshub-shortcode *::before,
.docshub-shortcode *::after,
.docshub-search-modal *,
.docshub-search-modal *::before,
.docshub-search-modal *::after {
  box-sizing: border-box;
}

.docshub-layout a[role=button],
.docshub-shortcode a[role=button],
.docshub-search-modal a[role=button] {
  appearance: none;
  -webkit-appearance: none;
  text-decoration: none;
  font: inherit;
  letter-spacing: normal;
  text-transform: none;
}

.docshub-layout__overlay {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.45);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  z-index: 99997;
}

.docshub-sidebar {
  position: sticky;
  top: 24px;
  align-self: start;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  z-index: 3;
}
.docshub-sidebar__inner {
  padding: 16px;
  max-height: calc(100vh - 48px);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.docshub-sidebar__inner > .docshub-nav__list {
  flex: 1 1 auto;
  min-height: 0;
  overflow: auto;
  padding-right: 6px;
}
.docshub-sidebar__mobile-head {
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 0 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #e2e8f0;
}
.docshub-sidebar__mobile-title {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #0f172a;
}
.docshub-sidebar__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 1px solid #dbe3ef;
  border-radius: 8px;
  background: #fff;
  color: #475569;
  cursor: pointer;
  text-decoration: none;
}
.docshub-sidebar__close svg {
  width: 18px;
  height: 18px;
}
.docshub-sidebar__title {
  margin: 0;
  font-size: 18px;
  line-height: 1.3;
  color: #0f172a;
}
.docshub-sidebar__head {
  padding-bottom: 12px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e2e8f0;
}
.docshub-sidebar__label {
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #64748b;
}
.docshub-sidebar__title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.docshub-sidebar__manage {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: #94a3b8;
  text-decoration: none;
}
.docshub-sidebar__manage svg {
  width: 18px;
  height: 18px;
}
.docshub-sidebar__manage:hover {
  color: #64748b;
}

.docshub-search-trigger {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 10px 12px;
  margin: 0 0 14px;
  background: #fff;
  border: 1px solid #dbe3ef;
  border-radius: 10px;
  color: #0f172a;
  cursor: pointer;
  text-decoration: none;
}
.docshub-search-trigger__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #475569;
}
.docshub-search-trigger__icon svg {
  width: 18px;
  height: 18px;
}
.docshub-search-trigger__text {
  font-size: 14px;
  font-weight: 600;
}
.docshub-search-trigger__kbd {
  margin-left: auto;
  padding: 2px 7px;
  border-radius: 999px;
  background: #eef2ff;
  color: #64748b;
  font-size: 12px;
  font-weight: 700;
}

.docshub-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.docshub-nav__list .docshub-nav__list {
  margin-left: 14px;
  padding-left: 10px;
  border-left: 1px solid #e2e8f0;
}
.docshub-nav__item {
  margin: 2px 0;
}
.docshub-nav__item.is-open > .docshub-nav__row .docshub-nav__toggle {
  background: #eff6ff;
  color: #1d4ed8;
}
.docshub-nav__item.is-open > .docshub-nav__children {
  display: block;
}
.docshub-nav__item.is-active > .docshub-nav__link {
  background: #eff6ff;
  color: #1d4ed8;
}
.docshub-nav__row {
  display: flex;
  align-items: center;
  gap: 6px;
}
.docshub-nav__toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  padding: 0;
  border: 1px solid #dbe3ef;
  background: #fff;
  color: #475569;
  border-radius: 6px;
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.2s ease, background-color 0.2s ease;
}
.docshub-nav__toggle svg {
  width: 14px;
  height: 14px;
}
.docshub-nav__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex: 1;
  padding: 8px 10px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 14px;
}
.docshub-nav__link:hover {
  background: #eff6ff;
  color: #1d4ed8;
}
.docshub-nav__children {
  display: none;
}
.docshub-nav__status, .docshub-nav__edit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  color: #94a3b8;
  text-decoration: none;
}
.docshub-nav__status svg, .docshub-nav__edit svg {
  width: 16px;
  height: 16px;
}
.docshub-nav__status--private, .docshub-nav__status--draft {
  color: #d97706;
}
.docshub-nav__edit:hover {
  color: #64748b;
}

.docshub-content {
  background: #fff;
  border: 0;
  border-radius: 0;
  padding: 0;
  min-width: 0;
}
.docshub-content__index {
  position: sticky;
  top: 0;
  z-index: 8;
  display: none;
  margin: 0 0 12px;
  padding: 8px 0;
  background: linear-gradient(to bottom, #fff 70%, rgba(255, 255, 255, 0));
}
.docshub-content__index-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border: 1px solid #dbe3ef;
  border-radius: 10px;
  background: #fff;
  color: #0f172a;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  text-decoration: none;
}
.docshub-content__index-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #475569;
}
.docshub-content__index-icon svg {
  width: 18px;
  height: 18px;
}
.docshub-content__index-text {
  color: #0f172a;
}
.docshub-content__page-title {
  margin: 0 0 8px !important;
  font-size: 36px;
  line-height: 1.2;
  color: #0f172a;
  overflow-wrap: anywhere;
}

.docshub-layout--sidebar-right {
  grid-template-columns: minmax(0, 1fr) 320px;
}
.docshub-layout--sidebar-right .docshub-content {
  grid-column: 1;
  grid-row: 1;
}
.docshub-layout--sidebar-right .docshub-sidebar {
  grid-column: 2;
  grid-row: 1;
}

.docshub-section,
.docshub-article {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 24px;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}
.docshub-section + .docshub-section,
.docshub-section + .docshub-article,
.docshub-article + .docshub-section,
.docshub-article + .docshub-article {
  margin-top: 20px;
}
.docshub-section__title,
.docshub-article__title {
  margin: 0;
  font-size: 32px;
  line-height: 1.2;
  color: #0f172a;
  overflow-wrap: anywhere;
}
.docshub-section__body,
.docshub-article__body {
  line-height: 1.7;
}
.docshub-section__body *,
.docshub-article__body * {
  max-width: 100%;
  overflow-wrap: anywhere;
}
.docshub-section__body pre,
.docshub-section__body code,
.docshub-article__body pre,
.docshub-article__body code {
  overflow-wrap: normal;
  word-break: normal;
}
.docshub-section__body pre,
.docshub-section__body .wp-block-code,
.docshub-section__body pre.wp-block-code,
.docshub-section__body .wp-block-docshub-code-block,
.docshub-section__body .code-block-pro__code,
.docshub-section__body .hljs,
.docshub-article__body pre,
.docshub-article__body .wp-block-code,
.docshub-article__body pre.wp-block-code,
.docshub-article__body .wp-block-docshub-code-block,
.docshub-article__body .code-block-pro__code,
.docshub-article__body .hljs {
  display: block;
  width: 100%;
  max-width: 100%;
  float: none;
  clear: both;
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  white-space: pre;
}
.docshub-section__body pre *,
.docshub-section__body .wp-block-code *,
.docshub-section__body .wp-block-docshub-code-block *,
.docshub-section__body .code-block-pro__code *,
.docshub-section__body .hljs *,
.docshub-article__body pre *,
.docshub-article__body .wp-block-code *,
.docshub-article__body .wp-block-docshub-code-block *,
.docshub-article__body .code-block-pro__code *,
.docshub-article__body .hljs * {
  max-width: none;
  overflow-wrap: normal;
  word-break: normal;
}
.docshub-section__body pre code,
.docshub-section__body .wp-block-code code,
.docshub-section__body .code-block-pro code,
.docshub-section__body .hljs,
.docshub-article__body pre code,
.docshub-article__body .wp-block-code code,
.docshub-article__body .code-block-pro code,
.docshub-article__body .hljs {
  white-space: pre;
}
.docshub-section__body ul,
.docshub-section__body ol,
.docshub-article__body ul,
.docshub-article__body ol {
  margin: 0 0 1rem;
  padding-left: 1.5rem;
}
.docshub-section__body ul,
.docshub-article__body ul {
  list-style-type: disc !important;
}
.docshub-section__body ol,
.docshub-article__body ol {
  list-style-type: decimal !important;
}
.docshub-section__body p,
.docshub-article__body p {
  display: block !important;
  float: none !important;
  width: auto !important;
  text-align: left !important;
  justify-content: flex-start !important;
  align-items: initial !important;
  gap: 0 !important;
  word-spacing: normal !important;
  letter-spacing: normal !important;
}
.docshub-section__body li,
.docshub-article__body li {
  display: list-item !important;
  float: none !important;
  width: auto !important;
  text-align: left !important;
  justify-content: flex-start !important;
  align-items: initial !important;
  gap: 0 !important;
  word-spacing: normal !important;
  letter-spacing: normal !important;
}
.docshub-section__body strong,
.docshub-section__body b,
.docshub-article__body strong,
.docshub-article__body b {
  display: inline !important;
  width: auto !important;
}
.docshub-section__body code:not(pre code):not(.docshub-code-block__code code),
.docshub-article__body code:not(pre code):not(.docshub-code-block__code code) {
  display: inline !important;
  margin: 0 0.05em;
  padding: 0.12em 0.35em !important;
  border-radius: 4px;
  background: #eef2ff !important;
  color: #0f172a !important;
  font-size: 0.92em;
  line-height: 1.4;
  white-space: normal !important;
  vertical-align: baseline;
}
.docshub-section__body hr,
.docshub-section__body .wp-block-separator,
.docshub-article__body hr,
.docshub-article__body .wp-block-separator {
  margin: 0.15rem 0 1rem !important;
}
.docshub-section__body pre,
.docshub-section__body pre.wp-block-preformatted,
.docshub-section__body pre.wp-block-code,
.docshub-section__body .wp-block-code,
.docshub-article__body pre,
.docshub-article__body pre.wp-block-preformatted,
.docshub-article__body pre.wp-block-code,
.docshub-article__body .wp-block-code {
  margin: 0 0 1.25rem !important;
  padding: 1.25rem;
  border-radius: 8px;
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  clear: both;
  float: none !important;
  position: relative;
  overflow: auto !important;
  box-sizing: border-box;
}
.docshub-section__body table,
.docshub-article__body table {
  display: block;
  overflow-x: auto;
  white-space: nowrap;
  max-width: 100%;
}
.docshub-section__body > *:first-child,
.docshub-article__body > *:first-child {
  margin-top: 0;
}
.docshub-section__body > *:last-child,
.docshub-article__body > *:last-child {
  margin-bottom: 0;
}

.docshub-section__body img,
.docshub-section__body iframe,
.docshub-section__body video {
  height: auto;
}

.docshub-article__pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
  padding-top: 16px;
  border-top: 1px solid #e2e8f0;
}

.docshub-article__pagination-link {
  display: inline-flex;
  align-items: center;
  max-width: calc(50% - 7px);
  color: #2563eb;
  font-size: 18px;
  line-height: 1.35;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.docshub-article__pagination-link:hover {
  color: #1d4ed8;
}
.docshub-article__pagination-link.is-next {
  margin-left: auto;
  text-align: right;
  justify-content: flex-end;
}

.docshub-helpful {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 18px;
  padding: 18px 20px;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  background: #fff;
}

.docshub-helpful__title {
  margin: 0;
  font-size: 30px;
  font-weight: 500;
}

.docshub-helpful__actions {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.docshub-helpful__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border: 1px solid #d0d8e5;
  border-radius: 12px;
  background: #fff;
  color: #334155;
  font-size: 27px;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  transition: all 0.2s ease;
}
.docshub-helpful__btn:hover {
  border-color: #93c5fd;
  color: #1e40af;
}
.docshub-helpful__btn.is-loading {
  opacity: 0.75;
  cursor: wait;
}
.docshub-helpful__btn:disabled {
  cursor: not-allowed;
}

.docshub-helpful__btn.is-yes {
  background: #22c55e;
  border-color: #22c55e;
  color: #fff;
}
.docshub-helpful__btn.is-yes:hover {
  border-color: #16a34a;
  background: #16a34a;
  color: #fff;
}

.docshub-helpful__btn.is-no {
  background: #ef4444;
  border-color: #ef4444;
  color: #fff;
}
.docshub-helpful__btn.is-no:hover {
  border-color: #dc2626;
  background: #dc2626;
  color: #fff;
}

.docshub-helpful__count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 26px;
  height: 26px;
  padding: 0 6px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.12);
  font-size: 16px;
  font-weight: 700;
}

.docshub-heading__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
}
.docshub-heading__row:hover .docshub-heading__actions, .docshub-heading__row:focus-within .docshub-heading__actions {
  opacity: 1;
  pointer-events: auto;
}
.docshub-heading__actions {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}
.docshub-heading__action {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 8px;
  border: 1px solid #dbe3ef;
  border-radius: 8px;
  background: #fff;
  font-size: 13px;
  line-height: 1;
  color: #64748b;
  text-decoration: none;
  cursor: pointer;
}
.docshub-heading__action:hover {
  color: #1d4ed8;
  border-color: #bfdbfe;
}
.docshub-heading__action-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.docshub-heading__action-icon svg {
  width: 15px;
  height: 15px;
}

.docshub-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0 0 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e2e8f0;
  font-size: 13px;
  color: #64748b;
}
.docshub-breadcrumb__link {
  color: #64748b;
  text-decoration: none;
}
.docshub-breadcrumb__link:hover {
  color: #2563eb;
}
.docshub-breadcrumb__sep {
  color: #94a3b8;
}
.docshub-breadcrumb__current {
  color: #0f172a;
  font-weight: 600;
}

.docshub-search-open {
  overflow: hidden;
}

.docshub-sidebar-open {
  overflow: hidden;
}

.docshub-search-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
}
.docshub-search-modal.is-open {
  display: block;
}
.docshub-search-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.35);
}
.docshub-search-modal__dialog {
  position: relative;
  max-width: 980px;
  margin: 22px auto;
  background: #fff;
  border: 1px solid #dbe3ef;
  border-radius: 12px;
  overflow: hidden;
}
.docshub-search-modal__top {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px;
  border-bottom: 1px solid #e2e8f0;
}
.docshub-search-modal__input {
  width: 100%;
  height: 44px;
  padding: 0 12px;
  border: 2px solid #7c3aed;
  border-radius: 10px;
  font-size: 18px;
  line-height: 1.2;
  outline: none;
}
.docshub-search-modal__close {
  width: 32px;
  height: 32px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #475569;
  cursor: pointer;
  text-decoration: none;
}
.docshub-search-modal__close svg {
  width: 22px;
  height: 22px;
}
.docshub-search-modal__results {
  max-height: min(70vh, 680px);
  overflow: auto;
  padding: 10px;
}
.docshub-search-modal__empty {
  padding: 24px;
  color: #64748b;
}

.docshub-search-item {
  display: flex;
  gap: 14px;
  padding: 12px;
  margin-bottom: 8px;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  text-decoration: none;
  color: inherit;
}
.docshub-search-item:hover {
  border-color: #cbd5e1;
  background: #f8fafc;
}
.docshub-search-item.is-active {
  border-color: #c7d2fe;
  background: #eef2ff;
}
.docshub-search-item__icon {
  display: inline-flex;
  align-items: flex-start;
  color: #94a3b8;
  padding-top: 2px;
}
.docshub-search-item__icon svg {
  width: 18px;
  height: 18px;
}
.docshub-search-item__body {
  flex: 1;
  min-width: 0;
}
.docshub-search-item__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  color: #1e293b;
}
.docshub-search-item__excerpt {
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid #e2e8f0;
  font-size: 14px;
  line-height: 1.45;
  color: #475569;
}
.docshub-search-item__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}
.docshub-search-item__meta-label {
  font-size: 13px;
  color: #94a3b8;
}
.docshub-search-item__chip {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  background: #e2e8f0;
  font-size: 13px;
  color: #475569;
}
.docshub-search-item mark {
  background: #fef3c7;
  border-radius: 4px;
  padding: 0 2px;
}

.docshub-shortcode {
  max-width: 1280px;
  margin: 24px auto;
  padding: 0 16px;
}
.docshub-shortcode__toolbar {
  margin-bottom: 16px;
}
.docshub-shortcode .docshub-search-trigger {
  max-width: none;
}
.docshub-shortcode__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 16px;
}
.docshub-shortcode__card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 16px;
  min-height: 470px;
  display: flex;
  flex-direction: column;
}
.docshub-shortcode__card-head {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e2e8f0;
}
.docshub-shortcode__card-title {
  margin: 0;
  font-size: 20px;
  line-height: 1.25;
}
.docshub-shortcode__card-title a {
  color: #0f172a;
  text-decoration: none !important;
}
.docshub-shortcode__card-title a:hover {
  color: #1d4ed8;
  text-decoration: none !important;
}
.docshub-shortcode__tree {
  height: 500px;
  overflow: auto;
  padding-right: 6px;
}
.docshub-shortcode__empty {
  margin: 0;
  font-size: 22px;
  color: #64748b;
}
.docshub-shortcode__card-footer {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #e2e8f0;
}
.docshub-shortcode__view {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 14px;
  border-radius: 9px;
  background: #2563eb;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}
.docshub-shortcode__view:hover {
  background: #1d4ed8;
  color: #fff;
}
.docshub-shortcode__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.docshub-shortcode__list .docshub-shortcode__list {
  margin-left: 12px;
  padding-left: 12px;
  border-left: 1px solid #dbe3ef;
}
.docshub-shortcode__item {
  margin: 4px 0;
}
.docshub-shortcode__item.is-open > .docshub-shortcode__row .docshub-shortcode__toggle {
  background: #eff6ff;
  color: #1d4ed8;
}
.docshub-shortcode__item.is-open > .docshub-shortcode__children {
  display: block;
}
.docshub-shortcode__row {
  display: flex;
  align-items: center;
  gap: 6px;
}
.docshub-shortcode__toggle {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid #dbe3ef;
  background: #fff;
  color: #64748b;
  border-radius: 5px;
  cursor: pointer;
  text-decoration: none;
}
.docshub-shortcode__toggle svg {
  width: 12px;
  height: 12px;
}
.docshub-shortcode__children {
  display: none;
}
.docshub-shortcode__link {
  display: inline-block;
  padding: 4px 0;
  font-size: 14px;
  line-height: 1.4;
  text-decoration: none !important;
}
.docshub-shortcode__link:hover {
  color: #1d4ed8;
  text-decoration: none !important;
}

@media (max-width: 1024px) {
  .docshub-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
    margin-top: 14px;
  }
  .docshub-layout.is-sidebar-open .docshub-layout__overlay {
    opacity: 1;
    visibility: visible;
  }
  .docshub-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: min(86vw, 340px);
    height: 100dvh;
    border-radius: 0 14px 14px 0;
    transform: translateX(-102%);
    transition: transform 0.24s ease;
    box-shadow: 0 24px 54px rgba(15, 23, 42, 0.2);
    z-index: 99998;
  }
  .docshub-sidebar__inner {
    max-height: none;
    height: 100%;
    padding: 16px 14px 22px;
  }
  .docshub-sidebar__mobile-head {
    display: flex;
  }
  .docshub-layout--sidebar-right .docshub-sidebar {
    left: auto;
    right: 0;
    border-radius: 14px 0 0 14px;
    transform: translateX(102%);
  }
  .docshub-layout.is-sidebar-open .docshub-sidebar {
    transform: translateX(0);
  }
  .docshub-content__index {
    display: block;
  }
  .docshub-content__page-title {
    font-size: 32px;
  }
  .docshub-section,
  .docshub-article {
    padding: 18px;
  }
  .docshub-section__title,
  .docshub-article__title {
    font-size: 28px;
  }
  .docshub-heading__row {
    align-items: flex-start;
    flex-direction: column;
  }
  .docshub-heading__actions {
    opacity: 1;
    pointer-events: auto;
    flex-wrap: wrap;
  }
  .docshub-search-modal__dialog {
    margin: 10px;
  }
  .docshub-search-modal__input {
    font-size: 16px;
  }
  .docshub-search-item__title {
    font-size: 16px;
  }
  .docshub-article__pagination-link {
    max-width: 100%;
    font-size: 16px;
  }
  .docshub-helpful__title {
    font-size: 26px;
  }
  .docshub-helpful__btn {
    font-size: 24px;
  }
}
@media (max-width: 640px) {
  .docshub-layout {
    padding: 0;
  }
  .docshub-content__page-title {
    font-size: 24px;
    line-height: 1.16;
  }
  .docshub-section,
  .docshub-article {
    padding: 14px;
  }
  .docshub-section__title,
  .docshub-article__title {
    font-size: 24px;
  }
  .docshub-breadcrumb {
    font-size: 12px;
  }
  .docshub-search-trigger__kbd {
    display: none;
  }
  .docshub-helpful {
    padding: 14px;
  }
  .docshub-helpful__title {
    font-size: 22px;
  }
  .docshub-helpful__btn {
    font-size: 18px;
  }
}