.news-details-page .article-meta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
  flex: 1 1 540px;
  min-width: 0;
  padding-right: 0;
}

.news-details-page .article-meta-row__date,
.news-details-page .article-meta-row__author,
.news-details-page .article-meta-row__reporter {
  display: inline-flex;
  align-items: center;
  color: #24324a;
  float: none;
  font-size: 16px;
  line-height: 1.5;
  margin-right: 0;
}

.news-details-page .article-meta-row__byline {
  color: #4e5665;
  font-weight: 500;
  margin-right: 4px;
}

.news-details-page .article-meta-row__author-link,
.news-details-page .article-meta-row__author-text {
  color: #8a130f;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.news-details-page .article-meta-row__author-link:hover,
.news-details-page .article-meta-row__author-link:focus {
  color: #a10509;
  text-decoration: underline;
}

.news-details-page .article-meta-row__badges {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.news-details-page .article-meta-badge {
  background: #f4f1eb;
  border: 1px solid #e2d8c9;
  border-radius: 999px;
  color: #5a4938;
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  margin-left: 0;
  min-height: 42px;
  padding: 10px 22px;
  vertical-align: middle;
}

.news-details-page .article-meta-badge--verified {
  background: #eaf7ef;
  border-color: #bee5cc;
  color: #1f7a3b;
}

.news-details-page .article-meta-badge--developing {
  background: #fff6df;
  border-color: #f1d790;
  color: #8a6400;
}

.news-details-page .article-meta-badge--opinion {
  background: #eef3fb;
  border-color: #c9d8ef;
  color: #315a8a;
}

.news-details-page .article-meta-badge--reported {
  background: #fff6df;
  border-color: #f1d790;
  color: #8a6400;
}

.news-details-page .article-meta-badge--updated {
  background: #eef3fb;
  border-color: #c9d8ef;
  color: #315a8a;
}

.news-details-page .article-aeo-summary,
.news-details-page .article-key-facts,
.news-details-page .article-faq,
.news-details-page .article-source {
  background: #fffdf8;
  border: 1px solid #eadfcd;
  border-radius: 14px;
  margin: 18px 0;
  padding: 18px 20px;
  overflow: hidden;
}

.news-details-page .article-aeo-summary {
  border-left: 5px solid #a10509;
}

.news-details-page .article-aeo-summary strong,
.news-details-page .article-source strong {
  color: #8c120f;
  display: block;
  font-size: 15px;
  margin-bottom: 6px;
}

.news-details-page .article-aeo-summary p,
.news-details-page .article-source {
  color: #383226;
  font-size: 16px;
  line-height: 1.65;
}

.news-details-page .article-key-facts h2,
.news-details-page .article-faq h2 {
  color: #18130d;
  font-size: 20px;
  font-weight: 800;
  margin: 0 0 12px;
}

.news-details-page .article-key-facts ul {
  margin: 0;
  padding-left: 20px;
}

.news-details-page .article-key-facts li {
  color: #302a22;
  font-size: 16px;
  line-height: 1.65;
  margin-bottom: 8px;
}

.news-details-page .article-faq details {
  border-top: 1px solid #eadfcd;
  padding: 12px 0;
}

.news-details-page .article-faq details:first-of-type {
  border-top: 0;
}

.news-details-page .article-faq summary {
  color: #221b13;
  cursor: pointer;
  font-size: 16px;
  font-weight: 800;
}

.news-details-page .article-faq p {
  color: #41392f;
  line-height: 1.7;
  margin: 10px 0 0;
}

.news-details-page .details-post .single-news h1.article-title {
  font-size: 26px !important;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 8px;
  line-height: 40px;
  text-align: left !important;
}

.news-details-page .details-content-area,
.news-details-page .details-post,
.news-details-page .details-post .single-news,
.news-details-page .details-post .single-news .content {
  min-width: 0;
}

.news-details-page .details-post .single-news .post-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px 16px;
}

.news-details-page .details-post .single-news .post-footer .a2a_kit {
  display: flex;
  flex: 1 1 100%;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 12px 16px;
  width: 100%;
  line-height: normal !important;
}

.news-details-page .details-post .single-news .post-footer .social-share {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  float: none;
  gap: 6px;
  margin: 0 0 0 auto;
}

.news-details-page .details-post .single-news .post-footer .social-share li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.news-details-page .article-toc {
  margin: 18px 0 22px;
  padding: 14px 16px;
  border: 1px solid #e3e3e3;
  border-left: 4px solid #a10509;
  background: #fafafa;
}

.news-details-page .article-toc__title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #181818;
}

