.news-index-hero {
  border: 1px solid var(--bs-border-color);
  border-radius: 1rem;
  padding: 1rem 1.1rem;
  background: linear-gradient(135deg, rgba(var(--bs-primary-rgb), 0.08), rgba(var(--bs-info-rgb), 0.08));
}

.news-index-subtitle {
  color: var(--bs-secondary-color);
  margin-bottom: 0;
}

.news-jump-nav {
  position: sticky;
  top: 76px;
  z-index: 100;
  border: 1px solid var(--bs-border-color);
  border-radius: 0.8rem;
  padding: 0.7rem;
  background: var(--bs-body-bg);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.news-jump-link {
  border-radius: 999px;
}

.news-manufacturer-block {
  margin-bottom: 1.7rem;
}

.news-manufacturer-title {
  font-size: 1.18rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
}

.news-modern-card {
  border: 1px solid var(--bs-border-color);
  border-radius: 0.85rem;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  cursor: pointer;
  background: var(--bs-body-bg);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.news-modern-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
  border-color: rgba(var(--bs-primary-rgb), 0.35);
}

.news-modern-img {
  height: 180px;
  width: 100%;
  object-fit: cover;
  background: var(--bs-tertiary-bg);
}

.news-modern-body {
  padding: 0.8rem;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  flex-grow: 1;
}

.news-modern-title {
  font-size: 0.96rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-modern-meta {
  font-size: 0.8rem;
  color: var(--bs-secondary-color);
  margin: 0;
}

.news-modern-summary {
  font-size: 0.86rem;
  line-height: 1.4;
  margin: 0;
  color: var(--bs-secondary-color);
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex-grow: 1;
}

.news-modern-btn {
  margin-top: auto;
  align-self: flex-start;
}
