.std-article-shell {
  --std-article-bg: #f5f7fb;
  --std-article-surface: #ffffff;
  --std-article-text: #172033;
  --std-article-muted: #5c6984;
  --std-article-line: #d7deeb;
  --std-article-accent: var(--std-article-runtime-accent, var(--v2s-core-runtime-accent, #0f5bd3));
  --std-article-accent-soft: var(--std-article-runtime-accent-soft, #eaf2ff);
  --std-article-shadow: 0 24px 56px rgba(15, 32, 68, 0.08);
  --std-article-hero-bg:
    linear-gradient(135deg, #0f1f44 0%, #183163 48%, #21488c 100%);
  color: var(--std-article-text);
}

.std-article-shell > .page-hero:first-child {
  margin-top: 0;
  padding-top: calc(84px + var(--v2s-core-nav-offset, 0px));
}

.std-article-shell .container {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.std-article-shell .page-hero {
  position: relative;
  overflow: hidden;
  padding: 84px 0 56px;
  background: var(--std-article-hero-bg);
  color: #fff;
}

.std-article-shell .page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.08) 0%,
      rgba(255, 255, 255, 0.02) 38%,
      rgba(255, 255, 255, 0.14) 100%
    );
  pointer-events: none;
}

.std-article-shell .page-hero::after {
  content: "";
  position: absolute;
  inset: auto -10% -120px auto;
  width: 360px;
  height: 360px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  filter: blur(8px);
}

.std-article-shell .page-hero > .container {
  position: relative;
  z-index: 1;
}

.std-article-shell .page-crumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.72);
}

.std-article-shell .page-crumbs a {
  color: inherit;
  text-decoration: none;
}

.std-article-shell .page-hero h1 {
  margin: 16px 0 12px;
  max-width: 920px;
  font-size: clamp(32px, 3.6vw, 48px);
  line-height: 1.14;
  letter-spacing: 0;
  color: #fff !important;
  overflow-wrap: anywhere;
}

.std-article-shell .page-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0 0 12px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.76);
}

.std-article-shell .page-hero-meta span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.std-article-shell .page-hero p {
  max-width: 680px;
  margin: 0;
  font-size: 17px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.9) !important;
  overflow-wrap: anywhere;
}

.std-article-shell .page-crumbs,
.std-article-shell .page-crumbs a,
.std-article-shell .page-crumbs span {
  color: rgba(255, 255, 255, 0.82) !important;
}

.std-article-shell .page-hero.v2s-article-detail-hero {
  --std-article-detail-text: #121212;
  --std-article-detail-muted: #66645f;
  --std-article-detail-line: #dedbd5;
  display: block;
  height: auto;
  min-height: 0;
  overflow: visible;
  padding: 48px 0 42px;
  color: var(--std-article-detail-text);
  background: #fff;
}

.std-article-shell > .page-hero.v2s-article-detail-hero:first-child {
  padding-top: calc(48px + var(--v2s-core-nav-offset, 0px));
}

.std-article-shell .page-hero.v2s-article-detail-hero::before,
.std-article-shell .page-hero.v2s-article-detail-hero::after {
  content: none;
}

.std-article-shell .v2s-article-detail-hero > .container {
  width: min(1180px, calc(100% - 64px)) !important;
  margin-right: auto !important;
  margin-left: auto !important;
  text-align: left !important;
}

.std-article-shell .v2s-article-detail-hero .page-crumbs {
  gap: 10px;
  justify-content: center !important;
  color: #85827d !important;
  text-align: center !important;
}

.std-article-shell .v2s-article-detail-hero .page-crumbs a,
.std-article-shell .v2s-article-detail-hero .page-crumbs span {
  color: inherit !important;
}

.std-article-shell .v2s-article-detail-hero .page-crumbs span:last-child {
  color: var(--std-article-accent) !important;
  font-weight: 700;
}

.std-article-shell .v2s-article-detail__eyebrow {
  margin: 34px 0 15px;
  max-width: 1040px;
  color: var(--std-article-accent);
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0.14em;
  text-align: left !important;
}

.std-article-shell .page-hero.v2s-article-detail-hero h1 {
  max-width: 1040px !important;
  margin: 0 !important;
  color: var(--std-article-detail-text) !important;
  font-size: clamp(40px, 3.25vw, 56px) !important;
  font-weight: 760;
  letter-spacing: -0.035em;
  line-height: 1.13 !important;
  overflow-wrap: anywhere;
  text-align: left !important;
  text-wrap: pretty;
}