.news-details-page .article-toc ol {
  margin: 0;
  padding-left: 20px;
}

.news-details-page .article-toc li {
  margin: 6px 0;
  line-height: 1.5;
}

.news-details-page .article-toc__item--sub {
  margin-left: 16px;
  font-size: 14px;
}

.news-details-page .article-toc a {
  color: #a10509;
  text-decoration: none;
}

.news-details-page .article-toc a:hover {
  text-decoration: underline;
}

.news-details-page .details-post .single-news .article-body-content {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.85;
  color: #222;
  text-align: left;
  text-align: start;
  text-align-last: auto;
  word-break: normal;
  overflow-wrap: break-word;
  word-spacing: normal;
}

.news-details-page .details-post .single-news .article-body-content p {
  margin: 0 0 14px;
  text-align: inherit;
  text-align-last: auto;
}

.news-details-page .details-post .single-news .content .article-body-content,
.news-details-page .details-post .single-news .content .article-body-content p,
.news-details-page .details-post .single-news .content .article-body-content li {
  text-align: left !important;
  text-align: start !important;
  text-align-last: auto !important;
  word-spacing: normal;
}

.news-details-page .details-post .single-news .article-body-content h2 {
  font-size: 22px;
  line-height: 1.4;
  font-weight: 700;
  margin: 26px 0 12px;
  color: #181818;
}

.news-details-page .details-post .single-news .article-body-content h3 {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
  margin: 22px 0 10px;
  color: #181818;
}

.news-details-page .details-post .single-news .article-body-content h4 {
  font-size: 18px;
  line-height: 1.45;
  font-weight: 700;
  margin: 20px 0 8px;
  color: #181818;
}

.news-details-page .details-post .single-news .article-body-content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 18px auto;
}

.news-details-page .details-post .single-news .article-body-content figure {
  margin: 22px 0;
}

.news-details-page .details-post .single-news .article-body-content figcaption {
  font-size: 13px;
  line-height: 1.5;
  color: #666;
  text-align: center;
  margin-top: 8px;
}

.news-details-page .details-post .single-news .article-body-content blockquote {
  border-left: 4px solid #a10509;
  margin: 20px 0;
  padding: 10px 16px;
  background: #f7f7f7;
  color: #333;
}

.news-details-page .details-post .single-news .article-body-content ul,
.news-details-page .details-post .single-news .article-body-content ol {
  margin: 0 0 16px 24px;
  padding: 0;
}

.news-details-page .details-post .single-news .article-body-content li {
  margin-bottom: 8px;
}

.news-details-page .details-post .single-news .article-body-content a {
  color: #a10509;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.news-details-page .details-post .single-news .article-body-content table {
  width: 100%;
  margin: 20px 0;
  border-collapse: collapse;
  display: block;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.news-details-page .details-post .single-news .article-body-content th,
.news-details-page .details-post .single-news .article-body-content td {
  border: 1px solid #e0e0e0;
  padding: 8px 10px;
  vertical-align: top;
}

.news-details-page .details-post .single-news .article-body-content pre {
  overflow-x: auto;
  padding: 14px;
  margin: 18px 0;
  background: #f4f4f4;
  border-radius: 6px;
  font-size: 14px;
  line-height: 1.6;
  text-align: left;
}

.news-details-page .details-post .single-news .article-body-content code {
  font-family: Consolas, Monaco, "Courier New", monospace;
}

.about-page-content {
  color: #22313f;
}

.about-page-content > h2 {
  color: #8c1d18;
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 1rem;
}

.about-page-content > h3,
.about-page-content .about-platform-block h3,
.about-page-content .about-stats-card h3 {
  color: #1d2d44;
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0 0 0.85rem;
}

.about-page-content p {
  line-height: 1.95;
}

.about-page-divider {
  border-top: 1px solid #e2d7cf;
  margin: 2rem 0 1.75rem;
}

.about-page-highlight,
.about-stats-card,
.about-platform-block {
  background: #fcf8f5;
  border: 1px solid #eadfd6;
  border-radius: 14px;
  padding: 1.35rem 1.4rem;
  margin: 1.1rem 0 0;
}

.about-page-highlight p:last-child,
.about-platform-block p:last-child {
  margin-bottom: 0;
}

.about-stats-card ul,
.about-social-links ul {
  margin: 0;
  padding-left: 1.2rem;
}

.about-stats-card li,
.about-social-links li {
  margin-bottom: 0.6rem;
}

.about-stats-card li:last-child,
.about-social-links li:last-child {
  margin-bottom: 0;
}

.about-network-table-wrap {
  overflow-x: auto;
  margin-top: 1rem;
}

.about-network-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 420px;
  background: #fffdfa;
  border: 1px solid #eadfd6;
  border-radius: 14px;
  overflow: hidden;
}

