body.xq-article-single {
  min-width: 0;
}

.xq-news-article {
  --article-blue: #0875dc;
  --article-blue-dark: #0562b8;
  --article-navy: #082a4a;
  --article-ink: #14283c;
  --article-copy: #42596e;
  --article-muted: #75879a;
  --article-line: #d8e4ee;
  --article-soft: #f2f7fb;
  color: var(--article-ink);
  background: #fff;
}

.xq-news-article *,
.xq-news-article *::before,
.xq-news-article *::after {
  box-sizing: border-box;
}

.xq-news-article a {
  color: inherit;
  text-decoration: none;
}

.xq-news-article img {
  display: block;
  max-width: 100%;
}

.xq-news-article svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.xq-news-article__shell {
  width: min(var(--header-container, 1440px), calc(100% - 48px));
  margin: 0 auto;
}

.xq-news-article__page {
  padding: 30px 0 46px;
}

.xq-news-article__breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
  margin-bottom: 30px;
  color: #7d8fa1;
  font-size: 13px;
  line-height: 1.5;
}

.xq-news-article__breadcrumb a {
  transition: color .2s ease;
}

.xq-news-article__breadcrumb a:hover,
.xq-news-article__breadcrumb a:focus-visible {
  color: var(--article-blue);
}

.xq-news-article__masthead {
  max-width: 920px;
  margin: 0 auto 30px;
  text-align: center;
}

.xq-news-article__masthead h1 {
  margin: 0 auto 14px;
  color: var(--article-navy);
  font-size: clamp(34px, 3.4vw, 44px);
  font-weight: 900;
  line-height: 1.22;
  letter-spacing: -.035em;
  text-wrap: balance;
}

.xq-news-article__deck {
  max-width: 760px;
  margin: 0 auto;
  color: #536b81;
  font-size: 16px;
  line-height: 1.75;
  text-wrap: pretty;
}

.xq-news-article__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px 12px;
  margin-top: 16px;
  color: #8091a2;
  font-size: 12px;
  line-height: 1.45;
  font-variant-numeric: tabular-nums;
}

.xq-news-article__body-layout {
  width: 100%;
  margin: 0;
}

.xq-news-article__content {
  min-width: 0;
}

.xq-news-article__hero {
  margin: 0 0 25px;
  overflow: hidden;
  border: 1px solid var(--article-line);
  border-radius: 4px;
  background: #e8f0f6;
}

.xq-news-article__hero img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.xq-news-article__hero figcaption {
  padding: 8px 16px;
  color: #7e8fa0;
  border-top: 1px solid var(--article-line);
  background: #fbfcfd;
  font-size: 12px;
  line-height: 1.55;
  text-align: center;
}

.xq-news-article__rich {
  color: var(--article-copy);
  font-size: 16px;
  line-height: 1.9;
  overflow-wrap: anywhere;
}

.xq-news-article__rich > :first-child {
  margin-top: 0;
}

.xq-news-article__rich > :last-child {
  margin-bottom: 0;
}

.xq-news-article__rich > p:first-child {
  color: #304b62;
  font-size: 16px;
}

.xq-news-article__rich p {
  margin: 0 0 18px;
}

.xq-news-article__rich h2,
.xq-news-article__rich h3,
.xq-news-article__rich h4 {
  color: var(--article-navy);
  scroll-margin-top: 112px;
}

.xq-news-article__rich h2 {
  margin: 30px 0 12px;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.45;
}

.xq-news-article__rich h3 {
  margin: 26px 0 10px;
  font-size: 19px;
  font-weight: 850;
  line-height: 1.48;
}

.xq-news-article__rich h4 {
  margin: 22px 0 9px;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.5;
}

.xq-news-article__rich ul,
.xq-news-article__rich ol {
  display: grid;
  gap: 6px;
  margin: 0 0 20px;
  padding-left: 1.35em;
}

.xq-news-article__rich li::marker {
  color: var(--article-blue);
  font-weight: 800;
}

.xq-news-article__rich a {
  color: #076bc7;
  text-decoration: underline;
  text-decoration-color: rgba(7, 107, 199, .35);
  text-underline-offset: 4px;
}

.xq-news-article__rich a:hover,
.xq-news-article__rich a:focus-visible {
  text-decoration-color: currentColor;
}

.xq-news-article__rich figure,
.xq-news-article__rich .wp-block-image {
  margin: 24px 0;
}

.xq-news-article__rich figure img,
.xq-news-article__rich > img,
.xq-news-article__rich .wp-block-image img {
  width: 100%;
  height: auto;
  border: 1px solid #d1dfeb;
  border-radius: 4px;
}

.xq-news-article__rich figcaption,
.xq-news-article__rich .wp-element-caption {
  margin-top: 9px;
  color: #8292a2;
  font-size: 12px;
  line-height: 1.6;
  text-align: center;
}

