.docs-theme-detail-page { padding-top: 0 !important; overflow-x: hidden; color: var(--docs-ink); background: var(--docs-canvas); }
.docs-theme-detail-page main { overflow: hidden; }

/* Hero */
.docs-theme-detail-hero { position: relative; min-height: 770px; overflow: hidden; padding: 142px 0 92px; color: #fff; background: radial-gradient(circle at 88% 18%, rgba(14, 166, 218, .24), transparent 28%), linear-gradient(118deg, var(--docs-navy), var(--docs-navy-mid) 61%, #086890 126%); }
.docs-theme-detail-hero::before { position: absolute; right: -190px; bottom: -350px; width: 650px; height: 650px; border: 1px solid rgba(117, 220, 255, .15); border-radius: 50%; content: ""; box-shadow: 0 0 0 95px rgba(117, 220, 255, .03), 0 0 0 190px rgba(117, 220, 255, .02); }
.docs-theme-detail-hero__grid { position: absolute; inset: 0; opacity: .35; background-image: linear-gradient(rgba(255, 255, 255, .045) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .045) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom, #000, transparent 92%); }
.docs-theme-detail-hero__layout { position: relative; z-index: 2; display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: 5.5vw; }
.docs-theme-detail-context { display: flex; align-items: flex-start; flex-direction: column; gap: 18px; }
.docs-theme-detail-back { display: inline-flex; align-items: center; gap: 9px; color: rgba(255, 255, 255, .68) !important; font: 700 .75rem var(--docs-heading); }
.docs-theme-detail-back:hover { color: #fff !important; }
.docs-theme-detail-eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--docs-cyan); font: 800 .67rem var(--docs-heading); letter-spacing: .1em; text-transform: uppercase; }
.docs-theme-detail-eyebrow i { width: 9px; height: 9px; border-radius: 50%; background: #2ed29c; box-shadow: 0 0 0 6px rgba(46, 210, 156, .13); }
.docs-theme-detail-hero__copy h1 { max-width: 650px; margin: 24px 0 21px; color: #fff; font-size: clamp(4.6rem, 7vw, 7.4rem); font-weight: 700; line-height: .86; overflow-wrap: break-word; text-wrap: balance; }
.docs-theme-detail-hero__copy h1 span { display: block; color: rgba(255, 255, 255, .3); font-size: .53em; line-height: 1; }
.docs-theme-detail-hero__copy > p { max-width: 610px; margin: 0; color: rgba(233, 250, 255, .72); font-size: 1rem; line-height: 1.68; }
.docs-theme-detail-tags { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 24px; }
.docs-theme-detail-tags span { display: inline-flex; align-items: center; gap: 7px; padding: 8px 10px; border: 1px solid rgba(255, 255, 255, .16); border-radius: 9px; color: rgba(255, 255, 255, .74); background: rgba(255, 255, 255, .055); font: 700 .66rem var(--docs-heading); }
.docs-theme-detail-tags i, .docs-theme-detail-tags svg { color: var(--docs-cyan); }
.docs-theme-detail-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; margin-top: 29px; }
.docs-theme-detail-share { display: inline-flex; min-height: 48px; align-items: center; gap: 10px; padding: 0; border: 0; color: rgba(255, 255, 255, .76); background: transparent; font: 700 .78rem var(--docs-heading); }
.docs-theme-detail-share > span { display: grid; width: 39px; height: 39px; place-items: center; border: 1px solid rgba(255, 255, 255, .22); border-radius: 11px; background: rgba(255, 255, 255, .07); }
.docs-theme-detail-share:hover { color: #fff; }

/* Prévia no hero */
.docs-theme-preview { overflow: hidden; border: 1px solid rgba(255, 255, 255, .27); border-radius: 24px; color: var(--docs-ink); background: rgba(255, 255, 255, .97); box-shadow: 0 30px 70px rgba(0, 13, 29, .33); }
.docs-theme-preview__topline, .docs-theme-preview__footer { display: flex; min-height: 58px; align-items: center; justify-content: space-between; gap: 16px; padding: 0 22px; font: 800 .67rem var(--docs-heading); letter-spacing: .09em; text-transform: uppercase; }
.docs-theme-preview__topline { border-bottom: 1px solid var(--docs-border); }
.docs-theme-preview__topline small { color: var(--docs-primary); }
.docs-theme-preview__browser { padding: 20px; background-image: linear-gradient(#edf4f7 1px, transparent 1px), linear-gradient(90deg, #edf4f7 1px, transparent 1px); background-size: 34px 34px; }
.docs-theme-preview__bar { display: flex; height: 38px; align-items: center; gap: 5px; padding: 0 13px; border: 1px solid #cfdee7; border-bottom: 0; border-radius: 14px 14px 0 0; background: #eef4f7; }
.docs-theme-preview__bar i { width: 6px; height: 6px; border-radius: 50%; background: #87a0b0; }
.docs-theme-preview__bar i:first-child { background: var(--docs-primary-bright); }
.docs-theme-preview__bar span { min-width: 150px; padding: 5px 20px; margin: 0 auto; border-radius: 6px; color: #8295a5; background: #e3ebef; font-size: .56rem; text-align: center; }
.docs-theme-preview__image { position: relative; display: block; height: 355px; overflow: hidden; border: 1px solid #cfdee7; border-radius: 0 0 14px 14px; background: #e8f3f7; }
.docs-theme-preview__image img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: top; transition: transform .45s ease; }
.docs-theme-preview__image:hover img { transform: scale(1.018); }
.docs-theme-preview__image > span { position: absolute; right: 14px; bottom: 14px; display: inline-flex; align-items: center; gap: 8px; padding: 10px 12px; border: 1px solid rgba(255, 255, 255, .52); border-radius: 10px; color: #fff; background: rgba(4, 24, 42, .86); box-shadow: 0 8px 20px rgba(0, 13, 29, .18); font: 700 .67rem var(--docs-heading); backdrop-filter: blur(8px); }
.docs-theme-preview__placeholder { position: relative; display: grid; height: 355px; place-items: center; overflow: hidden; border: 1px solid #cfdee7; border-radius: 0 0 14px 14px; background: linear-gradient(135deg, #eff9fc, #d7eff8); }
.docs-theme-preview__placeholder strong { position: absolute; bottom: 15px; left: 25px; color: rgba(6, 121, 185, .12); font: 700 11rem/.8 var(--docs-heading); }
.docs-theme-preview__placeholder span { position: relative; z-index: 2; padding: 10px 14px; border-radius: 9px; color: var(--docs-primary); background: rgba(255, 255, 255, .82); font: 700 .74rem var(--docs-heading); }
.docs-theme-preview__placeholder i { position: absolute; right: 35px; bottom: 32px; width: 48px; height: 100px; border-radius: 25px 25px 12px 12px; background: linear-gradient(#75d9ef, #dff6fb); }
.docs-theme-preview__placeholder i:nth-of-type(2) { right: 93px; height: 140px; background: linear-gradient(#087fbc, #7ad5e9); }
.docs-theme-preview__placeholder i:nth-of-type(3) { right: 151px; height: 75px; }
.docs-theme-preview__footer { min-height: 54px; border-top: 1px solid var(--docs-border); color: var(--docs-muted); background: #f7fafc; font-size: .62rem; }
.docs-theme-preview__footer span { display: inline-flex; align-items: center; gap: 7px; }
.docs-theme-preview__footer i, .docs-theme-preview__footer svg, .docs-theme-preview__footer small { color: var(--docs-primary); }

/* Conteúdo */
.docs-theme-detail { padding: 118px 0 128px; background: var(--docs-canvas); }
.docs-theme-detail__heading { display: grid; grid-template-columns: .55fr 1.45fr; align-items: start; gap: 35px; margin-bottom: 54px; }
.docs-theme-detail__heading h2 { max-width: 900px; margin: -9px 0 17px; color: var(--docs-ink); font-size: clamp(3.2rem, 5vw, 5.25rem); font-weight: 700; line-height: .96; }
.docs-theme-detail__heading h2 span, .docs-theme-detail__heading h2 em { display: block; }
.docs-theme-detail__heading h2 em { color: var(--docs-primary); }
.docs-theme-detail__heading p { max-width: 690px; margin: 0; color: var(--docs-muted); line-height: 1.7; }
.docs-theme-detail__layout { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(300px, .58fr); align-items: start; gap: 16px; }
.docs-theme-detail-article, .docs-theme-detail-guide, .docs-theme-showcase { overflow: hidden; border: 1px solid var(--docs-border); border-radius: 19px; background: #fff; box-shadow: 0 10px 30px rgba(10, 47, 73, .06); }
.docs-theme-detail-article__topline, .docs-theme-detail-guide__topline { display: flex; min-height: 57px; align-items: center; justify-content: space-between; gap: 16px; padding: 0 22px; border-bottom: 1px solid var(--docs-border); color: var(--docs-ink); font: 800 .66rem var(--docs-heading); letter-spacing: .08em; text-transform: uppercase; }
.docs-theme-detail-article__topline small { color: #12825f; }
.docs-theme-detail-article__topline small.is-pending { color: #b67616; }
.docs-theme-detail-richtext { min-height: 430px; padding: 38px; color: var(--docs-muted); font-size: .91rem; line-height: 1.75; }
.docs-theme-detail-richtext > *:first-child { margin-top: 0; }
.docs-theme-detail-richtext > *:last-child { margin-bottom: 0; }
.docs-theme-detail-richtext h1, .docs-theme-detail-richtext h2, .docs-theme-detail-richtext h3, .docs-theme-detail-richtext h4 { margin: 1.55em 0 .55em; color: var(--docs-ink); font-family: var(--docs-heading); font-weight: 700; line-height: 1.12; }
.docs-theme-detail-richtext h1, .docs-theme-detail-richtext h2 { font-size: 2rem; }
.docs-theme-detail-richtext h3 { font-size: 1.55rem; }
.docs-theme-detail-richtext p, .docs-theme-detail-richtext ul, .docs-theme-detail-richtext ol { margin-bottom: 1.1em; }
.docs-theme-detail-richtext a { color: var(--docs-primary); font-weight: 700; }
.docs-theme-detail-richtext img { max-width: 100%; height: auto; border-radius: 13px; }
.docs-theme-detail-richtext table { display: block; max-width: 100%; overflow-x: auto; border-collapse: collapse; }
.docs-theme-detail-richtext th, .docs-theme-detail-richtext td { padding: 10px 12px; border: 1px solid var(--docs-border); }
.docs-theme-detail-empty { display: grid; min-height: 430px; grid-template-columns: 66px 1fr; align-content: center; gap: 21px; padding: 38px; }
.docs-theme-detail-empty > span { display: grid; width: 64px; height: 64px; place-items: center; border-radius: 18px; color: var(--docs-primary); background: #e9f7fc; }
.docs-theme-detail-empty small { color: var(--docs-primary); font: 800 .65rem var(--docs-heading); letter-spacing: .08em; text-transform: uppercase; }
.docs-theme-detail-empty h3 { max-width: 590px; margin: 7px 0 9px; color: var(--docs-ink); font-size: 1.8rem; font-weight: 700; }
.docs-theme-detail-empty p { max-width: 630px; margin: 0 0 19px; color: var(--docs-muted); line-height: 1.65; }
.docs-theme-detail-empty a { color: var(--docs-primary); font: 700 .78rem var(--docs-heading); }

/* Guia lateral */
.docs-theme-detail-guide { position: sticky; top: 96px; }
.docs-theme-detail-guide__topline > i, .docs-theme-detail-guide__topline > svg { color: var(--docs-primary); }
.docs-theme-detail-guide__identity { display: grid; grid-template-columns: 54px 1fr; align-items: center; gap: 13px; padding: 20px 22px; border-bottom: 1px solid var(--docs-border); }
.docs-theme-detail-guide__identity > span { display: grid; width: 52px; height: 52px; place-items: center; border-radius: 14px; color: var(--docs-primary); background: #e9f7fc; }
.docs-theme-detail-guide__identity small, .docs-theme-detail-guide__identity strong { display: block; }
.docs-theme-detail-guide__identity small { color: var(--docs-primary); font: 800 .59rem var(--docs-heading); letter-spacing: .08em; text-transform: uppercase; }
.docs-theme-detail-guide__identity strong { margin-top: 3px; color: var(--docs-ink); font: 700 1.05rem var(--docs-heading); overflow-wrap: anywhere; }
.docs-theme-detail-guide dl { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0; border-bottom: 1px solid var(--docs-border); }
.docs-theme-detail-guide dl > div { padding: 15px 7px; text-align: center; }
.docs-theme-detail-guide dl > div + div { border-left: 1px solid var(--docs-border); }
.docs-theme-detail-guide dt { color: var(--docs-muted); font: 800 .54rem var(--docs-heading); letter-spacing: .06em; text-transform: uppercase; }
.docs-theme-detail-guide dd { margin: 5px 0 0; color: var(--docs-ink); font: 700 .72rem var(--docs-heading); overflow-wrap: anywhere; }
.docs-theme-detail-guide ol { padding: 0; margin: 0; list-style: none; }
.docs-theme-detail-guide li { display: grid; min-height: 67px; grid-template-columns: 28px 1fr; align-items: center; gap: 11px; padding: 11px 22px; border-bottom: 1px solid var(--docs-border); }
.docs-theme-detail-guide li span { color: var(--docs-primary); font: 800 .58rem var(--docs-heading); }
.docs-theme-detail-guide li p { margin: 0; color: var(--docs-muted); font-size: .68rem; line-height: 1.45; }
.docs-theme-detail-guide > a { display: flex; min-height: 48px; align-items: center; justify-content: space-between; gap: 12px; margin: 16px; padding: 10px 13px; border: 1px solid #9bcfe2; border-radius: 10px; color: var(--docs-primary); background: #eff9fc; font: 700 .7rem var(--docs-heading); }

/* Captura completa */
.docs-theme-showcase { margin-top: 18px; }
.docs-theme-showcase__heading { display: flex; min-height: 82px; align-items: center; justify-content: space-between; gap: 20px; padding: 16px 22px; border-bottom: 1px solid var(--docs-border); }
.docs-theme-showcase__heading small { color: var(--docs-primary); font: 800 .61rem var(--docs-heading); letter-spacing: .08em; text-transform: uppercase; }
.docs-theme-showcase__heading h3 { margin: 4px 0 0; color: var(--docs-ink); font-size: 1.65rem; font-weight: 700; }
.docs-theme-showcase__heading > a { display: inline-flex; align-items: center; gap: 9px; padding: 10px 12px; border: 1px solid var(--docs-border); border-radius: 10px; color: var(--docs-primary); font: 700 .72rem var(--docs-heading); white-space: nowrap; }
.docs-theme-showcase__viewport { max-height: 650px; overflow: auto; outline: 0; background: #edf4f7; scrollbar-color: var(--docs-primary) #dce8ee; scrollbar-width: thin; }
.docs-theme-showcase__viewport:focus-visible { box-shadow: inset 0 0 0 3px var(--docs-cyan); }
.docs-theme-showcase__viewport img { display: block; width: 100%; height: auto; }
.docs-theme-showcase > p { display: flex; min-height: 46px; align-items: center; justify-content: center; gap: 8px; padding: 10px 18px; margin: 0; border-top: 1px solid var(--docs-border); color: var(--docs-muted); background: #f7fafc; font-size: .68rem; }
.docs-theme-showcase > p i, .docs-theme-showcase > p svg { color: var(--docs-primary); }

/* Princípios, navegação e CTA */
.docs-theme-principles { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 18px; }
.docs-theme-principles article { position: relative; min-height: 235px; padding: 25px; overflow: hidden; border: 1px solid var(--docs-border); border-radius: 18px; background: #fff; box-shadow: 0 9px 26px rgba(10, 47, 73, .045); }
.docs-theme-principles article::after { position: absolute; top: -58px; right: -58px; width: 130px; height: 130px; border: 16px solid #eff7fa; border-radius: 50%; content: ""; }
.docs-theme-principles article > span { color: var(--docs-muted); font: 700 .62rem var(--docs-heading); }
.docs-theme-principles article > i, .docs-theme-principles article > svg { position: absolute; z-index: 1; top: 23px; right: 23px; width: 20px; height: 20px; padding: 13px; box-sizing: content-box; border: 1px solid #cce8f3; border-radius: 14px; color: var(--docs-primary); background: #e9f7fc; }
.docs-theme-principles h3 { max-width: 270px; margin: 72px 0 9px; color: var(--docs-ink); font-size: 1.5rem; font-weight: 700; }
.docs-theme-principles p { max-width: 340px; margin: 0; color: var(--docs-muted); font-size: .79rem; line-height: 1.58; }
.docs-theme-detail-navigation { display: grid; grid-template-columns: minmax(0, 1fr) 94px minmax(0, 1fr); align-items: stretch; gap: 12px; margin-top: 18px; background: transparent !important; }
.docs-theme-detail-navigation__item, .docs-theme-detail-navigation__all { min-height: 86px; border: 1px solid var(--docs-border); border-radius: 16px; color: var(--docs-ink); background: #fff; box-shadow: 0 7px 20px rgba(10, 47, 73, .045); }
.docs-theme-detail-navigation__item { display: grid; grid-template-columns: 38px 1fr; align-items: center; gap: 12px; padding: 15px 20px; }
.docs-theme-detail-navigation__item--next { grid-template-columns: 1fr 38px; text-align: right; }
.docs-theme-detail-navigation__item > i, .docs-theme-detail-navigation__item > svg { display: grid; width: 34px; height: 34px; padding: 10px; box-sizing: border-box; place-items: center; border-radius: 10px; color: var(--docs-primary); background: #eaf7fc; }
.docs-theme-detail-navigation small, .docs-theme-detail-navigation strong { display: block; }
.docs-theme-detail-navigation small { color: var(--docs-primary); font: 800 .57rem var(--docs-heading); letter-spacing: .08em; text-transform: uppercase; }
.docs-theme-detail-navigation strong { margin-top: 4px; font: 700 .94rem var(--docs-heading); overflow-wrap: anywhere; }
.docs-theme-detail-navigation__all { display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 7px; color: var(--docs-primary); font: 700 .68rem var(--docs-heading); }
.docs-theme-detail-navigation a:hover { color: var(--docs-primary); border-color: #8fcce3; transform: translateY(-2px); }
.docs-theme-detail-cta { display: grid; grid-template-columns: 60px 1fr auto; align-items: center; gap: 22px; margin-top: 18px; padding: 27px; border: 1px solid #b9dce9; border-radius: 19px; background: linear-gradient(120deg, #fff, #edf8fc); box-shadow: 0 9px 26px rgba(10, 47, 73, .055); }
.docs-theme-detail-cta > span { display: grid; width: 58px; height: 58px; place-items: center; border-radius: 17px; color: #fff; background: linear-gradient(145deg, var(--docs-primary-bright), var(--docs-primary)); }
.docs-theme-detail-cta small { color: var(--docs-primary); font: 800 .63rem var(--docs-heading); letter-spacing: .09em; text-transform: uppercase; }
.docs-theme-detail-cta h3 { max-width: 680px; margin: 5px 0 0; color: var(--docs-ink); font-size: 1.5rem; font-weight: 700; }
.docs-theme-detail-cta a { display: inline-flex; min-height: 47px; align-items: center; justify-content: center; gap: 10px; padding: 11px 16px; border: 1px solid #9bcfe2; border-radius: 11px; color: var(--docs-primary); font: 700 .76rem var(--docs-heading); white-space: nowrap; }

.docs-theme-detail-page #ButtonScrollTop { right: 23px; bottom: 23px; display: grid; width: 46px; height: 46px; padding: 0; place-items: center; border: 1px solid rgba(255, 255, 255, .3); border-radius: 50%; color: #fff !important; background: linear-gradient(145deg, var(--docs-primary-bright), var(--docs-primary)); box-shadow: 0 10px 25px rgba(4, 61, 95, .25); }
.docs-theme-detail-page .modal-content { overflow: hidden; border: 1px solid var(--docs-border); border-radius: 18px; color: var(--docs-ink); box-shadow: var(--docs-shadow); }

@media (max-width: 1199.98px) {
    .docs-theme-detail-hero__layout { gap: 4vw; }
    .docs-theme-detail-hero__copy h1 { font-size: clamp(4.2rem, 7vw, 6.2rem); }
    .docs-theme-preview__image, .docs-theme-preview__placeholder { height: 325px; }
}

@media (max-width: 991.98px) {
    .docs-theme-detail-hero { min-height: 0; padding-top: 112px; }
    .docs-theme-detail-hero__layout { grid-template-columns: 1fr; }
    .docs-theme-detail-hero__copy { max-width: 760px; }
    .docs-theme-preview { width: min(100%, 780px); }
    .docs-theme-detail__heading { grid-template-columns: 1fr; gap: 24px; }
    .docs-theme-detail__heading h2 { margin-top: 0; }
    .docs-theme-detail__layout { grid-template-columns: 1fr; }
    .docs-theme-detail-guide { position: static; }
    .docs-theme-detail-cta { grid-template-columns: 58px 1fr; }
    .docs-theme-detail-cta a { grid-column: 1 / -1; justify-self: start; }
}

@media (max-width: 767.98px) {
    .docs-theme-detail-page .container { width: min(100% - 30px, 1360px); }
    .docs-theme-detail-hero { padding: 101px 0 72px; }
    .docs-theme-detail-context { gap: 15px; }
    .docs-theme-detail-hero__copy h1 { font-size: clamp(3.5rem, 17vw, 5.2rem); }
    .docs-theme-detail-hero__copy > p { font-size: .94rem; }
    .docs-theme-detail-actions { align-items: stretch; flex-direction: column; }
    .docs-theme-detail-share { justify-content: center; }
    .docs-theme-preview__browser { padding: 13px; }
    .docs-theme-preview__image, .docs-theme-preview__placeholder { height: 265px; }
    .docs-theme-preview__image > span { right: 10px; bottom: 10px; }
    .docs-theme-detail { padding: 84px 0 92px; }
    .docs-theme-detail__heading { margin-bottom: 40px; }
    .docs-theme-detail__heading h2 { font-size: 3.05rem; }
    .docs-theme-detail-richtext { min-height: 0; padding: 27px; }
    .docs-theme-detail-empty { min-height: 390px; grid-template-columns: 1fr; padding: 28px; }
    .docs-theme-showcase__heading { align-items: flex-start; flex-direction: column; }
    .docs-theme-showcase__viewport { max-height: 500px; }
    .docs-theme-principles { grid-template-columns: 1fr; }
    .docs-theme-principles article { min-height: 220px; }
    .docs-theme-detail-navigation { grid-template-columns: 1fr 78px 1fr; }
    .docs-theme-detail-navigation__item { grid-template-columns: 1fr; padding: 14px; }
    .docs-theme-detail-navigation__item--next { grid-template-columns: 1fr; }
    .docs-theme-detail-navigation__item > i, .docs-theme-detail-navigation__item > svg { display: none; }
    .docs-theme-detail-cta { grid-template-columns: 50px 1fr; padding: 22px; }
    .docs-theme-detail-cta > span { width: 50px; height: 50px; }
    .docs-theme-detail-cta h3 { font-size: 1.3rem; }
    .docs-theme-detail-cta a { width: 100%; }
}

@media (max-width: 470px) {
    .docs-theme-detail-eyebrow { font-size: .58rem; }
    .docs-theme-preview__topline, .docs-theme-preview__footer { padding-inline: 16px; }
    .docs-theme-preview__bar span { min-width: 110px; padding-inline: 10px; }
    .docs-theme-detail-guide dl { grid-template-columns: 1fr; }
    .docs-theme-detail-guide dl > div + div { border-top: 1px solid var(--docs-border); border-left: 0; }
    .docs-theme-detail-navigation { grid-template-columns: 1fr; }
    .docs-theme-detail-navigation > span { display: none; }
    .docs-theme-detail-navigation__all { min-height: 66px; grid-row: 1; }
    .docs-theme-detail-navigation__item { min-height: 76px; }
    .docs-theme-detail-navigation__item--next { text-align: left; }
    .docs-theme-detail-cta { display: flex; align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
    .docs-theme-detail-page *, .docs-theme-detail-page *::before, .docs-theme-detail-page *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
