.highlights-block__container {
  padding: 0;
}

.highlights-with-featured-post__header {
  margin-bottom: 0;
  padding: 0 var(--container-padding);
}

.highlights-block__swiper,
.highlights-block__navigation {
  padding: 0 var(--container-padding);
}

.highlights-with-featured-post__title {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-family: var(--font-primary);
  font-weight: var(--font-weight-bold);
  font-size: 2rem;
  line-height: 2.25rem;
  margin: 0 0 var(--space-6);
  color: var(--color-dark);
}

.highlights-with-featured-post__title-icon {
  display: inline-flex;
  flex-shrink: 0;
  color: currentColor;
  padding: 0;
}

.highlights-with-featured-post__title-icon svg {
  width: 0.5625rem;
  height: auto;
  display: block;
  margin: 0;
}

.highlights-with-featured-post__featured {
  display: grid;
  gap: var(--space-3);
  margin-bottom: 4rem;
  padding: 0 var(--container-padding);
}

.highlights-with-featured-post__featured-media {
  width: 100%;
  overflow: hidden;
  height: 24.375rem;
}

.highlights-with-featured-post__featured-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.highlights-with-featured-post__featured-kicker {
  font-family: var(--font-primary);
  font-size: var(--font-size-sm);
  line-height: 1.4285;
  font-weight: var(--font-weight-bold);
  text-transform: uppercase;
  color: var(--color-gray-500);
  margin-bottom: 0.5rem;
}

.highlights-with-featured-post__featured-title {
  font-family: var(--font-primary);
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-3xl);
  line-height: 1.3333;
  color: var(--color-dark);
  margin: 0 0 0.5rem;
}

.highlights-with-featured-post__featured-excerpt {
  font-family: var(--font-primary);
  font-size: var(--font-size-base);
  line-height: 1.5;
  color: var(--color-dark);
  margin: 0 0 var(--space-6);
}

.highlights-with-featured-post__featured-cta {
  width: 100%;
  border: none !important;
}

.highlights-with-featured-post__filter {
  margin-bottom: var(--space-6);
  padding: 0 var(--container-padding);
}

@media (min-width: 40rem) {
  .highlights-block__swiper {
    padding-right: 0;
  }
}

@media (min-width: 64rem) {
  .highlights-with-featured-post__featured-content-wrapper {
    display: flex;
    gap: 2.875rem;
    align-items: center;
  }

  .highlights-with-featured-post__featured-content-divider {
    display: flex;
    flex-direction: column;
    gap: 1.75rem;
  }

  .highlights-with-featured-post__featured-content-divider::after,
  .highlights-with-featured-post__featured-content-divider::before {
    content: "";
    display: block;
    aspect-ratio: 1/1;
    height: 3.125rem;
    background-color: var(--color-gray-200);
    border-radius: 50%;
  }

  .highlights-with-featured-post__title {
    gap: 1.5rem;
    font-size: 3rem;
    line-height: 3rem;
    margin-bottom: 3.75rem;
  }

  .highlights-with-featured-post__title-icon svg {
    width: 1.0625rem;
  }

  .highlights-with-featured-post__featured {
    grid-template-columns: 1fr 1fr;
    padding-right: 0;
    align-items: center;
    justify-content: space-between;
    gap: 2.875rem;
  }

  .highlights-with-featured-post__featured-media {
    grid-row: 1;
    grid-column: 2;
    max-width: 44rem;
    height: 37.5rem;
  }
  
  .highlights-with-featured-post__featured-kicker {
    margin-bottom: var(--space-3);
  }

  .highlights-with-featured-post__featured-title {
    font-size: var(--font-size-6xl);
    line-height: var(--line-height-small);
    margin-bottom: var(--space-3);
  }
  
  .highlights-with-featured-post__featured-excerpt {
    font-size: var(--font-size-lg);
    line-height: 1.5555;
    margin-bottom: var(--space-8);
  }

  .highlights-with-featured-post__featured-cta {
    width: max-content;
  }

  .highlights-with-featured-post__filter {
    display: none;
  }
}
