body.dbx-docs .dbx-content-body {
    padding: clamp(.85rem, 1.4vw, 1.2rem);
}

body.dbx-docs .dbx-content-page.dbx-content-page-stamped,
body.dbx-docs .dbxContent_wrapper.dbx-content-page {
    padding-block: clamp(.35rem, .8vw, .65rem);
}

.dbxdocs-cms-article {
    --dbx-doc-separator: #ccdbea;
    --dbx-doc-panel: #ffffff;
    --dbx-doc-text: #213247;
    --dbx-doc-muted: #5b6b7e;
    --dbx-doc-user: #0875d1;
    --dbx-doc-design: #a96618;
    --dbx-doc-ki: #6d46c7;
    --dbx-doc-table-hover: #fff0a8;
    --dbx-doc-table-hover-text: #332900;
    width: min(100%, 78rem);
    margin-inline: auto;
    color: #213247;
    font-size: 1rem;
    line-height: 1.68;
    padding: clamp(.25rem, .6vw, .55rem);
}

.dbxdocs-cms-article > .textblock {
    max-width: 78rem;
}

.dbxdocs-cms-article h1,
.dbxdocs-cms-article h2,
.dbxdocs-cms-article h3,
.dbxdocs-cms-article h4 {
    scroll-margin-top: 6rem;
    color: #0a376d;
    font-weight: 760;
    line-height: 1.25;
}

.dbxdocs-cms-article h1 {
    margin: .2rem 0 1.2rem;
    font-size: clamp(1.7rem, 3vw, 2.45rem);
}

.dbxdocs-cms-article h2 {
    margin: 2.25rem 0 .85rem;
    padding-bottom: .45rem;
    border-bottom: 1px solid #d8e6f3;
    font-size: clamp(1.35rem, 2.3vw, 1.8rem);
}

.dbxdocs-cms-article h3 {
    margin: 1.7rem 0 .65rem;
    padding-left: .72rem;
    border-left: 4px solid #75afe1;
    font-size: 1.22rem;
}

.dbxdocs-cms-article a {
    color: #0867c9;
    text-decoration-thickness: .08em;
    text-underline-offset: .18em;
}

.dbxdocs-cms-article code,
.dbxdocs-cms-article .tt {
    padding: .08rem .3rem;
    border: 1px solid #d9e4ef;
    border-radius: .3rem;
    background: #f2f6fa;
    color: #8a2346;
    font: .92em/1.45 Consolas, "Courier New", monospace;
}

.dbxdocs-cms-article .fragment {
    overflow: auto;
    margin: 1rem 0;
    padding: .9rem 1rem;
    border: 1px solid #20395a;
    border-radius: .75rem;
    background: #101c2b;
    color: #e5edf6;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
    tab-size: 3;
}

.dbxdocs-cms-article .fragment .line {
    min-height: 1.35rem;
    white-space: pre;
    font: .88rem/1.5 Consolas, "Courier New", monospace;
}

.dbxdocs-cms-article .fragment .keyword,
.dbxdocs-cms-article .fragment .keywordtype,
.dbxdocs-cms-article .fragment .keywordflow {
    color: #73b8ff;
}

.dbxdocs-cms-article .fragment .stringliteral {
    color: #a7dc90;
}

.dbxdocs-cms-article .fragment .comment {
    color: #93a5ba;
}

.dbxdocs-cms-article table.markdownTable {
    width: 100%;
    margin: 1rem 0 1.4rem;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #cddceb;
    border-radius: .7rem;
    background: #fff;
}

.dbxdocs-cms-article table.markdownTable th,
.dbxdocs-cms-article table.markdownTable td {
    padding: .62rem .72rem;
    border-right: 1px solid #dbe6f0;
    border-bottom: 1px solid #dbe6f0;
    vertical-align: top;
}

.dbxdocs-cms-article table.markdownTable th {
    background: #eaf4ff;
    color: #0b427d;
    font-weight: 750;
}

.dbxdocs-cms-article table.markdownTable tr:last-child td {
    border-bottom: 0;
}

.dbxdocs-cms-article table.markdownTable th:last-child,
.dbxdocs-cms-article table.markdownTable td:last-child {
    border-right: 0;
}

.dbxdocs-cms-article table tbody tr > :where(th, td) {
    transition: background-color .14s ease, color .14s ease;
}

