body {
    background: url('/wp-content/themes/pmtech/tmp-content/documentation/background-body.png'), #151515;
    background-size: 100%;
    background-repeat: no-repeat;
}
.breadcrumbs {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #FFF;
    font-family: 'NeueMachina', sans-serif;
    font-size: 0.83vw;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-transform: lowercase;
    position: absolute;
    top: 7vw;
    left: 4vw;
    z-index: 1;
}
.breadcrumbs a {
    color: #FFF;
    font-family: 'NeueMachina', sans-serif;
    font-size: 0.83vw;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-transform: lowercase;
    text-decoration: none;
    margin-right: 0.42vw;
    cursor: pointer;
}
.breadcrumbs a:not(a:first-child) {
    margin-left: 0.42vw;
}
.breadcrumbs span {
    margin-right: 0.42vw;
    color: #FFF;
    font-family: 'NeueMachina', sans-serif;
    font-size: 0.83vw;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-transform: lowercase;
    opacity: 0.4;
    margin-left: 0.42vw;
    cursor: default;
}
section.documentation-body {
    padding-top: 11.556vw;
    display: flex;
    justify-content: space-between;
    position: relative;
    /* width: calc(100% - 8.333vw);
    margin: auto; */
}
.related-articles .title-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.related-articles .title-wrap .buttons-slider {
    display: flex;
    gap: 1.111vw;
    justify-content: space-between;
    align-items: center;
    margin-top: 8.333vw;
    margin-bottom: 2.778vw;
    margin-right: 4.167vw;
}
.related-articles .title-wrap .buttons-slider img {
    width: 2.778vw;
    height: 2.778vw;
    cursor: pointer;
}
.navigation-toc {
    width: 23.444vw;
    padding: 0 4.167vw;
}
.documentation-articles {
    width: 77.056vw;
}
.search-and-title {
    background: url('/wp-content/themes/pmtech/tmp-content/documentation/image-title-background.png');
    background-size: 40% 145%;
    background-repeat: no-repeat;
    background-position: center right;
}
.search-and-title h1 {
    font-size: 3.611vw;
    font-weight: 900;
    text-transform: uppercase;
    margin-top: 3.333vw;
    margin-bottom: 1.667vw;
}
.search-and-title p {
    color: rgba(255,255,255,.6);
    width: 36.111vw;
    font-size: 1.111vw;
    line-height: 140%;
}
.search-and-title .searchbar,
#search-overlay .searchbar {
    width: 39.444vw;
    background: rgba(255, 255, 255, .004);
    padding: 1.042vw;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 0.833vw;
    backdrop-filter: blur(40px);
    display: flex;
}
#search-overlay .searchbar {
    width: 42.244vw;
}
.search-and-title .searchbar input,
#search-overlay .searchbar input {
    padding: 0;
    margin: 0;
    width: 99%;
    background: transparent;
    border: 0;
    font-size: 1.111vw;
    color: rgba(255,255,255,.5);
    margin-left: 0.556vw;
}
.search-and-title .searchbar input:focus,
#search-overlay .searchbar input:focus {
    outline: none;
}
.business-need-container .title-container,
.solutions-container .title-container {
    font-size: 1.944vw;
    text-transform: uppercase;
    font-weight: 900;
    margin-top: 5.556vw;
    margin-bottom: 1.667vw;
}
.business-need-container .business-needs-categories,
.solutions-container .business-needs-categories {
    display: flex;
    font-size: 1.111vw;
    text-transform: uppercase;
}
.business-need-container .business-needs-categories .tab,
.solutions-container .business-needs-categories .tab {
    padding: 0.833vw 1.667vw;
    border-bottom: 0.069vw solid rgba(255,255,255,.12);
    font-weight: 700;
    cursor: pointer;
}
.business-need-container .business-needs-categories .tab:first-child,
.solutions-container .business-needs-categories .tab:first-child {
    padding-left: 0;
}
.business-need-container .business-needs-categories .tab:last-child,
.solutions-container .business-needs-categories .tab:last-child {
    padding-right: 0;
}
.business-need-container .business-needs-categories .tab.active,
.solutions-container .business-needs-categories .tab.active {
    border-bottom: 0.069vw solid #FF771D;
    color: #FF771D;
}
.related-articles-container .articles-container,
.business-need-container .articles-container,
.solutions-container .articles-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1.111vw;
    margin-top: 2.778vw;
    width: 63.056vw;
}
.related-articles-container .articles-container {
    grid-template-columns: 1fr 1fr;
    width: 100%;
}
.related-articles-container .articles-container a,
.business-need-container .articles-container a,
.solutions-container .articles-container a {
    padding: 1.667vw;
    border: 0.069vw solid rgba(255, 255, 255, .2);
    border-radius: 1.389vw;
    text-decoration: none;
    transition: .4s;
}
.related-articles-container .articles-container a .box,
.business-need-container .articles-container a .box,
.solutions-container .articles-container a .box {
    position: relative;
}
.related-articles-container .articles-container a .box img,
.business-need-container .articles-container a .box img,
.solutions-container .articles-container a .box img {
    position: absolute;
    opacity: 0;
    top: 0;
    right: 0;
}
.related-articles-container .articles-container a h3,
.business-need-container .articles-container a h3,
.solutions-container .articles-container a h3 {
    color: white;
    font-size: 1.389vw;
    margin-bottom: 1.389vw;
    font-weight: 700;
    transition: .4s;
}
.related-articles-container .articles-container a p,
.business-need-container .articles-container a p,
.solutions-container .articles-container a p {
    font-size: 1.111vw;
    color: rgba(255,255,255,.6);
}
.related-articles-container .articles-container a:hover .box img,
.business-need-container .articles-container a:hover .box img,
.solutions-container .articles-container a:hover .box img {
    opacity: 1;
}
.related-articles-container .articles-container a:hover h3,
.business-need-container .articles-container a:hover h3,
.solutions-container .articles-container a:hover h3 {
    color: #FF771D;
}
/* .business-need-container .articles-container a .box .excerpt {
    height: 100%;
    max-height: 3.125vw;
    overflow-Y: scroll;
} */