.std-article-shell .page-hero.v2s-article-detail-hero .v2s-article-detail__summary {
  max-width: 920px !important;
  margin: 24px 0 0 !important;
  color: #4f4d49 !important;
  font-family: "Songti SC", "STSong", "Noto Serif CJK SC", Georgia, serif;
  font-size: clamp(18px, 1.3vw, 20px) !important;
  line-height: 1.72 !important;
  text-align: left !important;
  text-wrap: pretty;
}

.std-article-shell .v2s-article-detail-hero .page-hero-meta {
  gap: 10px 18px;
  margin: 25px 0 0;
  justify-content: flex-start !important;
  color: #77746f;
  text-align: left !important;
}

.std-article-shell .v2s-article-detail-hero .page-hero-meta span {
  position: relative;
}

.std-article-shell .v2s-article-detail-hero .page-hero-meta span + span {
  padding-left: 18px;
}

.std-article-shell .v2s-article-detail-hero .page-hero-meta span + span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 3px;
  height: 3px;
  margin-top: -1px;
  border-radius: 50%;
  background: #b9b5af;
}

.std-article-shell .v2s-article-detail-wrap {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0 0 84px;
  background: #fff;
}

.std-article-shell .v2s-article-detail__cover {
  width: min(1180px, calc(100% - 64px));
  margin: 0 auto;
  overflow: hidden;
}

.std-article-shell .v2s-article-detail__cover img {
  display: block;
  width: 100%;
  height: clamp(360px, 52vw, 620px);
  margin: 0;
  border-radius: 0;
  object-fit: cover;
  object-position: center;
  background: #f5f3ef;
}

.std-article-shell .v2s-article-detail__cover figcaption {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding-top: 12px;
  color: #88847e;
  font-size: 12px;
  line-height: 1.6;
}

.std-article-shell .v2s-article-detail__reading-layout.container {
  width: min(1180px, calc(100% - 64px));
  margin-top: 70px;
  display: grid;
  grid-template-columns: 100px minmax(0, 760px) 220px;
  column-gap: 50px;
  align-items: start;
}

.std-article-shell .v2s-article-detail__reading-layout--no-share {
  grid-template-columns: minmax(0, 760px) 220px !important;
  justify-content: center;
}

.std-article-shell .v2s-article-detail__reading-layout--no-toc {
  grid-template-columns: 100px minmax(0, 760px) !important;
  justify-content: center;
}

.std-article-shell .v2s-article-detail__reading-layout--no-share.v2s-article-detail__reading-layout--no-toc {
  grid-template-columns: minmax(0, 760px) !important;
}

