/*!***************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./blocks/recent-resources/src/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************/
.wp-block-image {
  position: relative;
  z-index: 2;
}
.wp-block-image.alignright img {
  margin-left: auto;
}
.wp-block-image.alignleft img {
  margin-right: auto;
}
.wp-block-image.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.wp-block-image.is-style-rounded {
  border-radius: 10px;
}
.wp-block-image.is-style-rounded img {
  border-radius: 10px;
}

p.is-style-max-width,
li.is-style-max-width {
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}

/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.wp-block-crown-blocks-recent-resources {
  position: relative;
}
.wp-block-crown-blocks-recent-resources .recent-posts .post-teaser__post-title {
  font-size: 22px;
  letter-spacing: 0;
  line-height: 1.2;
  font-weight: normal;
}
.wp-block-crown-blocks-recent-resources .recent-post__content {
  display: inline-block;
  margin: 0 auto;
  position: relative;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .wp-block-crown-blocks-recent-resources .recent-post__content {
    margin-bottom: 18px;
  }
}
@media (min-width: 768px) {
  .wp-block-crown-blocks-recent-resources .recent-post__content h2 {
    margin-bottom: 0;
  }
}
.wp-block-crown-blocks-recent-resources .recent-post__content a {
  text-transform: uppercase;
  text-decoration: underline;
  white-space: nowrap;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}
@media (min-width: 768px) {
  .wp-block-crown-blocks-recent-resources .recent-post__content a {
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 40px;
  }
}
.wp-block-crown-blocks-recent-resources .recent-resources {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 40px;
  width: 100%;
}
.wp-block-crown-blocks-recent-resources .recent-resources .slick-list {
  width: 100%;
}
.wp-block-crown-blocks-recent-resources .recent-resources .slick-track {
  margin-left: 0;
}
.wp-block-crown-blocks-recent-resources .recent-resources .post-teaser {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  border: 2px solid var(--Light-Gray, #F0F0F0);
  background: var(--White, #FFF);
  box-shadow: 0px 8px 24px -6px rgba(17, 31, 82, 0.1);
}
@media (min-width: 576px) {
  .wp-block-crown-blocks-recent-resources .recent-resources .post-teaser {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .wp-block-crown-blocks-recent-resources .recent-resources .post-teaser {
    width: 33.33%;
  }
}
.wp-block-crown-blocks-recent-resources .recent-resources .post-teaser .gated-icon {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 18px;
  height: 18px;
}
.wp-block-crown-blocks-recent-resources .recent-resources .post-teaser .gated-icon svg {
  width: 100%;
}
.wp-block-crown-blocks-recent-resources .recent-resources .post-teaser__post {
  display: block;
  text-decoration: none;
  color: #373F41;
  height: 100%;
}
.wp-block-crown-blocks-recent-resources .recent-resources .post-teaser__post.gated .gated-icon {
  display: block;
}
.wp-block-crown-blocks-recent-resources .recent-resources .post-teaser__img-container {
  position: relative;
  padding-bottom: 50.8%;
  overflow: hidden;
  width: 100%;
}
.wp-block-crown-blocks-recent-resources .recent-resources .post-teaser__post-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #eee;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: filter 0.2s, transform 0.2s;
}
.wp-block-crown-blocks-recent-resources .recent-resources .post-teaser__post-title {
  margin-bottom: 15px;
}
.wp-block-crown-blocks-recent-resources .recent-resources .post-teaser__type {
  display: block;
  padding: 12px 18px;
  border-radius: 4px;
  font-family: "Barlow";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 128.571% */
  letter-spacing: 3.5px;
  text-transform: uppercase;
  margin-bottom: 15px;
  background-color: #e5e5e5;
}
.wp-block-crown-blocks-recent-resources .recent-resources .post-teaser__category {
  display: flex;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.3;
  text-transform: uppercase;
  color: #FFBC1D;
}
@media (min-width: 768px) {
  .wp-block-crown-blocks-recent-resources .recent-resources .post-teaser__category {
    font-size: 18px;
  }
}
.wp-block-crown-blocks-recent-resources .recent-resources .post-teaser__category .resource-teaser__icon {
  margin-right: 10px;
}
.wp-block-crown-blocks-recent-resources .recent-resources .post-teaser__meta {
  padding: 24px 32px;
}
.wp-block-crown-blocks-recent-resources .recent-resources .post-teaser__meta .inner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: baseline;
  height: 100%;
}
.wp-block-crown-blocks-recent-resources .recent-resources .post-teaser:hover .post-teaser__post-img, .wp-block-crown-blocks-recent-resources .recent-resources .post-teaser:focus .post-teaser__post-img {
  transform: scale(1.1);
}
.wp-block-crown-blocks-recent-resources .slick-track {
  display: flex !important;
}
.wp-block-crown-blocks-recent-resources .slick-slide {
  height: inherit !important;
}
@media (min-width: 768px) {
  .wp-block-crown-blocks-recent-resources .slick-slide {
    margin: 0 12px;
  }
}
@media (min-width: 768px) {
  .wp-block-crown-blocks-recent-resources .slick-list {
    margin: 0 -12px;
  }
}
.wp-block-crown-blocks-recent-resources .slick-arrow {
  width: 24px;
  height: 24px;
  overflow: hidden;
  padding: 0;
  border: none;
  outline: none;
  text-indent: -1000000px;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: transparent;
}
.wp-block-crown-blocks-recent-resources .slick-arrow.slick-prev {
  right: 38px;
}
.wp-block-crown-blocks-recent-resources .slick-arrow.slick-disabled {
  opacity: 0.3;
  filter: grayscale(1);
}
.wp-block-crown-blocks-recent-resources .slick-arrow.slick-prev:before {
  transform: rotate(-180deg);
  background-image: url("data:image/svg+xml,%3csvg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\"%3e%3cpath d=\"M3 12H17\" stroke=\"%23002643\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/%3e%3cpath d=\"M12.0078 5C12.0078 8 17.5005 12 20.0079 12\" stroke=\"%23002643\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/%3e%3cpath d=\"M12.0078 19C12.0078 16 17.5005 12 20.0079 12\" stroke=\"%23002643\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/%3e%3c/svg%3e");
}
.wp-block-crown-blocks-recent-resources .slick-arrow:before {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  font-size: 1rem;
  line-height: 1;
  text-indent: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3csvg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\"%3e%3cpath d=\"M3 12H17\" stroke=\"%23002643\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/%3e%3cpath d=\"M12.0078 5C12.0078 8 17.5005 12 20.0079 12\" stroke=\"%23002643\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/%3e%3cpath d=\"M12.0078 19C12.0078 16 17.5005 12 20.0079 12\" stroke=\"%23002643\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/%3e%3c/svg%3e");
}

.wp-block-crown-blocks-two-column .wp-block-crown-blocks-recent-resources .recent-resources .post-teaser__post-title {
  font-size: 18px;
  text-align: left;
}
.wp-block-crown-blocks-two-column .recent-resources .post-teaser__meta {
  padding: 12px 26px;
}

/*# sourceMappingURL=style-index.css.map*/