body.single-post {
  background: #fff;
}

body.single-post .tdb-title-text,
body.single-post .entry-title,
body.single-post .td-post-title .entry-title {
  letter-spacing: 0;
}

body.single-post .tdb_single_content,
body.single-post .td-post-content,
body.single-post .entry-content {
  color: #222;
}

body.single-post .tdb_single_content p,
body.single-post .td-post-content p,
body.single-post .entry-content p {
  margin-bottom: 18px;
}

body.single-post .tdb_single_featured_image img,
body.single-post .td-post-featured-image img,
body.single-post .wp-post-image {
  max-width: 100%;
  height: auto;
}

body.single-post .adsbygoogle,
body.single-post .td-a-rec,
body.single-post .ai-viewport {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.sx-after-article-news {
  clear: both;
  margin: 34px 0 10px;
  padding-top: 18px;
  border-top: 3px solid #111;
}

.sx-after-news-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.sx-after-news-head h2 {
  margin: 0;
  color: #111;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 800;
}

.sx-after-news-head span {
  color: #777;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 700;
  text-transform: uppercase;
}

.sx-after-news-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 18px;
}

.sx-after-news-item {
  display: grid;
  grid-template-columns: 126px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-width: 0;
  padding-bottom: 14px;
  border-bottom: 1px solid #ececec;
  color: inherit;
  text-decoration: none;
}

.sx-after-news-item:hover .sx-after-news-title,
.sx-after-news-item:focus .sx-after-news-title {
  color: #b00020;
}

.sx-after-news-thumb {
  display: block;
  width: 126px;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-radius: 8px;
  background: #eef1f4;
}

.sx-after-news-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sx-after-news-placeholder {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  background: #0b56a8;
  color: #fff;
  font-size: 22px;
  line-height: 1;
  font-weight: 800;
}

.sx-after-news-body {
  display: block;
  min-width: 0;
}

.sx-after-news-category {
  display: inline-block;
  margin-bottom: 5px;
  color: #b00020;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 800;
  text-transform: uppercase;
}

.sx-after-news-title {
  display: block;
  color: #111;
  font-size: 16px;
  line-height: 1.32;
  font-weight: 800;
  transition: color 0.16s ease;
}

.sx-after-news-date {
  display: block;
  margin-top: 6px;
  color: #777;
  font-size: 12px;
  line-height: 1.2;
}

.sx-en-section {
  max-width: 860px;
  margin: 0 auto 34px;
  color: #202020;
  font-size: 18px;
  line-height: 1.72;
}

.sx-en-kicker {
  margin: 0 0 8px;
  color: #b00020;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.sx-en-section h2 {
  margin: 0 0 14px;
  color: #111;
  font-size: 34px;
  line-height: 1.16;
  font-weight: 800;
  letter-spacing: 0;
}

.sx-en-section h3 {
  margin: 30px 0 10px;
  color: #111;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 800;
}

.sx-en-section p {
  margin: 0 0 18px;
}

.sx-en-updated {
  color: #777;
  font-size: 14px;
}

.sx-en-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 28px 0;
}

.sx-en-card {
  display: block;
  min-width: 0;
  padding: 16px;
  border: 1px solid #e7e7e7;
  border-left: 4px solid #b00020;
  border-radius: 8px;
  background: #fff;
  color: inherit;
  text-decoration: none;
  transition: border-color 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease;
}

.sx-en-card:hover,
.sx-en-card:focus {
  border-color: #d0d0d0;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
  transform: translateY(-1px);
}

.sx-en-card strong {
  display: block;
  margin-bottom: 6px;
  color: #111;
  font-size: 17px;
  line-height: 1.28;
  font-weight: 800;
}

.sx-en-card span {
  display: block;
  color: #555;
  font-size: 14px;
  line-height: 1.45;
}

.sx-en-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid #ececec;
}

.sx-en-links a {
  color: #b00020;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.sx-en-links a:hover,
.sx-en-links a:focus {
  text-decoration: underline;
}

.sx-en-note {
  padding: 14px 16px;
  border-left: 4px solid #0b56a8;
  border-radius: 8px;
  background: #f5f7fa;
}

.sx-en-site-link {
  clear: both;
  padding: 12px 16px;
  border-top: 1px solid #e7e7e7;
  background: #f8f8f8;
  text-align: center;
}

.sx-en-site-link a {
  color: #111;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 800;
  text-decoration: none;
}

.sx-en-site-link a:hover,
.sx-en-site-link a:focus {
  color: #b00020;
  text-decoration: underline;
}

@media (max-width: 768px) {
  body.single-post .tdb-title-text,
  body.single-post h1,
  body.single-post .entry-title,
  body.single-post .td-post-title .entry-title {
    font-size: 28px !important;
    line-height: 1.18 !important;
    font-weight: 800 !important;
    margin: 14px 0 10px !important;
  }

  body.single-post .tdb_single_content,
  body.single-post .td-post-content,
  body.single-post .entry-content,
  body.single-post article {
    font-size: 18px !important;
    line-height: 1.75 !important;
    color: #222;
  }

  body.single-post .tdb_single_content p,
  body.single-post .td-post-content p,
  body.single-post .entry-content p {
    margin-bottom: 18px;
  }

  body.single-post .tdb_single_featured_image img,
  body.single-post .td-post-featured-image img,
  body.single-post .wp-post-image {
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 16px;
  }

  body.single-post .td-sidebar,
  body.single-post .sidebar,
  body.single-post aside,
  body.single-post .td-pb-span4 {
    display: none !important;
  }

  body.single-post .td-main-content,
  body.single-post .td-ss-main-content,
  body.single-post .td-pb-span8 {
    width: 100% !important;
    max-width: 100% !important;
  }

  body.single-post .td-a-rec,
  body.single-post .adsbygoogle,
  body.single-post .ai-viewport {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .sx-after-article-news {
    margin-top: 28px;
    padding-top: 16px;
  }

  .sx-after-news-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 12px;
  }

  .sx-after-news-head h2 {
    font-size: 21px;
  }

  .sx-after-news-head span {
    font-size: 12px;
  }

  .sx-after-news-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .sx-after-news-item {
    grid-template-columns: 104px minmax(0, 1fr);
    gap: 12px;
    min-height: 88px;
    padding: 12px 0;
  }

  .sx-after-news-thumb {
    width: 104px;
    aspect-ratio: 4 / 3;
  }

  .sx-after-news-title {
    font-size: 15px;
    line-height: 1.34;
  }

  .sx-after-news-date {
    font-size: 12px;
  }

  .sx-en-section {
    max-width: 100%;
    margin-bottom: 28px;
    font-size: 17px;
    line-height: 1.68;
  }

  .sx-en-section h2 {
    font-size: 28px;
    line-height: 1.18;
  }

  .sx-en-section h3 {
    font-size: 20px;
  }

  .sx-en-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .sx-en-card {
    padding: 14px;
  }
}