.std-article-shell .v2s-article-detail__article {
  min-width: 0;
  width: auto;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.std-article-shell .v2s-article-detail__share,
.std-article-shell .v2s-article-detail__toc {
  position: sticky;
  top: calc(28px + var(--v2s-core-nav-offset, 0px));
}

.std-article-shell .v2s-article-detail__share {
  max-height: calc(100vh - 64px - var(--v2s-core-nav-offset, 0px));
  overflow-y: auto;
  padding-right: 4px;
  scrollbar-width: thin;
}

.std-article-shell .v2s-article-detail__share > p,
.std-article-shell .v2s-article-detail__toc > p {
  margin: 0 0 16px;
  color: #87837d;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.14em;
}

.std-article-shell .v2s-article-detail__share :where(a, button) {
  width: 100%;
  min-height: 38px;
  display: flex;
  align-items: center;
  padding: 0;
  color: #4e4b47;
  border: 0;
  border-top: 1px solid var(--std-article-detail-line);
  background: transparent;
  font-family: inherit;
  font-size: 12px;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  transition: color 160ms ease;
}

.std-article-shell .v2s-article-detail__share :where(a, button):hover,
.std-article-shell .v2s-article-detail__share :where(a, button):focus-visible,
.std-article-shell .v2s-article-detail__toc a:hover,
.std-article-shell .v2s-article-detail__toc a:focus-visible {
  color: var(--std-article-accent);
}

.std-article-shell .v2s-article-detail__toc {
  padding-left: 22px;
  border-left: 1px solid var(--std-article-detail-line);
}

.std-article-shell .v2s-article-detail__toc a {
  display: block;
  padding: 8px 0;
  color: #716e69;
  font-size: 13px;
  line-height: 1.5;
  text-decoration: none;
}

.std-article-shell .v2s-article-detail__toc a span {
  display: block;
  margin-bottom: 3px;
  color: #aaa69f;
  font-size: 10px;
  letter-spacing: 0.1em;
}

.std-article-shell .v2s-article-detail__content {
  color: #373531;
  font-family: "Songti SC", "STSong", "Noto Serif CJK SC", Georgia, serif;
  font-size: 18px;
  line-height: 1.95;
  overflow-wrap: anywhere;
}

.std-article-shell .v2s-article-detail__content > p:first-child {
  margin-bottom: 34px;
  padding-bottom: 34px;
  color: #1f1e1b;
  border-bottom: 1px solid var(--std-article-detail-line);
  font-size: 21px;
  line-height: 1.85;
}

.std-article-shell .v2s-article-detail__content :where(p, li) {
  margin: 0 0 24px;
}

.std-article-shell .v2s-article-detail__content :where(ul, ol) {
  margin: 18px 0 30px;
  padding-left: 1.3em;
}

.std-article-shell .v2s-article-detail__content li {
  margin-bottom: 10px;
  padding-left: 6px;
}

.std-article-shell .v2s-article-detail__content :where(h2, h3) {
  color: var(--std-article-detail-text);
  font-family: Inter, "SF Pro Display", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  overflow-wrap: anywhere;
  scroll-margin-top: calc(110px + var(--v2s-core-nav-offset, 0px));
}

.std-article-shell .v2s-article-detail__content h2 {
  margin: 58px 0 20px;
  font-size: 32px;
  line-height: 1.35;
  letter-spacing: -0.025em;
}

.std-article-shell .v2s-article-detail__content h3 {
  margin: 40px 0 14px;
  font-size: 22px;
  line-height: 1.4;
}

.std-article-shell .v2s-article-detail__content blockquote {
  margin: 36px 0 42px;
  padding: 26px 30px;
  color: #312c2c;
  border-left: 4px solid var(--std-article-accent);
  background: var(--std-article-accent-soft);
  font-size: 17px;
  line-height: 1.8;
}

.std-article-shell .v2s-article-detail__content blockquote > :last-child {
  margin-bottom: 0;
}

.std-article-shell .v2s-article-detail__article .v2s-article-detail__content img {
  max-width: 100%;
  height: auto;
  margin: 34px auto;
  border-radius: 0;
}

.std-article-shell .v2s-article-detail__article .v2s-article-detail__content table {
  border-color: var(--std-article-detail-line);
  font-family: Inter, "SF Pro Display", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  font-size: 14px;
}

.std-article-shell .v2s-article-detail__article .v2s-article-detail__content th,
.std-article-shell .v2s-article-detail__article .v2s-article-detail__content td {
  padding: 16px 14px;
  color: #373531;
  border-color: var(--std-article-detail-line);
}

.std-article-shell .v2s-article-detail__article .v2s-article-detail__content th {
  color: #716d67;
  background: #f5f3ef;
  font-size: 12px;
  letter-spacing: 0.06em;
}

.std-article-shell .v2s-article-detail__tags {
  margin-top: 58px;
  padding-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  border-top: 1px solid var(--std-article-detail-line);
}

.std-article-shell .v2s-article-detail__tags span {
  padding: 6px 12px;
  color: #716e69;
  border: 1px solid var(--std-article-detail-line);
  border-radius: 999px;
  font-size: 12px;
}

.std-article-shell .v2s-article-detail__pager {
  margin-top: 58px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--std-article-detail-line);
  border-bottom: 1px solid var(--std-article-detail-line);
}

.std-article-shell .v2s-article-detail__pager-link {
  min-width: 0;
  padding: 24px 0 26px;
  color: #312f2b;
  text-decoration: none;
}

.std-article-shell .v2s-article-detail__pager-link + .v2s-article-detail__pager-link {
  padding-left: 28px;
  border-left: 1px solid var(--std-article-detail-line);
}

.std-article-shell .v2s-article-detail__pager-link--next {
  text-align: right;
}

