﻿@charset "utf-8";

/* =========================================================
   Shared headings
========================================================= */

.jx-brand-heading,
.jx-brand-section-head,
.jx-news-heading,
.jx-contact-section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 40px;
}

.jx-brand-heading > div,
.jx-brand-section-head > div,
.jx-news-heading > div,
.jx-contact-section-head > div {
    flex: 1;
    min-width: 0;
}

.jx-brand-heading > div > span,
.jx-brand-section-head > div > span,
.jx-news-heading > div > span,
.jx-contact-section-head > div > span {
    display: block;
    margin-bottom: 6px;
    color: #0a5ef3;
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    letter-spacing: .8px;
}

.jx-brand-heading h2,
.jx-brand-section-head h2,
.jx-news-heading h2,
.jx-contact-section-head h2 {
    margin: 0;
    color: #111827;
    font-size: 29px;
    line-height: 39px;
    font-weight: 600;
}

.jx-brand-heading > p,
.jx-brand-section-head > p,
.jx-news-heading > p,
.jx-contact-section-head > p {
    width: 44%;
    margin: 0;
    color: #667085;
    font-size: 14px;
    line-height: 23px;
}


/* =========================================================
   Brand directory
========================================================= */

.jx-brand-feature,
.jx-brand-directory,
.jx-brand-detail,
.jx-brand-category-section,
.jx-brand-products,
.jx-brand-content-section {
    width: 100%;
}

.jx-brand-feature *,
.jx-brand-directory *,
.jx-brand-detail *,
.jx-brand-category-section *,
.jx-brand-products *,
.jx-brand-content-section * {
    box-sizing: border-box;
}

.jx-brand-feature {
    padding: 52px 0 44px;
}

.jx-brand-feature .jx-brand-heading {
    margin-bottom: 24px;
}

.jx-brand-feature-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 12px;
}

.jx-brand-feature-grid > a {
    min-width: 0;
    height: 112px;
    padding: 18px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    background: #fff;
    text-decoration: none;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.jx-brand-feature-grid > a:hover {
    border-color: #9fc0ff;
    box-shadow: 0 10px 24px rgba(10, 94, 243, .08);
    transform: translateY(-3px);
}

.jx-brand-feature-grid img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 58px;
    object-fit: contain;
}

.jx-brand-feature-grid > a > span {
    position: absolute;
    right: 8px;
    bottom: 7px;
    color: #0a5ef3;
    font-size: 14px;
    line-height: 20px;
    opacity: 0;
    transform: translateY(4px);
    transition: opacity .2s ease, transform .2s ease;
}

.jx-brand-feature-grid > a:hover > span {
    opacity: 1;
    transform: translateY(0);
}


.jx-brand-directory {
    padding: 34px 0 72px;
}

.jx-brand-directory .jx-brand-heading {
    margin-bottom: 20px;
}

.jx-brand-letter-nav {
    position: sticky;
    top: 68px;
    z-index: 20;
    margin-bottom: 20px;
    padding: 10px;
    overflow-x: auto;
    background: rgba(255, 255, 255, .96);
    border: 1px solid #e3e9f2;
    box-shadow: 0 8px 22px rgba(18, 38, 63, .05);
}

.jx-brand-letter-nav ul {
    min-width: max-content;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 6px;
    list-style: none;
}

.jx-brand-letter-nav li {
    margin: 0;
    padding: 0;
}

.jx-brand-letter-nav a {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    background: #f5f8fc;
    color: #536174;
    font-size: 14px;
    line-height: 36px;
    font-weight: 600;
    text-decoration: none;
    transition: color .2s ease, background .2s ease, border-color .2s ease;
}

.jx-brand-letter-nav a:hover,
.jx-brand-letter-nav a.jx-active {
    border-color: #0a5ef3;
    background: #0a5ef3;
    color: #fff;
}

.jx-brand-directory-list {
    display: grid;
    gap: 10px;
}

.jx-brand-directory-list dl {
    margin: 0;
    padding: 18px 20px;
    display: grid;
    grid-template-columns: 62px minmax(0, 1fr);
    gap: 18px;
    border: 1px solid #e5eaf1;
    background: #fff;
    transition: border-color .2s ease, background .2s ease;
}

.jx-brand-directory-list dl:hover,
.jx-brand-directory-list dl.jx-brand-letter-current {
    border-color: #bdd2fb;
    background: #fbfdff;
}

.jx-brand-directory-list dt {
    margin: 0;
}

.jx-brand-directory-list dt a {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0a5ef3;
    color: #fff;
    font-size: 22px;
    line-height: 52px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
}

.jx-brand-directory-list dd {
    min-width: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 7px 10px;
    align-content: center;
}

.jx-brand-directory-list dd a {
    min-width: 0;
    min-height: 38px;
    padding: 7px 10px;
    display: flex;
    align-items: center;
    overflow: hidden;
    border-bottom: 1px solid #e9edf3;
    color: #344054;
    font-size: 14px;
    line-height: 21px;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: color .2s ease, border-color .2s ease, padding-left .2s ease;
}

.jx-brand-directory-list dd a:hover {
    padding-left: 14px;
    border-color: #0a5ef3;
    color: #0a5ef3;
}

.jx-brand-directory-list dd a em {
    margin-left: 4px;
    color: #0a5ef3;
    font-size: 14px;
    font-style: normal;
}


/* =========================================================
   Brand detail overview
========================================================= */

.jx-brand-overview {
    padding: 46px 0;
    background: #f6f8fc;
    border-bottom: 1px solid #e5eaf2;
}

.jx-brand-overview-grid {
    display: grid;
    grid-template-columns: 250px minmax(0, 1fr);
    gap: 42px;
    align-items: center;
}

.jx-brand-overview-logo {
    min-height: 190px;
    padding: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #dfe6ef;
}

.jx-brand-overview-logo img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 110px;
    object-fit: contain;
}

.jx-brand-overview-content {
    min-width: 0;
}

