#shopline-section-main .main-page.page-width.page-width--narrow {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.custom-page-content {
    padding-top: var(--padding-top-desk);
    padding-bottom: var(--padding-bottom-desk);
}

.custom-page-content .page-title-background {
    background: var(--page-title-bg);
    padding: 100px 15px;
    text-align: center;
}

.custom-page-content .page-title-background .page-title {
    font-size: var(--title-font-desk);
    color: var(--page-title-color);
    font-family: "GT America Bold" !important;
    margin: 0;
    text-transform: capitalize;
    line-height: 1.250;
}

.custom-pages tbody tr:first-child td {
    background: #A53E04;
    color: #fff;
    font-family: "GT America Bold" !important;
}

.custom-page-content .custom-pages {
    display: flex;
    padding-top: 50px;
    flex-wrap: wrap;
}

.custom-page-content .left-tabbing-container {
    flex: 0 0 20%;
    max-width: 20%;
    position: sticky;
    top: 95px;
    height: 100%;
    padding-right: 50px;
    z-index: 1;
}

.custom-page-content .rte.article-template {
    flex: 0 0 80%;
    max-width: 80%;
    border-left: 1px solid #E1E1E1;
    padding-left: 50px;
}

.custom-page-content .meta-text {
    font-size: 18px;
    color: #989898;
    font-family: "GT America Bold" !important;
    line-height: 1.473;
    text-transform: capitalize;
    cursor: pointer;
}

.meta-text.active {
    color: #A53E04;
}

.custom-page-content .tabbing-conent {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 36px;
}

.custom-page-content .article-template h3 span,
.custom-page-content .article-template h3 {
    font-size: 30px !important;
    color: #000000;
    font-family: "GT America Bold" !important;
    text-transform: uppercase;
}

.custom-page-content .article-template p {
    margin: 20px 0;
    font-size: 18px;
}

.custom-page-content table * {
    border-color: #E1E1E1 !important;
}

.custom-page-content table tbody tr td {
    width: 250px;
    line-height: 1;
}

.custom-page-content table tbody tr td p {
    margin: 18px 0 !important;
}

.custom-page-content ol {
    margin: 20px 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 20px;
    font-size: 18px;
}

.custom-page-content ul {
    font-size: 18px;
}

.custom-page-content li::marker {
    font-size: 18px;
}

.custom-page-content ol li {
    line-height: 1.5;
}

.custom-page-content ul li {
    line-height: 1.8;
}

.custom-page-content .need-help-box-wrapper {
    background: #F6F6F6;
    border-radius: 8px;
    max-width: 300px;
    margin-top: 40px;
    padding: 24px 20px;
}

.custom-page-content .icon-with-text {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    padding-bottom: 16px;
}

.custom-page-content .help-icon img {
    display: block;
    max-width: 20px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.custom-page-content .help-icon {
    font-size: 18px;
    color: #000000;
    line-height: 1.278;
    font-family: "GT America Bold" !important;
}

.custom-page-content .need-content {
    font-size: 16px;
    color: #404040;
    line-height: 1.667;
}

.custom-page-content .get-support-text {
    font-size: 14px;
    text-decoration: underline;
    line-height: 1;
    padding-top: 16px;
    display: flex;
    align-items: center;
    font-family: "GT America Bold" !important;
}

.custom-page-content li strong {
    font-family: "GT America Bold" !important;
}

.custom-page-content .article-template p a {
    color: #A53E04;
}

.custom-page-content .need-help-box-wrapper.mobile-only {
    display: none;
}

@media (max-width:1440px) {
    .custom-page-content .meta-text {
        font-size: 16px;
    }

    .custom-page-content .article-template h3 span {
        font-size: 24px !important;
    }

    .custom-page-content .left-tabbing-container {
        padding-right: 20px;
    }

    .custom-page-content .rte.article-template {
        padding-left: 20px;
    }

    .custom-page-content .help-icon {
        font-size: 16px;
    }
}

@media (max-width:990px) {

    .custom-page-content .article-template h3 span {
        font-size: 18px !important;
    }

    .custom-page-content .help-icon {
        font-size: 14px;
    }

    .custom-page-content .need-content {
        font-size: 13px;
    }

    .custom-page-content .left-tabbing-container {
        flex: 0 0 35%;
        max-width: 35%;
    }

    .custom-page-content .rte.article-template {
        flex: 0 0 65%;
        max-width: 65%;
    }
}

@media (max-width:768px) {
    .custom-page-content {
        padding-top: var(--padding-top-mob);
        padding-bottom: var(--padding-bottom-mob);
    }

    .custom-page-content .page-title-background .page-title {
        font-size: var(--title-font-mob);
    }

    .custom-page-content .left-tabbing-container {
        position: sticky;
        padding: 0;
        flex: 0 0 100%;
        max-width: 100%;
        background: #fff;
        padding-top: 20px;
        top: 60px;
    }

    .custom-page-content .rte.article-template {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 20px 0 0;
        border: none;
    }

    .custom-page-content .tabbing-conent {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        gap: 20px;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
        padding-bottom: 16px;
        border-bottom: 1px solid #E1E1E1;
    }

    .custom-page-content .tabbing-conent .meta-text {
        flex: 0 0 auto;
    }

    .custom-page-content .tabbing-conent::-webkit-scrollbar {
        height: 6px;
    }

    .custom-page-content .tabbing-conent::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 10px;
    }

    .custom-page-content .tabbing-conent::-webkit-scrollbar-thumb {
        background: #888;
        border-radius: 10px;
    }

    .custom-page-content .custom-pages {
        padding-top: 0;
    }

    .custom-page-content .need-help-box-wrapper.desktop-only {
        display: none;
    }

    .custom-page-content .need-help-box-wrapper.mobile-only {
        display: block;
    }

    .custom-page-content .article-template h3 span,
    .custom-page-content .article-template h3 {
        font-size: 20px !important;
    }

    .custom-page-content .article-template p {
        margin: 14px 0;
        font-size: 16px;
    }

    .custom-page-content .article-template p span {
        font-size: 16px !important;
    }

    .custom-page-content .need-help-box-wrapper {
        max-width: 100%;
        padding: 20px;
    }

    .custom-page-content .help-icon {
        font-size: 18px;
    }

    .custom-page-content .need-content {
        font-size: 16px;
    }

    .custom-page-content .get-support-text {
        padding-top: 12px;
    }

    .custom-page-content .icon-with-text {
        padding-bottom: 12px;
    }

    .custom-page-content .article-template p:last-child {
        margin-bottom: 0;
    }

    .custom-page-content .page-title-background {
        padding: 81px 15px;
    }

}