.execinsights-listing {
  padding: 0 0 72px; 
}

.execinsights-listing .listing-content-row {
  border-bottom: 1px solid #A7A3B5;
  position: relative;
  padding: 40px 0;
}

.execinsights-listing .listing-content-row:last-of-type,
.execinsights-listing .listing-content-row.listing-content-row-nob {
  border-bottom: 0px solid transparent !important;
}

.execinsights-listing a.exec-insight-link {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
}

.execinsights-listing .listing-content-row p {
  color: #4e4763;
}

.execinsights-listing .listing-content-row:hover h4 {
  color: #8656ef;
}

.execinsights-listing .exec-author-container {
  padding-bottom: 24px; 
}

.execinsights-listing .exec-author-container:last-of-type {
  padding-bottom: 0;
}

.execinsights-listing .exec-author-photo {
  max-width: 48px;
  height: auto;
  border-radius: 100%;
  margin-bottom: 0;
  display: block;
  margin-right: 12px;
}

.execinsights-listing .listing-content-row p.exec-author-name,
.execinsights-listing .listing-content-row p.exec-author-title {
  color: #29233b;
  line-height: 130%;
  margin-bottom: 0;
  font-size: 12.5px;
}

.execinsights-listing .listing-content-row p.exec-author-name {
  font-weight: 700;
  letter-spacing: -0.4px;
  margin-bottom: 4px;
}

{# Pagination #}
.execinsight-pagination {
  gap: 36px;
  padding-top: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.execinsight-pagination .execinsight-prev-link,
.execinsight-pagination .execinsight-next-link {
  color: #8656ef;
  font-size: 14px;
  font-weight: 900;
  line-height: 23px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.execinsight-pagination a.execinsight-prev-link:not(.prev-link-inactive):hover,
.execinsight-pagination a.execinsight-next-link:not(.next-link-inactive):hover {
  opacity: 70%;
}

.execinsight-pagination .execinsight-prev-link.prev-link-inactive,
.execinsight-pagination .execinsight-next-link.next-link-inactive {
  color: #e3d5fe !important;
  pointer-events: none !important;
}

.execinsight-pagination .execinsight-pagination-numbers {
  display: flex;
  align-items: center;
  gap: 36px;
}

.execinsight-pagination .execinsight-pagination-numbers .page-number-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.execinsight-pagination .execinsight-pagination-numbers .page-number-container.active-page-container {
  border-bottom: 2px solid #8656ef;
  pointer-events: none;
}

.execinsight-pagination .execinsight-pagination-numbers .page-number-container a {
  color: #8656ef;
  font-size: 14px;
  font-weight: 900;
  line-height: 16px;
  vertical-align: middle;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.execinsight-pagination .execinsight-pagination-numbers .page-number-container a:not(.active):hover {
  opacity: 70%;
}

@media (max-width: 992px) {
  .execinsight-pagination,
  .execinsight-pagination .execinsight-pagination-numbers {
    gap: 20px;
  }
}

@media (max-width: 767px) {
  .execinsight-pagination .execinsight-pagination-numbers {
   display: none; 
  }
}

@media (max-width: 992px) {
  .exec-author-row {
   padding-top: 16px; 
  }
}