.jx-brand-overview-content > span {
    display: block;
    margin-bottom: 7px;
    color: #0a5ef3;
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    letter-spacing: .8px;
}

.jx-brand-overview-content h1 {
    margin: 0;
    color: #111827;
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
}

.jx-brand-overview-summary {
    margin: 10px 0 0;
    color: #536174;
    font-size: 15px;
    line-height: 25px;
}

.jx-brand-overview-description {
    margin-top: 15px;
    color: #667085;
    font-size: 14px;
    line-height: 23px;
}

.jx-brand-overview-description p {
    margin: 0 0 8px;
}

.jx-brand-overview-actions {
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.jx-brand-overview-actions a {
    min-height: 42px;
    padding: 0 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border: 1px solid #0a5ef3;
    font-size: 14px;
    line-height: 40px;
    font-weight: 600;
    text-decoration: none;
}

.jx-brand-overview-primary {
    background: #0a5ef3;
    color: #fff !important;
}

.jx-brand-overview-primary:hover {
    background: #084bc4;
    border-color: #084bc4;
}

.jx-brand-overview-secondary {
    background: #fff;
    color: #0a5ef3 !important;
}

.jx-brand-overview-secondary:hover {
    background: #f2f6ff;
}


/* =========================================================
   Dynamic brand categories
========================================================= */

.jx-brand-category-section {
    padding: 52px 0 20px;
}

.jx-brand-category-section .jx-brand-section-head {
    margin-bottom: 22px;
}

.jx-brand-category-list {
    display: grid;
    gap: 10px;
}

.jx-brand-category-list dl {
    margin: 0;
    padding: 18px;
    display: grid;
    grid-template-columns: 230px minmax(0, 1fr);
    gap: 18px;
    border: 1px solid #e3e9f1;
    background: #fff;
}

.jx-brand-category-list dt {
    min-width: 0;
    margin: 0;
}

.jx-brand-category-list dt > a {
    min-height: 46px;
    padding: 10px 13px;
    display: flex;
    align-items: center;
    background: #edf4ff;
    border-left: 4px solid #0a5ef3;
    color: #172033;
    font-size: 15px;
    line-height: 22px;
    font-weight: 600;
    text-decoration: none;
}

.jx-brand-category-list dd {
    min-width: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
}

.jx-brand-category-list dd > a {
    min-height: 42px;
    padding: 8px 10px;
    display: flex;
    align-items: center;
    border: 1px solid #e6eaf0;
    color: #4a5568;
    font-size: 14px;
    line-height: 21px;
    text-decoration: none;
}

.jx-brand-category-list dd > a:hover {
    border-color: #aac7ff;
    color: #0a5ef3;
    background: #f6f9ff;
}

.jx-brand-category-group {
    grid-column: 1 / -1;
    padding: 12px;
    border: 1px solid #e4eaf2;
    background: #f9fbfe;
}

.jx-brand-category-parent {
    margin-bottom: 9px;
    padding: 7px 10px;
    border-left: 3px solid #0a5ef3;
    color: #263244;
    font-size: 14px;
    line-height: 21px;
    font-weight: 600;
}

.jx-brand-category-children {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
}

.jx-brand-category-group .jx-brand-category-group {
    background: #fff;
}

.jx-brand-category-root-link {
    cursor: pointer;
}

.jx-brand-category-empty {
    display: block;
    grid-column: 1 / -1;
    padding: 10px;
    border: 1px dashed #dfe6ef;
    color: #8a94a5;
    font-size: 14px;
    line-height: 21px;
}


/* =========================================================
   Brand products
========================================================= */

.jx-brand-products {
    padding: 38px 0 60px;
}

.jx-brand-products .jx-brand-section-head {
    margin-bottom: 22px;
}

.jx-brand-product-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 12px;
}

.jx-brand-product-card {
    min-width: 0;
    display: block;
    overflow: hidden;
    border: 1px solid #e3e9f1;
    background: #fff;
    color: inherit;
    text-decoration: none;
    transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.jx-brand-product-card:hover {
    border-color: #aec8f7;
    transform: translateY(-3px);
    box-shadow: 0 10px 24px rgba(10, 94, 243, .08);
}

.jx-brand-product-image {
    height: 158px;
    padding: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #edf0f4;
}

.jx-brand-product-image img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 120px;
    object-fit: contain;
}

.jx-brand-product-copy {
    padding: 14px;
    display: block;
}

