body{
     overflow-x: hidden;
}
.news-hero {
  background-color: var(--theme-secondary);
  padding: 4rem 1rem;
  text-align: center;
}

.news-hero .container {
  max-width: 900px;
  margin: auto;
}

.news-hero .breadcrumb {
  font-size: 0.9rem;
  color: #999;
  margin-bottom: 1rem;
}

.news-hero h1 {
  color: var(--theme-primary);
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  line-height: 1.4;
}

.breadcrumb a {
  text-decoration: none;
  color: #333; /* Neutral text color */
  font-weight: 500;
}

.breadcrumb .current {
  color: var(--theme-primary);
  font-weight: 600;
  border-bottom: 2px solid var(--theme-primary);
  padding-bottom: 2px;
}

@media (min-width: 768px) {
  .custom-width {
    width: 50%;
  }
}
