/* Industry news editorial layout */
.news-page {
  --news-ink: #15253d;
  --news-muted: #6f7d90;
  --news-line: #dfe6ee;
  --news-blue: #1a5fb4;
  background: #f7f9fc;
}

.news-intro {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 83% 18%, rgba(73, 157, 245, .45), transparent 26%),
    linear-gradient(118deg, #0c356d 0%, #1458a2 53%, #0c356d 100%);
}

.news-intro::after {
  position: absolute;
  right: -5%;
  bottom: -58%;
  width: 560px;
  height: 560px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 50%;
  box-shadow: 0 0 0 32px rgba(255,255,255,.035), 0 0 0 64px rgba(255,255,255,.025);
  content: "";
}

.news-intro-grid {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  min-height: 280px;
  padding: 58px 0 54px;
}

.news-eyebrow,
.news-section-kicker {
  color: #6eaff1;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.news-eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 15px;
}

.news-eyebrow span {
  display: inline-block;
  width: 25px;
  height: 2px;
  background: #74c7ff;
}

.news-intro h1 {
  max-width: 590px;
  margin: 0;
  font-size: clamp(2.3rem, 5vw, 4.35rem);
  font-weight: 800;
  letter-spacing: -.055em;
  line-height: .98;
}

.news-intro h1 em {
  color: #7fd1ff;
  font-style: normal;
}

.news-intro-copy {
  max-width: 465px;
  margin: 21px 0 0;
  color: rgba(255,255,255,.76);
  font-size: 1rem;
}

.news-intro-aside {
  display: grid;
  align-items: end;
  gap: 12px;
  min-width: 245px;
  padding-bottom: 3px;
}

.news-signal {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255,255,255,.82);
  font-size: .78rem;
}

.news-signal i {
  width: 23px;
  color: #80d1ff;
  text-align: center;
}

.news-issue {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,.25);
  color: #fff;
}

.news-issue strong {
  font-size: 1.05rem;
  line-height: 1.05;
}

.news-issue span {
  color: #9edcff;
  font-size: .72rem;
  letter-spacing: .12em;
}

.news-content {
  padding: 48px 0 70px;
}

.news-toolbar {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 22px;
}

.news-section-kicker {
  margin-bottom: 5px;
  color: var(--news-blue);
}

.news-toolbar h2 {
  margin: 0;
  color: var(--news-ink);
  font-size: clamp(1.5rem, 3vw, 2.05rem);
  font-weight: 750;
  letter-spacing: -.035em;
}

.news-result-count {
  color: var(--news-muted);
  font-size: .76rem;
}

.news-featured {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, .88fr);
  min-height: 360px;
  margin-bottom: 40px;
  overflow: hidden;
  border: 1px solid var(--news-line);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 13px 35px rgba(30, 63, 105, .08);
}

.news-featured-media,
.news-card-media {
  position: relative;
  display: block;
  overflow: hidden;
  background: #dfe9f4;
}

.news-featured-media img,
.news-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}

.news-featured-media:hover img,
.news-card-media:hover img {
  transform: scale(1.045);
}

.news-featured-label {
  position: absolute;
  top: 18px;
  left: 18px;
  padding: 7px 11px;
  border-radius: 4px;
  background: #fff;
  color: var(--news-blue);
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .02em;
  box-shadow: 0 4px 12px rgba(0,0,0,.12);
}

.news-featured-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 38px 42px;
}

.news-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 11px;
  color: var(--news-muted);
  font-size: .72rem;
}

.news-category {
  padding: 4px 8px;
  border-radius: 3px;
  background: #e9f3ff;
  color: var(--news-blue);
  font-size: .66rem;
  font-weight: 700;
  letter-spacing: .02em;
}

.news-featured-body h2 {
  margin: 19px 0 13px;
  color: var(--news-ink);
  font-size: clamp(1.5rem, 3vw, 2.3rem);
  font-weight: 750;
  letter-spacing: -.045em;
  line-height: 1.08;
}