.jx-brand-product-copy strong {
    display: block;
    height: 22px;
    overflow: hidden;
    color: #172033;
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.jx-brand-product-copy em {
    display: block;
    height: 21px;
    margin-top: 3px;
    overflow: hidden;
    color: #7a8597;
    font-size: 14px;
    line-height: 21px;
    font-style: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.jx-brand-product-copy b {
    margin-top: 9px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #0a5ef3;
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
}


/* =========================================================
   Brand rich content
========================================================= */

.jx-brand-content-section {
    padding: 0 0 56px;
}

.jx-brand-content-section .jx-brand-section-head {
    margin-bottom: 20px;
}

.jx-brand-richtext {
    padding: 30px 34px;
    border: 1px solid #e3e9f1;
    background: #fff;
    color: #4b5565;
    font-size: 15px;
    line-height: 1.85;
    overflow-wrap: anywhere;
}

.jx-brand-richtext > *:first-child {
    margin-top: 0 !important;
}

.jx-brand-richtext > *:last-child {
    margin-bottom: 0 !important;
}

.jx-brand-richtext h2,
.jx-brand-richtext h3,
.jx-brand-richtext h4 {
    color: #172033;
    font-weight: 600;
}

.jx-brand-richtext h2 {
    margin: 28px 0 13px;
    font-size: 24px;
    line-height: 34px;
}

.jx-brand-richtext h3 {
    margin: 24px 0 11px;
    font-size: 19px;
    line-height: 28px;
}

.jx-brand-richtext h4 {
    margin: 20px 0 9px;
    font-size: 16px;
    line-height: 25px;
}

.jx-brand-richtext p {
    margin: 0 0 14px;
}

.jx-brand-richtext a {
    color: #0a5ef3;
}

.jx-brand-richtext img {
    max-width: 100%;
    height: auto;
}

.jx-brand-richtext table {
    width: 100%;
    margin: 20px 0;
    border-collapse: collapse;
}

.jx-brand-richtext th,
.jx-brand-richtext td {
    padding: 10px 12px;
    border: 1px solid #dfe6ef;
    font-size: 14px;
    line-height: 21px;
    text-align: left;
}

.jx-brand-richtext th {
    background: #f3f7ff;
    color: #172033;
    font-weight: 600;
}

.jx-brand-richtext blockquote {
    margin: 20px 0;
    padding: 15px 18px;
    border-left: 4px solid #0a5ef3;
    background: #f5f8ff;
}


/* =========================================================
   Contact
========================================================= */

.jx-contact-page,
.jx-contact-support,
.jx-contact-location {
    width: 100%;
}

.jx-contact-page *,
.jx-contact-support *,
.jx-contact-location *,
.jx-contact-loading *,
.jx-contact-modal * {
    box-sizing: border-box;
}

.jx-contact-page {
    padding: 48px 0 36px;
}

.jx-contact-grid {
    display: grid;
    grid-template-columns: 390px minmax(0, 1fr);
    gap: 24px;
    align-items: stretch;
}

.jx-contact-panel {
    padding: 34px 30px;
    background: #0a5ef3;
    color: #fff;
}

.jx-contact-kicker {
    display: block;
    margin-bottom: 7px;
    color: rgba(255,255,255,.72);
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    letter-spacing: .8px;
}

.jx-contact-panel h2 {
    margin: 0;
    color: #fff;
    font-size: 27px;
    line-height: 36px;
    font-weight: 600;
}

.jx-contact-panel-intro {
    margin: 13px 0 0;
    color: rgba(255,255,255,.86);
    font-size: 14px;
    line-height: 23px;
}

.jx-contact-company-info {
    margin-top: 22px;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,.18);
    color: rgba(255,255,255,.88);
    font-size: 14px;
    line-height: 23px;
}

.jx-contact-company-info p {
    margin: 0 0 9px;
}

.jx-contact-company-info a {
    color: #fff;
}

.jx-contact-panel-points {
    margin-top: 24px;
    display: grid;
    gap: 9px;
}

.jx-contact-panel-points > div {
    padding: 12px 0;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    border-top: 1px solid rgba(255,255,255,.14);
}

.jx-contact-panel-points > div > i {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,.12);
    color: #fff;
    font-size: 14px;
}

.jx-contact-panel-points span {
    color: rgba(255,255,255,.78);
    font-size: 14px;
    line-height: 21px;
}

.jx-contact-panel-points strong {
    display: block;
    margin-bottom: 2px;
    color: #fff;
    font-size: 14px;
    line-height: 21px;
    font-weight: 600;
}


.jx-contact-form-panel {
    padding: 34px 36px;
    border: 1px solid #e1e7ef;
    background: #fff;
}

.jx-contact-form-head {
    margin-bottom: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e8edf3;
}

.jx-contact-form-head > span {
    display: block;
    margin-bottom: 5px;
    color: #0a5ef3;
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    letter-spacing: .7px;
}

.jx-contact-form-head h2 {
    margin: 0;
    color: #172033;
    font-size: 28px;
    line-height: 37px;
    font-weight: 600;
}

.jx-contact-form-head p {
    max-width: 720px;
    margin: 9px 0 0;
    color: #667085;
    font-size: 14px;
    line-height: 23px;
}

.jx-contact-form-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.jx-contact-field {
    margin-bottom: 16px;
}

.jx-contact-field label {
    display: block;
    margin-bottom: 7px;
    color: #354052;
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
}

.jx-required {
    color: #d92d20;
}

.jx-contact-field input,
.jx-contact-field textarea {
    width: 100%;
    border: 1px solid #dce3ec;
    border-radius: 5px;
    background: #fff;
    color: #263244;
    font-size: 14px;
    outline: none;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.jx-contact-field input {
    height: 44px;
    padding: 0 12px;
    line-height: 42px;
}

.jx-contact-field textarea {
    min-height: 122px;
    padding: 10px 12px;
    line-height: 22px;
    resize: vertical;
}

.jx-contact-field input:focus,
.jx-contact-field textarea:focus {
    border-color: #0a5ef3;
    box-shadow: 0 0 0 3px rgba(10,94,243,.10);
}

.jx-contact-submit {
    margin-top: 4px;
    text-align: right;
}

.jx-contact-submit button {
    min-width: 180px;
    height: 44px;
    padding: 0 18px;
    border: 1px solid #0a5ef3;
    border-radius: 5px;
    background: #0a5ef3;
    color: #fff;
    font-size: 14px;
    line-height: 42px;
    font-weight: 600;
    cursor: pointer;
}

.jx-contact-submit button:hover {
    border-color: #084bc4;
    background: #084bc4;
}

.jx-contact-submit button:disabled {
    opacity: .72;
    cursor: wait;
}


.jx-contact-support {
    padding: 36px 0 48px;
}

.jx-contact-support .jx-contact-section-head,
.jx-contact-location .jx-contact-section-head {
    margin-bottom: 22px;
}

.jx-contact-support-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-top: 1px solid #e3e9f1;
    border-left: 1px solid #e3e9f1;
}

.jx-contact-support-card {
    min-width: 0;
    min-height: 180px;
    padding: 24px 20px;
    border-right: 1px solid #e3e9f1;
    border-bottom: 1px solid #e3e9f1;
    background: #fff;
}

.jx-contact-support-card > i {
    width: 38px;
    height: 38px;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #edf4ff;
    color: #0a5ef3;
    font-size: 16px;
}

.jx-contact-support-card strong {
    display: block;
    color: #172033;
    font-size: 15px;
    line-height: 23px;
    font-weight: 600;
}