.xq-news-article__rich blockquote,
.xq-news-article__rich .wp-block-quote {
  position: relative;
  margin: 26px 0;
  padding: 20px 24px 20px 58px;
  color: #28506f;
  border: 1px solid #dcecf9;
  border-radius: 4px;
  background: #eef7ff;
  font-size: 16px;
  font-weight: 650;
  line-height: 1.8;
}

.xq-news-article__rich blockquote::before,
.xq-news-article__rich .wp-block-quote::before {
  position: absolute;
  top: 12px;
  left: 18px;
  content: "“";
  color: var(--article-blue);
  font-size: 44px;
  font-weight: 900;
  line-height: 1;
}

.xq-news-article__rich blockquote p:last-child {
  margin-bottom: 0;
}

.xq-news-article__rich blockquote cite,
.xq-news-article__rich .wp-block-quote cite {
  display: block;
  margin-top: 10px;
  color: #52738e;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  text-align: right;
}

.xq-news-article__rich .wp-block-table,
.xq-news-article__rich > table {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 30px 0;
  overflow-x: auto;
  border: 1px solid #cadcea;
  border-radius: 3px;
  scrollbar-width: thin;
}

.xq-news-article__rich table {
  width: 100%;
  min-width: 620px;
  border-spacing: 0;
  border-collapse: collapse;
  color: #405a70;
  font-size: 14px;
  line-height: 1.6;
}

.xq-news-article__rich th,
.xq-news-article__rich td {
  padding: 13px 16px;
  border-right: 1px solid #d9e5ee;
  border-bottom: 1px solid #d9e5ee;
  text-align: left;
  vertical-align: top;
}

.xq-news-article__rich th:last-child,
.xq-news-article__rich td:last-child {
  border-right: 0;
}

.xq-news-article__rich tr:last-child td {
  border-bottom: 0;
}

.xq-news-article__rich th {
  color: #24445f;
  background: #eef6fc;
  font-weight: 800;
}

.xq-news-article__empty {
  display: grid;
  justify-items: center;
  padding: 52px 28px;
  text-align: center;
  border: 1px dashed #bdd3e5;
  background: #f6faff;
}

.xq-news-article__empty svg {
  width: 42px;
  height: 42px;
  color: var(--article-blue);
}

.xq-news-article__empty h2 {
  margin: 15px 0 8px;
  padding: 0;
  border: 0;
  font-size: 22px;
}

.xq-news-article__empty p {
  margin: 0;
}

.xq-news-article__article-footer {
  display: grid;
  gap: 16px;
  margin-top: 38px;
  padding-top: 19px;
  border-top: 1px solid var(--article-line);
}

.xq-news-article__source {
  color: #76889a;
  font-size: 13px;
  line-height: 1.7;
}

.xq-news-article__source p {
  margin: 0 0 4px;
}

.xq-news-article__source strong {
  color: #40586e;
}

.xq-news-article__article-tools {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px 24px;
}

.xq-news-article__tags,
.xq-news-article__share {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  color: #738598;
  font-size: 12px;
}

.xq-news-article__tags strong,
.xq-news-article__share strong {
  color: #40586e;
}

.xq-news-article__tags a {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 4px 10px;
  border: 1px solid #d5e3ed;
  border-radius: 999px;
  background: #f3f8fd;
  transition: color .2s ease, border-color .2s ease, background-color .2s ease;
}

.xq-news-article__tags a:hover,
.xq-news-article__tags a:focus-visible {
  color: var(--article-blue);
  border-color: #b9d7ed;
  background: #eef7ff;
}

.xq-news-article__share-actions {
  display: flex;
  align-items: center;
  gap: 7px;
}

.xq-news-article__share-button {
  display: inline-flex;
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: #fff;
  border: 0;
  border-radius: 50%;
  font: inherit;
  cursor: pointer;
  transition: filter .2s ease, transform .2s ease;
}

.xq-news-article__share-button--wechat {
  background: #39b95f;
}

.xq-news-article__share-button--weibo {
  background: #e95656;
}

.xq-news-article__share-button--linkedin {
  background: #2f7fbd;
}

.xq-news-article__share-button--link {
  background: #98a7b6;
}

.xq-news-article__share-button:hover,
.xq-news-article__share-button:focus-visible {
  filter: brightness(.93);
  transform: translateY(-1px);
}

.xq-news-article__share-button svg {
  width: 17px;
  height: 17px;
  stroke-width: 1.9;
}

.xq-news-article__share-status {
  color: #4d799b;
  font-size: 11px;
}

.xq-news-article__pager {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 22px;
  overflow: hidden;
  border: 1px solid var(--article-line);
  border-radius: 3px;
}

.xq-news-article__pager-link {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 10px;
  min-height: 68px;
  align-items: center;
  padding: 10px 14px;
  transition: color .2s ease, background-color .2s ease;
}

