:root {
  --brand-red: #d62828;
  --brand-deep-red: #bc0507;
  --brand-blue: #143b63;
  --brand-green: #1c8c39;
  --text: #1f2933;
  --muted: #7a8491;
  --line: #e7ebf0;
  --soft: #f7f8fb;
  --paper: #ffffff;
  --wrap: 1920px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--text);
  font-family: "Microsoft YaHei", "PingFang SC", "Noto Sans SC", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  overflow-x: hidden;
}

body.drawer-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: var(--brand-red);
}

img {
  display: block;
  max-width: 100%;
}

.container {
  width: min(var(--wrap), calc(100% - 32px));
  margin: 0 auto;
}

.official-top {
  background: #cd2926;
  color: #fff;
}

.official-top-inner {
  min-height: 315px;
  display: grid;
  grid-template-columns: 390px minmax(0, 1fr) 330px;
  align-items: center;
  gap: 24px;
}

.official-brand {
  display: block;
  min-width: 0;
}

.official-brand img {
  width: 381px;
  height: auto;
  margin: 0;
}

.official-slogan {
  display: flex;
  justify-content: center;
  min-width: 0;
  overflow: hidden;
}

.official-slogan img {
  width: 954px;
  max-width: 100%;
  height: auto;
}

.official-owner {
  display: flex;
  justify-content: flex-end;
  min-width: 0;
}

.official-owner img {
  width: 315px;
  height: auto;
}

.official-subtitle {
  background: #b70d0d;
}

.official-subtitle .container {
  min-height: 99px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.official-subtitle img {
  width: 750px;
  max-width: 76vw;
  height: auto;
}

.official-nav {
  background: #f0f0f3;
  border-bottom: 1px solid #dfe1e7;
}

.official-nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.channel-scroll {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 0;
  overflow-x: auto;
  padding: 0;
  white-space: nowrap;
  scrollbar-width: none;
}

.channel-scroll::-webkit-scrollbar {
  display: none;
}

.channel-scroll a {
  position: relative;
  color: #202833;
  min-height: 84px;
  display: inline-flex;
  align-items: center;
  padding: 0 20px;
  font-size: 24px;
  line-height: 1.3;
  white-space: nowrap;
}

.channel-scroll a.active {
  color: var(--brand-green);
  font-weight: 700;
}

.channel-scroll a.active::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: var(--brand-green);
  content: "";
}

.nav-tools {
  flex: 0 0 auto;
  display: flex;
  align-items: stretch;
  align-self: stretch;
}

.nav-tool,
.login-link,
.menu-toggle {
  min-width: 84px;
  min-height: 84px;
  border: 0;
  border-left: 1px solid #dfe1e7;
  background: #f0f0f3;
  color: #20222c;
  cursor: pointer;
  font: inherit;
  font-size: 28px;
}

.login-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 28px;
  background: #dedee1;
  font-size: 24px;
}

.search-box {
  display: none;
  align-items: center;
  width: 390px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 21px;
  background: rgba(255, 255, 255, 0.92);
  overflow: hidden;
}

.search-box input {
  width: 100%;
  height: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  padding: 0 16px;
  font: inherit;
  font-size: 14px;
}

.search-box button {
  width: 54px;
  height: 100%;
  border: 0;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  font-size: 18px;
}

.study-banner {
  padding: 24px 0 58px;
  background: #fff;
}

.study-promo {
  display: block;
  overflow: hidden;
}

.study-banner img {
  width: 100%;
  height: auto;
}

.front-headline {
  margin-top: 0;
  text-align: center;
}

.front-title {
  margin: 0;
  color: #d90000;
  font-size: clamp(48px, 4.8vw, 78px);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.front-title span {
  display: inline;
}

.front-links {
  margin-top: 18px;
  color: #4b5563;
  font-family: Georgia, "Times New Roman", "Songti SC", SimSun, serif;
  font-size: 22px;
}

.front-links a {
  display: inline-block;
  margin: 0 18px;
}

.home-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 28px;
  margin-top: 42px;
}

.home-feed {
  min-width: 0;
}

.feature-story {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(360px, 1fr);
  gap: 34px;
  align-items: start;
  margin-bottom: 20px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--line);
}

.feature-story h2 {
  margin: 0 0 28px;
  color: #101828;
  font-size: 32px;
  line-height: 1.3;
}

.feature-story p {
  margin: 0;
  color: #1f2933;
  font-family: Georgia, "Times New Roman", "Songti SC", SimSun, serif;
  font-size: 24px;
  line-height: 1.7;
}