.jx-contact-support-card p {
    margin: 7px 0 0;
    color: #748094;
    font-size: 14px;
    line-height: 22px;
}

.jx-contact-support-actions {
    margin-top: 20px;
    display: flex;
    gap: 9px;
}

.jx-contact-support-actions a {
    min-height: 42px;
    padding: 0 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border: 1px solid #0a5ef3;
    font-size: 14px;
    line-height: 40px;
    font-weight: 600;
    text-decoration: none;
}

.jx-contact-support-primary {
    background: #0a5ef3;
    color: #fff !important;
}

.jx-contact-support-secondary {
    background: #fff;
    color: #0a5ef3 !important;
}

.jx-contact-location {
    padding: 28px 0 70px;
}

.jx-contact-map {
    height: 390px;
    overflow: hidden;
    border: 1px solid #e1e7ef;
    background: #f6f8fb;
}

.jx-contact-map iframe {
    display: block;
    width: 100%;
    height: 100%;
}


/* Contact loading and modal */

.jx-contact-loading,
.jx-contact-modal {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: none;
}

.jx-contact-loading {
    background: rgba(15,23,42,.48);
}

.jx-contact-loading-box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 340px;
    max-width: calc(100% - 30px);
    padding: 30px 24px;
    background: #fff;
    text-align: center;
    transform: translate(-50%, -50%);
}

.jx-contact-loading-spinner {
    width: 34px;
    height: 34px;
    margin: 0 auto 14px;
    display: block;
    border: 3px solid #dce7fa;
    border-top-color: #0a5ef3;
    border-radius: 50%;
    animation: jxContactSpin .75s linear infinite;
}

.jx-contact-loading-text {
    color: #4e5b6c;
    font-size: 14px;
    line-height: 22px;
}

@keyframes jxContactSpin {
    to { transform: rotate(360deg); }
}

.jx-contact-modal-mask {
    position: absolute;
    inset: 0;
    background: rgba(15,23,42,.52);
}

.jx-contact-modal-box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 430px;
    max-width: calc(100% - 30px);
    padding: 30px 26px;
    background: #fff;
    text-align: center;
    transform: translate(-50%, -50%);
}

.jx-contact-modal-icon {
    width: 48px;
    height: 48px;
    margin: 0 auto 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #edf4ff;
    color: #0a5ef3;
    font-size: 20px;
}

.jx-contact-modal-icon.jx-error {
    background: #fff1f1;
    color: #d92d20;
}

.jx-contact-modal-title {
    color: #172033;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
}

.jx-contact-modal-text {
    margin-top: 8px;
    color: #667085;
    font-size: 14px;
    line-height: 22px;
}

.jx-contact-modal-btn {
    min-width: 120px;
    height: 40px;
    margin-top: 18px;
    padding: 0 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #0a5ef3;
    color: #fff !important;
    font-size: 14px;
    line-height: 40px;
    text-decoration: none;
}


/* =========================================================
   News home
========================================================= */

.jx-news-home,
.jx-news-list-page,
.jx-news-article-page,
.jx-news-related,
.jx-news-article-head {
    width: 100%;
}

.jx-news-home *,
.jx-news-list-page *,
.jx-news-article-page *,
.jx-news-related *,
.jx-news-article-head * {
    box-sizing: border-box;
}

.jx-news-home {
    padding: 50px 0 70px;
}

.jx-news-home .jx-news-heading {
    margin-bottom: 20px;
}



.jx-news-category-directory {
    margin-bottom: 38px;
}

.jx-news-category-directory .jx-news-heading {
    margin-bottom: 18px;
}

.jx-news-category-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.jx-news-category-card {
    min-width: 0;
    min-height: 84px;
    padding: 16px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    border: 1px solid #dfe6ef;
    border-left: 3px solid #dfe6ef;
    background: #fff;
    color: #263244;
    text-decoration: none;
    transition: border-color .2s ease, background .2s ease, transform .2s ease;
}

.jx-news-category-card > span {
    min-width: 0;
}

.jx-news-category-card strong {
    display: block;
    overflow: hidden;
    color: #172033;
    font-size: 15px;
    line-height: 23px;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: color .2s ease;
}

.jx-news-category-card em {
    display: block;
    margin-top: 4px;
    color: #7b8798;
    font-size: 14px;
    line-height: 21px;
    font-style: normal;
}

.jx-news-category-card > i {
    flex-shrink: 0;
    color: #0a5ef3;
    font-size: 15px;
    transition: transform .2s ease;
}

.jx-news-category-card:hover {
    border-color: #b8cff9;
    border-left-color: #0a5ef3;
    background: #f5f8ff;
    transform: translateY(-2px);
}

.jx-news-category-card:hover strong {
    color: #0a5ef3;
}

.jx-news-category-card:hover > i {
    transform: translateX(3px);
}

.jx-news-latest-head {
    margin-bottom: 20px;
    padding-top: 4px;
}

.jx-news-feature-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 390px;
    gap: 18px;
}

.jx-news-latest-stack {
    display: grid;
    gap: 10px;
}

.jx-news-row-card {
    min-width: 0;
    min-height: 176px;
    display: grid;
    grid-template-columns: 230px minmax(0, 1fr);
    border: 1px solid #e3e9f1;
    background: #fff;
}

.jx-news-row-image {
    display: block;
    overflow: hidden;
}

.jx-news-row-image img {
    width: 100%;
    height: 100%;
    min-height: 174px;
    display: block;
    object-fit: cover;
}

.jx-news-row-copy {
    min-width: 0;
    padding: 18px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.jx-news-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    color: #8590a2;
    font-size: 14px;
    line-height: 20px;
}

.jx-news-meta i {
    margin-right: 4px;
    color: #0a5ef3;
}

.jx-news-card-title {
    margin-top: 7px;
    display: -webkit-box;
    overflow: hidden;
    color: #172033;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    text-decoration: none;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.jx-news-card-title:hover {
    color: #0a5ef3;
}

