/* News, industry dynamics and technical knowledge listing pages. */

.inner-banner-section.photo-blog-page-banner-section.news-hero {
  background-image: none;
  background-position: center;
  background-size: cover;
}

.news-hero .overlay {
  background: linear-gradient(90deg, rgba(16, 12, 10, 0.86), rgba(16, 12, 10, 0.38));
}

.news-hero .content-banner {
  position: relative;
  z-index: 1;
}

.news-hero .inner-banner-title-wrap.blog-page {
  max-width: 780px;
}

.news-hero h1 {
  text-wrap: balance;
}

@media screen and (min-width: 992px) {
  .inner-banner-section.photo-blog-page-banner-section.news-hero {
    height: 626px;
    min-height: 626px;
  }
}

.blog-collection-list.blog-page.news-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px 20px;
}

.news-card {
  min-width: 0;
  opacity: 1 !important;
  transform: none !important;
}

.news-card .blog-link-block {
  display: block;
  overflow: hidden;
  padding: 0;
  background: transparent;
}

.news-card .blog-link-block:hover,
.news-card .blog-link-block:focus,
.news-card .blog-link-block:focus-visible {
  padding: 0;
  background: transparent;
}

.news-card .blog-cover {
  display: block;
  width: 100%;
  height: 350px;
  border: 0;
  outline: 0;
  object-fit: cover;
  transition: transform 420ms ease;
}

.news-card:hover .blog-cover {
  transform: scale(1.035);
}

.news-card .blog-post-date {
  color: rgba(23, 27, 29, 0.64);
  text-transform: uppercase;
}

.news-card .blog-post-link {
  display: inline-block;
  text-wrap: balance;
}

@media screen and (max-width: 991px) {
  .blog-collection-list.blog-page.news-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .news-card .blog-cover {
    height: 300px;
  }
}

@media screen and (max-width: 767px) {
  .news-hero .content-banner {
    gap: 28px;
  }

  .news-hero h1 {
    overflow-wrap: anywhere;
  }

  .blog-collection-list.blog-page.news-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .news-card .blog-cover {
    height: clamp(240px, 72vw, 340px);
  }
}

/* Company News uses the same news-card layout as Industry Dynamics. */
.mos-company-news-pagination { display:flex; justify-content:center; gap:12px; margin-top:36px; }.mos-company-news-pagination a { padding:10px 18px; border:1px solid #e6d7cd; border-radius:4px; text-decoration:none; color:#693e21; }.mos-company-news-pagination [aria-current] { background:#452510; color:white; }

.news-empty-state { margin:0; color:#846f61; font-size:17px; line-height:1.7; padding-block:24px; }
