/* Report archive and detail: scoped to the two reference screens. */
html.ds-theme body.sd-rd--reports .sd-blog-page,
html.ds-theme body.sd-rd--report-detail .sd-blog-page { padding: 0 0 42px; }
html.ds-theme body.sd-rd--reports .sd-blog-page__container,
html.ds-theme body.sd-rd--report-detail .sd-blog-page__container {
  width: min(100%, var(--rd-max));
  max-width: var(--rd-max) !important;
  margin: 0 auto !important;
  padding: 0 !important;
}
html.ds-theme body.sd-rd--reports .sd-blog-hero {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 148px;
  margin: 0 0 10px;
  padding: 20px 27px;
}
html.ds-theme body.sd-rd--reports .sd-blog-hero .sd-blog-page__title {
  max-width: 580px;
  margin: 0 0 5px;
  font-size: clamp(24px, 2.4vw, 32px) !important;
  line-height: 1.15;
}
html.ds-theme body.sd-rd--reports .sd-blog-hero .sd-blog-page__lead {
  max-width: 610px;
  margin: 0;
  font-size: 12px !important;
}

/* Quick category entry points */
html.ds-theme body.sd-rd--reports .sd-blog-stats {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 7px;
  margin: 0 0 13px;
}
html.ds-theme body.sd-rd--reports .sd-blog-stat {
  min-height: 60px;
  padding: 9px 12px;
  border-radius: 9px;
  background: #fff;
  transition: border-color .18s, transform .18s;
}
html.ds-theme body.sd-rd--reports .sd-blog-stat:hover { border-color: #8cb5ee; transform: translateY(-1px); }
html.ds-theme body.sd-rd--reports .sd-blog-stat.is-active {
  background: linear-gradient(135deg,#0d54ba,#2581ed);
  border-color: #1764c7 !important;
  box-shadow: 0 2px 8px rgba(19,88,190,.18);
}
html.ds-theme body.sd-rd--reports .sd-blog-stat .ds-kicker { color: #405775; font-size: 12px; font-weight: 800; }
html.ds-theme body.sd-rd--reports .sd-blog-stat strong {
  margin-top: 2px;
  color: #7489a6;
  font-size: 11px;
  font-weight: 700;
}
html.ds-theme body.sd-rd--reports .sd-blog-stat.is-active .ds-kicker,
html.ds-theme body.sd-rd--reports .sd-blog-stat.is-active strong { color: #fff !important; }

/* Popular ranking and recent reports */
html.ds-theme body.sd-rd--reports .sd-blog-featured {
  grid-template-columns: minmax(0,.84fr) minmax(0,1.6fr);
  gap: 12px;
  margin: 0 0 18px;
}
html.ds-theme body.sd-rd--reports .sd-blog-featured > .ds-card {
  padding: 13px 15px;
  min-width: 0;
}
html.ds-theme body.sd-rd--reports .sd-blog-featured .ds-page-head { margin: 0 0 4px; }
html.ds-theme body.sd-rd--reports .sd-blog-featured .ds-section-title { margin: 0; font-size: 16px; }
html.ds-theme body.sd-rd--reports .sd-blog-sidebar__tabs { margin: 0 0 9px; }
html.ds-theme body.sd-rd--reports .sd-blog-sidebar__tab { padding: 3px 9px; font-size: 11px; }
html.ds-theme body.sd-rd--reports .sd-blog-featured__cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 5px;
  margin: 0;
}
html.ds-theme body.sd-rd--reports .sd-blog-featured__cards .sd-blog-pop {
  display: grid;
  grid-template-columns: 20px 55px minmax(0,1fr);
  gap: 8px;
  align-items: center;
  min-height: 47px;
  padding: 3px 0;
  border-top: 1px solid #edf2f8;
}
html.ds-theme body.sd-rd--reports .sd-blog-pop__rank {
  color: #1764c7;
  font-size: 17px;
  font-weight: 900;
  text-align: center;
}
html.ds-theme body.sd-rd--reports .sd-rd-report-tile {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 40px;
  color: #d9eaff;
  background: radial-gradient(circle at 76% 28%,#327bd0,transparent 43%),linear-gradient(135deg,#082758,#155baa);
}
html.ds-theme body.sd-rd--reports .sd-rd-report-tile i { font-size: 22px; }
html.ds-theme body.sd-rd--reports .sd-blog-featured__cards .sd-blog-pop img {
  width: 55px;
  height: 40px;
  border-radius: 5px;
  object-fit: cover;
}
html.ds-theme body.sd-rd--reports .sd-blog-featured__cards .sd-blog-pop strong {
  padding: 0;
  overflow: hidden;
  color: #1a2f51;
  font-size: 11px;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
html.ds-theme body.sd-rd--reports .sd-blog-featured__recent {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 8px;
  min-width: 0;
  align-content: start;
}
html.ds-theme body.sd-rd--reports .sd-blog-featured__recent h2 { grid-column: 1/-1; margin: 1px 0 0; font-size: 16px; }
html.ds-theme body.sd-rd--reports .sd-blog-featured__recent .sd-blog-pop {
  min-width: 0;
  padding-bottom: 7px;
  border-radius: 8px;
}
html.ds-theme body.sd-rd--reports .sd-blog-featured__recent img { height: 78px; border-radius: 8px 8px 0 0; }
html.ds-theme body.sd-rd--reports .sd-blog-featured__recent .sd-rd-report-tile { height: 78px; }
html.ds-theme body.sd-rd--reports .sd-blog-featured__recent .ds-kicker { padding: 6px 8px 0; font-size: 10px; }
html.ds-theme body.sd-rd--reports .sd-blog-featured__recent strong {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  min-height: 30px;
  padding: 2px 8px 0;
  color: #172c4d;
  font-size: 11px;
  line-height: 1.4;
}
html.ds-theme body.sd-rd--reports .sd-blog-featured__recent .ds-lead { padding: 4px 8px 0; font-size: 9px; }

/* Search, sorting, and dense report rows */
html.ds-theme body.sd-rd--reports .sd-blog-results-heading {
  display: flex;
  gap: 12px;
  align-items: baseline;
  padding: 0 2px 9px;
}
html.ds-theme body.sd-rd--reports .sd-blog-results-heading h2 { margin: 0; color: #172c4d; font-size: 16px; }
html.ds-theme body.sd-rd--reports .sd-blog-results-heading h2 strong { color: #1764c7; }
html.ds-theme body.sd-rd--reports .sd-blog-results-heading p { margin: 0; color: #7b8da8; font-size: 11px; }
html.ds-theme body.sd-rd--reports .sd-blog-cat-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
  margin: 0 0 9px;
}
html.ds-theme body.sd-rd--reports .sd-blog-cat-chips .ds-search { order: 99; margin-left: auto; max-width: 260px; }
html.ds-theme body.sd-rd--reports .sd-blog-cat-chips .ds-chip {
  min-height: 28px;
  padding: 4px 9px;
  border-radius: 6px;
  font-size: 11px;
}
html.ds-theme body.sd-rd--reports .sd-report-facets {
  display: flex;
  flex-basis: 100%;
  min-width: 0;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  gap: 7px 16px;
  flex-wrap: wrap;
  padding: 6px 0 0;
  border-top: 1px solid #e7edf5;
}
html.ds-theme body.sd-rd--reports .sd-report-facets__group { display: flex; align-items: center; flex-wrap: wrap; gap: 5px; }
html.ds-theme body.sd-rd--reports .sd-report-facets__group:last-child {
  flex-basis: 100%;
  min-width: 0;
  width: 100%;
  max-width: 100%;
  flex-wrap: nowrap;
  overflow-x: auto;
  scrollbar-width: thin;
  white-space: nowrap;
}
html.ds-theme body.sd-rd--reports .sd-report-facets__group span { margin-right: 3px; color: #506581; font-size: 10px; font-weight: 800; }
html.ds-theme body.sd-rd--reports .sd-report-facets__group a {
  padding: 2px 6px;
  max-width: 144px;
  overflow: hidden;
  text-overflow: ellipsis;
  border-radius: 5px;
  color: #60748f;
  font-size: 10px;
  text-decoration: none;
}
html.ds-theme body.sd-rd--reports .sd-report-facets__group a:hover,
html.ds-theme body.sd-rd--reports .sd-report-facets__group a.is-active { background: #e9f2ff; color: #1258b7; }
html.ds-theme body.sd-rd--reports .sd-blog-page__list { display: grid; grid-template-columns: 1fr !important; gap: 6px; }
html.ds-theme body.sd-rd--reports .sd-blog-page__item,
html.ds-theme body.sd-rd--reports .sd-blog-page__item.is-featured { grid-column: auto; border-radius: 8px; }
html.ds-theme body.sd-rd--reports .sd-blog-page__link {
  display: grid !important;
  grid-template-columns: 156px minmax(0,1fr);
  min-height: 112px;
}
html.ds-theme body.sd-rd--reports .sd-blog-page__thumb,
html.ds-theme body.sd-rd--reports .sd-blog-page__item.is-featured .sd-blog-page__thumb {
  width: 156px;
  height: 112px !important;
  min-height: 112px;
}
html.ds-theme body.sd-rd--reports .sd-blog-page__content { justify-content: center; gap: 3px; padding: 10px 14px; }
html.ds-theme body.sd-rd--reports .sd-blog-page__meta { align-items: center; gap: 5px 8px; margin: 0 0 2px; }
html.ds-theme body.sd-rd--reports .sd-blog-page__category { border-radius: 4px; padding: 2px 6px; font-size: 10px; }
html.ds-theme body.sd-rd--reports .sd-blog-page__meta .ds-chip {
  display: inline-block;
  max-width: min(100%, 240px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 2px 5px;
  min-height: 0;
  font-size: 10px;
}
html.ds-theme body.sd-rd--reports .sd-blog-page__date,
html.ds-theme body.sd-rd--reports .sd-blog-page__views { font-size: 10px; }
html.ds-theme body.sd-rd--reports .sd-blog-page__item-title,
html.ds-theme body.sd-rd--reports .sd-blog-page__item.is-featured .sd-blog-page__item-title {
  margin: 0;
  color: #152a4a;
  font-size: 15px;
  line-height: 1.35;
}
html.ds-theme body.sd-rd--reports .sd-blog-page__item-summary {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #5c6f8c;
  font-size: 11px;
  line-height: 1.42;
}

/* Article header, contents rail, and reading column */
html.ds-theme body.sd-rd--report-detail .sd-report-breadcrumb {
  display: flex;
  gap: 7px;
  align-items: center;
  margin: 3px 0 9px;
  color: #71829b;
  font-size: 11px;
}
html.ds-theme body.sd-rd--report-detail .sd-report-breadcrumb a { color: #436187; text-decoration: none; }
html.ds-theme body.sd-rd--report-detail .sd-report-breadcrumb a:hover { color: #1764c7; }
html.ds-theme body.sd-rd--report-detail .sd-blog-detail-top {
  grid-template-columns: minmax(0,1fr) 220px;
  gap: 12px;
  margin-bottom: 12px;
}
html.ds-theme body.sd-rd--report-detail .sd-blog-detail__hero,
html.ds-theme body.sd-rd--report-detail .sd-blog-detail__hero--banner {
  height: 180px;
  margin: 0 0 8px;
  border-radius: 10px;
  background-color: #082147;
}
html.ds-theme body.sd-rd--report-detail .sd-blog-detail__hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,rgba(5,22,52,.94),rgba(8,34,75,.7) 55%,rgba(8,34,75,.08));
  pointer-events: none;
}
html.ds-theme body.sd-rd--report-detail .sd-blog-detail__hero-copy {
  z-index: 1;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 25px;
  background: transparent;
}
html.ds-theme body.sd-rd--report-detail .sd-blog-detail__hero-copy .ds-kicker { margin: 0 0 8px; font-size: 11px; }
html.ds-theme body.sd-rd--report-detail .sd-blog-detail__hero-copy .sd-blog-detail__title {
  max-width: 620px;
  margin: 0;
  color: #fff !important;
  font-size: clamp(21px,2.2vw,30px);
  line-height: 1.28;
}
html.ds-theme body.sd-rd--report-detail .sd-blog-detail__headline-card {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px 13px;
  border-radius: 8px;
}
html.ds-theme body.sd-rd--report-detail .sd-blog-detail__headline-card > .ds-kicker { margin: 0; font-size: 10px; }
html.ds-theme body.sd-rd--report-detail .sd-blog-detail__headline-card > .ds-chip {
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
html.ds-theme body.sd-rd--report-detail .sd-blog-detail__headline-card > .ds-lead {
  order: 5;
  width: 100%;
  margin: 0;
  font-size: 11px;
  line-height: 1.45;
}
html.ds-theme body.sd-rd--report-detail .sd-blog-detail__meta-line {
  width: 100%;
  padding-top: 7px;
}
html.ds-theme body.sd-rd--report-detail .sd-blog-detail-related { padding: 11px; }
html.ds-theme body.sd-rd--report-detail .sd-blog-detail-related .ds-kicker { font-size: 11px; }
html.ds-theme body.sd-rd--report-detail .sd-blog-detail-related .ds-list { margin-top: 8px; }
html.ds-theme body.sd-rd--report-detail .sd-blog-detail-related .ds-list a { padding: 7px 0; font-size: 11px; }
html.ds-theme body.sd-rd--report-detail .ds-article.sd-blog-article {
  grid-template-columns: 155px minmax(0,1fr) 220px !important;
  gap: 12px;
}
html.ds-theme body.sd-rd--report-detail .sd-blog-article:not(:has(.ds-toc)) { grid-template-columns: minmax(0,1fr) 220px !important; }
html.ds-theme body.sd-rd--report-detail .ds-toc {
  position: sticky;
  top: calc(var(--rd-header-h) + 14px);
  align-self: start;
  padding: 12px;
}
html.ds-theme body.sd-rd--report-detail .ds-toc strong { font-size: 12px; }
html.ds-theme body.sd-rd--report-detail .ds-toc a { padding: 6px 5px; font-size: 11px; line-height: 1.35; }
html.ds-theme body.sd-rd--report-detail .sd-blog-detail { min-width: 0; padding: 0 4px; }
html.ds-theme body.sd-rd--report-detail .sd-blog-summary { margin-bottom: 10px; padding: 13px 16px; border-color: #d6e7ff; background: #f2f7ff; }
html.ds-theme body.sd-rd--report-detail .sd-blog-summary .ds-kicker { color: #1557b3; font-size: 12px; }
html.ds-theme body.sd-rd--report-detail .sd-blog-summary li { margin-top: 4px; font-size: 12px; line-height: 1.52; }
html.ds-theme body.sd-rd--report-detail .sd-blog-detail__content { font-size: 13px; line-height: 1.72; }
html.ds-theme body.sd-rd--report-detail .sd-blog-detail__content h2 { margin: 25px 0 10px; font-size: 19px; }
html.ds-theme body.sd-rd--report-detail .sd-blog-detail__content h3 { font-size: 15px; }
html.ds-theme body.sd-rd--report-detail .sd-article-metrics { gap: 7px; }
html.ds-theme body.sd-rd--report-detail .sd-article-metrics .ds-card { padding: 11px; }
html.ds-theme body.sd-rd--report-detail .sd-blog-rail { top: calc(var(--rd-header-h) + 14px); gap: 8px; }
html.ds-theme body.sd-rd--report-detail .sd-blog-rail .ds-card { padding: 12px; }
html.ds-theme body.sd-rd--report-detail .sd-blog-rail strong { display: block; font-size: 13px; }
html.ds-theme body.sd-rd--report-detail .sd-blog-rail .ds-lead,
html.ds-theme body.sd-rd--report-detail .sd-blog-rail a { font-size: 11px; }

@media (max-width: 900px) {
  html.ds-theme body.sd-rd--reports .sd-blog-featured { grid-template-columns: 1fr; }
  html.ds-theme body.sd-rd--reports .sd-blog-stats { grid-template-columns: repeat(3,minmax(0,1fr)); }
  html.ds-theme body.sd-rd--report-detail .ds-article.sd-blog-article { grid-template-columns: minmax(0,1fr) 210px !important; }
  html.ds-theme body.sd-rd--report-detail .ds-toc { grid-column: 1/-1; position: static; display: flex; flex-wrap: wrap; gap: 5px; }
  html.ds-theme body.sd-rd--report-detail .ds-toc strong { width: 100%; }
}
@media (max-width: 680px) {
  html.ds-theme body.sd-rd--reports .sd-blog-stats { grid-template-columns: repeat(2,minmax(0,1fr)) !important; }
  html.ds-theme body.sd-rd--reports .sd-blog-featured__recent { grid-template-columns: repeat(2,minmax(0,1fr)); }
  html.ds-theme body.sd-rd--reports .sd-blog-cat-chips .ds-search { flex-basis: 100%; max-width: none; margin-left: 0; order: -1; }
  html.ds-theme body.sd-rd--reports .sd-blog-results-heading { display: block; }
  html.ds-theme body.sd-rd--reports .sd-blog-results-heading p { margin-top: 3px; }
  html.ds-theme body.sd-rd--reports .sd-blog-page__link { grid-template-columns: 112px minmax(0,1fr) !important; min-height: 110px; }
  html.ds-theme body.sd-rd--reports .sd-blog-page__thumb,
  html.ds-theme body.sd-rd--reports .sd-blog-page__item.is-featured .sd-blog-page__thumb { width: 112px; height: 110px !important; min-height: 110px; }
  html.ds-theme body.sd-rd--reports .sd-blog-page__item-title,
  html.ds-theme body.sd-rd--reports .sd-blog-page__item.is-featured .sd-blog-page__item-title { font-size: 12px; }
  html.ds-theme body.sd-rd--reports .sd-blog-page__content { overflow: hidden; }
  html.ds-theme body.sd-rd--reports .sd-blog-page__meta .ds-chip { max-width: 150px; }
  html.ds-theme body.sd-rd--reports .sd-blog-page__item-summary { font-size: 10px; -webkit-line-clamp: 1; }
  html.ds-theme body.sd-rd--reports .sd-blog-page__date,
  html.ds-theme body.sd-rd--reports .sd-blog-page__views { font-size: 9px; }
  html.ds-theme body.sd-rd--report-detail .sd-blog-detail-top { grid-template-columns: 1fr; }
  html.ds-theme body.sd-rd--report-detail .sd-blog-detail__hero { height: 176px; }
  html.ds-theme body.sd-rd--report-detail .ds-article.sd-blog-article,
  html.ds-theme body.sd-rd--report-detail .sd-blog-article:not(:has(.ds-toc)) { grid-template-columns: 1fr !important; }
  html.ds-theme body.sd-rd--report-detail .sd-blog-rail { position: static; }
}

/* Reference v2: report archive and article. Scoped to these two routes. */
html.ds-theme body.sd-rd--reports .sd-blog-page__container,
html.ds-theme body.sd-rd--report-detail .sd-blog-page__container {
  width: min(calc(100% - 32px), 1240px);
  max-width: 1240px !important;
  padding-inline: 0 !important;
}
html.ds-theme body.sd-rd--reports .sd-blog-layout--reports {
  display: block;
  width: 100%;
}
html.ds-theme body.sd-rd--reports .sd-blog-layout--reports .sd-blog-main {
  width: 100%;
  min-width: 0;
}
html.ds-theme body.sd-rd--reports .sd-blog-hero {
  min-height: 174px;
  margin-bottom: 16px;
  padding: 28px 34px;
  background-position: 67% 47%;
}
html.ds-theme body.sd-rd--reports .sd-blog-hero .sd-blog-page__title {
  max-width: 660px;
  font-size: clamp(27px, 3vw, 38px) !important;
  line-height: 1.14;
}
html.ds-theme body.sd-rd--reports .sd-blog-hero .sd-blog-page__lead {
  max-width: 610px;
  margin-top: 6px;
  font-size: 14px !important;
}
html.ds-theme body.sd-rd--reports .sd-blog-stats {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 18px;
}
html.ds-theme body.sd-rd--reports .sd-blog-stat {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 80px;
  padding: 13px 15px;
  overflow: hidden;
  border-radius: 10px;
}
html.ds-theme body.sd-rd--reports .sd-blog-stat::before {
  content: "";
  position: absolute;
  top: 14px;
  right: 14px;
  width: 13px;
  height: 13px;
  border: 3px solid #b8cfeb;
  border-top: 0;
  border-left: 0;
  border-radius: 0 0 3px 0;
  transform: rotate(-45deg);
  opacity: .9;
}
html.ds-theme body.sd-rd--reports .sd-blog-stat.is-active::before { border-color: #fff; }
html.ds-theme body.sd-rd--reports .sd-blog-stat .ds-kicker {
  padding-right: 17px;
  color: #213c63;
  font-size: 14px;
  line-height: 1.35;
}
html.ds-theme body.sd-rd--reports .sd-blog-stat strong {
  margin-top: 5px;
  font-size: 12px;
}
html.ds-theme body.sd-rd--reports .sd-blog-featured {
  grid-template-columns: minmax(290px, .86fr) minmax(0, 1.65fr);
  gap: 16px;
  margin-bottom: 25px;
}
html.ds-theme body.sd-rd--reports .sd-blog-featured > .ds-card {
  padding: 18px 20px;
}
html.ds-theme body.sd-rd--reports .sd-blog-featured .ds-section-title,
html.ds-theme body.sd-rd--reports .sd-blog-featured__recent h2 {
  margin-bottom: 8px;
  font-size: 18px;
}
html.ds-theme body.sd-rd--reports .sd-blog-featured__cards { gap: 0; }
html.ds-theme body.sd-rd--reports .sd-blog-featured__cards .sd-blog-pop {
  grid-template-columns: 27px 67px minmax(0, 1fr);
  gap: 11px;
  min-height: 63px;
  padding-block: 6px;
}
html.ds-theme body.sd-rd--reports .sd-blog-featured__cards .sd-blog-pop img {
  width: 67px;
  height: 48px;
}
html.ds-theme body.sd-rd--reports .sd-blog-featured__cards .sd-blog-pop strong {
  font-size: 13px;
  line-height: 1.42;
}
html.ds-theme body.sd-rd--reports .sd-blog-featured__recent {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}
html.ds-theme body.sd-rd--reports .sd-blog-featured__recent .sd-blog-pop {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #e2e9f3;
  border-radius: 10px;
  background: #fff;
  text-decoration: none;
  transition: border-color .18s, transform .18s, box-shadow .18s;
}
html.ds-theme body.sd-rd--reports .sd-blog-featured__recent .sd-blog-pop:hover {
  transform: translateY(-2px);
  border-color: #adc9ee;
  box-shadow: 0 8px 20px rgba(21, 58, 108, .1);
}
html.ds-theme body.sd-rd--reports .sd-blog-featured__recent img,
html.ds-theme body.sd-rd--reports .sd-blog-featured__recent .sd-rd-report-tile {
  width: 100%;
  height: 114px;
  object-fit: cover;
}
html.ds-theme body.sd-rd--reports .sd-blog-featured__recent .ds-kicker {
  padding: 9px 10px 0;
  color: #2468bf;
  font-size: 11px;
}
html.ds-theme body.sd-rd--reports .sd-blog-featured__recent strong {
  min-height: 50px;
  padding: 3px 10px 0;
  font-size: 13px;
  line-height: 1.38;
}
html.ds-theme body.sd-rd--reports .sd-blog-featured__recent .ds-lead {
  margin-top: auto;
  padding: 4px 10px 10px;
  font-size: 11px;
}
html.ds-theme body.sd-rd--reports .sd-blog-results-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
  padding-bottom: 11px;
  border-bottom: 1px solid #e2e9f2;
}
html.ds-theme body.sd-rd--reports .sd-blog-results-heading h2 { font-size: 19px; }
html.ds-theme body.sd-rd--reports .sd-blog-results-heading p { font-size: 12px; }
html.ds-theme body.sd-rd--reports .sd-blog-cat-chips {
  gap: 7px;
  margin-bottom: 14px;
  padding: 12px;
  border: 1px solid #e0e8f3;
  border-radius: 11px;
  background: #fff;
}
html.ds-theme body.sd-rd--reports .sd-blog-cat-chips .ds-search {
  max-width: 290px;
}
html.ds-theme body.sd-rd--reports .sd-blog-cat-chips .ds-chip {
  min-height: 31px;
  padding: 6px 10px;
  font-size: 12px;
}
html.ds-theme body.sd-rd--reports .sd-report-facets {
  padding-top: 10px;
}
html.ds-theme body.sd-rd--reports .sd-report-facets__group span,
html.ds-theme body.sd-rd--reports .sd-report-facets__group a { font-size: 11px; }
html.ds-theme body.sd-rd--reports .sd-blog-page__list { gap: 10px; }
html.ds-theme body.sd-rd--reports .sd-blog-page__item,
html.ds-theme body.sd-rd--reports .sd-blog-page__item.is-featured {
  border: 1px solid #e1e9f3;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  transition: border-color .18s, transform .18s, box-shadow .18s;
}
html.ds-theme body.sd-rd--reports .sd-blog-page__item:hover {
  transform: translateY(-1px);
  border-color: #a9c8ef;
  box-shadow: 0 8px 24px rgba(20, 54, 98, .08);
}
html.ds-theme body.sd-rd--reports .sd-blog-page__link {
  grid-template-columns: 216px minmax(0, 1fr);
  min-height: 142px;
  text-decoration: none;
}
html.ds-theme body.sd-rd--reports .sd-blog-page__thumb,
html.ds-theme body.sd-rd--reports .sd-blog-page__item.is-featured .sd-blog-page__thumb {
  width: 216px;
  height: 142px !important;
  min-height: 142px;
}
html.ds-theme body.sd-rd--reports .sd-blog-page__thumb img { width: 100%; height: 100%; object-fit: cover; }
html.ds-theme body.sd-rd--reports .sd-blog-page__content {
  justify-content: center;
  gap: 6px;
  padding: 16px 20px;
}
html.ds-theme body.sd-rd--reports .sd-blog-page__meta { gap: 5px 9px; }
html.ds-theme body.sd-rd--reports .sd-blog-page__item-title,
html.ds-theme body.sd-rd--reports .sd-blog-page__item.is-featured .sd-blog-page__item-title {
  color: #142c50;
  font-size: 19px;
  line-height: 1.36;
}
html.ds-theme body.sd-rd--reports .sd-blog-page__item-summary {
  max-width: 840px;
  color: #63758e;
  font-size: 13px;
  line-height: 1.5;
}
html.ds-theme body.sd-rd--reports .sd-blog-page__date,
html.ds-theme body.sd-rd--reports .sd-blog-page__views { font-size: 11px; }
html.ds-theme body.sd-rd--reports .sd-rd-report-tile {
  position: relative;
  display: grid;
  place-items: center;
  isolation: isolate;
  min-width: 100%;
  overflow: hidden;
  background: radial-gradient(circle at 76% 22%, #2784dc, transparent 37%), linear-gradient(140deg, #082349, #12569b 70%, #2b82c6) !important;
}
html.ds-theme body.sd-rd--reports .sd-rd-report-tile::before,
html.ds-theme body.sd-rd--reports .sd-rd-report-tile::after {
  content: "";
  position: absolute;
  width: 160%;
  height: 85%;
  left: -23%;
  bottom: -42%;
  border-top: 1px solid rgba(190, 224, 255, .32);
  border-radius: 50%;
  transform: rotate(-12deg);
}
html.ds-theme body.sd-rd--reports .sd-rd-report-tile::after {
  bottom: -55%;
  border-top-color: rgba(190, 224, 255, .22);
  transform: rotate(9deg);
}
html.ds-theme body.sd-rd--reports .sd-rd-report-tile i {
  position: relative;
  z-index: 1;
  color: #e6f3ff;
  font-size: 34px;
}

html.ds-theme body.sd-rd--report-detail .sd-report-breadcrumb {
  gap: 8px;
  margin: 6px 0 13px;
  color: #6a7b92;
  font-size: 12px;
}
html.ds-theme body.sd-rd--report-detail .sd-blog-detail-top {
  grid-template-columns: minmax(0, 1fr) 252px;
  gap: 16px;
  margin-bottom: 18px;
}
html.ds-theme body.sd-rd--report-detail .sd-blog-detail__hero,
html.ds-theme body.sd-rd--report-detail .sd-blog-detail__hero--banner {
  height: 254px;
  margin-bottom: 10px;
  border-radius: 12px;
  background: linear-gradient(90deg, rgba(5, 22, 52, .93), rgba(8, 35, 77, .55)), url("../../img/ds-redesign-mountain.webp") center 48% / cover no-repeat;
}
html.ds-theme body.sd-rd--report-detail .sd-blog-detail__hero img { width: 100%; height: 100%; object-fit: cover; }
html.ds-theme body.sd-rd--report-detail .sd-blog-detail__hero-copy {
  padding: 28px 32px;
}
html.ds-theme body.sd-rd--report-detail .sd-blog-detail__hero-copy .ds-kicker {
  margin-bottom: 11px;
  color: #b8d8ff;
  font-size: 12px;
  letter-spacing: .11em;
}
html.ds-theme body.sd-rd--report-detail .sd-blog-detail__hero-copy .sd-blog-detail__title {
  max-width: 740px;
  font-size: clamp(27px, 2.65vw, 38px);
  line-height: 1.25;
  letter-spacing: -.045em;
}
html.ds-theme body.sd-rd--report-detail .sd-blog-detail__headline-card {
  gap: 10px 12px;
  align-items: center;
  padding: 17px 20px;
  border: 1px solid #dfe8f3;
  border-radius: 11px;
  background: #fff;
}
html.ds-theme body.sd-rd--report-detail .sd-blog-detail__headline-card > .ds-kicker {
  color: #2570c7;
  font-size: 11px;
}
html.ds-theme body.sd-rd--report-detail .sd-blog-detail__headline-card .sd-article-quote {
  margin-left: auto;
}
html.ds-theme body.sd-rd--report-detail .sd-blog-detail__headline-card > .ds-lead {
  margin: 2px 0 0;
  color: #566d8a;
  font-size: 13px;
  line-height: 1.55;
}
html.ds-theme body.sd-rd--report-detail .sd-blog-detail__meta-line {
  gap: 12px;
  padding-top: 10px;
  border-color: #e7edf4;
}
html.ds-theme body.sd-rd--report-detail .sd-blog-detail__date { font-size: 12px; }
html.ds-theme body.sd-rd--report-detail .sd-blog-detail__meta { gap: 7px; }
html.ds-theme body.sd-rd--report-detail .sd-blog-detail__meta .ds-chip,
html.ds-theme body.sd-rd--report-detail .sd-report-copy-link {
  min-height: 31px;
  padding: 6px 10px;
  border: 1px solid #d8e4f2;
  border-radius: 7px;
  background: #f6f9fe;
  color: #29517f;
  font-size: 12px;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
}
html.ds-theme body.sd-rd--report-detail .sd-report-copy-link:hover,
html.ds-theme body.sd-rd--report-detail .sd-blog-detail__meta .ds-chip:hover {
  border-color: #96bdeb;
  background: #edf5ff;
}
html.ds-theme body.sd-rd--report-detail .sd-report-copy-status {
  min-height: 1em;
  align-self: center;
  color: #276bb7;
  font-size: 11px;
}
html.ds-theme body.sd-rd--report-detail .sd-blog-detail-related { padding: 17px; }
html.ds-theme body.sd-rd--report-detail .sd-blog-detail-related .ds-kicker {
  color: #1b568f;
  font-size: 12px;
}
html.ds-theme body.sd-rd--report-detail .sd-blog-detail-related .ds-list a {
  gap: 10px;
  padding: 11px 0;
  font-size: 12px;
}
html.ds-theme body.sd-rd--report-detail .ds-article.sd-blog-article {
  grid-template-columns: 176px minmax(0, 1fr) 252px !important;
  gap: 16px;
  align-items: start;
}
html.ds-theme body.sd-rd--report-detail .sd-blog-article:not(:has(.ds-toc)) {
  grid-template-columns: minmax(0, 1fr) 252px !important;
}
html.ds-theme body.sd-rd--report-detail .ds-toc {
  top: calc(var(--rd-header-h) + 17px);
  padding: 15px 12px;
  border: 1px solid #e1e9f3;
  border-radius: 10px;
  background: #fff;
}
html.ds-theme body.sd-rd--report-detail .ds-toc strong {
  display: block;
  margin-bottom: 8px;
  padding: 0 6px;
  color: #172f53;
  font-size: 14px;
}
html.ds-theme body.sd-rd--report-detail .ds-toc a {
  border-left: 2px solid transparent;
  color: #5d718b;
  font-size: 12px;
  line-height: 1.45;
}
html.ds-theme body.sd-rd--report-detail .ds-toc a:hover,
html.ds-theme body.sd-rd--report-detail .ds-toc a:focus-visible {
  border-left-color: #1d69cd;
  background: #eff5ff;
  color: #1358a9;
}
html.ds-theme body.sd-rd--report-detail .sd-blog-detail {
  min-width: 0;
  padding: 3px 0;
}
html.ds-theme body.sd-rd--report-detail .sd-blog-summary {
  margin-bottom: 18px;
  padding: 18px 22px;
  border: 1px solid #bcd5f4;
  border-radius: 11px;
  background: #eef6ff;
}
html.ds-theme body.sd-rd--report-detail .sd-blog-summary .ds-kicker {
  color: #135ab1;
  font-size: 14px;
}
html.ds-theme body.sd-rd--report-detail .sd-blog-summary li {
  margin-top: 7px;
  color: #344f70;
  font-size: 13px;
  line-height: 1.6;
}
html.ds-theme body.sd-rd--report-detail .sd-article-metrics {
  gap: 9px;
  margin-bottom: 19px;
}
html.ds-theme body.sd-rd--report-detail .sd-article-metrics .ds-card { padding: 15px 14px; }
html.ds-theme body.sd-rd--report-detail .sd-article-metrics .ds-kicker { font-size: 11px; }
html.ds-theme body.sd-rd--report-detail .sd-article-metrics strong { font-size: 18px; }
html.ds-theme body.sd-rd--report-detail .sd-blog-detail__content {
  color: #273c59;
  font-size: 15px;
  line-height: 1.85;
}
html.ds-theme body.sd-rd--report-detail .sd-blog-detail__content h2 {
  margin: 31px 0 13px;
  padding-bottom: 8px;
  border-bottom: 1px solid #e8edf4;
  color: #142f57;
  font-size: 22px;
  line-height: 1.3;
  scroll-margin-top: 80px;
}
html.ds-theme body.sd-rd--report-detail .sd-blog-detail__content h3 {
  color: #25476e;
  font-size: 17px;
}
html.ds-theme body.sd-rd--report-detail .sd-blog-detail__content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}
html.ds-theme body.sd-rd--report-detail .sd-blog-rail {
  top: calc(var(--rd-header-h) + 17px);
  gap: 11px;
}
html.ds-theme body.sd-rd--report-detail .sd-blog-rail .ds-card { padding: 17px; }
html.ds-theme body.sd-rd--report-detail .sd-blog-rail .ds-kicker {
  color: #2865ae;
  font-size: 11px;
}
html.ds-theme body.sd-rd--report-detail .sd-blog-rail strong {
  color: #172f52;
  font-size: 15px;
  line-height: 1.35;
}
html.ds-theme body.sd-rd--report-detail .sd-blog-rail .ds-lead,
html.ds-theme body.sd-rd--report-detail .sd-blog-rail a {
  font-size: 12px;
  line-height: 1.5;
}
html.ds-theme body.sd-rd--report-detail .sd-blog-rail .ds-btn {
  width: 100%;
  min-height: 36px;
  justify-content: center;
}

@media (max-width: 1100px) {
  html.ds-theme body.sd-rd--reports .sd-blog-stats { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  html.ds-theme body.sd-rd--reports .sd-blog-featured { grid-template-columns: 1fr; }
  html.ds-theme body.sd-rd--report-detail .sd-blog-detail-top { grid-template-columns: 1fr; }
  html.ds-theme body.sd-rd--report-detail .sd-blog-detail-related { display: none; }
  html.ds-theme body.sd-rd--report-detail .ds-article.sd-blog-article { grid-template-columns: 160px minmax(0, 1fr) !important; }
  html.ds-theme body.sd-rd--report-detail .sd-blog-article:not(:has(.ds-toc)) { grid-template-columns: 1fr !important; }
  html.ds-theme body.sd-rd--report-detail .sd-blog-rail { grid-column: 2; position: static; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 760px) {
  html.ds-theme body.sd-rd--reports .sd-blog-page__container,
  html.ds-theme body.sd-rd--report-detail .sd-blog-page__container { width: min(calc(100% - 24px), 1240px); }
  html.ds-theme body.sd-rd--reports .sd-blog-hero { min-height: 150px; padding: 22px; }
  html.ds-theme body.sd-rd--reports .sd-blog-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px; }
  html.ds-theme body.sd-rd--reports .sd-blog-stat { min-height: 68px; padding: 10px 12px; }
  html.ds-theme body.sd-rd--reports .sd-blog-featured__recent { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  html.ds-theme body.sd-rd--reports .sd-blog-cat-chips .ds-search { flex-basis: 100%; order: -1; max-width: none; margin-left: 0; }
  html.ds-theme body.sd-rd--reports .sd-blog-results-heading { align-items: start; flex-direction: column; }
  html.ds-theme body.sd-rd--reports .sd-blog-page__link { grid-template-columns: 132px minmax(0, 1fr) !important; min-height: 132px; }
  html.ds-theme body.sd-rd--reports .sd-blog-page__thumb,
  html.ds-theme body.sd-rd--reports .sd-blog-page__item.is-featured .sd-blog-page__thumb { width: 132px; height: 132px !important; min-height: 132px; }
  html.ds-theme body.sd-rd--reports .sd-blog-page__content { padding: 11px 12px; }
  html.ds-theme body.sd-rd--reports .sd-blog-page__item-title,
  html.ds-theme body.sd-rd--reports .sd-blog-page__item.is-featured .sd-blog-page__item-title { font-size: 15px; }
  html.ds-theme body.sd-rd--reports .sd-blog-page__item-summary { font-size: 11px; -webkit-line-clamp: 2; }
  html.ds-theme body.sd-rd--report-detail .sd-blog-detail__hero { height: 200px; }
  html.ds-theme body.sd-rd--report-detail .sd-blog-detail__hero-copy { padding: 18px 20px; }
  html.ds-theme body.sd-rd--report-detail .sd-blog-detail__hero-copy .sd-blog-detail__title { font-size: clamp(22px, 5vw, 31px); }
  html.ds-theme body.sd-rd--report-detail .ds-article.sd-blog-article,
  html.ds-theme body.sd-rd--report-detail .sd-blog-article:not(:has(.ds-toc)) { grid-template-columns: 1fr !important; }
  html.ds-theme body.sd-rd--report-detail .ds-toc { position: static; display: flex; flex-wrap: wrap; gap: 4px; }
  html.ds-theme body.sd-rd--report-detail .ds-toc strong { width: 100%; }
  html.ds-theme body.sd-rd--report-detail .sd-blog-rail { grid-column: auto; grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  html.ds-theme body.sd-rd--reports .sd-blog-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  html.ds-theme body.sd-rd--reports .sd-blog-featured__recent .sd-blog-pop { min-height: 0; }
  html.ds-theme body.sd-rd--reports .sd-blog-featured__recent img,
  html.ds-theme body.sd-rd--reports .sd-blog-featured__recent .sd-rd-report-tile { height: 86px; }
  html.ds-theme body.sd-rd--reports .sd-blog-page__link { grid-template-columns: 104px minmax(0, 1fr) !important; min-height: 120px; }
  html.ds-theme body.sd-rd--reports .sd-blog-page__thumb,
  html.ds-theme body.sd-rd--reports .sd-blog-page__item.is-featured .sd-blog-page__thumb { width: 104px; height: 120px !important; min-height: 120px; }
  html.ds-theme body.sd-rd--reports .sd-blog-page__meta .sd-blog-page__views { display: none; }
  html.ds-theme body.sd-rd--reports .sd-blog-page__item-title,
  html.ds-theme body.sd-rd--reports .sd-blog-page__item.is-featured .sd-blog-page__item-title { font-size: 14px; }
  html.ds-theme body.sd-rd--reports .sd-blog-page__item-summary { -webkit-line-clamp: 1; }
  html.ds-theme body.sd-rd--report-detail .sd-blog-detail__headline-card { padding: 14px; }
  html.ds-theme body.sd-rd--report-detail .sd-blog-detail__headline-card .sd-article-quote { margin-left: 0; }
  html.ds-theme body.sd-rd--report-detail .sd-blog-detail__hero-copy .sd-blog-detail__title { font-size: 22px; }
}
/* User's market convention: gains red, losses blue. */
html.ds-theme body.sd-rd--reports .is-up,
html.ds-theme body.sd-rd--report-detail .is-up { color: #e84558 !important; }
html.ds-theme body.sd-rd--reports .is-down,
html.ds-theme body.sd-rd--report-detail .is-down { color: #3478ef !important; }
html.ds-theme body.sd-rd--report-detail .sd-blog-detail-related .ds-list {
  display: block;
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}
html.ds-theme body.sd-rd--report-detail .sd-blog-detail-related .ds-list li {
  display: block;
  margin: 0;
  border-bottom: 1px solid #e8eef6;
  list-style: none;
}
html.ds-theme body.sd-rd--report-detail .sd-blog-detail-related .ds-list li:last-child { border-bottom: 0; }
html.ds-theme body.sd-rd--report-detail .sd-blog-detail-related .ds-list a {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 8px;
  padding: 10px 0;
  color: #17365c;
  text-decoration: none;
}
html.ds-theme body.sd-rd--report-detail .sd-blog-detail-related .ds-list a > span:last-child {
  display: grid;
  justify-items: end;
  gap: 2px;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}
html.ds-theme body.sd-rd--report-detail .sd-blog-detail-related .ds-list em { font-style: normal; }