.jx-news-featured {
    min-height: 0;
    display: grid;
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.jx-news-featured article {
    height: 100%;
    min-height: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid #e3e9f1;
    background: #fff;
}

.jx-news-featured-image {
    height: 145px;
    flex: 0 0 145px;
    position: relative;
    display: block;
    overflow: hidden;
}

.jx-news-featured-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.jx-news-featured-image > span {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 4px 9px;
    background: #0a5ef3;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
}

.jx-news-featured-copy {
    flex: 1;
    min-height: 0;
    padding: 14px 16px 16px;
    display: flex;
    flex-direction: column;
}

.jx-news-featured-copy .jx-news-card-title {
    margin-top: 7px;
    font-size: 16px;
    line-height: 24px;
    -webkit-line-clamp: 2;
}

.jx-news-featured-copy .jx-news-meta {
    margin-top: 0;
}

.jx-news-card-summary {
    margin: 8px 0 0;
    overflow: hidden;
    color: #667085;
    font-size: 14px;
    line-height: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.jx-news-featured-summary {
    margin-top: 7px;
    -webkit-line-clamp: 2;
}

.jx-news-featured-copy .jx-news-row-more {
    margin-top: auto;
    padding-top: 8px;
}

.jx-news-row-more {
    margin-top: 11px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    align-self: flex-start;
    color: #0a5ef3;
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
    text-decoration: none;
}

.jx-news-row-more:hover {
    color: #084bc4;
}

.jx-news-row-more i {
    transition: transform .2s ease;
}

.jx-news-row-more:hover i {
    transform: translateX(2px);
}


.jx-news-about-strip {
    margin-top: 40px;
    padding: 30px 32px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 40px;
    align-items: center;
    border: 1px solid #dce5f0;
    border-left: 4px solid #0a5ef3;
    background: #fff;
}

.jx-news-about-strip-copy {
    min-width: 0;
}

.jx-news-about-strip-copy > span {
    display: block;
    margin-bottom: 5px;
    color: #0a5ef3;
    font-size: 14px;
    line-height: 21px;
    font-weight: 600;
    letter-spacing: .7px;
}

.jx-news-about-strip-copy h2 {
    margin: 0;
    color: #172033;
    font-size: 24px;
    line-height: 33px;
    font-weight: 600;
}

.jx-news-about-strip-copy p {
    max-width: 900px;
    margin: 9px 0 0;
    color: #667085;
    font-size: 14px;
    line-height: 23px;
}

.jx-news-about-strip-actions {
    display: flex;
    align-items: center;
    gap: 9px;
}

.jx-news-about-strip-actions a {
    min-height: 42px;
    padding: 0 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border: 1px solid #0a5ef3;
    font-size: 14px;
    line-height: 40px;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
}

.jx-news-about-primary {
    background: #0a5ef3;
    color: #fff !important;
}

.jx-news-about-primary:hover {
    border-color: #084bc4;
    background: #084bc4;
}

.jx-news-about-secondary {
    background: #fff;
    color: #0a5ef3 !important;
}

.jx-news-about-secondary:hover {
    background: #f3f7ff;
}


.jx-news-recommended-head {
    margin-top: 42px;
    margin-bottom: 20px;
}

.jx-news-recommended-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.jx-news-grid-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid #e3e9f1;
    background: #fff;
}

.jx-news-grid-image {
    height: 185px;
    display: block;
    overflow: hidden;
}

.jx-news-grid-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .25s ease;
}

.jx-news-grid-card:hover .jx-news-grid-image img {
    transform: scale(1.035);
}

.jx-news-grid-copy {
    padding: 18px;
}

.jx-news-grid-copy p {
    height: 44px;
    margin: 9px 0 0;
    overflow: hidden;
    color: #748094;
    font-size: 14px;
    line-height: 22px;
}

.jx-news-read-more {
    margin-top: 13px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #0a5ef3;
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
    text-decoration: none;
}



/* =========================================================
   News list
========================================================= */

.jx-news-list-page {
    padding: 44px 0 70px;
}

.jx-news-list-toolbar {
    margin-bottom: 22px;
    padding-bottom: 18px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
    border-bottom: 1px solid #e3e9f1;
}

.jx-news-list-toolbar > div > span {
    display: block;
    margin-bottom: 5px;
    color: #0a5ef3;
    font-size: 14px;
    line-height: 21px;
    font-weight: 600;
}

.jx-news-list-toolbar h2 {
    margin: 0;
    color: #172033;
    font-size: 24px;
    line-height: 33px;
    font-weight: 600;
}

.jx-news-list-categories {
    max-width: 68%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 7px;
}

.jx-news-list-categories a {
    padding: 7px 11px;
    border: 1px solid #dfe6ef;
    background: #fff;
    color: #536174;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
}

.jx-news-list-categories a:hover {
    border-color: #0a5ef3;
    color: #0a5ef3;
}

.jx-news-list-categories a.jx-active {
    border-color: #0a5ef3;
    background: #0a5ef3;
    color: #fff;
    font-weight: 600;
}

.jx-news-list-categories a.jx-active:hover {
    border-color: #084bc4;
    background: #084bc4;
    color: #fff;
}

.jx-news-list-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.jx-news-list-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid #e3e9f1;
    background: #fff;
}

.jx-news-list-image {
    height: 210px;
    display: block;
    overflow: hidden;
}

.jx-news-list-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .25s ease;
}

.jx-news-list-card:hover .jx-news-list-image img {
    transform: scale(1.035);
}

.jx-news-list-copy {
    padding: 19px;
}

