.insight-nav-links a {
  padding: 8px 0;
  border-bottom: 2px solid transparent;
}

.insight-nav-links a:hover,
.insight-nav-links a.is-current {
  color: #ff5a1f;
  border-bottom-color: #ff5a1f;
}

.insight-index {
  padding: 64px 24px 88px;
}

.insight-index-heading {
  max-width: 820px;
  margin: 0 auto 34px;
  text-align: center;
}

.insight-index-heading h1 {
  margin: 0 0 15px;
  color: #132b52;
  font-size: 46px;
  line-height: 1.15;
}

.insight-index-heading p {
  margin: 0;
  color: #596579;
  font-size: 18px;
  line-height: 1.75;
}

.insight-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.insight-index article {
  max-width: none;
  margin: 0;
  padding: 28px;
  border: 1px solid #dce4ee;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(18, 43, 82, .06);
}

.insight-index article.insight-featured {
  grid-column: 1 / -1;
  border-left: 5px solid #ff5a1f;
  background: linear-gradient(135deg, #f5f8fc, #fff);
}

.insight-index h2 {
  margin: 9px 0 12px;
  font-size: 25px;
  line-height: 1.35;
}

.insight-index h2 a {
  color: #132b52;
  text-decoration: none;
}

.insight-index p {
  margin: 0 0 18px;
}

.insight-index .insight-meta {
  margin: 0;
  color: #d94b19;
  font-size: 13px;
  font-weight: 700;
}

.insight-read {
  color: #17356b;
  font-weight: 700;
  text-decoration: none;
}

.insight-read span {
  color: #ff5a1f;
}

@media (max-width: 720px) {
  .insight-nav {
    align-items: flex-start;
    padding: 12px 16px;
  }

  .insight-nav img {
    width: 180px;
  }

  .insight-nav-links {
    justify-content: flex-end;
    gap: 10px;
    font-size: 13px;
  }

  .insight-list {
    grid-template-columns: 1fr;
  }

  .insight-index {
    padding: 44px 18px 64px;
  }

  .insight-index-heading {
    text-align: left;
  }

  .insight-index-heading h1 {
    font-size: 36px;
  }

  .insight-index-heading p {
    font-size: 16px;
  }

  .insight-index article.insight-featured {
    grid-column: auto;
  }
}