.news-featured-body h2 a,
.news-card h3 a {
  color: inherit;
  text-decoration: none;
}

.news-featured-body h2 a:hover,
.news-card h3 a:hover {
  color: var(--news-blue);
}

.news-featured-body p,
.news-card p {
  display: -webkit-box;
  overflow: hidden;
  color: var(--news-muted);
  font-size: .87rem;
  line-height: 1.65;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.news-featured-body p {
  margin: 0 0 27px;
}

.news-read-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  color: var(--news-blue);
  font-size: .79rem;
  font-weight: 700;
  text-decoration: none;
}

.news-read-link i {
  font-size: .68rem;
  transition: transform .2s;
}

.news-read-link:hover {
  color: var(--news-ink);
}

.news-read-link:hover i {
  transform: translateX(3px);
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.news-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--news-line);
  border-radius: 11px;
  background: #fff;
  box-shadow: 0 5px 17px rgba(30, 63, 105, .045);
  transition: transform .22s, box-shadow .22s;
}

.news-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 28px rgba(30, 63, 105, .12);
}

.news-card-media {
  height: 190px;
}

.news-card-arrow {
  position: absolute;
  right: 13px;
  bottom: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  background: rgba(255,255,255,.93);
  color: var(--news-blue);
  font-size: .68rem;
}

.news-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 20px 20px 17px;
}

.news-card h3 {
  display: -webkit-box;
  overflow: hidden;
  min-height: 2.55em;
  margin: 13px 0 8px;
  color: var(--news-ink);
  font-size: 1.08rem;
  font-weight: 750;
  letter-spacing: -.02em;
  line-height: 1.28;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.news-card p {
  flex: 1;
  margin: 0 0 18px;
  -webkit-line-clamp: 3;
}

.news-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-top: 14px;
  border-top: 1px solid #edf1f5;
}

.news-views {
  color: #93a0af;
  font-size: .7rem;
}

.news-pagination {
  display: flex;
  justify-content: center;
  margin-top: 42px;
}

.news-pagination .pagination {
  align-items: center;
  gap: 5px;
  margin: 0;
}

.news-pagination .page-link {
  border: 1px solid var(--news-line);
  border-radius: 5px !important;
  color: var(--news-ink);
  font-size: .76rem;
}

.news-pagination .page-item.active .page-link {
  border-color: var(--news-blue);
  background: var(--news-blue);
}

.news-pagination .page-item.disabled .page-link {
  color: #adb7c3;
  background: #f5f7fa;
}

.news-empty {
  padding: 75px 20px;
  border: 1px dashed #ccd7e3;
  border-radius: 12px;
  background: #fff;
  text-align: center;
}

.news-empty-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #e9f3ff;
  color: var(--news-blue);
  font-size: 1.4rem;
}

.news-empty h3 {
  margin: 16px 0 5px;
  color: var(--news-ink);
  font-size: 1.2rem;
}

.news-empty p {
  margin: 0;
  color: var(--news-muted);
  font-size: .85rem;
}

@media (max-width: 991.98px) {
  .news-featured {
    grid-template-columns: 1fr 1fr;
  }

  .news-featured-body {
    padding: 28px;
  }

  .news-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .news-intro-grid {
    display: block;
    min-height: 0;
    padding: 42px 0 38px;
  }

  .news-intro-aside {
    min-width: 0;
    margin-top: 30px;
  }

  .news-content {
    padding: 34px 0 48px;
  }

  .news-toolbar {
    display: block;
  }

  .news-result-count {
    display: block;
    margin-top: 9px;
  }

  .news-featured {
    display: block;
  }

  .news-featured-media {
    height: 235px;
  }

  .news-featured-body {
    padding: 24px 22px 26px;
  }

  .news-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .news-card-media {
    height: 210px;
  }

  .news-pagination .page-link {
    padding: .42rem .56rem;
  }
}