.feature-story img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.feed-lead {
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.feed-lead-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  padding: 0 8px;
  background: var(--brand-red);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

.feed-lead-title {
  display: block;
  margin: 12px 0 10px;
  color: var(--text);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.35;
}

.feed-lead-meta,
.feed-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  color: var(--muted);
  font-size: 13px;
}

.hot {
  margin-left: auto;
  color: #9aa4b2;
}

.feed-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.feed-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}

.feed-title {
  display: block;
  margin-bottom: 8px;
  color: var(--text);
  font-size: 19px;
  font-weight: 700;
  line-height: 1.45;
}

.feed-title:hover {
  color: var(--brand-red);
}

.feed-item .feed-meta {
  gap: 10px;
}

.feed-item .hot {
  min-width: 64px;
  text-align: right;
}

.feed-list--dense .feed-item {
  padding: 13px 0;
}

.spotlight-band,
.channel-map,
.service-strip {
  margin-top: 32px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}

.spotlight-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.spot-card {
  min-width: 0;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--line);
}

.spot-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: #eef2f6;
}

.spot-card h3 {
  margin: 10px 0 8px;
  color: var(--text);
  font-size: 17px;
  line-height: 1.45;
}

.spot-card p {
  margin: 0 0 8px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.channel-map-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.channel-tile {
  padding: 16px;
  border: 1px solid var(--line);
  background: #fff;
}

.channel-tile h3 {
  margin: 0 0 6px;
  color: var(--brand-red);
  font-size: 18px;
}

.channel-tile p {
  min-height: 48px;
  margin: 0 0 10px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

.channel-tile a {
  color: var(--brand-blue);
  font-size: 13px;
}

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

.service-card {
  padding: 18px 16px;
  border: 1px solid var(--line);
  background: #fbfcfe;
}

.service-card h3 {
  margin: 0 0 8px;
  color: var(--text);
  font-size: 18px;
}

.service-card p {
  min-height: 48px;
  margin: 0 0 10px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

.service-card a {
  color: var(--brand-red);
  font-size: 13px;
  font-weight: 700;
}

.rank-list {
  margin: 0;
  padding-left: 20px;
  color: var(--muted);
}

.rank-list li + li {
  margin-top: 10px;
}

.rank-list a {
  color: var(--text);
  font-size: 14px;
  line-height: 1.55;
}

.rank-list a:hover {
  color: var(--brand-red);
}

.rail-stack {
  display: grid;
  gap: 22px;
}

.rail-card {
  padding: 0 0 4px;
  border-bottom: 1px solid var(--line);
}

.rail-card h2 {
  margin: 0 0 10px;
  color: var(--text);
  font-size: 20px;
  line-height: 1.3;
}

.rail-card h2 span {
  color: var(--brand-red);
}

.rail-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.rail-list li {
  padding: 10px 0;
  border-bottom: 1px dashed var(--line);
}

.rail-list li:last-child {
  border-bottom: 0;
}

.rail-list a {
  color: var(--text);
  font-size: 15px;
  line-height: 1.55;
}

.rail-list a:hover {
  color: var(--brand-red);
}

.channel-kicker {
  margin: 0 0 10px;
  color: var(--brand-red);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
}

.channel-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.channel-tags a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--brand-blue);
  font-size: 13px;
}

.channel-hero--rich {
  gap: 20px;
}

.channel-hero-copy {
  min-width: 0;
}

.channel-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) 360px;
  gap: 24px;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line);
}

.channel-lead {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 20px;
  align-items: start;
}

.channel-lead img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  background: #eef2f6;
}

.channel-lead h2 {
  margin: 0 0 12px;
  color: var(--text);
  font-size: 28px;
  line-height: 1.25;
}

.channel-lead p {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
}

.channel-rank {
  min-width: 0;
  padding: 18px;
  border: 1px solid var(--line);
  background: #fff;
}

.channel-section-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 24px;
}

.channel-section-card {
  padding: 18px;
  border: 1px solid var(--line);
  background: #fff;
}

.channel-section-card .section-head {
  margin-bottom: 10px;
}

.article-list--channel {
  margin-top: 24px;
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 28px;
  margin-top: 14px;
}

.article-main,
.article-side {
  min-width: 0;
}

.article-summary {
  margin: 16px 0 18px;
  padding: 14px 16px;
  border-left: 4px solid var(--brand-red);
  background: #fafbfe;
  color: var(--text);
  font-size: 15px;
  line-height: 1.75;
}

.article-hero-image {
  width: 100%;
  margin: 0 0 18px;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: #eef2f6;
}

.section {
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}

.section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}

.section-head h2 {
  margin: 0;
  color: var(--text);
  font-size: 20px;
  line-height: 1.3;
}

.section-head h2::before {
  display: inline-block;
  width: 4px;
  height: 18px;
  margin-right: 10px;
  background: var(--brand-red);
  content: "";
  vertical-align: -2px;
}