.documentation-body .navigation_documentation {
    position: sticky;
    top: 10vw;
    background: rgba(255, 255, 255, .04);
    backdrop-filter: blur(40px);
    /* padding: 0.764vw 2.083vw; */
    padding: 0.764vw;
    border-radius: 1.111vw;
}

.documentation-body .navigation_documentation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.documentation-body .nav-level-1 > .nav-item {
    border-bottom: 0.069vw solid rgba(255, 255, 255, 0.1);
}

.documentation-body .nav-level-1 > .nav-item:last-child {
    border: none;
}

.documentation-body .nav-toggle {
    width: 100%;
    background: none;
    border: none;
    color: #ffffff80;
    padding: 0.833vw 0;
    text-align: left;
    cursor: pointer;
    font-size: 0.972vw;
    text-transform: capitalize;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-family: NeueMachina, sans-serif;
}

.documentation-body .nav-toggle.level-2-toggle {
    padding-left: 1.411vw;
}

.documentation-body .nav-toggle::before {
    content: '';
    background: url('/wp-content/themes/pmtech/tmp-content/documentation/chevrone-right-light.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 0.833vw;
    height: 0.833vw;
    display: block;
    transform: translateX(-0.556vw) rotate(-90deg);
    transition: transform 0.3s ease;
    margin-left: 0.5vw;
    flex-shrink: 0;
}

.documentation-body .nav-item.active > .nav-toggle::before {
    transform: translateX(-0.556vw) rotate(0deg);
}

.documentation-body .nav-sub-item.active > .nav-toggle::before {
    transform: translateX(-0.556vw) rotate(0deg);
}

.documentation-body .nav-level-2 {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding-left: 1rem;
}
.documentation-body .nav-level-1 > .nav-item.active > button,
.documentation-body .nav-level-2 > .nav-sub-item.active > button{
    color: #fff;
}
.documentation-body .nav-item.active > .nav-level-2 {
    max-height: 1000px;
    /* padding-bottom: 0.5rem; */
}

.documentation-body .nav-level-3 {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding-left: 1rem;
}
.documentation-body .nav-sub-item > .nav-level-3 {
    padding-left: 3.975vw;
    /* padding-bottom: 0.5rem; */
}
.documentation-body .nav-sub-item.active > .nav-level-3 {
    max-height: 1000px;
    /* padding-bottom: 0.5rem; */
}

/* Level 3 links */
.documentation-body .nav-level-3 li {
    margin-bottom: 0.5rem;
}

.documentation-body .nav-level-3 li.active a {
    color: rgba(255, 255, 255, 0.8);
}
.documentation-body .nav-level-3 a {
    color: rgba(255, 255, 255, 0.4);
    text-decoration: none;
    font-size: 0.972vw;
    display: block;
    padding: 0.3rem 0;
    transition: color 0.2s;
}

.documentation-body .nav-level-3 a:hover {
    color: #fff;
}

/* Hide sub-levels by default */
.documentation-body .nav-level-2,
.documentation-body .nav-level-3 {
    display: block; /* Always show for animation */
}
.related-articles .title-wrap h2 {
    margin-left: 4.167vw;
    margin-top: 8.333vw;
    margin-bottom: 2.778vw;
    text-transform: uppercase;
    font-size: 3.611vw;
    font-weight: 900;
}
.blog-list .blog-item .blog-item-inner .cat {
    backdrop-filter: blur(40px);
    color: white;
    background-color: rgba(255, 255, 255, .2);
}
.swiperBlog {
    width: calc(100% - 8.333vw);
    margin: auto;
    overflow: hidden;
}

.swiperBlog .blog-list {
    margin: 0;
}

/* single */

.documentation-single-own .search-and-title {
    background: none;
    
}
.documentation-single-own .search-and-title h1 {
    text-transform: initial;
}
.documentation-single-own .documentation-articles {
    width: 50vw;
}
.documentation-single-own .documentation-body .table-of-content {
    width: 17vw;
    padding: 0 4.167vw;
    position: relative;
}
.documentation-single-own .navigation-toc {
    width: 20.444vw;
}
.documentation-single-own .documentation-articles .fw-page-builder-content strong {
    font-weight: 500;
    font-size: 1.25vw;
}
.documentation-single-own .documentation-articles .fw-page-builder-content p:has(strong) {
    opacity: 1;
}
.documentation-single-own .documentation-articles .fw-page-builder-content p {
    font-size: 1.111vw;
    opacity: .7;
    line-height: 160%;
    margin: 1.667vw 0;
}
.documentation-single-own .documentation-articles .fw-page-builder-content h2 {
    font-size: 2.267vw;
    font-weight: 800;
    margin: 3.267vw 0;
}
.documentation-single-own .documentation-articles .fw-page-builder-content h3 {
    font-size: 1.667vw;
    font-weight: 800;
}
.documentation-single-own .documentation-articles .fw-page-builder-content img {
    width: 100%;
    border-radius: 1.111vw;
    margin: 1.666vw 0 3.333vw;
}
.documentation-single-own .documentation-articles .fw-page-builder-content ul li {
    position: relative;
    padding-left: 2.361vw;
    margin: 0.556vw 0;
}
.documentation-single-own .documentation-articles .fw-page-builder-content ul:not(.slick-dots) li::before {
    content: '';
    position: absolute;
    top: .8vw;
    transform: translateY(-50%);
    width: 0.556vw;
    height: 0.556vw;
    background: #FF771D;
    border-radius: 100%;
    left: 1.111vw;
}   
.documentation-single-own .documentation-articles .fw-page-builder-content .post-inner-bottom-cta {
    padding: 1.667vw;
    margin: 1.666vw 0 3.333vw;
}
.documentation-single-own .documentation-articles .fw-page-builder-content .post-inner-bottom-cta img {
    margin: 0;
}
.documentation-single-own .documentation-articles .fw-page-builder-content ul.slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2vw 0;
}
.documentation-single-own .documentation-articles .fw-page-builder-content ul.slick-dots li button {
    border: 0;
    background: #ff771e;
    color: white;
    font-size: 1.111vw;
    padding: 1vw;
    width: 3vw;
    height: 3vw;
    border-radius: .483vw;
    line-height: 100%;
    opacity: .7;
}
.documentation-single-own .documentation-articles .fw-page-builder-content ul.slick-dots li.slick-active button {
    opacity: 1;
}
.documentation-single-own .documentation-articles .fw-page-builder-content .post-inner-button-left.slick-arrow,
.documentation-single-own .documentation-articles .fw-page-builder-content .post-inner-button-right.slick-arrow {
    width: 2.3vw;
    height: 2.3vw;
    display: flex !important;
    justify-content: center;
    align-items: center;
    background: #f3721e;
    border-radius: 2.3vw;
}
.documentation-single-own .documentation-articles .fw-page-builder-content .post-inner-button-left.slick-arrow svg,
.documentation-single-own .documentation-articles .fw-page-builder-content .post-inner-button-right.slick-arrow  svg{
    width: 1vw;
    height: 1vw;
}
.documentation-single-own .documentation-articles .fw-page-builder-content .post-inner-slider-counter {
    display: flex;
    justify-content: center;
}
.documentation-single-own .documentation-articles .fw-page-builder-content .post-inner-slider-counter .counter {
    margin-right: 0.5vw;
}
.documentation-single-own .documentation-articles .fw-page-builder-content .post-inner-bottom-cta .title {
    text-align: left;
}
.documentation-single-own .documentation-articles .fw-page-builder-content .post-inner-bottom-cta .btn-link {
    justify-content: flex-start;
    padding-left: 0;
}
.documentation-single-own .left {
    padding: initial;
}
.documentation-single-own .documentation-articles .fw-page-builder-content .text-block + .text-block {
    border-top: 1px solid rgba(255,255,255,.2);
    margin-top: 3.333vw;
    padding-top: 3.333vw;
}
.documentation-single-own .documentation-articles .fw-page-builder-content p:has(span.marked-number) {
    opacity: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0.556vw;
}
.documentation-single-own .documentation-articles .fw-page-builder-content p:has(span.marked-number) + p {
    margin-top: 0;
}
.documentation-single-own .documentation-articles .fw-page-builder-content p > span.marked-number {
    padding: 0.278vw;
    background: #FF771D;
    color: black;
    font-size: 0.972vw;
    border-radius: 0.347vw;
    width: 1.111vw;
    height: 1.111vw;
    text-align: center;
    line-height: 140%;
    font-weight: 700;
    margin-right: 0.764vw;
}
.documentation-single-own .documentation-articles .published-updated-row {
    display: flex;
    padding-top: 1.667vw;
    border-top: 1px solid rgba(255, 255, 255, .2);
    margin-top: 3.333vw;
}
.documentation-single-own .documentation-articles .published-updated-row .published {
    padding: 0 1.667vw 0 0;
}
.documentation-single-own .documentation-articles .published-updated-row .meta-info-titles {
    color: rgba(255, 255, 255, .7);
}
.documentation-single-own .documentation-articles .published-updated-row .updated {    
    padding: 0 1.667vw;
    border-left: 1px solid rgba(255, 255, 255, .2);
}
.related-articles-container .title-related {
    opacity: 1;
    font-size: 1.667vw;
    font-weight: 900;
    margin: 3.333vw 0 1.667vw;
}
.documentation-single-own .table-of-content .main-toc {
    position: sticky;
    top: 10vw;
}
.documentation-single-own .table-of-content .title-row {
    display: flex;
    font-size: 0.972vw;
    align-items: center;
    gap: 0.556vw;
    padding: 0.833vw;
}
.documentation-single-own .table-of-content .title-row img {
    width: 0.833vw;
}
.documentation-single-own .table-of-content li {
    padding: 0.833vw 0 0.833vw 1.111vw;
    border-left: 0.069vw solid rgba(255, 255, 255, .2);
    color: rgba(255, 255, 255, .6);
    font-size: 0.972vw;
}
.documentation-single-own .table-of-content li.active {
    border-left: 0.069vw solid rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, 1);
}
.footer-top-grad,
.footer-top-dgrad {
    display: none;
}
#search-overlay {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: #151515CC;
    backdrop-filter: blur(40px);
    z-index: 999;
    align-items: center;
    flex-direction: column;
    padding-top: 10vw;
}
#search-overlay .searchbar button {
    background: transparent;
    border: none;
    color: white;
    font-size: 1.111vw;
    font-family: 'NeueMachina';
    cursor: pointer;
}
#interest-results,
#doc-search-results {
    width: 44.444vw;
}
#interest-results p {
    margin-top: 2.778vw;
    margin-bottom: 1.111vw;
    font-weight: 700;
    font-size: 1.25vw;
}
#interest-results .related-articles-container,
#doc-search-results .doc-search-list {
    background: #2E2E2E;
    padding: 0.1vw 1.111vw;
    border-radius: 0.833vw;
}
#interest-results .related-articles-container a,
#doc-search-results .doc-search-list a {
    font-weight: 500;
    font-size: 1.111vw;
    text-decoration: none;
    color: white;
    transition: .3s;
}
#interest-results .related-articles-container a:hover,
#doc-search-results .doc-search-list a:hover {
    color: #FF771D;
}
#interest-results .related-articles-container a p,
#doc-search-results .doc-search-list a p {
    font-weight: 500;
    margin: 1.111vw 0;
}
#doc-search-results .doc-search-list li {
    margin: 1.667vw 0;
}
#doc-search-results .doc-search-list a {
    display: flex;
    flex-direction: column;
    gap: 0.356vw;
}
#doc-search-results .doc-search-list a .doc-title {
    font-weight: 700;
    font-size: 1.25vw;
}
#doc-search-results .doc-search-list a .doc-meta {
    opacity: .6;
    padding-top: 0.556vw;
    font-weight: 400;
}
#search-overlay .searchbar.has-value {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
#search-overlay .searchbar.has-value + #doc-search-results ul {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    max-height: 25.556vw;
    overflow-y: scroll;
}
.documentation-single-own .documentation-articles .fw-page-builder-content table tr th,
.documentation-single-own .documentation-articles .fw-page-builder-content table tr td {
    border: 1px solid #ffffff29;
    padding: 1vw;
}
.documentation-single-own .documentation-articles .fw-page-builder-content table tr th p,
.documentation-single-own .documentation-articles .fw-page-builder-content table tr td p {
    margin: 0;
}
.documentation-single-own .documentation-articles .fw-page-builder-content table {
    margin-top: 2vw;
}
@media screen and (max-width: 961px) {
    section.documentation-body {
        padding-top: 20.556vw;
    }
    .navigation-toc {
        display: none;
    }
    .breadcrumbs {
        top: 17vw;
    }
    .breadcrumbs,
    .breadcrumbs a,
    .breadcrumbs span {
        font-size: 2.933vw;
    }
    .breadcrumbs a {
        margin-right: 1.067vw;
    }
    .breadcrumbs span {
        margin-left: 1.067vw;
        margin-right: 1.067vw;
    }
    .documentation-articles {
        width: calc(100% - 8.533vw);
        margin: auto;
    }
    .search-and-title {
        background: none;
    }
    .search-and-title h1 {
        font-size: 8.533vw;
        margin-bottom: 4.267vw;
    }
    .search-and-title .searchbar {
        width: calc(100% - 8.533vw);
        margin: auto;
        margin-top: 6.4vw;
        margin-bottom: 16vw;
        border-radius: 3.2vw;
        padding: 4.267vw;
    }
    .search-and-title .searchbar img {
        width: 4.8vw;
    }
    .search-and-title .searchbar input {
        font-size: 4.267vw;
        margin-left: 2.133vw;
    }
    .business-need-container .title-container, .solutions-container .title-container {
        font-size: 6.4vw;
    }
    .search-and-title p {
        font-size: 3.733vw;
        width: 100%;
        margin-top: 4.267vw;
        margin-bottom: 21.333vw;
    }

    .business-need-container .business-needs-categories .tab, .solutions-container .business-needs-categories .tab {
        font-size: 3.733vw;
        white-space: nowrap;
        border-width: 0.267vw;
    }
    .business-need-container .business-needs-categories .tab.active, .solutions-container .business-needs-categories .tab.active {
        border-width: 0.267vw;
    }
    .business-need-container .business-needs-categories, .solutions-container .business-needs-categories {
        overflow-x: scroll;
        margin-bottom: 10.667vw;
        margin-top: 5.333vw;
    }
    .related-articles-container .articles-container, .business-need-container .articles-container, .solutions-container .articles-container {
        grid-template-columns: 1fr;
        width: 100%;
        gap: 4.267vw;
    }
    .related-articles-container .articles-container a h3, .business-need-container .articles-container a h3, .solutions-container .articles-container a h3 {
        font-size: 4.8vw;
        margin-bottom: 4.267vw;
    }
    .related-articles-container .articles-container a, .business-need-container .articles-container a, .solutions-container .articles-container a {
        font-size: 4.8vw;
        padding: 6.4vw;
        border-radius: 5.333vw;
    }
    .related-articles-container .articles-container a p, .business-need-container .articles-container a p, .solutions-container .articles-container a p {
        font-size: 3.733vw;
        /* padding: 3.2vw; */
    }
    .solutions-container.doc-section {
        margin-top: 21.333vw;
    }
    .related-articles .title-wrap h2 {
        font-size: 7.467vw;
        margin-bottom: 6.4vw;
        margin-top: 21.333vw;
    }
    .related-articles .title-wrap .buttons-slider {
        display: none;
    }
    .documentation-single-own .documentation-articles {
        width: calc(100% - 8.533vw);
        margin: auto;
    }
    .documentation-single-own .documentation-body .table-of-content {
        display: none;
    }
    .documentation-single-own .documentation-articles .fw-page-builder-content p:has(strong),
    .documentation-single-own .documentation-articles .fw-page-builder-content strong {
        font-size: 4.267vw;
    }
    .documentation-single-own .documentation-articles .fw-page-builder-content p {
        font-size: 3.733vw;
    }
    .documentation-single-own .documentation-articles .fw-page-builder-content h2 {
        font-size: 5.667vw;
        font-weight: 800;
        margin: 6.267vw 0;
    }
    .documentation-single-own .documentation-articles .fw-page-builder-content h3 {
        font-size: 5.333vw;
        line-height: 120%;
    }
    .documentation-single-own .documentation-articles .fw-page-builder-content ul li {
        margin: 2.667vw 0;
    }
    .documentation-single-own .documentation-articles .fw-page-builder-content ul:not(.slick-dots) li::before {
        width: 2.133vw;
        height: 2.133vw;
        top: 2.7vw;
        left: 3.111vw;
    }
    .documentation-single-own .documentation-articles .fw-page-builder-content ul li {
        padding-left: 9.067vw;
    }
    .fw-page-builder-content ul {
        margin: 5.333vw 0;
    }
    .documentation-single-own .documentation-articles .fw-page-builder-content p > span.marked-number {
        width: 5.333vw;
        height: 5.333vw;
        font-size: 3.733vw;
        margin-right: 2.133vw;
        border-radius: 1.333vw;
    }
    .documentation-single-own .documentation-articles .fw-page-builder-content p:has(span.marked-number) {
        margin-top: 5.333vw;
    }
    .documentation-single-own .documentation-articles .fw-page-builder-content .text-block + .text-block {
        margin-top: 10.667vw;
        padding-top: 10.667vw;
    }
    .documentation-single-own .documentation-articles .fw-page-builder-content .post-inner-bottom-cta {
        padding: 6.4vw;
        margin: 10.667vw;
    }
    .documentation-single-own .documentation-articles .fw-page-builder-content .post-inner-bottom-cta .title {
        font-size: 6.4vw;
    }
    .documentation-single-own .documentation-articles .fw-page-builder-content .post-inner-bottom-cta .btn-link {
        font-size: 4.267vw;
    }
    .documentation-single-own .documentation-articles .published-updated-row {
        flex-direction: column;
        gap: 2.133vw;
        padding-top: 4.267vw;
        margin-top: 10.667vw;
    }
    .documentation-single-own .documentation-articles .published-updated-row .updated {
        padding: 0;
        border-left: 0;
    }
    .related-articles-container .title-related {
        font-size: 5.333vw;
        margin-top: 10.667vw;
        margin-bottom: 6.4vw;
    }
}