.dbxdocs-cms-article table tbody tr:hover > :where(th, td),
.dbxdocs-cms-article table tbody tr:focus-within > :where(th, td) {
    background: var(--dbx-doc-table-hover) !important;
    color: var(--dbx-doc-table-hover-text) !important;
}

.dbxdocs-cms-article blockquote {
    margin: 1.2rem 0;
    padding: .85rem 1rem;
    border-left: .3rem solid #1483dd;
    border-radius: 0 .55rem .55rem 0;
    background: #edf7ff;
}

.dbxdocs-cms-article img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 1.1rem auto;
}

.dbxdocs-cms-article .dbx-doc-figure {
    margin: 1.35rem 0 1.7rem;
    padding: .7rem;
    border: 1px solid var(--dbx-doc-separator);
    border-radius: 14px;
    background: var(--dbx-doc-panel);
    box-shadow: 0 9px 24px rgba(20, 53, 93, .1);
}

.dbxdocs-cms-article .dbx-doc-figure img {
    width: 100%;
    margin: 0;
    border-radius: 9px;
}

.dbxdocs-cms-article .dbx-doc-figure figcaption {
    padding: .7rem .35rem .15rem;
    color: var(--dbx-doc-muted);
    font-size: .84rem;
}

.dbxdocs-cms-article ul,
.dbxdocs-cms-article ol {
    padding-left: 1.35rem;
}

.dbxdocs-cms-article .dbx-doc-kicker {
    display: inline-flex;
    padding: .24rem .62rem;
    border-radius: 999px;
    background: #e7f3ff;
    color: #075da9;
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .055em;
    text-transform: uppercase;
}

.dbxdocs-home {
    display: grid;
    gap: 1.15rem;
    width: min(100%, 84rem);
    margin-inline: auto;
    padding: clamp(.25rem, 1vw, .75rem);
    color: #213247;
}

.dbxdocs-home-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1.25rem;
    align-items: center;
    padding: clamp(1rem, 2vw, 1.55rem);
    border: 1px solid #c9deef;
    border-radius: 16px;
    background: linear-gradient(135deg, #f8fcff, #eaf5ff);
    box-shadow: 0 9px 24px rgba(18, 66, 115, .08);
}

.dbxdocs-home-kicker {
    color: #0870c9;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.dbxdocs-home h1 {
    margin: .25rem 0 .45rem;
    color: #0a376d;
    font-size: clamp(1.75rem, 3vw, 2.55rem);
    line-height: 1.15;
}

.dbxdocs-home-hero p {
    max-width: 68rem;
    margin: 0;
    color: #53667a;
    font-size: 1.03rem;
}

.dbxdocs-home-search {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: .65rem;
    align-items: center;
    width: 100%;
    margin: 0;
    padding: .72rem;
    border: 1px solid #bcd5ea;
    border-radius: 13px;
    background: #fff;
    box-shadow: 0 7px 20px rgba(18, 66, 115, .07);
}

.dbxdocs-home-search > i {
    color: #0b6dc4;
    font-size: 1.2rem;
}

.dbxdocs-home-search input[type="search"] {
    width: 100%;
    min-width: 0;
    height: 2.75rem;
    padding: 0 .85rem;
    border: 1px solid #b7cde1;
    border-radius: 9px;
    background: #fffdf2;
    color: #203247;
}

.dbxdocs-home-search button {
    min-width: 7rem;
    height: 2.75rem;
}

.dbxdocs-home-grid,
.dbxdocs-path-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .9rem;
}

.dbxdocs-home-card,
.dbxdocs-path-grid > a {
    display: grid;
    grid-template-columns: 3rem minmax(0, 1fr) auto;
    gap: .85rem;
    align-items: center;
    min-width: 0;
    padding: 1rem;
    border: 1px solid #c6daeb;
    border-radius: 14px;
    background: #fff;
    color: #203247;
    box-shadow: 0 8px 20px rgba(21, 67, 112, .07);
    text-decoration: none;
    transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease;
}

.dbxdocs-home-card:hover,
.dbxdocs-home-card:focus-visible,
.dbxdocs-path-grid > a:hover,
.dbxdocs-path-grid > a:focus-visible {
    border-color: #63a9e2;
    box-shadow: 0 12px 26px rgba(20, 71, 137, .14);
    text-decoration: none;
    transform: translateY(-2px);
}