.std-article-shell .v2s-article-detail__pager-link--next:only-child {
  grid-column: 2;
}

.std-article-shell .v2s-article-detail__pager-link span,
.std-article-shell .v2s-article-detail__pager-link strong {
  display: block;
}

.std-article-shell .v2s-article-detail__pager-link span {
  margin-bottom: 9px;
  color: #99958f;
  font-family: Inter, "SF Pro Display", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.std-article-shell .v2s-article-detail__pager-link strong {
  overflow: hidden;
  color: inherit;
  font-family: Inter, "SF Pro Display", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  font-size: 15px;
  font-weight: 650;
  line-height: 1.6;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: color 160ms ease;
}

.std-article-shell .v2s-article-detail__pager-link:hover strong,
.std-article-shell .v2s-article-detail__pager-link:focus-visible strong {
  color: var(--std-article-accent);
}

.std-article-shell .blog-page-sec,
.std-article-shell .article-sec,
.std-article-shell .newsletter-sec,
.std-article-shell .cta-sec {
  background: var(--std-article-bg);
}

.std-article-shell .blog-page-sec,
.std-article-shell .article-sec {
  padding: 48px 0;
}

.std-article-shell .blog-filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}

.std-article-shell .blog-filter-btn {
  border: 1px solid var(--std-article-line);
  background: rgba(255, 255, 255, 0.92);
  color: var(--std-article-muted);
  border-radius: 999px;
  padding: 10px 16px;
  font-size: 13px;
}

.std-article-shell .blog-filter-btn.active {
  background: var(--std-article-accent);
  border-color: var(--std-article-accent);
  color: #fff;
}

.std-article-shell .blog-page-grid,
.std-article-shell .related-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
}

.std-article-shell .blog-card,
.std-article-shell .related-card {
  display: flex;
  flex-direction: column;
  align-self: start;
  overflow: hidden;
  min-height: 0;
  height: auto;
  border: 1px solid var(--std-article-line);
  border-radius: 24px;
  background: var(--std-article-surface);
  box-shadow: var(--std-article-shadow);
  text-decoration: none;
  color: inherit;
}

.std-article-shell .blog-card-img img,
.std-article-shell .related-card img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.std-article-shell .blog-card-body,
.std-article-shell .related-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 10px;
  padding: 22px;
}

.std-article-shell .blog-card-tag,
.std-article-shell .tag {
  display: inline-flex;
  align-self: flex-start;
  border-radius: 999px;
  padding: 5px 12px;
  background: var(--std-article-accent-soft);
  color: var(--std-article-accent);
  font-size: 12px;
  font-weight: 700;
}

.std-article-shell .blog-card-date,
.std-article-shell .article-meta {
  font-size: 13px;
  color: var(--std-article-muted);
}

.std-article-shell .blog-card h3,
.std-article-shell .related-card h4 {
  margin: 0;
  font-size: 22px;
  line-height: 1.45;
}

.std-article-shell .blog-card p,
.std-article-shell .related-card p,
.std-article-shell .article-post p,
.std-article-shell .newsletter-copy p,
.std-article-shell .cta-copy p {
  margin: 0;
  font-size: 15px;
  line-height: 1.9;
  color: var(--std-article-muted);
}

.std-article-shell .blog-pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 28px;
}

.std-article-shell .pg-btn {
  min-width: 42px;
  height: 42px;
  border: 1px solid var(--std-article-line);
  border-radius: 999px;
  background: var(--std-article-surface);
  color: var(--std-article-muted);
  padding: 0;
  font-size: 20px;
  font-weight: 700;
}

.std-article-shell .pg-btn.active {
  background: var(--std-article-accent);
  border-color: var(--std-article-accent);
  color: #fff;
}

.std-article-shell .article-wrap {
  max-width: 920px;
  margin: 0 auto;
}

.std-article-shell .article-post,
.std-article-shell .article-pager,
.std-article-shell .related-articles,
.std-article-shell .newsletter-panel,
.std-article-shell .cta-panel {
  border: 1px solid var(--std-article-line);
  border-radius: 28px;
  background: var(--std-article-surface);
  box-shadow: var(--std-article-shadow);
}

.std-article-shell .article-post,
.std-article-shell .article-pager,
.std-article-shell .related-articles,
.std-article-shell .newsletter-panel,
.std-article-shell .cta-panel {
  padding: 28px;
}

