.featured-article__wrapper {
  background-color: #F8F7FC;
  padding: 16px 16px 24px 24px;
  margin-bottom: 16px;
  border-radius: 12px;
}
.featured-article__main-title {
  font-weight: 900;
  font-size: 24px;
  line-height: 32px;
  color: #201F68;
  margin-bottom: 16px;
  margin-top: 0;
}
.featured-article__title {
  font-weight: 900;
  font-size: 20px;
  line-height: 28px;
  color: #201F68;
  margin-bottom: 8px;
  margin-top: 0;
}
.featured-article__info {
  display: flex;
  margin-bottom: 16px;
}
.featured-article__info a {
  padding: 2px 8px;
  color: #4B4B88;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  border-radius: 4px;
  background-color: #EDEDF8;
  margin-right: 8px;
}
.featured-article__date {
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  color: #4B4B88;
  padding: 2px 4px;
  border-radius: 4px;
  background-color: #ffffff;
}
.featured-article__date span {
  display: flex;
  align-items: center;
}
.featured-article__date img {
  height: 12px;
  width: 12px;
  margin-right: 4px;
}
.featured-article__item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.featured-article__icon {
  padding-left: 24px;
}
.featured-article__icon img {
  max-width: 10px;
  height: 18px;
  margin-top: 4px;
}
.featured-article__content {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  color: #201F68;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.featured-article__badge {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  padding: 3px 8px;
  border-radius: 4px;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.featured-article__badge--faq {
  background-color: #EDEDF8;
  color: #4B4B88;
}
.featured-article__badge--take_control {
  background-color: #201F68;
  color: #ffffff;
}
.featured-article__badge--page {
  background-color: #4B4B88;
  color: #ffffff;
}

.elementor-widget-featured_article {
  position: static;
}

.elementor-widget-featured_article:last-of-type {
  position: sticky;
  top: 35px;
}
