.editor-styles-wrapper .FeaturedPost {
  background: var(--colors-denary3);
  padding-top: 76px;
  padding-bottom: 34px;
}
.editor-styles-wrapper .FeaturedPost__title {
  font-size: 54px;
  line-height: 60px;
  margin: 0;
}
.editor-styles-wrapper .FeaturedPost__item {
  padding-top: 60px;
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
}
.editor-styles-wrapper .FeaturedPost__item__image {
  border-radius: 6px;
  margin-bottom: 40px;
  max-width: 396px;
  object-fit: cover;
}
.editor-styles-wrapper .FeaturedPost__item__date {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.editor-styles-wrapper .FeaturedPost__item__title {
  font-size: 34px;
  line-height: 40px;
  margin: 0 0 40px 0;
}
.editor-styles-wrapper .FeaturedPost__item__author {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--colors-denary2);
  margin-bottom: 24px;
}
.editor-styles-wrapper .FeaturedPost__item__excerpt {
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 38px;
}
.editor-styles-wrapper .FeaturedPost__item__excerpt:empty {
  display: none;
}
.editor-styles-wrapper .FeaturedPost__item__cta .bu:hover {
  background: var(--colors-white) !important;
}
/*# sourceMappingURL=style.css.map */