.std-article-shell .article-post h1 {
  margin: 0 0 12px;
  font-size: clamp(30px, 3.6vw, 44px);
  line-height: 1.18;
  letter-spacing: -0.02em;
}

.std-article-shell .article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 12px;
}

.std-article-shell .article-post > .tag {
  margin-bottom: 12px;
}

.std-article-shell .article-lead {
  margin-top: 12px;
}

.std-article-shell .article-post > .article-inline-cover {
  display: block;
  width: 100%;
  max-height: 520px;
  margin: 24px auto;
  border-radius: 20px;
  object-fit: cover;
  object-position: center;
  background: #e8eef7;
}

.std-article-shell .article-post h2 {
  margin: 28px 0 12px;
  font-size: 24px;
  line-height: 1.45;
}

.std-article-shell .article-post blockquote {
  margin: 24px 0;
  padding: 18px 22px;
  border-left: 4px solid var(--std-article-accent);
  background: var(--std-article-accent-soft);
  color: #163266;
  font-size: 15px;
  line-height: 1.9;
}

.std-article-shell .article-post img {
  display: block;
  max-width: 100%;
  margin: 24px auto;
  border-radius: 20px;
  object-position: center;
}

.std-article-shell .article-post .article-table-wrap,
.std-article-shell .v2s-article-detail__content .article-table-wrap {
  width: 100%;
  margin: 22px 0;
  overflow-x: auto;
}

.std-article-shell .article-post table,
.std-article-shell .v2s-article-detail__content table {
  width: 100%;
  min-width: 520px;
  border-collapse: collapse;
  border: 1px solid var(--std-article-line);
  background: #fff;
  font-size: 15px;
  line-height: 1.75;
}

.std-article-shell .article-post th,
.std-article-shell .article-post td,
.std-article-shell .v2s-article-detail__content th,
.std-article-shell .v2s-article-detail__content td {
  padding: 11px 14px;
  border: 1px solid var(--std-article-line);
  color: var(--std-article-muted);
  text-align: left;
  vertical-align: top;
}

.std-article-shell .article-post th,
.std-article-shell .v2s-article-detail__content th {
  background: var(--std-article-soft);
  color: #0f172a;
  font-weight: 700;
}

.std-article-shell .article-pager {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 18px;
}

.std-article-shell .pager-card {
  display: block;
  border: 1px solid var(--std-article-line);
  border-radius: 22px;
  padding: 18px 20px;
  text-decoration: none;
  color: inherit;
}

.std-article-shell .pager-card span {
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
  color: var(--std-article-muted);
}

.std-article-shell .pager-card strong {
  display: block;
  font-size: 16px;
  line-height: 1.65;
}

.std-article-shell .related-articles {
  margin-top: 18px;
}

.std-article-shell .related-articles h3,
.std-article-shell .newsletter-copy h3,
.std-article-shell .cta-copy h2 {
  margin: 0 0 12px;
  font-size: 26px;
  line-height: 1.3;
}

.std-article-shell .newsletter-sec,
.std-article-shell .cta-sec {
  padding: 0 0 48px;
}

