.news-card-featured {
  width: 100%;
}

.news-card-featured .featured-news-card {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

@media (min-width: 1024px) {
  .news-card-featured .featured-news-card {
    flex-direction: row;
  }
}

.news-card-featured .featured-news-card {
  text-decoration: none;
}

.news-card-featured .featured-news-card .news-image-container {
  aspect-ratio: 1 / 1;
  height: 258px;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 1rem;
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.news-card-featured .featured-news-card .news-image-container > div {
  height: 100%;
  width: 100%;
}

.news-card-featured .featured-news-card .news-image-container img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.news-card-featured .featured-news-card .news-data-container .news-date {
  font-size: var(--font-h6);
  line-height: var(--line-height);
  letter-spacing: var(--letter-spacing);
  font-weight: var(--font-weight-regular);
  color: var(--color-gray-300);
  line-height: 150%;
}

.news-card-featured .featured-news-card .news-data-container .news-title {
  margin-bottom: 20px;
  margin-top: 10px;
  font-size: var(--font-h4);
  line-height: var(--line-height);
  letter-spacing: var(--letter-spacing);
  font-weight: var(--font-weight-regular);
  font-weight: var(--font-weight-semi-bold);
  color: var(--color-text);
}

.news-card-featured .featured-news-card .news-data-container .news-description {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  font-size: var(--font-h5);
  line-height: var(--line-height);
  letter-spacing: var(--letter-spacing);
  font-weight: var(--font-weight-regular);
  color: var(--color-text);
  line-height: 150%;
}

.news-card-featured .featured-news-card.is-large {
  margin-bottom: 1.25rem;
}

.news-card-featured .featured-news-card.is-large .news-image-container {
  aspect-ratio: auto;
  height: 100%;
  min-height: 400px;
  width: 100%;
}

@media (min-width: 1024px) {
  .news-card-featured .featured-news-card.is-large .news-image-container {
    width: 60%;
  }
}

.news-card-featured .featured-news-card.is-large .news-data-container {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.news-card-featured .featured-news-card.is-large .news-data-container .news-date {
  font-size: var(--font-h6);
  line-height: var(--line-height);
  letter-spacing: var(--letter-spacing);
  font-weight: var(--font-weight-regular);
  color: var(--color-gray-300);
  line-height: 150%;
}

.news-card-featured .featured-news-card.is-large .news-data-container .news-title {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: var(--font-h2);
  line-height: var(--line-height);
  letter-spacing: var(--letter-spacing);
  font-weight: var(--font-weight-bold);
  color: var(--color-text);
}

.news-card-featured .featured-news-card.is-large .news-data-container .news-description {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  font-size: var(--font-h4);
  line-height: var(--line-height);
  letter-spacing: var(--letter-spacing);
  font-weight: var(--font-weight-regular);
  color: var(--color-text);
  line-height: 150%;
}

/*# sourceMappingURL=news-card-featured.css.map */