.xq-news-article__pager-link + .xq-news-article__pager-link {
  border-left: 1px solid var(--article-line);
}

.xq-news-article__pager-link--next {
  grid-template-columns: minmax(0, 1fr) 22px;
  text-align: right;
}

.xq-news-article__pager-link--previous > svg {
  transform: rotate(180deg);
}

.xq-news-article__pager-link > svg {
  width: 19px;
  height: 19px;
  color: var(--article-blue);
}

.xq-news-article__pager-link small,
.xq-news-article__pager-link strong {
  display: block;
}

.xq-news-article__pager-link small {
  margin-bottom: 2px;
  color: #8393a3;
  font-size: 12px;
}

.xq-news-article__pager-link strong {
  display: -webkit-box;
  overflow: hidden;
  color: #284359;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

a.xq-news-article__pager-link:hover,
a.xq-news-article__pager-link:focus-visible {
  background: #f4f9fd;
}

.xq-news-article__pager-link--disabled {
  opacity: .58;
}

.xq-news-article__section-heading > a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--article-blue);
  font-size: 12px;
  font-weight: 800;
}

.xq-news-article__section-heading > a svg {
  width: 15px;
  height: 15px;
  transition: transform .2s ease;
}

.xq-news-article__section-heading > a:hover svg {
  transform: translateX(3px);
}

.xq-news-article__related {
  margin-top: 34px;
  padding: 18px 20px 20px;
  border: 1px solid var(--article-line);
  border-radius: 3px;
}

.xq-news-article__section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 16px;
}

.xq-news-article__section-heading h2 {
  margin: 0;
  color: var(--article-navy);
  font-size: 19px;
  font-weight: 900;
  line-height: 1.3;
}

.xq-news-article__related-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.xq-news-article__related-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--article-line);
  border-radius: 3px;
  background: #fff;
  transition: border-color .2s ease, transform .2s ease;
}

.xq-news-article__related-card:hover {
  border-color: #b9d5e9;
  transform: translateY(-2px);
}

.xq-news-article__related-media {
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: #e8f0f6;
}

.xq-news-article__related-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}

.xq-news-article__related-card:hover .xq-news-article__related-media img {
  transform: scale(1.025);
}

.xq-news-article__related-copy {
  display: flex;
  min-height: 0;
  flex-direction: column;
  align-items: flex-start;
  padding: 13px 14px 15px;
}

.xq-news-article__related-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  color: #8898a8;
  font-size: 11px;
}

