.td-main-content-wrap {
  background: #f8fafa;
}

.news2-detail {
  padding: 20px 15px 48px;
}

.news2-breadcrumb {
  margin-bottom: 20px;
}

.news2-breadcrumb .entry-crumbs {
  font-size: 13px;
  color: #888;
  line-height: 1.6;
}

.news2-breadcrumb .entry-crumb {
  color: #399998;
  text-decoration: none;
  transition: color 0.2s;
}

.news2-breadcrumb .entry-crumb:hover {
  color: #2d7a79;
}

.news2-breadcrumb .td-bread-sep {
  margin: 0 8px;
  color: #ccc;
}

.news2-breadcrumb .td-bred-no-url-last {
  color: #555;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 60%;
  display: inline-block;
  vertical-align: bottom;
}

.news2-ad-slot {
  margin-bottom: 24px;
  text-align: center;
}

.news2-detail-row {
  align-items: flex-start;
}

.news2-article {
  background: #fff;
  border-radius: 10px;
  padding: 28px 32px 36px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
  border: 1px solid #f0f0f0;
}

.news2-article .news2-tag {
  display: inline-block;
  padding: 3px 10px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: #fff;
  background: #399998;
  border-radius: 3px;
  margin-bottom: 14px;
}

.news2-article .article-title {
  margin: 0 0 20px;
  font-size: 28px;
  line-height: 1.35;
  font-weight: 700;
  color: #222;
  word-wrap: break-word;
}

.news2-article-cover {
  margin-bottom: 24px;
  border-radius: 8px;
  overflow: hidden;
}

.news2-article-cover img {
  width: 100%;
  max-height: 420px;
  object-fit: cover;
  display: block;
}

.news2-article .article-content {
  padding: 0;
  font-size: 16px;
  line-height: 1.8;
  color: #444;
  word-wrap: break-word;
}

.news2-article .article-content p {
  margin: 0 0 16px;
}

.news2-article .article-content img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
  margin: 16px auto;
  display: block;
}

.news2-article .article-content h2,
.news2-article .article-content h3,
.news2-article .article-content h4 {
  margin: 24px 0 12px;
  color: #222;
  line-height: 1.4;
}

.news2-article .article-content a {
  color: #399998;
  text-decoration: underline;
}

.news2-article .article-content a:hover {
  color: #2d7a79;
}

.news2-sidebar {
  background: #fff;
  border-radius: 10px;
  padding: 22px 20px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
  border: 1px solid #f0f0f0;
  position: sticky;
  top: 20px;
}

.news2-sidebar-title {
  position: relative;
  margin: 0 0 18px;
  padding: 0 0 12px 14px;
  font-size: 17px;
  font-weight: 700;
  color: #222;
  border-bottom: 2px solid #eee;
}

.news2-sidebar-title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 4px;
  height: 18px;
  background: #399998;
  border-radius: 2px;
}

.news2-sidebar-item {
  display: flex;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid #f2f2f2;
}

.news2-sidebar-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.news2-sidebar-item:first-child {
  padding-top: 0;
}

.news2-sidebar-thumb {
  flex-shrink: 0;
  width: 72px;
  height: 72px;
  border-radius: 6px;
  overflow: hidden;
  display: block;
}

.news2-sidebar-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.news2-sidebar-item:hover .news2-sidebar-thumb img {
  transform: scale(1.06);
}

.news2-sidebar-body {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
}

.news2-sidebar-body .entry-title {
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 600;
}

.news2-sidebar-body .entry-title a {
  color: #333;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  transition: color 0.2s;
}

.news2-sidebar-item:hover .entry-title a {
  color: #399998;
}

.td_category_template_7 .td-crumb-container {
  position: inherit;
}

@media (max-width: 1018px) {
  .news2-article {
    padding: 22px 24px 28px;
  }

  .news2-article .article-title {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .news2-detail {
    padding: 12px 15px 32px;
  }

  .news2-breadcrumb .td-bred-no-url-last {
    max-width: 45%;
  }

  .news2-article {
    padding: 18px 16px 24px;
    border-radius: 8px;
  }

  .news2-article .article-title {
    font-size: 20px;
    margin-bottom: 16px;
  }

  .news2-article .article-content {
    font-size: 15px;
    line-height: 1.75;
  }

  .news2-sidebar {
    margin-top: 24px;
    position: static;
  }

  .news2-detail-row .td-pb-span8,
  .news2-detail-row .td-pb-span4 {
    width: 100%;
    float: none;
  }
}
