.insights-featured {
  overflow: hidden;
}
* + .insights-featured {
  margin-top: 4rem !important;
}
.insights-featured h5 {
  text-transform: uppercase;
  font-family: var(--wp--preset--font-family--primary);
  font-size: 12px;
  margin-bottom: 2.4rem;
}
.insights-featured .excerpt {
  background: #4c496a;
  background: linear-gradient(180deg, rgb(76, 73, 106) 0%, rgb(46, 50, 93) 50%, rgb(42, 44, 85) 100%);
  border-radius: 8px;
  width: 100%;
  padding: 4rem;
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
  height: 100%;
}
.insights-featured .excerpt .img-wrapper {
  width: calc(55% - 2rem);
  height: 320px;
}
.insights-featured .excerpt .img-wrapper img {
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  height: 320px;
}
.insights-featured .excerpt .content-wrapper {
  width: calc(45% - 2rem);
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.insights-featured .excerpt .content-wrapper .meta-fields {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 1.6rem;
  margin-bottom: 1.6rem;
}
.insights-featured .excerpt .content-wrapper .meta-fields p {
  font-size: var(--wp--preset--font-size--font-14);
  margin: 0 !important;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  padding-left: 1.6rem;
  color: white;
  line-height: 110%;
}
.insights-featured .excerpt .content-wrapper .meta-fields p.meta {
  color: rgba(255, 255, 255, 0.5);
}
.insights-featured .excerpt .content-wrapper .meta-fields p:first-child {
  padding-left: 0;
  border-left: 0;
}
.insights-featured .excerpt .content-wrapper .meta-fields .icon {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  padding-left: 1.6rem;
}
.insights-featured .excerpt .content-wrapper .meta-fields .icon svg circle {
  stroke: #5e5b79;
  stroke-opacity: 1;
}
.insights-featured .excerpt .content-wrapper .meta-fields .icon svg path {
  stroke: white;
}
.insights-featured .excerpt .content-wrapper h3 {
  font-size: var(--wp--preset--font-size--font-32);
  line-height: 130%;
  color: white;
}
.insights-featured .excerpt .content-wrapper .wp-block-buttons {
  margin-top: auto !important;
  padding-top: 2rem;
}
.insights-featured .excerpt .content-wrapper .wp-block-buttons .wp-block-button .wp-block-button__link {
  font-size: var(--wp--preset--font-size--font-14);
  color: white;
}
.insights-featured .excerpt:hover .wp-block-button .wp-block-button__link:before {
  opacity: 0;
}
.insights-featured .excerpt:hover .wp-block-button .wp-block-button__link:after {
  opacity: 1;
}/*# sourceMappingURL=block-insights-featured.css.map */