.more-link {
  color: var(--muted);
  font-size: 13px;
}

.more-link:hover {
  color: var(--brand-red);
}

.media-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.media-card {
  min-width: 0;
}

.media-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: #eef2f6;
}

.media-card h3 {
  margin: 8px 0 0;
  color: var(--text);
  font-size: 15px;
  line-height: 1.45;
}

.footer {
  margin-top: 36px;
  padding: 26px 0;
  border-top: 1px solid var(--line);
  background: #fafbfc;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr 140px;
  gap: 28px;
  align-items: start;
}

.footer h2,
.footer h3 {
  margin: 0 0 10px;
  color: var(--text);
  font-size: 18px;
}

.footer p,
.footer a {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
}

.qr {
  width: 96px;
  height: 96px;
  border: 1px solid var(--line);
  background: #fff;
}

.copyright {
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 12px;
}

.breadcrumb {
  margin-top: 20px;
  color: var(--muted);
  font-size: 13px;
}

.channel-shell,
.article-shell {
  margin-top: 14px;
  padding: 24px 0 0;
}

.channel-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: 28px;
  margin-bottom: 22px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--line);
}

.channel-hero h1,
.article-title {
  margin: 0;
  color: var(--text);
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.channel-hero h1 {
  font-size: 32px;
}

.channel-hero p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 15px;
}

.channel-note {
  padding: 18px;
  border: 1px solid var(--line);
  background: #fff;
}

.article-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.article-list li {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}

.article-list a {
  color: var(--text);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.article-list a:hover {
  color: var(--brand-red);
}

.article-list time {
  min-width: 92px;
  color: var(--muted);
  font-size: 13px;
  text-align: right;
}

.pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 24px;
}

.pagination a,
.pagination span {
  min-width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--brand-blue);
  font-size: 14px;
}

.pagination .current {
  background: var(--brand-blue);
  color: #fff;
}

.article-shell {
  max-width: 940px;
  overflow-x: hidden;
}

.article-title {
  text-align: center;
  font-size: clamp(28px, 4vw, 38px);
}

.article-meta {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin: 14px 0 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
}

.share-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 24px;
  padding: 14px 16px;
  background: #f3f5f7;
  color: var(--muted);
  font-size: 14px;
}

.share-dot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--brand-blue);
  color: #fff;
  font-weight: 700;
}

.share-dot.red {
  background: var(--brand-red);
}

.article-body {
  color: #18212f;
  font-size: 18px;
  line-height: 2;
  overflow-wrap: anywhere;
}

.article-body p {
  margin: 0 0 22px;
  text-align: justify;
}

.article-note {
  margin-top: 28px;
  padding: 16px 18px;
  border-left: 4px solid var(--brand-blue);
  background: #f8fafc;
  color: var(--muted);
  font-size: 14px;
}

.related {
  margin-top: 28px;
}

.drawer-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.32);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.drawer {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 30;
  width: min(320px, 84vw);
  height: 100vh;
  padding: 20px 18px;
  background: #fff;
  border-left: 1px solid var(--line);
  transform: translateX(100%);
  transition: transform 0.2s ease;
  overflow: auto;
}

.drawer h3 {
  margin: 0 0 14px;
  font-size: 18px;
}

.drawer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.drawer li {
  padding: 11px 0;
  border-bottom: 1px solid var(--line);
}

.drawer a {
  color: var(--text);
  font-size: 15px;
}

body.drawer-open .drawer {
  transform: translateX(0);
}

body.drawer-open .drawer-backdrop {
  opacity: 1;
  pointer-events: auto;
}