.dbxdocs-home-card-icon,
.dbxdocs-path-grid > a > i,
.dbxdocs-area-icon {
    display: grid;
    place-items: center;
    width: 3rem;
    height: 3rem;
    border-radius: 12px;
    background: linear-gradient(135deg, #1888e4, #0756a4);
    color: #fff;
    font-size: 1.25rem;
}

.dbxdocs-home-card-copy,
.dbxdocs-path-grid > a > span {
    min-width: 0;
}

.dbxdocs-home-card-copy,
.dbxdocs-home-card-copy > span,
.dbxdocs-home-card-copy > strong,
.dbxdocs-home-card-copy > small,
.dbxdocs-path-grid > a > strong,
.dbxdocs-path-grid > a > span {
    display: block;
}

.dbxdocs-home-card-copy small {
    color: #607286;
    font-size: .75rem;
    font-weight: 700;
    text-transform: uppercase;
}

.dbxdocs-home-card-copy strong,
.dbxdocs-path-grid > a > strong {
    color: #0a376d;
    font-size: 1.04rem;
}

.dbxdocs-home-card-copy > span,
.dbxdocs-path-grid > a > span {
    color: #607286;
    font-size: .88rem;
    line-height: 1.45;
}

.dbxdocs-home-reference,
.dbxdocs-area-next {
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.1rem;
    border: 1px solid #b9d7ef;
    border-radius: 14px;
    background: #eef7ff;
}

.dbxdocs-home-reference > div,
.dbxdocs-home-reference > div > div {
    display: flex;
    gap: .8rem;
    align-items: center;
}

.dbxdocs-home-reference > div > div {
    display: grid;
    gap: .08rem;
}

.dbxdocs-home-reference :where(small, strong, span),
.dbxdocs-area-next :where(strong, span) {
    display: block;
}

.dbxdocs-home-reference-icon {
    display: grid;
    place-items: center;
    width: 2.7rem;
    height: 2.7rem;
    border-radius: 11px;
    background: #0a376d;
    color: #fff;
}

.dbxdocs-home-quicklinks {
    display: flex;
    flex-wrap: wrap;
    gap: .55rem;
    align-items: center;
    padding: .8rem 1rem;
    border-radius: 12px;
    background: #f1f5f9;
}

.dbxdocs-home-quicklinks a {
    padding: .32rem .58rem;
    border-radius: 8px;
    background: #fff;
    color: #0867c9;
    text-decoration: none;
}

.dbxdocs-home-story {
    padding: .75rem 1rem;
    border: 1px solid #cfdeeb;
    border-radius: 12px;
    background: #fff;
}

.dbxdocs-area-hub {
    display: grid;
    gap: 1.1rem;
}

.dbxdocs-area-hero {
    display: grid;
    grid-template-columns: 4rem minmax(0, 1fr);
    gap: 1rem;
    align-items: center;
    padding: clamp(1rem, 2vw, 1.45rem);
    border: 1px solid #c6dbed;
    border-radius: 16px;
    background: linear-gradient(135deg, #f9fcff, #ebf6ff);
}

.dbxdocs-area-hero h1 {
    margin: .25rem 0 .35rem;
}

.dbxdocs-area-hero p {
    margin: 0;
    color: var(--dbx-doc-muted);
}

.dbxdocs-path-grid > a {
    grid-template-columns: 3rem minmax(0, 1fr);
}

.dbxdocs-path-grid > a > i {
    grid-row: 1 / 3;
}

.dbxdocs-area-next {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
}

.dbxdocs-update-state-grid > article,
.dbxdocs-cms-article .dbx-update-state-grid > article {
    padding: 1rem;
    border: 1px solid var(--dbx-doc-separator);
    border-top: 4px solid var(--dbx-doc-user);
    border-radius: 12px;
    background: var(--dbx-doc-panel);
}

.dbxdocs-cms-article .dbx-update-state-grid > article h3 {
    margin: 0 0 .45rem;
    padding: 0;
    border: 0;
    color: #0a376d;
    font-size: 1.02rem;
}

.dbxdocs-cms-article .dbx-update-state-grid > article span {
    color: var(--dbx-doc-muted);
    font-size: .9rem;
}

.dbxdocs-cms-article .dbx-note,
.dbxdocs-cms-article .dbx-callout {
    display: grid;
    gap: .22rem;
    margin: 1rem 0 1.35rem;
    padding: .9rem 1rem;
    border: 1px solid #b9d6ef;
    border-left: 5px solid var(--dbx-doc-user);
    border-radius: 10px;
    background: #edf7ff;
    color: var(--dbx-doc-text);
}

.dbxdocs-cms-article .dbx-callout.is-success {
    border-color: #b7dfcf;
    border-left-color: #159261;
    background: #eefaf5;
}

.dbxdocs-cms-article .dbx-callout span {
    color: var(--dbx-doc-muted);
}

.dbxdocs-cms-article .dbx-user-nav-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: .8rem;
    margin: 1.15rem 0 1.55rem;
}

.dbxdocs-cms-article .dbx-user-nav-card {
    display: grid;
    grid-template-columns: 2.35rem minmax(0, 1fr);
    grid-template-rows: auto auto;
    column-gap: .75rem;
    padding: .9rem;
    border: 1px solid var(--dbx-doc-separator);
    border-radius: 13px;
    background: var(--dbx-doc-panel);
    color: var(--dbx-doc-text);
    box-shadow: 0 7px 18px rgba(20, 53, 93, .08);
    text-decoration: none;
    transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease;
}

.dbxdocs-cms-article .dbx-user-nav-card:hover,
.dbxdocs-cms-article .dbx-user-nav-card:focus-visible {
    border-color: #69aee7;
    box-shadow: 0 12px 25px rgba(20, 71, 137, .15);
    text-decoration: none;
    transform: translateY(-2px);
}

.dbxdocs-cms-article .dbx-user-nav-icon {
    display: inline-grid;
    grid-row: 1 / 3;
    place-items: center;
    width: 2.35rem;
    height: 2.35rem;
    border-radius: 11px;
    background: linear-gradient(135deg, #1888e4, #0756a4);
    color: #fff;
}

.dbxdocs-cms-article .dbx-user-nav-icon svg {
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    margin: 0;
    fill: currentColor;
}

.dbxdocs-cms-article .dbx-user-nav-card.is-admin .dbx-user-nav-icon {
    background: linear-gradient(135deg, #0aa498, #07655f);
}

.dbxdocs-cms-article .dbx-user-nav-card.is-content .dbx-user-nav-icon {
    background: linear-gradient(135deg, #d48b22, #9c5a08);
}

.dbxdocs-cms-article .dbx-user-nav-card.is-ki .dbx-user-nav-icon {
    background: linear-gradient(135deg, #805bd3, #4c3197);
}

.dbxdocs-cms-article .dbx-user-nav-card strong {
    align-self: end;
    color: var(--dbx-doc-text);
    font-size: .94rem;
}

.dbxdocs-cms-article .dbx-user-nav-card > span:last-child {
    color: var(--dbx-doc-muted);
    font-size: .78rem;
    line-height: 1.35;
}

.dbxdocs-cms-article .dbx-ki-area-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin: 1.2rem 0 1.5rem;
}

.dbxdocs-cms-article .dbx-ki-area {
    position: relative;
    padding: 1.1rem;
    border: 1px solid var(--dbx-doc-separator);
    border-top: 5px solid var(--dbx-doc-user);
    border-radius: 14px;
    background: var(--dbx-doc-panel);
    box-shadow: 0 8px 22px rgba(21, 55, 96, .08);
}

.dbxdocs-cms-article .dbx-ki-area.dbx-ki-design {
    border-top-color: var(--dbx-doc-design);
}

.dbxdocs-cms-article .dbx-ki-area.dbx-ki-modules {
    border-top-color: var(--dbx-doc-ki);
}

.dbxdocs-cms-article .dbx-ki-area h2 {
    margin: .75rem 0 .55rem;
    padding: 0;
    border: 0;
    font-size: 1.2rem;
}

.dbxdocs-cms-article .dbx-ki-area p:last-child {
    margin-bottom: 0;
}

.dbxdocs-cms-article .dbx-area-number {
    display: inline-grid;
    place-items: center;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: var(--dbx-doc-user);
    color: #fff;
    font-weight: 800;
}

.dbxdocs-cms-article .dbx-ki-design .dbx-area-number {
    background: var(--dbx-doc-design);
}

.dbxdocs-cms-article .dbx-ki-modules .dbx-area-number {
    background: var(--dbx-doc-ki);
}

.dbxdocs-cms-article .dbx-guide-hero {
    display: grid;
    grid-template-columns: 4.5rem minmax(0, 1fr);
    gap: 1.2rem;
    align-items: center;
    margin: 0 0 1.4rem;
    padding: clamp(1.15rem, 2.5vw, 1.8rem);
    border: 1px solid #1f65ba;
    border-radius: 17px;
    background:
        radial-gradient(circle at 88% 5%, rgba(71, 161, 255, .38), transparent 15rem),
        linear-gradient(125deg, #071b45, #0b4ca5);
    box-shadow: 0 13px 30px rgba(7, 27, 69, .18);
    color: #fff;
}

.dbxdocs-cms-article .dbx-guide-hero-icon {
    display: grid;
    place-items: center;
    width: 4.5rem;
    height: 4.5rem;
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 20px;
    background: rgba(255, 255, 255, .12);
}

.dbxdocs-cms-article .dbx-guide-hero-icon svg {
    display: block;
    width: 2.35rem;
    height: 2.35rem;
    margin: 0;
    fill: #fff;
}

.dbxdocs-cms-article .dbx-guide-hero h2 {
    margin: .38rem 0 .42rem;
    padding: 0;
    border: 0;
    color: #fff;
    font-size: clamp(1.35rem, 2.6vw, 2rem);
}

.dbxdocs-cms-article .dbx-guide-hero p {
    max-width: 60rem;
    margin: 0;
    color: #e6f0ff;
}

.dbxdocs-cms-article .dbx-update-state-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: .75rem;
    margin: 1rem 0 1.45rem;
}

.dbxdocs-cms-article .dbx-update-state-card {
    padding: .9rem;
    border: 1px solid var(--dbx-doc-separator);
    border-top: 4px solid #64748b;
    border-radius: 12px;
    background: var(--dbx-doc-panel);
}

.dbxdocs-cms-article .dbx-update-state-card.is-current {
    border-top-color: #159261;
}

.dbxdocs-cms-article .dbx-update-state-card.is-available {
    border-top-color: #ce850e;
}

.dbxdocs-cms-article .dbx-update-state-card.is-ready {
    border-top-color: #1678d3;
}

.dbxdocs-cms-article .dbx-update-state-icon {
    display: inline-grid;
    place-items: center;
    width: 1.9rem;
    height: 1.9rem;
    border-radius: 9px;
    background: #eef2f6;
    color: #64748b;
    font-weight: 900;
}

.dbxdocs-cms-article .dbx-update-state-card h3 {
    margin: .55rem 0 .3rem;
    font-size: 1rem;
    text-transform: capitalize;
}

.dbxdocs-cms-article .dbx-update-state-card p {
    margin: 0;
    color: var(--dbx-doc-muted);
    font-size: .84rem;
}

.dbxdocs-cms-article .dbx-update-steps {
    display: grid;
    gap: .7rem;
    margin: 1rem 0 1.4rem;
    padding: 0;
    list-style: none;
    counter-reset: dbx-update-step;
}

.dbxdocs-cms-article .dbx-update-steps li {
    display: grid;
    grid-template-columns: 2.4rem minmax(0, 1fr);
    gap: .85rem;
    align-items: start;
    padding: .85rem 1rem;
    border: 1px solid var(--dbx-doc-separator);
    border-radius: 12px;
    background: var(--dbx-doc-panel);
    counter-increment: dbx-update-step;
}

.dbxdocs-cms-article .dbx-update-steps li::before {
    content: counter(dbx-update-step);
    display: grid;
    place-items: center;
    width: 2.35rem;
    height: 2.35rem;
    border-radius: 11px;
    background: linear-gradient(135deg, #1888e4, #0756a4);
    color: #fff;
    font-weight: 850;
}

.dbxdocs-cms-article .dbx-update-steps strong,
.dbxdocs-cms-article .dbx-update-steps span {
    display: block;
}

.dbxdocs-cms-article .dbx-update-steps span {
    margin-top: .2rem;
    color: var(--dbx-doc-muted);
}

body.dbx-app.skin-dunkel .dbxdocs-cms-article {
    --dbx-doc-separator: #1c4a2e;
    --dbx-doc-panel: #020703;
    --dbx-doc-text: #7cff7c;
    --dbx-doc-muted: #52d966;
    --dbx-doc-user: #62ff62;
    --dbx-doc-table-hover: #ffe36e;
    --dbx-doc-table-hover-text: #241c00;
    color: var(--dbx-doc-text);
    text-shadow: none;
}

body.dbx-app.skin-dunkel .dbxdocs-cms-article :where(p, li, td, th, span, strong) {
    text-shadow: none;
}

body.dbx-app.skin-dunkel .dbxdocs-cms-article :where(h1, h2, h3, h4, a) {
    color: #8cff8c;
    text-shadow: 0 0 1px rgba(95, 255, 95, .18);
}

body.dbx-app.skin-dunkel .dbxdocs-cms-article h2 {
    border-bottom-color: #1c4a2e;
}

body.dbx-app.skin-dunkel .dbxdocs-cms-article h3 {
    border-left-color: #3aa85a;
}

body.dbx-app.skin-dunkel .dbxdocs-cms-article :where(code, .tt) {
    border-color: #24583a;
    background: #061008;
    color: #9cffaa;
}

body.dbx-app.skin-dunkel .dbxdocs-cms-article table.markdownTable {
    border-color: #1c4a2e;
    background: var(--dbx-doc-panel);
}

body.dbx-app.skin-dunkel .dbxdocs-cms-article table.markdownTable :where(th, td) {
    border-color: #173a25;
}

body.dbx-app.skin-dunkel .dbxdocs-cms-article table.markdownTable th {
    background: #0a2111;
    color: #8cff8c;
}

body.dbx-app.skin-dunkel .dbxdocs-cms-article :where(blockquote, .dbx-note, .dbx-callout) {
    border-color: #2c6842;
    background: #061008;
    color: var(--dbx-doc-text);
}

body.dbx-app.skin-dunkel .dbxdocs-cms-article .dbx-doc-kicker {
    background: #0a2111;
    color: #8cff8c;
}

body.dbx-app.skin-dunkel .dbxdocs-home {
    color: #7cff7c;
}

body.dbx-app.skin-dunkel :where(.dbxdocs-home-hero, .dbxdocs-home-search, .dbxdocs-home-card, .dbxdocs-home-reference, .dbxdocs-home-quicklinks, .dbxdocs-home-story) {
    border-color: #1c4a2e;
    background: #020703;
    color: #7cff7c;
}

body.dbx-app.skin-dunkel .dbxdocs-home :where(h1, strong, a, .dbxdocs-home-kicker) {
    color: #8cff8c;
}

body.dbx-app.skin-dunkel .dbxdocs-home :where(p, span, small) {
    color: #52d966;
}

body.dbx-app.skin-dunkel .dbxdocs-home-search input[type="search"] {
    border-color: #24583a;
    background: #061008;
    color: #8cff8c;
}

body.dbx-app.skin-dunkel .dbxdocs-home-quicklinks a {
    background: #061008;
}

@media (max-width: 767px) {
    .dbxdocs-home {
        padding: 0;
    }

    .dbxdocs-home-hero,
    .dbxdocs-home-grid,
    .dbxdocs-path-grid,
    .dbxdocs-area-hero,
    .dbxdocs-area-next {
        grid-template-columns: 1fr;
    }

    .dbxdocs-home-search {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .dbxdocs-home-search button {
        grid-column: 1 / -1;
        width: 100%;
    }

    .dbxdocs-home-reference {
        align-items: flex-start;
        flex-direction: column;
    }

    .dbxdocs-area-icon {
        width: 3.25rem;
        height: 3.25rem;
    }

    .dbxdocs-area-next {
        display: grid;
    }

    .dbxdocs-cms-article {
        overflow-wrap: anywhere;
        padding: .2rem;
    }

    .dbxdocs-cms-article .fragment {
        margin-inline: -.35rem;
        border-radius: .5rem;
    }

    .dbxdocs-cms-article .dbx-user-nav-grid,
    .dbxdocs-cms-article .dbx-ki-area-grid,
    .dbxdocs-cms-article .dbx-update-state-grid {
        grid-template-columns: 1fr;
    }

    .dbxdocs-cms-article .dbx-guide-hero {
        grid-template-columns: 1fr;
    }

    .dbxdocs-cms-article .dbx-guide-hero-icon {
        width: 3.5rem;
        height: 3.5rem;
        border-radius: 15px;
    }
}

@media (min-width: 768px) and (max-width: 1500px) {
    .dbxdocs-cms-article .dbx-user-nav-grid,
    .dbxdocs-cms-article .dbx-update-state-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