.std-article-shell .newsletter-panel,
.std-article-shell .cta-panel {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.std-article-shell .newsletter-form {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.std-article-shell .newsletter-form input {
  min-width: min(100%, 320px);
  height: 48px;
  border: 1px solid var(--std-article-line);
  border-radius: 999px;
  padding: 0 18px;
  font-size: 14px;
}

.std-article-shell .newsletter-form button,
.std-article-shell .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 48px;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 0 22px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}

.std-article-shell .newsletter-form button,
.std-article-shell .btn-primary {
  background: var(--std-article-accent);
  color: #fff;
}

.std-article-shell .btn-secondary {
  background: rgba(15, 91, 211, 0.08);
  border-color: rgba(15, 91, 211, 0.16);
  color: var(--std-article-accent);
}

@media (max-width: 980px) {
  .std-article-shell .blog-page-grid,
  .std-article-shell .related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .std-article-shell .page-hero {
    padding: 64px 0 44px;
  }

  .std-article-shell .page-hero.v2s-article-detail-hero {
    background-position: center 18%;
  }

  .std-article-shell > .page-hero:first-child {
    padding-top: calc(64px + var(--v2s-core-nav-offset, 0px));
  }

  .std-article-shell .blog-page-grid,
  .std-article-shell .related-grid,
  .std-article-shell .article-pager {
    grid-template-columns: minmax(0, 1fr);
  }

  .std-article-shell .blog-card-body,
  .std-article-shell .related-card-body,
  .std-article-shell .article-post,
  .std-article-shell .article-pager,
  .std-article-shell .related-articles,
  .std-article-shell .newsletter-panel,
  .std-article-shell .cta-panel {
    padding: 20px;
  }

  .std-article-shell .newsletter-form,
  .std-article-shell .newsletter-form input,
  .std-article-shell .newsletter-form button,
  .std-article-shell .btn {
    width: 100%;
  }
}

@media (max-width: 1080px) {
  .std-article-shell .v2s-article-detail__reading-layout.container,
  .std-article-shell .v2s-article-detail__reading-layout--no-share {
    grid-template-columns: 82px minmax(0, 1fr);
    column-gap: 34px;
  }

  .std-article-shell .v2s-article-detail__reading-layout--no-share {
    grid-template-columns: minmax(0, 760px) !important;
  }

  .std-article-shell .v2s-article-detail__toc {
    display: none;
  }
}

@media (max-width: 720px) {
  .std-article-shell .page-hero.v2s-article-detail-hero {
    padding: 34px 0 30px;
  }

  .std-article-shell > .page-hero.v2s-article-detail-hero:first-child {
    padding-top: calc(34px + var(--v2s-core-nav-offset, 0px));
  }

  .std-article-shell .v2s-article-detail-hero > .container,
  .std-article-shell .v2s-article-detail__cover,
  .std-article-shell .v2s-article-detail__reading-layout.container {
    width: min(100% - 36px, 1180px);
  }

  .std-article-shell .v2s-article-detail__eyebrow {
    margin-top: 25px;
  }

  .std-article-shell .v2s-article-detail-hero .page-crumbs {
    justify-content: flex-start !important;
    text-align: left !important;
  }

  .std-article-shell .page-hero.v2s-article-detail-hero h1 {
    max-width: none !important;
    font-size: clamp(32px, 8.6vw, 38px) !important;
  }

  .std-article-shell .page-hero.v2s-article-detail-hero .v2s-article-detail__summary {
    max-width: none !important;
    font-size: 17px !important;
  }

  .std-article-shell .v2s-article-detail__cover img {
    height: 320px;
  }

  .std-article-shell .v2s-article-detail__cover figcaption {
    display: block;
  }

  .std-article-shell .v2s-article-detail__cover figcaption span {
    display: block;
  }

  .std-article-shell .v2s-article-detail__reading-layout.container,
  .std-article-shell .v2s-article-detail__reading-layout--no-share,
  .std-article-shell .v2s-article-detail__reading-layout--no-toc {
    margin-top: 46px;
    display: block;
  }

  .std-article-shell .v2s-article-detail__share {
    position: static;
    max-height: none;
    overflow: visible;
    padding-right: 0;
    margin-bottom: 38px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 20px;
  }

  .std-article-shell .v2s-article-detail__share > p {
    width: 100%;
    margin-bottom: 2px;
  }

  .std-article-shell .v2s-article-detail__share :where(a, button) {
    width: auto;
    min-height: 30px;
    border: 0;
  }

  .std-article-shell .v2s-article-detail__article {
    padding: 0;
  }

  .std-article-shell .v2s-article-detail__content {
    font-size: 17px;
  }

  .std-article-shell .v2s-article-detail__content > p:first-child {
    font-size: 18px;
  }

  .std-article-shell .v2s-article-detail__content h2 {
    font-size: 28px;
  }

  .std-article-shell .v2s-article-detail__pager {
    grid-template-columns: 1fr;
  }

  .std-article-shell .v2s-article-detail__pager-link--next:only-child {
    grid-column: 1;
  }

  .std-article-shell .v2s-article-detail__pager-link + .v2s-article-detail__pager-link {
    padding-left: 0;
    border-top: 1px solid var(--std-article-detail-line);
    border-left: 0;
  }

  .std-article-shell .v2s-article-detail__pager-link--next {
    text-align: left;
  }

  .std-article-shell .v2s-article-detail-wrap {
    padding-bottom: 56px;
  }
}