@media (max-width: 960px) {
  .container {
    width: calc(100% - 24px);
  }

  .official-top-inner {
    min-height: 210px;
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 24px 0;
    text-align: center;
  }

  .official-brand {
    display: flex;
    justify-content: center;
  }

  .official-brand img {
    width: min(300px, 76vw);
  }

  .official-slogan img {
    display: none;
  }

  .official-slogan::after {
    content: "传播有智慧有价值的观点";
    color: #fff2df;
    font-family: "STKaiti", "KaiTi", serif;
    font-size: clamp(30px, 8vw, 44px);
    font-weight: 700;
    line-height: 1.12;
  }

  .official-owner {
    display: none;
  }

  .official-subtitle .container {
    min-height: 62px;
  }

  .official-subtitle img {
    display: none;
  }

  .official-subtitle .container::after {
    content: "国家智库融媒体\A新时代发展前瞻";
    color: #fff4e8;
    font-family: "STKaiti", "KaiTi", serif;
    font-size: clamp(22px, 5vw, 30px);
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1.2;
    text-align: center;
    white-space: pre-line;
  }

  .official-nav-inner {
    width: 100%;
    gap: 0;
  }

  .channel-scroll a {
    min-height: 58px;
    padding: 0 14px;
    font-size: 17px;
  }

  .nav-tool,
  .login-link,
  .menu-toggle {
    min-width: 58px;
    min-height: 58px;
    font-size: 22px;
  }

  .login-link {
    display: none;
  }

  .study-banner {
    padding: 12px 0 34px;
  }

  .study-promo {
    overflow: hidden;
  }

  .study-promo img {
    width: 100%;
    height: auto;
  }

  .front-title {
    font-size: 34px;
    text-align: left;
    line-height: 1.18;
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  .front-title a {
    display: block;
    width: 100%;
    max-width: calc(100vw - 24px);
    word-break: break-all;
    overflow-wrap: anywhere;
    white-space: normal;
  }

  .front-title span {
    display: block;
  }

  .front-links {
    text-align: left;
    font-size: 16px;
  }

  .front-links a {
    margin: 5px 8px 0 0;
  }

  .home-layout,
  .footer-grid,
  .channel-hero,
  .article-layout,
  .channel-feature,
  .channel-section-grid,
  .spotlight-grid,
  .service-grid,
  .channel-map-grid,
  .media-grid,
  .feature-story {
    grid-template-columns: 1fr;
  }

  .feature-story {
    gap: 16px;
  }

  .channel-feature,
  .channel-lead {
    gap: 16px;
  }

  .channel-lead {
    grid-template-columns: 1fr;
  }

  .channel-section-card,
  .channel-rank {
    padding: 16px;
  }

  .feature-story h2 {
    margin-bottom: 10px;
    font-size: 24px;
  }

  .feature-story p {
    font-size: 18px;
  }

  .home-layout {
    gap: 20px;
  }

  .feed-lead-title {
    font-size: 22px;
  }

  .feed-title {
    font-size: 17px;
  }

  .channel-hero h1 {
    font-size: 26px;
  }

  .channel-lead h2 {
    font-size: 22px;
  }

  .article-list li {
    flex-direction: column;
    gap: 4px;
  }

  .article-main {
    max-width: 100%;
  }

  .article-list time {
    text-align: left;
  }

  .article-body {
    font-size: 16px;
    line-height: 1.9;
  }
}

@media (max-width: 680px) {
  .container {
    width: calc(100% - 24px);
    max-width: 366px;
    margin-left: 12px;
    margin-right: 12px;
  }

  html,
  body {
    width: 100%;
    overflow-x: hidden;
  }

  .official-header,
  .official-top,
  .official-subtitle,
  .official-nav,
  .study-banner,
  main,
  .footer,
  .article-shell,
  .article-body,
  .share-row {
    max-width: 100%;
    overflow-x: hidden;
  }

  .official-top-inner {
    min-height: 156px;
    padding: 18px 0;
  }

  .official-brand img {
    width: min(238px, 72vw);
  }

  .official-slogan::after {
    max-width: 9em;
    font-size: 31px;
  }

  .official-subtitle .container {
    min-height: 48px;
  }

  .official-subtitle .container::after {
    max-width: 16em;
    font-size: 21px;
    letter-spacing: 1px;
  }

  .channel-scroll {
    gap: 0;
  }

  .channel-scroll a {
    min-height: 52px;
    padding: 0 12px;
    font-size: 16px;
  }

  .nav-tool,
  .menu-toggle {
    min-width: 52px;
    min-height: 52px;
  }

  .study-banner {
    padding-bottom: 24px;
  }

  .front-title {
    font-size: 26px;
    line-height: 1.24;
    max-width: 100%;
  }

  .feature-story h2,
  .feature-story h2 a {
    word-break: break-all;
    overflow-wrap: anywhere;
  }

  .feature-story h2 {
    font-size: 22px;
  }

  .feature-story p {
    font-size: 17px;
  }

  .spotlight-grid,
  .channel-map-grid,
  .service-grid,
  .channel-section-grid,
  .article-layout {
    grid-template-columns: 1fr;
  }

  .spot-card h3 {
    font-size: 16px;
  }

  .channel-tile,
  .service-card,
  .channel-section-card,
  .channel-rank {
    padding: 14px;
  }

  .feed-item {
    flex-direction: column;
    gap: 6px;
  }

  .hot {
    margin-left: 0;
  }

  .section-head h2 {
    font-size: 18px;
  }

  .footer {
    padding: 22px 0;
  }

  .article-title {
    font-size: 24px;
    text-align: left;
    word-break: break-all;
  }

  .share-row {
    flex-wrap: wrap;
  }

  .article-body p {
    word-break: break-all;
  }
}