.xq-news-article__related-card h3 {
  display: -webkit-box;
  overflow: hidden;
  margin: 0 0 7px;
  color: #1d3850;
  font-size: 15px;
  font-weight: 850;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.xq-news-article__related-card h3 a:hover,
.xq-news-article__related-card h3 a:focus-visible {
  color: var(--article-blue);
}

.xq-news-article__related-card p {
  display: -webkit-box;
  overflow: hidden;
  margin: 8px 0 0;
  color: #6d8093;
  font-size: 12px;
  line-height: 1.6;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.xq-news-article__cta {
  position: relative;
  display: flex;
  min-height: 220px;
  align-items: center;
  isolation: isolate;
  overflow: hidden;
  margin-top: 46px;
  padding: 38px 46px;
  color: #fff;
  border-radius: 6px;
  background: linear-gradient(115deg, #0875dc 0%, #0566c2 64%, #064f96 100%);
}

.xq-news-article__cta-copy {
  position: relative;
  z-index: 2;
  width: min(620px, 62%);
}

.xq-news-article__cta-copy > p {
  margin: 0 0 7px;
  color: #b4e0ff;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .08em;
}

.xq-news-article__cta h2 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 31px;
  font-weight: 900;
  line-height: 1.28;
}

.xq-news-article__cta-copy > span {
  color: rgba(255, 255, 255, .8);
  font-size: 15px;
  line-height: 1.7;
}

.xq-news-article__cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 22px;
}

.xq-news-article__button {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 9px 18px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.2;
  transition: color .2s ease, border-color .2s ease, background-color .2s ease, transform .2s ease;
}

.xq-news-article__button:hover,
.xq-news-article__button:focus-visible {
  transform: translateY(-1px);
}

.xq-news-article .xq-news-article__button--light {
  min-width: 126px;
  color: #0766be;
  background: #fff;
}

.xq-news-article .xq-news-article__button--light:hover,
.xq-news-article .xq-news-article__button--light:focus-visible {
  background: #edf7ff;
}

.xq-news-article .xq-news-article__button--ghost {
  min-width: 126px;
  color: #fff;
  border-color: rgba(255, 255, 255, .58);
  background: rgba(255, 255, 255, .04);
}

.xq-news-article .xq-news-article__button--ghost:hover,
.xq-news-article .xq-news-article__button--ghost:focus-visible {
  border-color: #fff;
  background: rgba(255, 255, 255, .1);
}

.xq-news-article__cta-visual {
  position: absolute;
  z-index: 1;
  inset: 0 0 0 auto;
  width: 48%;
}

.xq-news-article__cta-visual::before {
  position: absolute;
  z-index: 1;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, #086fd0 0%, rgba(7, 106, 200, .7) 30%, rgba(5, 83, 155, .08) 76%);
}

.xq-news-article__cta-visual img {
  width: 100%;
  height: 100%;
  opacity: .9;
  object-fit: cover;
}

.xq-news-article :focus-visible {
  outline: 3px solid rgba(8, 117, 220, .4);
  outline-offset: 3px;
}

.xq-news-article__cta :focus-visible {
  outline-color: rgba(255, 255, 255, .82);
}

@media (max-width: 1024px) {
  .xq-news-article__masthead h1 {
    font-size: 40px;
  }
}

@media (max-width: 900px) {
  .xq-news-article__related {
    margin-top: 34px;
  }

  .xq-news-article__related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .xq-news-article__shell {
    width: min(100% - 32px, 1180px);
  }

  .xq-news-article__page {
    padding: 26px 0 48px;
  }

  .xq-news-article__breadcrumb {
    margin-bottom: 30px;
  }

  .xq-news-article__masthead {
    margin-bottom: 28px;
    text-align: left;
  }

  .xq-news-article__masthead h1 {
    margin-top: 0;
    font-size: 34px;
  }

  .xq-news-article__deck {
    margin-inline: 0;
    font-size: 16px;
  }

  .xq-news-article__meta {
    justify-content: flex-start;
  }

  .xq-news-article__rich {
    font-size: 16px;
    line-height: 1.9;
  }

  .xq-news-article__rich > p:first-child {
    font-size: 17px;
  }

  .xq-news-article__article-tools {
    align-items: flex-start;
  }

  .xq-news-article__pager {
    grid-template-columns: 1fr;
  }

  .xq-news-article__pager-link + .xq-news-article__pager-link {
    border-top: 1px solid var(--article-line);
    border-left: 0;
  }

  .xq-news-article__related {
    margin-top: 32px;
    padding: 17px 16px 18px;
  }

  .xq-news-article__related-grid {
    grid-template-columns: 1fr;
  }

  .xq-news-article__cta {
    min-height: 320px;
    align-items: flex-end;
    padding: 32px 28px;
  }

  .xq-news-article__cta-copy {
    width: 100%;
  }

  .xq-news-article__cta-visual {
    width: 100%;
    opacity: .42;
  }

  .xq-news-article__cta-visual::before {
    background: linear-gradient(0deg, #086bd0 10%, rgba(7, 105, 199, .94) 46%, rgba(5, 83, 155, .15) 100%);
  }
}

@media (max-width: 520px) {
  .xq-news-article__shell {
    width: min(100% - 24px, 1180px);
  }

  .xq-news-article__page {
    padding-top: 20px;
  }

  .xq-news-article__breadcrumb {
    margin-bottom: 24px;
    font-size: 12px;
  }

  .xq-news-article__masthead h1 {
    margin-bottom: 13px;
    font-size: 29px;
    line-height: 1.27;
  }

  .xq-news-article__deck {
    font-size: 15px;
    line-height: 1.72;
  }

  .xq-news-article__meta {
    display: grid;
    gap: 7px;
    margin-top: 17px;
  }

  .xq-news-article__meta > span[aria-hidden="true"] {
    display: none;
  }

  .xq-news-article__hero {
    margin-inline: -12px;
    border-radius: 0;
  }

  .xq-news-article__rich h2 {
    font-size: 23px;
  }

  .xq-news-article__rich h3 {
    font-size: 19px;
  }

  .xq-news-article__rich blockquote,
  .xq-news-article__rich .wp-block-quote {
    padding: 20px 18px 20px 48px;
    font-size: 16px;
  }

  .xq-news-article__rich blockquote::before,
  .xq-news-article__rich .wp-block-quote::before {
    left: 14px;
    font-size: 38px;
  }

  .xq-news-article__article-tools,
  .xq-news-article__tags,
  .xq-news-article__share {
    width: 100%;
  }

  .xq-news-article__section-heading {
    align-items: flex-start;
  }

  .xq-news-article__section-heading h2 {
    font-size: 27px;
  }

  .xq-news-article__cta {
    min-height: 342px;
    margin-inline: -12px;
    padding: 29px 24px;
    border-radius: 0;
  }

  .xq-news-article__cta h2 {
    font-size: 27px;
  }

  .xq-news-article__cta-actions,
  .xq-news-article__cta-actions .xq-news-article__button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .xq-news-article *,
  .xq-news-article *::before,
  .xq-news-article *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}