.about-network-table th,
.about-network-table td {
  border-bottom: 1px solid #efe5dd;
  padding: 0.95rem 1rem;
  text-align: left;
}

.about-network-table th {
  background: #8c1d18;
  color: #ffffff;
  font-weight: 700;
}

.about-network-table tr:last-child td {
  border-bottom: 0;
}

.about-social-links {
  margin-top: 1rem;
}

.about-social-links span {
  display: block;
  font-weight: 700;
  margin-bottom: 0.85rem;
}

.privacy-policy-page {
  background: #ffffff;
  border: 1px solid #ece4de;
  border-radius: 18px;
  padding: 1.5rem;
  box-shadow: 0 18px 40px rgba(20, 30, 60, 0.08);
}

.privacy-policy-page__header {
  padding-bottom: 1.3rem;
  border-bottom: 1px solid #e7ddd6;
  margin-bottom: 1.5rem;
}

.privacy-policy-page__eyebrow {
  color: #8c1d18;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 0.45rem;
}

.privacy-policy-page__subtitle {
  color: #435264;
  font-size: 1.05rem;
  margin-bottom: 0.45rem;
}

.privacy-policy-page__updated {
  color: #5a6777;
  margin-bottom: 0;
}

.privacy-policy-page__content > h2 {
  color: #1d2d44;
  font-size: 1.7rem;
  font-weight: 700;
  margin: 0 0 0.95rem;
}

.privacy-policy-page__content > h3 {
  color: #8c1d18;
  font-size: 1.2rem;
  font-weight: 700;
  margin: 1.15rem 0 0.75rem;
}

.privacy-policy-page__content p,
.privacy-policy-page__content li {
  line-height: 1.9;
}

.privacy-policy-page__content ul {
  padding-left: 1.2rem;
}

.privacy-policy-page__contact-card {
  background: #fcf8f5;
  border: 1px solid #eadfd6;
  border-radius: 14px;
  padding: 1.2rem 1.25rem;
}

.privacy-policy-page__contact-card p:last-child {
  margin-bottom: 0;
}

.privacy-policy-sidebar {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.privacy-policy-sidebar__card {
  background: #ffffff;
  border: 1px solid #ece4de;
  border-radius: 16px;
  padding: 1.2rem 1.25rem;
  box-shadow: 0 12px 30px rgba(20, 30, 60, 0.06);
}

.privacy-policy-sidebar__card h3 {
  color: #1d2d44;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 0.9rem;
}

.privacy-policy-sidebar__card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.privacy-policy-sidebar__card li {
  border-bottom: 1px solid #efe5dd;
  padding: 0.7rem 0;
}

.privacy-policy-sidebar__card li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.privacy-policy-sidebar__card a {
  color: #8c1d18;
  font-weight: 600;
}

@media (min-width: 992px) {
  .privacy-policy-sidebar__sticky {
    position: sticky;
    top: 110px;
  }
}

.news-details-page .details-post .single-news .content .article-inline-media {
  display: block;
  margin: 24px auto;
  max-width: 100%;
  text-align: center;
}

.news-details-page .details-post .single-news .content .article-inline-media__image {
  display: block;
  width: auto;
  max-width: min(100%, 920px);
  height: auto;
  margin: 0 auto;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  background: #f7f7f7;
}

.news-details-page .details-post .single-news .article-main-media {
  margin-top: 18px;
  margin-bottom: 18px;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.16);
}

.news-details-page .details-post .single-news .article-main-media__image {
  border-radius: 0;
}

.news-details-page .details-post .single-news .article-main-media__thumb {
  border-radius: 0;
}

.related-news-card {
  height: 100%;
}

.related-news-card .content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.related-news-card__media {
  overflow: hidden;
  border-radius: 10px;
  background: #eef1f6;
}

.related-news-card__media img {
  width: 100%;
  min-height: 220px;
  max-height: 220px;
  object-fit: cover;
}