.jx-news-list-title {
    margin-top: 8px;
    display: -webkit-box;
    overflow: hidden;
    color: #172033;
    font-size: 17px;
    line-height: 25px;
    font-weight: 600;
    text-decoration: none;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.jx-news-list-title:hover {
    color: #0a5ef3;
}

.jx-news-list-copy > p {
    height: 44px;
    margin: 10px 0 0;
    overflow: hidden;
    color: #748094;
    font-size: 14px;
    line-height: 22px;
}

.jx-news-list-cta {
    margin-top: 36px;
    padding: 28px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    background: #f1f6ff;
    border-left: 4px solid #0a5ef3;
}

.jx-news-list-cta > div {
    flex: 1;
    min-width: 0;
}

.jx-news-list-cta > div > span {
    display: block;
    margin-bottom: 4px;
    color: #0a5ef3;
    font-size: 14px;
    line-height: 21px;
    font-weight: 600;
}

.jx-news-list-cta h2 {
    margin: 0;
    color: #172033;
    font-size: 23px;
    line-height: 32px;
    font-weight: 600;
}

.jx-news-list-cta p {
    margin: 7px 0 0;
    color: #667085;
    font-size: 14px;
    line-height: 22px;
}

.jx-news-list-cta > a {
    min-width: 140px;
    height: 42px;
    padding: 0 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    background: #0a5ef3;
    color: #fff;
    font-size: 14px;
    line-height: 42px;
    font-weight: 600;
    text-decoration: none;
}


/* =========================================================
   News article
========================================================= */

.jx-news-article-head {
    padding: 44px 0 38px;
    background: #f6f8fc;
    border-bottom: 1px solid #e1e7ef;
}

.jx-news-article-head > .container {
    max-width: 1040px;
}

.jx-news-article-head > .container > span {
    display: block;
    margin-bottom: 8px;
    color: #0a5ef3;
    font-size: 14px;
    line-height: 21px;
    font-weight: 600;
    letter-spacing: .8px;
}

.jx-news-article-head h1 {
    max-width: 960px;
    margin: 0;
    color: #111827;
    font-size: 38px;
    line-height: 49px;
    font-weight: 600;
}

.jx-news-article-meta {
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    color: #778296;
    font-size: 14px;
    line-height: 21px;
}

.jx-news-article-meta i {
    margin-right: 5px;
    color: #0a5ef3;
}

.jx-news-article-page {
    padding: 42px 0 54px;
}

.jx-news-article-layout {
    display: grid;
    grid-template-columns: 250px minmax(0, 1fr);
    gap: 32px;
    align-items: start;
}

.jx-news-article-side {
    position: sticky;
    top: 92px;
}

.jx-news-toc,
.jx-news-article-categories {
    padding: 18px;
    border: 1px solid #e2e8f0;
    background: #fff;
}

.jx-news-article-categories {
    margin-top: 12px;
}

.jx-news-toc > span,
.jx-news-article-categories > span {
    display: block;
    margin-bottom: 4px;
    color: #0a5ef3;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
}

.jx-news-toc h2,
.jx-news-article-categories h2 {
    margin: 0 0 12px;
    color: #172033;
    font-size: 17px;
    line-height: 25px;
    font-weight: 600;
}

.jx-news-toc ul,
.jx-news-toc ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

.jx-news-toc li {
    margin: 0;
    padding: 0;
}

.jx-news-toc a {
    padding: 6px 0;
    display: block;
    color: #667085;
    font-size: 14px;
    line-height: 21px;
    text-decoration: none;
}

.jx-news-toc a:hover {
    color: #0a5ef3;
}

.jx-news-article-categories > a {
    padding: 8px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #edf0f4;
    color: #536174;
    font-size: 14px;
    line-height: 21px;
    text-decoration: none;
}

.jx-news-article-categories > a:hover {
    color: #0a5ef3;
}

.jx-news-article-categories > a.jx-active {
    margin: 0 -10px;
    padding: 9px 10px;
    border-top-color: transparent;
    background: #0a5ef3;
    color: #fff;
    font-weight: 600;
}

.jx-news-article-categories > a.jx-active i {
    color: #fff;
}

.jx-news-article-main {
    min-width: 0;
}

.jx-news-richtext {
    color: #414d5d;
    font-size: 15px;
    line-height: 1.9;
    overflow-wrap: anywhere;
}

.jx-news-richtext > *:first-child {
    margin-top: 0 !important;
}

.jx-news-richtext h2,
.jx-news-richtext h3,
.jx-news-richtext h4 {
    color: #172033;
    font-weight: 600;
}

.jx-news-richtext h2 {
    margin: 30px 0 14px;
    font-size: 25px;
    line-height: 35px;
}

.jx-news-richtext h3 {
    margin: 25px 0 12px;
    font-size: 20px;
    line-height: 29px;
}

.jx-news-richtext h4 {
    margin: 22px 0 10px;
    font-size: 17px;
    line-height: 26px;
}

.jx-news-richtext p {
    margin: 0 0 16px;
}

.jx-news-richtext a {
    color: #0a5ef3;
}

.jx-news-richtext img {
    max-width: 100%;
    height: auto;
    margin: 18px 0;
}

.jx-news-richtext ul,
.jx-news-richtext ol {
    margin: 16px 0;
    padding-left: 24px;
}

.jx-news-richtext li {
    margin-bottom: 7px;
}

.jx-news-richtext blockquote {
    margin: 22px 0;
    padding: 16px 18px;
    border-left: 4px solid #0a5ef3;
    background: #f4f8ff;
}

.jx-news-richtext table {
    width: 100%;
    margin: 22px 0;
    border-collapse: collapse;
}

.jx-news-richtext th,
.jx-news-richtext td {
    padding: 10px 12px;
    border: 1px solid #dfe6ef;
    font-size: 14px;
    line-height: 22px;
    text-align: left;
}

.jx-news-richtext th {
    background: #edf4ff;
    color: #172033;
    font-weight: 600;
}

.jx-news-prev-next {
    margin-top: 34px;
    padding-top: 20px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    border-top: 1px solid #e3e9f1;
}

.jx-news-prev-next > div {
    min-width: 0;
    padding: 14px;
    background: #f8faff;
}

.jx-news-prev-next > div:last-child {
    text-align: right;
}

.jx-news-prev-next span {
    display: block;
    margin-bottom: 5px;
    color: #8792a4;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
}

.jx-news-prev-next a {
    color: #263244;
    font-size: 14px;
    line-height: 21px;
    text-decoration: none;
}

.jx-news-prev-next a:hover {
    color: #0a5ef3;
}

.jx-news-related {
    padding: 42px 0 70px;
    background: #f6f8fc;
}

.jx-news-related .jx-news-heading {
    margin-bottom: 20px;
}

.jx-news-related-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.jx-news-related-grid article {
    min-width: 0;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e1e7ef;
}

.jx-news-related-image {
    height: 155px;
    display: block;
    overflow: hidden;
}

.jx-news-related-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.jx-news-related-grid article > div {
    padding: 14px;
}

.jx-news-related-grid article > div > a {
    margin-top: 7px;
    display: -webkit-box;
    overflow: hidden;
    color: #172033;
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    text-decoration: none;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


/* =========================================================
   Pagination
========================================================= */

.jx-page-pagination {
    width: 100%;
    margin-top: 28px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
}

.jx-page-pagination:empty {
    display: none;
}

.jx-page-pagination a,
.jx-page-pagination span {
    min-width: 36px;
    height: 36px;
    padding: 0 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dfe5ec;
    background: #fff;
    color: #536174;
    font-size: 14px;
    line-height: 34px;
    text-decoration: none;
}

.jx-page-pagination a:hover,
.jx-page-pagination span {
    border-color: #0a5ef3;
    background: #0a5ef3;
    color: #fff;
}


/* =========================================================
   Mobile
========================================================= */

@media screen and (max-width: 767px) {

    .jx-brand-heading,
    .jx-brand-section-head,
    .jx-news-heading,
    .jx-contact-section-head {
        display: block;
    }

    .jx-brand-heading h2,
    .jx-brand-section-head h2,
    .jx-news-heading h2,
    .jx-contact-section-head h2 {
        font-size: 22px;
        line-height: 31px;
    }

    .jx-brand-heading > p,
    .jx-brand-section-head > p,
    .jx-news-heading > p,
    .jx-contact-section-head > p {
        width: 100%;
        margin-top: 8px;
        font-size: 14px;
        line-height: 22px;
    }


    /* Brand directory */

    .jx-brand-feature {
        padding: 30px 0 26px;
    }

    .jx-brand-feature .jx-brand-heading {
        margin-bottom: 16px;
    }

    .jx-brand-feature-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .jx-brand-feature-grid > a {
        height: 90px;
        padding: 14px;
    }

    .jx-brand-feature-grid > a > span {
        display: none;
    }

    .jx-brand-directory {
        padding: 22px 0 40px;
    }

    .jx-brand-directory .jx-brand-heading {
        margin-bottom: 14px;
    }

    .jx-brand-letter-nav {
        top: 0;
        margin-bottom: 14px;
        padding: 8px;
    }

    .jx-brand-letter-nav a {
        width: 34px;
        height: 34px;
        line-height: 34px;
    }

    .jx-brand-directory-list {
        gap: 8px;
    }

    .jx-brand-directory-list dl {
        padding: 14px;
        display: block;
    }

    .jx-brand-directory-list dt {
        margin-bottom: 10px;
    }

    .jx-brand-directory-list dt a {
        width: 44px;
        height: 44px;
        font-size: 19px;
        line-height: 44px;
    }

    .jx-brand-directory-list dd {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 5px 8px;
    }

    .jx-brand-directory-list dd a {
        min-height: 36px;
        padding: 6px 7px;
    }


    /* Brand detail */

    .jx-brand-overview {
        padding: 28px 0;
    }

    .jx-brand-overview-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .jx-brand-overview-logo {
        min-height: 130px;
        padding: 20px;
    }

    .jx-brand-overview-logo img {
        max-height: 82px;
    }

    .jx-brand-overview-content h1 {
        font-size: 29px;
        line-height: 38px;
    }

    .jx-brand-overview-summary,
    .jx-brand-overview-description {
        font-size: 14px;
        line-height: 22px;
    }

    .jx-brand-overview-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .jx-brand-overview-actions a {
        width: 100%;
    }

    .jx-brand-category-section {
        padding: 34px 0 14px;
    }

    .jx-brand-category-section .jx-brand-section-head,
    .jx-brand-products .jx-brand-section-head,
    .jx-brand-content-section .jx-brand-section-head {
        margin-bottom: 15px;
    }

    .jx-brand-category-list dl {
        padding: 13px;
        display: block;
    }

    .jx-brand-category-list dt {
        margin-bottom: 10px;
    }

    .jx-brand-category-list dd,
    .jx-brand-category-children {
        grid-template-columns: 1fr;
        gap: 6px;
    }

    .jx-brand-products {
        padding: 28px 0 40px;
    }

    .jx-brand-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .jx-brand-product-image {
        height: 130px;
        padding: 13px;
    }

    .jx-brand-product-image img {
        max-height: 100px;
    }

    .jx-brand-product-copy {
        padding: 11px;
    }

    .jx-brand-content-section {
        padding-bottom: 36px;
    }

    .jx-brand-richtext {
        padding: 20px 16px;
        font-size: 14px;
        line-height: 1.75;
        overflow-x: auto;
    }

    .jx-brand-richtext h2 {
        font-size: 20px;
        line-height: 29px;
    }

    .jx-brand-richtext h3 {
        font-size: 18px;
        line-height: 27px;
    }


    /* Contact */

    .jx-contact-page {
        padding: 28px 0 24px;
    }

    .jx-contact-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .jx-contact-panel {
        padding: 24px 18px;
    }

    .jx-contact-panel h2 {
        font-size: 23px;
        line-height: 32px;
    }

    .jx-contact-form-panel {
        padding: 24px 18px;
    }

    .jx-contact-form-head h2 {
        font-size: 23px;
        line-height: 32px;
    }

    .jx-contact-form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .jx-contact-submit button {
        width: 100%;
    }

    .jx-contact-support {
        padding: 26px 0 34px;
    }

    .jx-contact-support .jx-contact-section-head,
    .jx-contact-location .jx-contact-section-head {
        margin-bottom: 15px;
    }

    .jx-contact-support-grid {
        grid-template-columns: 1fr;
    }

    .jx-contact-support-card {
        min-height: auto;
        padding: 18px;
    }

    .jx-contact-support-actions {
        flex-direction: column;
    }

    .jx-contact-support-actions a {
        width: 100%;
    }

    .jx-contact-location {
        padding: 20px 0 40px;
    }

    .jx-contact-map {
        height: 300px;
    }


    /* News home */

    .jx-news-home {
        padding: 30px 0 42px;
    }

    .jx-news-category-directory {
        margin-bottom: 28px;
    }

    .jx-news-category-grid {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .jx-news-category-card {
        min-height: 68px;
        padding: 13px 14px;
    }

    .jx-news-category-card strong {
        font-size: 14px;
        line-height: 22px;
    }

    .jx-news-category-card em {
        font-size: 14px;
        line-height: 20px;
    }

    .jx-news-latest-head {
        margin-bottom: 14px;
    }

    .jx-news-home .jx-news-heading {
        margin-bottom: 14px;
    }


    .jx-news-feature-layout {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .jx-news-row-card {
        grid-template-columns: 118px minmax(0, 1fr);
        min-height: 138px;
    }

    .jx-news-row-image img {
        min-height: 136px;
    }

    .jx-news-row-copy {
        padding: 12px;
    }

    .jx-news-card-title {
        font-size: 14px;
        line-height: 22px;
    }

    .jx-news-featured {
        grid-template-rows: none;
        gap: 10px;
    }

    .jx-news-featured article {
        min-height: auto;
    }

    .jx-news-card-summary {
        margin-top: 6px;
        font-size: 14px;
        line-height: 21px;
        -webkit-line-clamp: 2;
    }

    .jx-news-row-more {
        margin-top: 8px;
    }

    .jx-news-featured-image {
        height: 200px;
        flex-basis: 200px;
    }

    .jx-news-featured-copy .jx-news-card-title {
        font-size: 16px;
        line-height: 24px;
    }

    .jx-news-recommended-head {
        margin-top: 30px;
    }

    .jx-news-recommended-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .jx-news-about-strip {
        margin-top: 28px;
        padding: 22px 18px;
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .jx-news-about-strip-copy h2 {
        font-size: 21px;
        line-height: 30px;
    }

    .jx-news-about-strip-copy p {
        font-size: 14px;
        line-height: 22px;
    }

    .jx-news-about-strip-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .jx-news-about-strip-actions a {
        width: 100%;
    }

    .jx-news-grid-image {
        height: 200px;
    }



    /* News list */

    .jx-news-list-page {
        padding: 28px 0 42px;
    }

    .jx-news-list-toolbar {
        display: block;
        margin-bottom: 16px;
        padding-bottom: 14px;
    }

    .jx-news-list-toolbar h2 {
        font-size: 21px;
        line-height: 30px;
    }

    .jx-news-list-categories {
        max-width: none;
        margin-top: 12px;
        justify-content: flex-start;
    }

    .jx-news-list-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .jx-news-list-image {
        height: 205px;
    }

    .jx-news-list-cta {
        padding: 22px 18px;
        display: block;
    }

    .jx-news-list-cta h2 {
        font-size: 20px;
        line-height: 29px;
    }

    .jx-news-list-cta > a {
        width: 100%;
        margin-top: 16px;
    }


    /* News article */

    .jx-news-article-head {
        padding: 30px 0 27px;
    }

    .jx-news-article-head h1 {
        font-size: 28px;
        line-height: 38px;
    }

    .jx-news-article-meta {
        gap: 10px 14px;
    }

    .jx-news-article-page {
        padding: 28px 0 38px;
    }

    .jx-news-article-layout {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .jx-news-article-side {
        position: static;
    }

    .jx-news-article-categories {
        display: none;
    }

    .jx-news-toc {
        padding: 16px;
    }

    .jx-news-richtext {
        font-size: 14px;
        line-height: 1.78;
        overflow-x: auto;
    }

    .jx-news-richtext h2 {
        font-size: 21px;
        line-height: 30px;
    }

    .jx-news-richtext h3 {
        font-size: 18px;
        line-height: 27px;
    }

    .jx-news-prev-next {
        grid-template-columns: 1fr;
    }

    .jx-news-prev-next > div:last-child {
        text-align: left;
    }

    .jx-news-related {
        padding: 30px 0 42px;
    }

    .jx-news-related-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .jx-news-related-image {
        height: 120px;
    }

}
/* =========================================================
   JIEXIN orange accent
========================================================= */

.jx-brand-heading > div > span,
.jx-brand-section-head > div > span,
.jx-news-heading > div > span,
.jx-contact-section-head > div > span,
.jx-brand-overview-content > span,
.jx-contact-form-head > span,
.jx-news-about-strip-copy > span,
.jx-news-list-toolbar > div > span,
.jx-news-list-cta > div > span,
.jx-news-article-head > .container > span {
    color: #ff5733;
}

.jx-brand-overview-primary,
.jx-contact-submit button,
.jx-contact-support-primary,
.jx-contact-modal-btn {
    border-color: #ff5733;
    background: #ff5733;
}

.jx-brand-overview-primary:hover,
.jx-contact-submit button:hover,
.jx-contact-support-primary:hover,
.jx-contact-modal-btn:hover {
    border-color: #e94726;
    background: #e94726;
}

.jx-contact-support-card > i {
    background: #fff1ed;
    color: #ff5733;
}

.jx-news-meta i,
.jx-news-article-meta i {
    color: #ff5733;
}

.jx-news-featured-image > span {
    background: #ff5733;
}

.jx-news-category-card:hover {
    border-left-color: #ff5733;
}

.jx-news-list-cta,
.jx-news-about-strip {
    border-left-color: #ff5733;
}