.related-news-card__copy {
  padding: 4px 2px 0 !important;
}

.related-news-card__copy .title {
  font-size: 17px !important;
  line-height: 1.3;
  margin-bottom: 12px;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.related-news-card__copy .text {
  font-size: 14px;
  line-height: 1.65;
  color: #24324a;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 991px) {
  .related-news-card {
    margin-bottom: 20px;
  }

  .related-news-card__media img {
    min-height: 200px;
    max-height: 200px;
  }

  .news-details-page .details-post .single-news .article-main-media {
    margin: 20px 0 24px;
    padding: 12px;
    border-radius: 14px;
  }

  .news-details-page .details-post .single-news .content .article-inline-media {
    margin: 22px auto;
  }
}

@media (max-width: 767px) {
  .related-news-card .content-wrapper {
    gap: 12px;
  }

  .related-news-card__media img {
    min-height: 190px;
    max-height: 190px;
  }

  .related-news-card__copy .title {
    font-size: 16px !important;
  }

  .related-news-card__copy .text {
    font-size: 13px;
    line-height: 1.6;
  }

  .news-details-page .article-meta-row {
    gap: 8px 12px;
  }

  .news-details-page .article-meta-row__date,
  .news-details-page .article-meta-row__author,
  .news-details-page .article-meta-row__reporter {
    font-size: 14px;
    line-height: 1.45;
  }

  .news-details-page .article-meta-row__author-link,
  .news-details-page .article-meta-row__author-text {
    font-size: 16px;
  }

  .news-details-page .article-meta-row__badges {
    gap: 8px;
  }

  .news-details-page .article-meta-badge {
    font-size: 14px;
    min-height: 38px;
    padding: 8px 18px;
  }

  .news-details-page .details-post .single-news h1.article-title {
    margin-bottom: 4px !important;
  }

  .news-details-page .details-post .single-news .post-footer {
    gap: 10px 12px;
    padding-bottom: 4px;
  }

  .news-details-page .details-post .single-news .post-footer .social-share {
    width: 100%;
    justify-content: flex-start;
    margin-left: 0;
  }

  .news-details-page .article-aeo-summary,
  .news-details-page .article-key-facts,
  .news-details-page .article-faq,
  .news-details-page .article-source {
    margin: 16px 0;
    padding: 16px;
  }

  .news-details-page .details-post .single-news .article-title {
    font-size: 22px !important;
    line-height: 1.35 !important;
    margin-top: 4px !important;
  }

  .news-details-page .article-toc {
    margin: 16px 0 20px;
    padding: 12px 14px;
  }

  .news-details-page .details-post .single-news .article-body-content {
    font-size: 16px;
    line-height: 1.8;
  }

  .news-details-page .details-post .single-news .article-body-content h2 {
    font-size: 20px;
    line-height: 1.4;
  }

  .news-details-page .details-post .single-news .article-body-content h3 {
    font-size: 18px;
    line-height: 1.45;
  }

  .privacy-policy-page {
    padding: 1rem;
    border-radius: 14px;
  }

  .privacy-policy-page__content > h2 {
    font-size: 1.4rem;
  }

  .privacy-policy-page__content > h3 {
    font-size: 1.08rem;
  }

  .news-details-page .details-post .single-news .article-main-media {
    margin: 18px 0 22px;
    padding: 10px;
    border-radius: 12px;
  }

  .news-details-page .details-post .single-news .article-main-media__thumb {
    width: 72px;
    height: 54px;
  }

  .news-details-page .details-post .single-news .content .article-inline-media {
    margin: 18px auto;
  }

  .news-details-page .details-post .single-news .content .article-inline-media__image {
    border-radius: 12px;
  }

  .related-news-section .header-area .title {
    font-size: 28px;
  }
}

@media (max-width: 480px) {
  .news-details-page .details-post .single-news .article-title {
    font-size: 20px !important;
  }

  .about-page-content > h2 {
    font-size: 1.65rem;
  }

  .about-page-content > h3,
  .about-page-content .about-platform-block h3,
  .about-page-content .about-stats-card h3 {
    font-size: 1.2rem;
  }

  .about-page-highlight,
  .about-stats-card,
  .about-platform-block {
    padding: 1rem;
  }

  .related-news-card__media img {
    min-height: 200px;
    max-height: 200px;
  }

  .related-news-card__copy .title {
    font-size: 15px !important;
  }
}
